/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test950
41 строка
616 B
Viktor Szakats
tidy-up: miscellaneous
01 июн 2026, 23:33
01 июн 2026, 23:33
d229055
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <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 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>