File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test924
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (4 years, 6 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

<testcase>
<info>
<keywords>
SMTP
VRFY
</keywords>
</info>

#
# Server-side
<reply>
<data>
553-Ambiguous; Possibilities are:
553-Joe Smith <joe.smith@example.com>
553-Harry Smith <harry.smith@example.com>
553 Melvin Smith <melvin.smith@example.com>
</data>
</reply>

#
# Client-side
<client>
<server>
smtp
</server>
 <name>
SMTP ambiguous VRFY
 </name>
 <command>
smtp://%HOSTIP:%SMTPPORT/924 --mail-rcpt smith
</command>
</client>

#
# Verify data after the test has been "shot"
<verify>
<protocol>
EHLO 924
VRFY smith
QUIT
</protocol>
</verify>
</testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>