]> Sergey Matveev's repositories - public-inbox.git/commit
mda: use PublicInbox::Address to extract emails
authorEric Wong <e@yhbt.net>
Fri, 19 Jun 2020 17:18:47 +0000 (17:18 +0000)
committerEric Wong <e@yhbt.net>
Tue, 7 Jul 2020 06:04:45 +0000 (06:04 +0000)
commitc0f3095c2f0fdf3409a2d7bc629230cd83a06f9f
tree9bc662c87f33dbb6569ee160956fa429b98cd4e1
parentfb17a1456179b92a309c66bf17b71cc4a6ea7bfc
mda: use PublicInbox::Address to extract emails

I'm not sure why this wasn't done in Jun/July 2016 when I was
working on PublicInbox::Address to replace the DoS-vulnerable
Email::Address.

Nowadays, PublicInbox::Address allows using Email::Address::XS
which should be fast and robust.
lib/PublicInbox/MDA.pm