diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-20 11:37:16 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2007-02-20 11:37:16 +0000 |
commit | ca86f471bf30f4630e96e24f6c13de269f380f41 (patch) | |
tree | 69e429391bb764e2aab6316453f639eedbbd1571 /test/stdout/0021 | |
parent | 5a11a7b41649e95629fa9944a2fa81b3e50707e4 (diff) |
$smtp_command and $smtp_command_argument were incomplete for MAIL
commands with extra options such as SIZE.
Diffstat (limited to 'test/stdout/0021')
-rw-r--r-- | test/stdout/0021 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/stdout/0021 b/test/stdout/0021 index 490d13fad..5fff92b0a 100644 --- a/test/stdout/0021 +++ b/test/stdout/0021 @@ -16,3 +16,10 @@ 354 Enter message, ending with "." on a line by itself
250 OK id=10HmbH-0005vi-00
221 myhost.test.ex closing connection
+220 myhost.test.ex ESMTP Exim x.yz Tue, 2 Mar 1999 09:44:33 +0000
+550 Administrative prohibition
+250 OK
+250 Accepted
+354 Enter message, ending with "." on a line by itself
+250 OK id=10HmbK-0005vi-00
+221 myhost.test.ex closing connection
|