mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
tests: Corrected missing data reply sections from 3d50e91aee
This commit is contained in:
parent
3d50e91aee
commit
0d735c29f9
@ -9,7 +9,9 @@ VRFY
|
|||||||
#
|
#
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
|
<data>
|
||||||
250 <recipient@example.com>
|
250 <recipient@example.com>
|
||||||
|
</data>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -9,10 +9,12 @@ VRFY
|
|||||||
#
|
#
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
|
<data>
|
||||||
553-Ambiguous; Possibilities are:
|
553-Ambiguous; Possibilities are:
|
||||||
553-Joe Smith <joe.smith@example.com>
|
553-Joe Smith <joe.smith@example.com>
|
||||||
553-Harry Smith <harry.smith@example.com>
|
553-Harry Smith <harry.smith@example.com>
|
||||||
553 Melvin Smith <melvin.smith@example.com>
|
553 Melvin Smith <melvin.smith@example.com>
|
||||||
|
</data>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -9,7 +9,9 @@ VRFY
|
|||||||
#
|
#
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
|
<data>
|
||||||
252 Send some mail and I'll try my best
|
252 Send some mail and I'll try my best
|
||||||
|
</data>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -9,7 +9,9 @@ VRFY
|
|||||||
#
|
#
|
||||||
# Server-side
|
# Server-side
|
||||||
<reply>
|
<reply>
|
||||||
|
<data>
|
||||||
550 Unknown user
|
550 Unknown user
|
||||||
|
</data>
|
||||||
</reply>
|
</reply>
|
||||||
|
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user