diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-13 12:07:46 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2006-11-13 12:07:46 +0000 |
commit | 194cc0e4ae3487900036c6bd208c0784d4e6e814 (patch) | |
tree | 1110a6dfb5e288edd31a0d0e6a6883de142e362c /test/stderr | |
parent | 3cc66b4537846d0f9211fcb63c426be9a553edb1 (diff) |
Rename $interface_address and $interface_port as $received_ip_address
and $received_port in an attempt to lessen confusion.
Diffstat (limited to 'test/stderr')
-rw-r--r-- | test/stderr/0480 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stderr/0480 b/test/stderr/0480 index b3f00895f..507e1d082 100644 --- a/test/stderr/0480 +++ b/test/stderr/0480 @@ -16,7 +16,7 @@ >>> host in helo_try_verify_hosts? no (option unset) >>> host in helo_accept_junk_hosts? no (option unset) >>> a.b.c in helo_lookup_domains? no (end of list) -LOG: failed to expand "${if eq{$interface_address}{V4NET.0.0.1}{host.V4NET.0.0.1}{${if eq{$interface_address}{V4NET.0.0.2}{}{${if eq{$interface_address}{V4NET.0.0.3}{${lookup{x}lsearch{/non/exist}}}fail}}}}}" (smtp_active_hostname): failed to open /non/exist for linear search: No such file or directory +LOG: failed to expand "${if eq{$received_ip_address}{V4NET.0.0.1}{host.V4NET.0.0.1}{${if eq{$received_ip_address}{V4NET.0.0.2}{}{${if eq{$received_ip_address}{V4NET.0.0.3}{${lookup{x}lsearch{/non/exist}}}fail}}}}}" (smtp_active_hostname): failed to open /non/exist for linear search: No such file or directory >>> host in hosts_connection_nolog? no (option unset) >>> host in host_lookup? no (option unset) >>> host in host_reject_connection? no (option unset) |