added pod DESC to dont_require_anglebrackets

This commit is contained in:
Matt Simerson 2012-04-28 23:46:15 -04:00 committed by Ask Bjørn Hansen
parent 46701716b2
commit 7c2e37ff20

View File

@ -8,6 +8,17 @@ dont_require_anglebrackets
accept addresses in MAIL FROM:/RCPT TO: commands without surrounding <> accept addresses in MAIL FROM:/RCPT TO: commands without surrounding <>
=head1 DESCRIPTION
RFC821 requires that email addresses presented during the SMTP conversation
be enclosed in angle brackets. Like this:
MAIL FROM:<user@example.com>
This plugin relaxes that requirement, accepting messages in this format:
MAIL FROM:user@example.com
=cut =cut
sub hook_mail_pre { sub hook_mail_pre {