diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-03-01 11:17:00 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-03-01 11:17:00 +0000 |
commit | 42855d71446546dd9914cadc25fb3781e184ac96 (patch) | |
tree | fa067a116d54869e34964b1675baf86fcc4310b6 /test/stdout | |
parent | f71012fa5f0a4b586f1a982518c96aff29431e89 (diff) |
A :defer: message was being suppressed unless smtp_error_details was
set, unlike :fail:. This is wrong, so has been fixed.
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0365 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/stdout/0365 b/test/stdout/0365 index 9df565eaf..0d6e07977 100644 --- a/test/stdout/0365 +++ b/test/stdout/0365 @@ -25,7 +25,7 @@ 550 failure message
250 Reset OK
250 OK
-451 Temporary local problem - please try later
+451 defer message
250 Reset OK
221 the.local.host.name closing connection
220 the.local.host.name ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
|