ftpserver.pl: Expanded the SMTP MAIL handler to validate messages
authorSteve Holme <steve_holme@hotmail.com>
Wed, 18 Sep 2013 06:16:53 +0000 (07:16 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Wed, 18 Sep 2013 06:23:32 +0000 (07:23 +0100)
commit98f7ca7e971006df09ca0ec844beb55efe30d7f6
tree1c66a65510846848c9e635691cad2a75b688e9a6
parent4cfbb201c4f823ba31ba4b895044088fba6ae535
ftpserver.pl: Expanded the SMTP MAIL handler to validate messages

MAIl_smtp() will now check for a correctly formatted FROM address as
well as the optional SIZE parameter comparing it against the server
capability when specified.
tests/ftpserver.pl