From 92f7606f29b70451b2f7c5a033459b895055856c Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sat, 9 Feb 2013 19:01:15 +0000 Subject: smtp: Fixed an issue when processing EHLO failure responses (Part 3) Follow up fix to commit 62bd21746443 to cater for servers that don't respond with a 250 in their EHLO responses. Additionally updated the SMTP tests to respond with a 250 response code as per RFC5321. --- tests/data/test806 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/data/test806') diff --git a/tests/data/test806 b/tests/data/test806 index b71ac5cce..9d1c98814 100644 --- a/tests/data/test806 +++ b/tests/data/test806 @@ -11,7 +11,7 @@ RFC4954 # Server-side -REPLY EHLO 220 AUTH LOGIN +REPLY EHLO 250 AUTH LOGIN REPLY AUTH 334 UGFzc3dvcmQ6 REPLY MTIzNA== 235 Authenticated -- cgit v1.2.3