From: Mark Wooding Date: Sat, 25 Jan 2014 19:57:53 +0000 (+0000) Subject: auth.m4: Ensure that `not_smtp_start' is properly terminated. X-Git-Url: https://git.distorted.org.uk/~mdw/exim-config/commitdiff_plain/352b0392cb511b53e998654429688f91cd5c53db auth.m4: Ensure that `not_smtp_start' is properly terminated. ACLs default to `deny' if you don't say anything. It doesn't actually matter in this case, since the result of `acl_not_smtp_start' is ignored, but it's the principle of the thing. --- diff --git a/auth.m4 b/auth.m4 index d4729c0..ae11798 100644 --- a/auth.m4 +++ b/auth.m4 @@ -61,6 +61,9 @@ not_smtp_start: ## Record the user's name. warn set acl_c_user = $sender_ident + ## Done. + accept + SECTION(acl, mail-hooks)m4_dnl ## Check that a submitted message's sender address is allowable. require acl = mail_check_auth