aboutsummaryrefslogtreecommitdiff
path: root/tests/ftpserver.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ftpserver.pl')
-rwxr-xr-xtests/ftpserver.pl4
1 files changed, 2 insertions, 2 deletions
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;