X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=blobdiff_plain;f=src%2Fsrc%2Facl.c;h=fb8590132c47adbf01f307dec453ca4ed3ba6aea;hp=843a9ad26bed05386fc9b890d109da31aee303cf;hb=dc08244915d761836957db9d4fa491e48d212d81;hpb=a6c4ab608c0bc25e8981caea289eaa71820334c6 diff --git a/src/src/acl.c b/src/src/acl.c index 843a9ad26..fb8590132 100644 --- a/src/src/acl.c +++ b/src/src/acl.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/acl.c,v 1.13 2005/01/12 12:24:13 ph10 Exp $ */ +/* $Cambridge: exim/src/src/acl.c,v 1.16 2005/01/12 14:41:12 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -216,6 +216,7 @@ each condition, there's a bitmap of dis-allowed times. */ static unsigned int cond_forbids[] = { 0, /* acl */ + (1<next) else { /* Explicitly reset to default string */ - fake_reject_text = US"Your message has been rejected but is being kept for evaluation.\nIf it was a legit message, it may still be delivered to the target recipient(s)."; + fake_reject_text = US"Your message has been rejected but is being kept for evaluation.\nIf it was a legitimate message, it may still be delivered to the target recipient(s)."; } break;