diff options
Diffstat (limited to 'tests/data/test803')
-rw-r--r-- | tests/data/test803 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/data/test803 b/tests/data/test803 index 24ff0d001..a00ed7ab6 100644 --- a/tests/data/test803 +++ b/tests/data/test803 @@ -32,7 +32,7 @@ To: another body </stdin> <command> -smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 803@foo --mail-from 803@from -T - +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 803@foo --mail-from '<803@from>' -T - </command> </client> @@ -41,7 +41,7 @@ smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 803@foo --mail-from 803@from -T - <verify> <protocol> EHLO user
-MAIL FROM:803@from
+MAIL FROM:<803@from>
RCPT TO:<803@foo>
DATA
QUIT
|