curl-curl/tests/data/test924
Viktor Szakats de49cc89ab
tests/data: more XML-compliance via %LT and %GT macros in email addresses
Reduce number of files failing `xmllint --format` from 133 to 57 (-76)
(3% of 1894), by replacing `<` and `>` with new macro `%LT` and `%GT`,
in most places, which is in email addresses (192 lines).

Follow-up to a9ec2a676c #19491

Closes #19470
2025-11-18 18:57:53 +01:00

44 lines
606 B
Plaintext

<testcase>
<info>
<keywords>
SMTP
VRFY
</keywords>
</info>
#
# Server-side
<reply>
<data crlf="yes">
553-Ambiguous; Possibilities are:
553-Joe Smith %LTjoe.smith@example.com%GT
553-Harry Smith %LTharry.smith@example.com%GT
553 Melvin Smith %LTmelvin.smith@example.com%GT
</data>
</reply>
#
# Client-side
<client>
<server>
smtp
</server>
<name>
SMTP ambiguous VRFY
</name>
<command>
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt smith
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol crlf="yes">
EHLO %TESTNUMBER
VRFY smith
QUIT
</protocol>
</verify>
</testcase>