git://git.exim.org
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Hurd: errno really uses more than a short-sized value. Bug 2476
[exim.git]
/
test
/
confs
/
4500
diff --git
a/test/confs/4500
b/test/confs/4500
index 871e0cd22b447b534036a7a7a69525529517d23a..502de4a1972dcecab3d0523ac126b44f503571c1 100644
(file)
--- a/
test/confs/4500
+++ b/
test/confs/4500
@@
-10,6
+10,7
@@
primary_hostname = myhost.test.ex
acl_smtp_rcpt = accept
acl_smtp_dkim = check_dkim
+acl_smtp_data = check_data
log_selector = +dkim_verbose
@@
-36,4
+37,7
@@
check_dkim:
accept
.endif
+check_data:
+ accept logwrite = ${authresults {$primary_hostname}}
+
# End