diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-17 21:07:39 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-17 21:13:28 +0100 |
commit | c3f2eb9a7d99f12fb5b20d88e9bc18a0aa016d64 (patch) | |
tree | 6b22991bcedaf57960621ca6437cacae6f1ceb3a /test/mail | |
parent | fc16abb4d06c7ae375b227bd83473412c8985c6f (diff) |
Delivery: clarify error log line. Bug 1782
"retry time not reached for any host after a long failure period"
has generated so many queries it plainly is not clear.
Replace with
"all hosts for 'dom.ain' have been failing for a long time (and retry time not reached)".
Diffstat (limited to 'test/mail')
-rw-r--r-- | test/mail/0461.CALLER | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/mail/0461.CALLER b/test/mail/0461.CALLER index 35a3ff77a..7321dd6db 100644 --- a/test/mail/0461.CALLER +++ b/test/mail/0461.CALLER @@ -21,7 +21,7 @@ A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: userx@test.ex - retry time not reached for any host after a long failure period + all hosts for 'test.ex' have been failing for a long time (and retry time not reached) --NNNNNNNNNN-eximdsn-MMMMMMMMMM Content-type: message/delivery-status @@ -121,7 +121,7 @@ A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed: userx@test.ex - retry time not reached for any host after a long failure period + all hosts for 'test.ex' have been failing for a long time (and retry time not reached) --NNNNNNNNNN-eximdsn-MMMMMMMMMM Content-type: message/delivery-status |