diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-08 15:16:19 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-08 15:16:19 +0000 |
commit | 4311097ecf0db28101920522340c59469582529e (patch) | |
tree | 1c8636a5d16e7e0ea4fb9209389bdbc2e33fdcea /test/log | |
parent | 7c5214ecc29b8fc23e15030db8207e3ff2cb4fc6 (diff) |
Fix bad outgoing_port in log line for delivery of a re-used connection.
Diffstat (limited to 'test/log')
-rw-r--r-- | test/log/0179 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/log/0179 b/test/log/0179 index 164a8febd..c4d302a4a 100644 --- a/test/log/0179 +++ b/test/log/0179 @@ -1,8 +1,8 @@ 1999-03-02 09:44:33 10HmaX-0005vi-00 <= CALLER@myhost.test.ex U=CALLER P=local S=sss 1999-03-02 09:44:33 10HmaY-0005vi-00 <= CALLER@myhost.test.ex 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 => userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1] +1999-03-02 09:44:33 10HmaX-0005vi-00 => userx@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1]:1224 1999-03-02 09:44:33 10HmaX-0005vi-00 Completed -1999-03-02 09:44:33 10HmaY-0005vi-00 => abcd@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1]* +1999-03-02 09:44:33 10HmaY-0005vi-00 => abcd@domain.com R=all T=smtp H=127.0.0.1 [127.0.0.1]:1224* 1999-03-02 09:44:33 10HmaY-0005vi-00 Completed 1999-03-02 09:44:33 End queue run: pid=pppp -qqf |