diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-02-06 19:58:36 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-02-06 19:58:36 +0000 |
commit | 78ca7fd5bf7ce54246738dddeb320ae83ceb2396 (patch) | |
tree | f2ed05632072bcc0f026ba8c1c09200fb450990c /test/stdout/0610 | |
parent | a04185284e815e6e94613da045da770e562fce28 (diff) |
Testsuite: avoid assuming 127.0.0.2 is a viable sending address
Diffstat (limited to 'test/stdout/0610')
-rw-r--r-- | test/stdout/0610 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stdout/0610 b/test/stdout/0610 index 24291b53f..7fceba939 100644 --- a/test/stdout/0610 +++ b/test/stdout/0610 @@ -12,5 +12,5 @@ +++++++++++++++++++++++++++ T:127.0.0.1:127.0.0.1:1225/127.0.0.1 0 65 H=127.0.0.1 [127.0.0.1]: SMTP error from remote mail server after initial connection: 451 Temporary local problem - please try later first failed = time last try = time2 next try = time2 + 10 - T:127.0.0.1:127.0.0.1:1225/127.0.0.2 0 65 H=127.0.0.1 [127.0.0.1]: SMTP error from remote mail server after initial connection: 451 Temporary local problem - please try later + T:127.0.0.1:127.0.0.1:1225/ip4.ip4.ip4.ip4 0 65 H=127.0.0.1 [127.0.0.1]: SMTP error from remote mail server after initial connection: 451 Temporary local problem - please try later first failed = time last try = time2 next try = time2 + 10 |