Skip to content
Snippets Groups Projects
Commit 7f56f2d6 authored by David Gourdelier's avatar David Gourdelier
Browse files

Display error information in LMTP mode.

Rev: lib/modules/Protocols.pmod/LMTP.pmod:1.9
parent 814dc7a1
No related branches found
No related tags found
No related merge requests found
//
// $Id: LMTP.pmod,v 1.8 2004/02/22 13:24:10 vida Exp $
// $Id: LMTP.pmod,v 1.9 2004/05/17 08:38:53 vida Exp $
//
#pike __REAL_VERSION__
......@@ -51,7 +51,7 @@ class Connection {
err = catch(check = cfg->cb_data(copy_value(message), mailfrom, recipient));
if(err)
{
outcode(554);
outcode(554, err[0]);
log(describe_backtrace(err));
continue;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment