diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2014-08-29 11:37:56 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2014-08-29 11:37:56 +0100 |
commit | 430f98cb1e35e925f6b3ca54375411ff67e8895b (patch) | |
tree | 57577a6d461dfc8c05fee030a4a3a231a3204b05 | |
parent | 6286d7c431cce300d03403b63e16ba34fab41f1e (diff) |
Fix tpda tcp:connect testcase
-rw-r--r-- | test/confs/5700 | 2 | ||||
-rw-r--r-- | test/log/5700 | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/test/confs/5700 b/test/confs/5700 index 65a1b59ba..0e9fd1d3f 100644 --- a/test/confs/5700 +++ b/test/confs/5700 @@ -22,7 +22,7 @@ begin acl ev_tcp: accept condition = ${if eq {$tpda_event}{tcp:connect}} - logwrite = . [$host_address]:$sending_port + logwrite = . [$host_address]:$host_port accept condition = ${if eq {$tpda_event}{tcp:close}} logwrite = . [$sending_ip_address] -> \ [$host_address]:$host_port diff --git a/test/log/5700 b/test/log/5700 index 2bebd8cff..7f5712983 100644 --- a/test/log/5700 +++ b/test/log/5700 @@ -1,7 +1,7 @@ 1999-03-02 09:44:33 10HmaY-0005vi-00 <= CALLER@the.local.host.name U=CALLER P=local S=sss 1999-03-02 09:44:33 Start queue run: pid=pppp -qqf 1999-03-02 09:44:33 10HmaY-0005vi-00 event tcp:connect -1999-03-02 09:44:33 10HmaY-0005vi-00 . [127.0.0.1]:-1 +1999-03-02 09:44:33 10HmaY-0005vi-00 . [127.0.0.1]:1111 1999-03-02 09:44:33 10HmaY-0005vi-00 event smtp:connect 1999-03-02 09:44:33 10HmaY-0005vi-00 . [127.0.0.1] -> [127.0.0.1]:1224 1999-03-02 09:44:33 10HmaY-0005vi-00 . banner <220 ESMTP> @@ -17,7 +17,7 @@ 1999-03-02 09:44:33 10HmaX-0005vi-00 <= CALLER@the.local.host.name U=CALLER P=local S=sss 1999-03-02 09:44:33 Start queue run: pid=pppp -qqf 1999-03-02 09:44:33 10HmaX-0005vi-00 event tcp:connect -1999-03-02 09:44:33 10HmaX-0005vi-00 . [127.0.0.1]:-1 +1999-03-02 09:44:33 10HmaX-0005vi-00 . [127.0.0.1]:1111 1999-03-02 09:44:33 10HmaX-0005vi-00 event smtp:connect 1999-03-02 09:44:33 10HmaX-0005vi-00 . [127.0.0.1] -> [127.0.0.1]:1224 1999-03-02 09:44:33 10HmaX-0005vi-00 . banner <220 ESMTP> @@ -33,7 +33,7 @@ 1999-03-02 09:44:33 End queue run: pid=pppp -qqf 1999-03-02 09:44:33 10HmaZ-0005vi-00 <= CALLER@the.local.host.name U=CALLER P=local S=sss 1999-03-02 09:44:33 10HmaZ-0005vi-00 event tcp:connect -1999-03-02 09:44:33 10HmaZ-0005vi-00 . [127.0.0.1]:-1 +1999-03-02 09:44:33 10HmaZ-0005vi-00 . [127.0.0.1]:1111 1999-03-02 09:44:33 10HmaZ-0005vi-00 event smtp:connect 1999-03-02 09:44:33 10HmaZ-0005vi-00 . [127.0.0.1] -> [127.0.0.1]:1224 1999-03-02 09:44:33 10HmaZ-0005vi-00 . banner <220 ESMTP> @@ -55,7 +55,7 @@ 1999-03-02 09:44:33 10HmbB-0005vi-00 <= CALLER@the.local.host.name U=CALLER P=local S=sss 1999-03-02 09:44:33 Start queue run: pid=pppp -qqf 1999-03-02 09:44:33 10HmbB-0005vi-00 event tcp:connect -1999-03-02 09:44:33 10HmbB-0005vi-00 . [127.0.0.1]:-1 +1999-03-02 09:44:33 10HmbB-0005vi-00 . [127.0.0.1]:1111 1999-03-02 09:44:33 10HmbB-0005vi-00 event smtp:connect 1999-03-02 09:44:33 10HmbB-0005vi-00 . [127.0.0.1] -> [127.0.0.1]:1224 1999-03-02 09:44:33 10HmbB-0005vi-00 . banner <220 ESMTP> |