From 4650b314ad07f4813d2cb826546d9048a4555c83 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 26 Oct 2014 17:37:52 +0000 Subject: Testcase 0601: move udpsend action from connect to rcpt ACL Some test runs were seeing the receiving perl output before the exim startup banner; try to get the udpsend to happpen after the banner gets a chance to be emitted. --- test/confs/0601 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/confs/0601') diff --git a/test/confs/0601 b/test/confs/0601 index 84f7d38a6..c55ac4a1b 100644 --- a/test/confs/0601 +++ b/test/confs/0601 @@ -8,8 +8,7 @@ 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 -- cgit v1.2.3