summaryrefslogtreecommitdiff
path: root/test/confs/0579
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-01-24 18:17:10 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-01-24 18:17:10 +0000
commitd7a2c8337f7b615763d4429ab27653862756b6fb (patch)
tree2773466acc4e142d3be96b9f30ab139e2d7ac5cc /test/confs/0579
parent4c0899659502d1ab14f30b02ec78261728caf9c8 (diff)
downloadexim4-d7a2c8337f7b615763d4429ab27653862756b6fb.tar.gz
Fix reception of (quoted) local-parts with embedded spaces. Bug 2025
Diffstat (limited to 'test/confs/0579')
-rw-r--r--test/confs/057931
1 files changed, 31 insertions, 0 deletions
diff --git a/test/confs/0579 b/test/confs/0579
new file mode 100644
index 000000000..5e61752ab
--- /dev/null
+++ b/test/confs/0579
@@ -0,0 +1,31 @@
+# Exim test configuration 0579
+
+.include DIR/aux-var/std_conf_prefix
+
+primary_hostname = myhost.test.ex
+
+# ----- Main settings -----
+
+domainlist local_domains = test.ex
+log_selector = +received_recipients
+
+acl_smtp_rcpt = accept logwrite=cmd '$smtp_command'
+
+# ------ ACLs ------
+
+begin acl
+
+# ------ Routers ------
+
+begin routers
+
+r1:
+ driver = redirect
+ data = :blackhole:
+
+
+# ------ Transports ------
+
+begin transports
+
+# End