diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-10 23:04:49 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-01-21 21:49:50 +0000 |
commit | e9166683487c860e0b817153531cb1b2b0485347 (patch) | |
tree | c3e3d4dcff97da91ae85eb3d74075dfc2e63281c /test/stdout/0376 | |
parent | df5b41e3781da00e859bf0e82a8d58949860a576 (diff) |
Use smtp_write_mail_and_rcpt_cmds() for verify callout
Diffstat (limited to 'test/stdout/0376')
-rw-r--r-- | test/stdout/0376 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/stdout/0376 b/test/stdout/0376 index a0af2cb92..8c2b9685c 100644 --- a/test/stdout/0376 +++ b/test/stdout/0376 @@ -78,7 +78,7 @@ 221 myhost.test.ex closing connection
220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250 OK
-250 Accepted
+451 Could not complete sender verify callout
221 myhost.test.ex closing connection
220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250 OK
@@ -86,7 +86,7 @@ 221 myhost.test.ex closing connection
220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250 OK
-250 Accepted
+451 Could not complete sender verify callout
221 myhost.test.ex closing connection
220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250 OK
|