Subject: | Missing an email address corner case |
Date: | Thu, 20 Oct 2011 16:15:48 +0200 |
To: | bug-Net-Server-Mail [...] rt.cpan.org |
From: | David Darville <dd [...] one.com> |
Hello
I have been using this module, but I noticed that it does not support
e-mail addresses, with space in the local part, as seen in the following
SMTP conversation:
220 testserver ESMTP Net::Server::Mail (Perl) Service ready
EHLO mail.example.com
250-testserver Service ready
250 PIPELINING
MAIL FROM:<"E mail"@example.org>
555 Unsupported option: mail"@example.org>
But "E mail"@example.org is unfortunately an rfc compliant e-mail address.
I have attached a patch which works for me.
--
David Darville
Message body is not shown because sender requested not to inline it.