1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test923

38 lines
403 B
Plaintext
Raw Normal View History

2013-11-16 07:00:30 -05:00
<testcase>
<info>
<keywords>
SMTP
VRFY
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
smtp
</server>
<name>
SMTP VRFY
</name>
<command>
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient
2013-11-16 07:00:30 -05:00
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
EHLO %TESTNUMBER
2013-11-16 07:00:30 -05:00
VRFY recipient
QUIT
</protocol>
</verify>
</testcase>