tests: Added SMTP invalid --mail-from test

This commit is contained in:
Steve Holme
2013-09-20 07:09:39 +01:00
parent 6f78aaad6f
commit bd7d56ec71
2 changed files with 46 additions and 1 deletions

45
tests/data/test914 Normal file
View File

@@ -0,0 +1,45 @@
<testcase>
<info>
<keywords>
SMTP
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
smtp
</server>
<name>
SMTP invalid --mail-from
</name>
<file name="log/test914.eml">
From: different
To: another
body
</file>
<command>
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 914@foo --mail-from invalid -T log/test914.eml
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
55
</errorcode>
<protocol>
EHLO user
MAIL FROM:<invalid>
QUIT
</protocol>
</verify>
</testcase>