ftpserver.pl: Reworked unrecognised command responses
authorSteve Holme <steve_holme@hotmail.com>
Sun, 10 Nov 2013 10:20:50 +0000 (10:20 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 10 Nov 2013 10:20:50 +0000 (10:20 +0000)
commitc876f6ae6d8eac640dc9c9880daa0137d6d5d8fd
tree40cc59dbb8609f18b7984c470f56c3be699dbfdf
parentf49276bfcbfa2e8e73bb01c7f7103126de1c1da2
ftpserver.pl: Reworked unrecognised command responses

As the IMAP regex could fail and $1 would not contain the command id
updated the unrecognised command response to be more generic and
realistic (like those used in the command handlers).

Additionally updated the POP3, SMTP and FTP responses.
tests/ftpserver.pl