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/stderr/5840 | |
parent | df5b41e3781da00e859bf0e82a8d58949860a576 (diff) |
Use smtp_write_mail_and_rcpt_cmds() for verify callout
Diffstat (limited to 'test/stderr/5840')
-rw-r--r-- | test/stderr/5840 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/stderr/5840 b/test/stderr/5840 index b588681d3..e4cf15c51 100644 --- a/test/stderr/5840 +++ b/test/stderr/5840 @@ -54,10 +54,9 @@ MUNGED: ::1 will be omitted in what follows >>> ip4.ip4.ip4.ip4 in hosts_avoid_pipelining? no (option unset) >>> ip4.ip4.ip4.ip4 in hosts_require_auth? no (option unset) >>> SMTP>> MAIL FROM:<> SIZE=ssss ->>> cmd buf flush 24 bytes ->>> SMTP<< 250 OK >>> SMTP>> RCPT TO:<rcptuser@dane256ee.test.ex> ->>> cmd buf flush 38 bytes +>>> cmd buf flush 62 bytes +>>> SMTP<< 250 OK >>> SMTP<< 250 Accepted >>> SMTP>> QUIT >>> cmd buf flush 6 bytes |