diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-28 20:09:05 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-12-29 13:33:15 +0000 |
commit | ce93c6d840d56b3cd7b2ced65c4e96820040c8a7 (patch) | |
tree | c04ca2bc77ee5ea20c21d6871c8e74d4cfb73d7f /test/confs | |
parent | cabf3e9902ba212cb85afb63bde7cd88fa027ef4 (diff) |
Fix crash associated with dnsdb lookup done from DKIM ACL. Bug 2215
Broken-by: cc55f4208e
Diffstat (limited to 'test/confs')
-rw-r--r-- | test/confs/4500 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/confs/4500 b/test/confs/4500 index f2e44beff..b53dff5b7 100644 --- a/test/confs/4500 +++ b/test/confs/4500 @@ -18,6 +18,9 @@ queue_run_in_order 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}} |