curl-curl/tests/data/test957
Daniel Stenberg 11cad7bf32
tests: provide all non-ascii data hex encoded
- make the scanner not whitelist anything for test cases making
  everything non-ascii forced to be hex encoded

- update all tests using non-ascii bytes to use %hex[] sequences

Closes #17331
2025-05-13 10:32:35 +02:00

50 lines
659 B
Plaintext

<testcase>
<info>
<keywords>
SMTP
VRFY
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
smtp
</server>
<features>
!win32
codeset-utf8
</features>
<setenv>
LC_ALL=en_US.UTF-8
LC_CTYPE=en_US.UTF-8
</setenv>
<name>
SMTP VRFY without SMTPUTF8 support - UTF-8 based recipient (local part only)
</name>
<command>
smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Anv%hex[%c3%a4]hex%ndaren
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
# 8 - CURLE_WEIRD_SERVER_REPLY
<errorcode>
8
</errorcode>
<protocol>
EHLO %TESTNUMBER
VRFY Anv%hex[%c3%a4]hex%ndaren
QUIT
</protocol>
</verify>
</testcase>