diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-16 18:08:33 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-10-16 18:10:31 +0100 |
commit | 91d08eb383184828de154a118152a334e74f7668 (patch) | |
tree | e3e0b0e41cb7b22e305aeb27f4fe08e697ddfc00 /test/stderr | |
parent | f267271de69d5c6c090e16ebd64041b50a844852 (diff) |
Fix sender-verify callout to not use trigger-message SIZE
Broken-by: 9094b84b4cce
Diffstat (limited to 'test/stderr')
-rw-r--r-- | test/stderr/0227 | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/stderr/0227 b/test/stderr/0227 index e07b2ba55..016b9a3e3 100644 --- a/test/stderr/0227 +++ b/test/stderr/0227 @@ -210,6 +210,22 @@ LOG: smtp_connection MAIN SMTP connection from root Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP<< 220 Server ready + SMTP>> EHLO myhost.test.ex + SMTP<< 250- wotcher + 250-SIZE + 250 OK + SMTP>> MAIL FROM:<> + SMTP<< 250 OK + SMTP>> RCPT TO:<ok@localhost1> + SMTP<< 250 OK + SMTP>> QUIT + SMTP(close)>> +LOG: smtp_connection MAIN + SMTP connection from root closed by QUIT +LOG: smtp_connection MAIN + SMTP connection from root +Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected + SMTP<< 220 Server ready SMTP>> LHLO myhost.test.ex SMTP<< 250 OK SMTP>> MAIL FROM:<> |