Testcase 0601: move udpsend action from connect to rcpt ACL
authorJeremy Harris <jgh146exb@wizmail.org>
Sun, 26 Oct 2014 17:37:52 +0000 (17:37 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 26 Oct 2014 17:49:50 +0000 (17:49 +0000)
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
test/scripts/0000-Basic/0601

index 84f7d38a610dc3e377d7c6cb50937b63bd1f5403..c55ac4a1b0ee7d4341ea2b330a3157025f48b583 100644 (file)
@@ -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
index 8ff09186641533f1ea4c457c5fb3b4dc22a0a7ab..cec8a247db9c2fbfc96d375db1421168b57fa772 100644 (file)
@@ -13,5 +13,5 @@ This is a test message.
 .
 quit
 ***
-sleep 2
+sleep 1
 no_msglog_check