curl-curl/tests/data/test950
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
585 B
Plaintext

<testcase>
<info>
<keywords>
SMTP
VRFY
--request
</keywords>
</info>
#
# Server-side
<reply>
<data crlf="yes">
250 %LTrecipient@example.com%GT
</data>
</reply>
#
# Client-side
<client>
<server>
smtp
</server>
<name>
SMTP VRFY with custom request
</name>
# the custom request just does it lowercase to remain the same command
<command>
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient --request "vrfy"
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol crlf="yes">
EHLO %TESTNUMBER
vrfy recipient
QUIT
</protocol>
</verify>
</testcase>