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/stdout | |
parent | f267271de69d5c6c090e16ebd64041b50a844852 (diff) |
Fix sender-verify callout to not use trigger-message SIZE
Broken-by: 9094b84b4cce
Diffstat (limited to 'test/stdout')
-rw-r--r-- | test/stdout/0227 | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/test/stdout/0227 b/test/stdout/0227 index 46057c824..d63f14e90 100644 --- a/test/stdout/0227 +++ b/test/stdout/0227 @@ -79,6 +79,15 @@ 550 Sender verify failed
221 myhost.test.ex closing connection
220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+250-myhost.test.ex Hello root at me [V4NET.0.0.6]
+250-SIZE 52428800
+250-8BITMIME
+250-PIPELINING
+250 HELP
+250 OK
+250 Accepted
+221 myhost.test.ex closing connection
+220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
250 OK
550-Callout verification failed:
550 550 Recipient not liked
@@ -238,6 +247,20 @@ End of script Listening on port 1224 ... Connection request from [127.0.0.1] 220 Server ready +EHLO myhost.test.ex +250- wotcher +250-SIZE +250 OK +MAIL FROM:<> +250 OK +RCPT TO:<ok@localhost1> +250 OK +QUIT +250 OK +End of script +Listening on port 1224 ... +Connection request from [127.0.0.1] +220 Server ready LHLO myhost.test.ex 250 OK MAIL FROM:<> |