Fix CVE-2016-1531
[exim.git] / test / confs / 0601
index 84f7d38a610dc3e377d7c6cb50937b63bd1f5403..3a7bb8b45530fb35d408e2c94d24c1300a89a182 100644 (file)
@@ -2,14 +2,14 @@
 # udpsend
 
 exim_path = EXIM_PATH
+keep_environment =
 spool_directory = DIR/spool
 log_file_path = DIR/spool/log/%slog
 queue_only
 
 # ----- Main settings -----
 
-acl_smtp_connect = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim
-acl_smtp_rcpt = accept
+acl_smtp_rcpt = accept udpsend = <; 127.0.0.1 ; 1223 ; message from exim
 
 
 # End