diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-09-26 09:52:18 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-09-26 09:52:18 +0000 |
commit | 16f12c7602daf6f4618d6b4bd037115fc7ee517e (patch) | |
tree | 6986533dc9a40afebe2dcb71caa8490a887f3b37 /src | |
parent | ed7dd10b6aa761886f01682c90e494c7247327ab (diff) |
Allow the error for self=fail to be included in bounces.
Diffstat (limited to 'src')
-rw-r--r-- | src/src/routers/rf_self_action.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/src/routers/rf_self_action.c b/src/src/routers/rf_self_action.c index 295b422ad..c0279ced6 100644 --- a/src/src/routers/rf_self_action.c +++ b/src/src/routers/rf_self_action.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/routers/rf_self_action.c,v 1.2 2005/01/04 10:00:44 ph10 Exp $ */ +/* $Cambridge: exim/src/src/routers/rf_self_action.c,v 1.3 2005/09/26 09:52:18 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -133,6 +133,7 @@ switch (code) debug_printf(": address failed (self = fail)\n"); } addr->message = msg; + setflag(addr, af_pass_message); return FAIL; } |