From df58084695ce9b568c0986d0979bb50b360ef010 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 17 Nov 2013 10:03:25 +0000 Subject: tests: Added SMTP HELP test --- tests/ftpserver.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/ftpserver.pl') diff --git a/tests/ftpserver.pl b/tests/ftpserver.pl index a116850aa..d71dc8a24 100755 --- a/tests/ftpserver.pl +++ b/tests/ftpserver.pl @@ -999,10 +999,10 @@ sub HELP_smtp { sendcontrol "214-This server supports the following commands:\r\n"; if(@auth_mechs) { - sendcontrol "214 HELO EHLO RCPT DATA RSET MAIL QUIT HELP AUTH\r\n"; + sendcontrol "214 HELO EHLO RCPT DATA RSET MAIL VRFY EXPN QUIT HELP AUTH\r\n"; } else { - sendcontrol "214 HELO EHLO RCPT DATA RSET MAIL QUIT HELP\r\n"; + sendcontrol "214 HELO EHLO RCPT DATA RSET MAIL VRFY EXPN QUIT HELP\r\n"; } return 0; -- cgit v1.2.3