diff options
author | Tony Finch <dot@dotat.at> | 2015-08-13 15:16:51 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-08-14 16:10:56 +0100 |
commit | ac881e2749754fbe167b5f38784dd85b088571cf (patch) | |
tree | d26128087f98508693b35c59199c84b07fd01332 /test | |
parent | 6c6d6e483411af2c087ff258f4041d38eb65e775 (diff) |
Improve the consistency of logging incoming and outgoing interfaces.
The I= interface field on outgoing lines is now after the H= remote
host field, same as incoming lines. There is a separate outgoing_interface
log selector which allows you to disable the outgoing I= field.
(slight massaging by JH)
Diffstat (limited to 'test')
-rw-r--r-- | test/log/0230 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/log/0230 b/test/log/0230 index de9d5a55e..723ac066c 100644 --- a/test/log/0230 +++ b/test/log/0230 @@ -15,7 +15,7 @@ 1999-03-02 09:44:33 10HmbB-0005vi-00 <= x@y.x H=[V4NET.9.8.7]:1112 U=root P=smtp S=sss 1999-03-02 09:44:33 SMTP connection from root closed by QUIT 1999-03-02 09:44:33 Start queue run: pid=pppp -qf -1999-03-02 09:44:33 10HmbB-0005vi-00 => x@test.ex I=[127.0.0.1] R=to_server T=remote H=127.0.0.1 [127.0.0.1] C="250 OK id=10HmbC-0005vi-00" +1999-03-02 09:44:33 10HmbB-0005vi-00 => x@test.ex R=to_server T=remote H=127.0.0.1 [127.0.0.1] I=[127.0.0.1] C="250 OK id=10HmbC-0005vi-00" 1999-03-02 09:44:33 10HmbB-0005vi-00 Completed 1999-03-02 09:44:33 End queue run: pid=pppp -qf |