diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-18 15:18:53 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2015-05-18 16:44:44 +0100 |
commit | e1a3f32f604bcdf65ac20d04ddd2bc93bc9f4deb (patch) | |
tree | 3c32a8e760debf7bc1cde6cf09b08da1f94d34fd /test/stdout | |
parent | 1fb7660fc893265f0e37ceb965396d9e005a0b74 (diff) |
Fix truncated dns-lookup return record handling
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0002 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002 index 6c195b269..d145e7ec3 100644 --- a/test/stdout/0002 +++ b/test/stdout/0002 @@ -787,6 +787,7 @@ xyz > yes > match_address: no > +> -be Sender host name and address etc, all unset > -oMa sender_host_address = > sender_host_port = 0 > -oMaa sender_host_authenticated = @@ -798,6 +799,7 @@ xyz > -oMs sender_host_name = > -oMt sender_ident = CALLER > +> -be Sender host name and address etc, all set except host name. > -oMa sender_host_address = V4NET.0.0.1 > sender_host_port = 1234 > -oMaa sender_host_authenticated = AAA @@ -808,16 +810,20 @@ xyz > -oMr received_protocol = special > -oMt sender_ident = me > +> -be Sender host name explicitly set > -oMa sender_host_address = V4NET.0.0.1 > sender_host_port = 1234 > -oMs sender_host_name = my.host.name > +> be Sender host name lookup fails (V4NET.11.12.13 is not reverse registered) > -oMs sender_host_name = > host_lookup_failed = 1 > +> -be Sender host name and protocol set by Sendmail-compatible option > -p received_protocol = special > -p sender_host_name = host.name > +> -be Sender host name and address etc, all set except host name > -oMa sender_host_address = V4NET.0.0.1 > sender_host_port = 1234 > -oMaa sender_host_authenticated = AAA |