summaryrefslogtreecommitdiff
path: root/test/confs
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-07-12 22:14:04 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2022-07-12 22:15:04 +0100
commite7ec503729970a03d4509921342bc81313976126 (patch)
tree87ee1e025fd13b75aec66878a190d06d9be93327 /test/confs
parent18e8acda27c24cb66295071e4b21c1a73ca83e40 (diff)
downloadexim4-e7ec503729970a03d4509921342bc81313976126.tar.gz
Fix exit on attempt to rewrite a malformed address. Bug 2903
Diffstat (limited to 'test/confs')
-rw-r--r--test/confs/04717
1 files changed, 7 insertions, 0 deletions
diff --git a/test/confs/0471 b/test/confs/0471
index a6b8a17ef..dcd476d4a 100644
--- a/test/confs/0471
+++ b/test/confs/0471
@@ -7,7 +7,14 @@ log_selector = +received_recipients
# ----- Main settings -----
+acl_not_smtp = check
+begin acl
+
+check:
+ warn !verify = header_syntax
+ logwrite = verify header_syntax fails
+ accept
# ----- Rewrite -----