diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-08-03 22:22:58 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-08-03 22:22:58 +0100 |
commit | 7b564712ff3a235ce9ef42ffa4036023057f295e (patch) | |
tree | 313fbb34be2de12f2ac2813a37b1782e1ccbebae /test/stderr/0227 | |
parent | 6d95688d6a272297a6a47f2fd2695cc8e5b8b730 (diff) |
Callouts: filter smtp response for bad chars before using in our smtp response. Bug 2409
Diffstat (limited to 'test/stderr/0227')
-rw-r--r-- | test/stderr/0227 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/test/stderr/0227 b/test/stderr/0227 index 768c81098..36e6ee75d 100644 --- a/test/stderr/0227 +++ b/test/stderr/0227 @@ -97,6 +97,23 @@ Connecting to 127.0.0.1 [127.0.0.1]:1224 ... connected SMTP>> EHLO myhost.test.ex SMTP<< 250 OK SMTP>> MAIL FROM:<> + SMTP<< 550 Bad-char error for <> topbitchar:€ÿÿ + SMTP>> QUIT + SMTP<< 250 OK + SMTP(close)>> +LOG: MAIN REJECT + H=[V4NET.0.0.1] U=root sender verify fail for <uncheckable2@localhost1>: 127.0.0.1 [127.0.0.1] : response to "MAIL FROM:<>" was: 550 Bad-char error for <> topbitchar:\200\377\377 +LOG: MAIN REJECT + H=[V4NET.0.0.1] U=root F=<uncheckable2@localhost1> rejected RCPT <z@test.ex>: Sender verify failed +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>> EHLO myhost.test.ex + SMTP<< 250 OK + SMTP>> MAIL FROM:<> SMTP<< 250 OK SMTP>> RCPT TO:<z@remote.domain> SMTP<< 550 Recipient not liked @@ -127,6 +144,23 @@ 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>> EHLO myhost.test.ex + SMTP<< 250 OK + SMTP>> MAIL FROM:<> + SMTP<< 250 OK + SMTP>> RCPT TO:<z@remote.domain> + SMTP<< 550 Recipient not liked, with bad char:€ÿÿ + SMTP>> QUIT + SMTP<< 250 OK + SMTP(close)>> +LOG: MAIN REJECT + H=[V4NET.0.0.3] U=root F=<uncheckable@localhost1> rejected RCPT <z@remote.domain>: 127.0.0.1 [127.0.0.1] : SMTP error from remote mail server after RCPT TO:<z@remote.domain>: 550 Recipient not liked, with bad char:\200\377\377 +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 ... failed: Connection refused Connecting to ip4.ip4.ip4.ip4 [ip4.ip4.ip4.ip4]:1224 ... failed: Connection refused LOG: MAIN REJECT |