remove Email::Address dependency
commita060c4948ae87561dd1b318a5bae81b74650ba9d
authorEric Wong <e@80x24.org>
Tue, 24 May 2016 23:40:04 +0000 (24 23:40 +0000)
committerEric Wong <e@80x24.org>
Wed, 25 May 2016 00:26:57 +0000 (25 00:26 +0000)
tree4c13361bfb84caab3b5bfcd5aa46c5b7f01b1cbf
parentd9bc690f73468fcf01bafd177443ce31dbd230fa
remove Email::Address dependency

git has stricter requirements for ident names (no '<>')
which Email::Address allows.

Even in 1.908, Email::Address also has an incomplete fix for
CVE-2015-7686 with a DoS-able regexp for comments.  Since we
don't care for or need all the RFC compliance of Email::Address,
avoiding it entirely may be preferable.

Email::Address will still be installed as a requirement for
Email::MIME, but it is only used by the
Email::MIME::header_str_set which we do not use (not even in
public-inbox).
INSTALL
Makefile.PL
lib/Ssoma/MDA.pm