From e1625ba7278c47a1a968126efeac6c51d813e929 Mon Sep 17 00:00:00 2001 From: Patrick Monnerat Date: Mon, 22 Feb 2010 13:57:57 +0000 Subject: _ Adjusted RFC821 HELO fallback and enabled test804 --- tests/data/DISABLED | 1 - tests/data/test804 | 116 ++++++++++++++++++++++++++-------------------------- 2 files changed, 58 insertions(+), 59 deletions(-) (limited to 'tests') diff --git a/tests/data/DISABLED b/tests/data/DISABLED index 24bc532c2..c65cdd90b 100644 --- a/tests/data/DISABLED +++ b/tests/data/DISABLED @@ -7,4 +7,3 @@ 564 802 803 -804 diff --git a/tests/data/test804 b/tests/data/test804 index e1fc419e9..3d490c52b 100644 --- a/tests/data/test804 +++ b/tests/data/test804 @@ -1,59 +1,59 @@ - - - -SMTP -SMTP HELO -RFC821 - - + + + +SMTP +SMTP HELO +RFC821 + + + +# +# Server-side + + +REPLY EHLO 500 Command unrecognized +REPLY HELO 250 Already old but still servicing... + + + +# +# Client-side + + +smtp + + +RFC821-only SMTP server (EHLO not supported) + + +From: different +To: another + +body + + +smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 804@foo --mail-from 804@from -T - + + + +# +# Verify data after the test has been "shot" + + +EHLO user +HELO user +MAIL FROM:804@from +RCPT TO:<804@foo> +DATA +QUIT + + +From: different +To: another + +body -# -# Server-side - - -REPLY EHLO 500 Command unrecognized -REPLY HELO 250 Already old but still servicing... - - - -# -# Client-side - - -smtp - - -RFC821-only SMTP server (EHLO not supported) - - -From: different -To: another - -body - - -smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 804@foo --mail-from 804@from -T - - - - -# -# Verify data after the test has been "shot" - - -EHLO user -HELO user -MAIL FROM:804@from -RCPT TO:<804@foo> -DATA -QUIT - - -From: different -To: another - -body - -. - - - +. + + + -- cgit v1.2.3