X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/0756eb3cb50d73a77b486e47528f7cb1bffdb299..d7d7b7b91dd75cec636fc144da7e27eed860f971:/src/src/routers/rf_self_action.c diff --git a/src/src/routers/rf_self_action.c b/src/src/routers/rf_self_action.c index 0808054ab..86767cc58 100644 --- a/src/src/routers/rf_self_action.c +++ b/src/src/routers/rf_self_action.c @@ -1,10 +1,10 @@ -/* $Cambridge: exim/src/src/routers/rf_self_action.c,v 1.1 2004/10/07 13:10:02 ph10 Exp $ */ +/* $Cambridge: exim/src/src/routers/rf_self_action.c,v 1.4 2006/02/07 11:19:02 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2004 */ +/* Copyright (c) University of Cambridge 1995 - 2006 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -133,6 +133,7 @@ switch (code) debug_printf(": address failed (self = fail)\n"); } addr->message = msg; + setflag(addr, af_pass_message); return FAIL; }