chiark
/
gitweb
/
~mdw
/
exim-config
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4e544ee
)
auth.m4: Ensure that `not_smtp_start' is properly terminated.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 25 Jan 2014 19:57:53 +0000
(19:57 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 25 Jan 2014 19:57:53 +0000
(19:57 +0000)
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.
auth.m4
patch
|
blob
|
blame
|
history
diff --git
a/auth.m4
b/auth.m4
index d4729c0c1931ff09ff8d8dc8734c2a989ad28706..ae1179853ae84f5931fd9cd37da5e3c02f9d8c1f 100644
(file)
--- 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