Home | History | Annotate | Download | only in data
      1 <testcase>
      2 <info>
      3 <keywords>
      4 SMTP
      5 VRFY
      6 </keywords>
      7 </info>
      8 
      9 #
     10 # Server-side
     11 <reply>
     12 <data>
     13 553-Ambiguous; Possibilities are:
     14 553-Joe Smith <joe.smith (a] example.com>
     15 553-Harry Smith <harry.smith (a] example.com>
     16 553 Melvin Smith <melvin.smith (a] example.com>
     17 </data>
     18 </reply>
     19 
     20 #
     21 # Client-side
     22 <client>
     23 <server>
     24 smtp
     25 </server>
     26  <name>
     27 SMTP ambiguous VRFY
     28  </name>
     29  <command>
     30 smtp://%HOSTIP:%SMTPPORT/924 --mail-rcpt smith
     31 </command>
     32 </client>
     33 
     34 #
     35 # Verify data after the test has been "shot"
     36 <verify>
     37 <protocol>
     38 EHLO 924
     39 VRFY smith
     40 QUIT
     41 </protocol>
     42 </verify>
     43 </testcase>
     44