Commit 0d735c29 authored by Steve Holme's avatar Steve Holme
Browse files

tests: Corrected missing data reply sections from 3d50e91a

parent 3d50e91a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,7 +9,9 @@ VRFY
#
# Server-side
<reply>
<data>
250 <recipient@example.com>
</data>
</reply>

#
+2 −0
Original line number Diff line number Diff line
@@ -9,10 +9,12 @@ VRFY
#
# Server-side
<reply>
<data>
553-Ambiguous; Possibilities are:
553-Joe Smith <joe.smith@example.com>
553-Harry Smith <harry.smith@example.com>
553 Melvin Smith <melvin.smith@example.com>
</data>
</reply>

#
+2 −0
Original line number Diff line number Diff line
@@ -9,7 +9,9 @@ VRFY
#
# Server-side
<reply>
<data>
252 Send some mail and I'll try my best
</data>
</reply>

#
+2 −0
Original line number Diff line number Diff line
@@ -9,7 +9,9 @@ VRFY
#
# Server-side
<reply>
<data>
550 Unknown user
</data>
</reply>

#