Rewrites: avoid a split log line when rewiting hits a malformed address. Bug 3160
[exim.git] / test / confs / 0249
index 1d7491be611d326c08adf47f5eb404f50893e3d1..aecf90d81fd58591469ad1314aa6e4a0db73ee4a 100644 (file)
@@ -6,6 +6,7 @@ primary_hostname = myhost.test.ex
 
 # ----- Main settings -----
 
+acl_smtp_rcpt = accept
 
 # ----- Rewrite -----
 
@@ -14,5 +15,6 @@ begin rewrite
 
 *@a.domain  $1@b.domain
 *@c.domain  $local_part@d.domain
+a@b    y@z     T
 
 # End