Rewrites: avoid a split log line when rewiting hits a malformed address. Bug 3160
[exim.git] / test / confs / 0249
index 151c69422f854244ccd0f7d9a1ae6154a6872134..aecf90d81fd58591469ad1314aa6e4a0db73ee4a 100644 (file)
@@ -1,17 +1,12 @@
 # Exim test configuration 0249
 
-exim_path = EXIM_PATH
-keep_environment =
-host_lookup_order = bydns
+.include DIR/aux-var/std_conf_prefix
+
 primary_hostname = myhost.test.ex
-spool_directory = DIR/spool
-log_file_path = DIR/spool/log/%slog
-gecos_pattern = ""
-gecos_name = CALLER_NAME
-tls_advertise_hosts =
 
 # ----- Main settings -----
 
+acl_smtp_rcpt = accept
 
 # ----- Rewrite -----
 
@@ -20,5 +15,6 @@ begin rewrite
 
 *@a.domain  $1@b.domain
 *@c.domain  $local_part@d.domain
+a@b    y@z     T
 
 # End