]> Sergey Matveev's repositories - public-inbox.git/commit
address: extract more characters from email addresses
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 15 Feb 2018 00:25:53 +0000 (00:25 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 15 Feb 2018 01:08:15 +0000 (01:08 +0000)
commitf46019039da6ac1596a4aef64b7bf394c743c1b1
tree772f755511937a7b8fb50d80689e58484282abff
parent9b7617b25f58a731bc1ffc6087faed46301e2c26
address: extract more characters from email addresses

There's a lot of weird characters which show up in LKML archives
which we did not support before.  Furthermore, allow spaces
before the '>' in the From: line as at least some non-spam
poster used it.
lib/PublicInbox/Address.pm
t/address.t