Annotation of embedaddon/curl/tests/data/test967, revision 1.1
1.1 ! misho 1: <testcase>
! 2: <info>
! 3: <keywords>
! 4: SMTP
! 5: VRFY
! 6: IDN
! 7: </keywords>
! 8: </info>
! 9:
! 10: #
! 11: # Server-side
! 12: <reply>
! 13: <servercmd>
! 14: CAPA SMTPUTF8
! 15: </servercmd>
! 16: <data>
! 17: 252 Send some mail and I'll try my best
! 18: </data>
! 19: </reply>
! 20:
! 21: #
! 22: # Client-side
! 23: <client>
! 24: <server>
! 25: smtp
! 26: </server>
! 27: <features>
! 28: idn
! 29: !win32
! 30: </features>
! 31: <setenv>
! 32: LC_ALL=en_US.UTF-8
! 33: LC_CTYPE=en_US.UTF-8
! 34: </setenv>
! 35: <precheck>
! 36: perl -MI18N::Langinfo=langinfo,CODESET -e 'die "Needs a UTF-8 locale" if (lc(langinfo(CODESET())) ne "utf-8");'
! 37: </precheck>
! 38: <name>
! 39: SMTP external VRFY with SMTPUTF8 support
! 40: </name>
! 41: <command>
! 42: smtp://%HOSTIP:%SMTPPORT/967 --mail-rcpt Användaren@åäö.se
! 43: </command>
! 44: </client>
! 45:
! 46: #
! 47: # Verify data after the test has been "shot"
! 48: <verify>
! 49: <protocol>
! 50: EHLO 967
! 51: VRFY Användaren@xn--4cab6c.se SMTPUTF8
! 52: QUIT
! 53: </protocol>
! 54: </verify>
! 55: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>