curl/tests/data/test925

41 lines
466 B
Plaintext
Raw Normal View History

2013-11-16 07:00:30 -05:00
<testcase>
<info>
<keywords>
SMTP
VRFY
</keywords>
</info>
#
# Server-side
<reply>
<data>
2013-11-16 07:00:30 -05:00
252 Send some mail and I'll try my best
</data>
2013-11-16 07:00:30 -05:00
</reply>
#
# Client-side
<client>
<server>
smtp
</server>
<name>
SMTP external VRFY
</name>
<command>
smtp://%HOSTIP:%SMTPPORT/925 --mail-rcpt user@example.net
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
EHLO 925
VRFY user@example.net
QUIT
</protocol>
</verify>
</testcase>