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 f2e44beff244d7b059a8d65705154144b55049c9..502de4a1972dcecab3d0523ac126b44f503571c1 100644
(file)
--- a/
test/confs/4500
+++ b/
test/confs/4500
@@
-10,6
+10,9
@@
primary_hostname = myhost.test.ex
acl_smtp_rcpt = accept
acl_smtp_dkim = check_dkim
acl_smtp_rcpt = accept
acl_smtp_dkim = check_dkim
+acl_smtp_data = check_data
+
+log_selector = +dkim_verbose
queue_only
queue_run_in_order
queue_only
queue_run_in_order
@@
-18,6
+21,9
@@
queue_run_in_order
begin acl
check_dkim:
begin acl
check_dkim:
+.ifdef BAD
+ warn logwrite = ${lookup dnsdb{defer_never,txt=_adsp._domainkey.$dkim_cur_signer}{$value}{unknown}}
+.endif
.ifdef OPTION
warn condition = ${if eq {$dkim_algo}{rsa-sha1}}
condition = ${if eq {$dkim_verify_status}{pass}}
.ifdef OPTION
warn condition = ${if eq {$dkim_algo}{rsa-sha1}}
condition = ${if eq {$dkim_verify_status}{pass}}
@@
-25,7
+31,13
@@
check_dkim:
set dkim_verify_status = fail
set dkim_verify_reason = hash too weak
.endif
set dkim_verify_status = fail
set dkim_verify_reason = hash too weak
.endif
- accept
+ warn
logwrite = signer: $dkim_cur_signer bits: $dkim_key_length
logwrite = signer: $dkim_cur_signer bits: $dkim_key_length
+.ifndef STRICT
+ accept
+.endif
+
+check_data:
+ accept logwrite = ${authresults {$primary_hostname}}
# End
# End