On Wed, 2007-05-09 at 10:05 +0200, Steffen Kaiser wrote:
- --- src/deliver/mail-send.c (revision 47) +++ src/deliver/mail-send.c (working copy) @@ -42,7 +42,7 @@ i_info("msgid=%s: Return-Path missing, rejection reason: %s", orig_msgid == NULL ? "" : str_sanitize(orig_msgid, 80), str_sanitize(reason, 512)); - - return 0; + return EX_TEMPFAIL; }
I actually did the exact opposite change a few months ago :)
2007-03-26 00:24 Timo Sirainen