Re: Rewritten URIBL plugin
[email protected] (Matt Sergeant)
| Newsgroups | perl.qpsmtpd |
|---|---|
| Message-ID | <alpine.DEB.2.01.1007272037220.14871@bodger> |
On Sun, 25 Jul 2010, Jared Johnson wrote: > The plugin has the following advantages over the original: > > - Uses MIME::Parser to unpack message text so that we can look for URI's > in base64-encoded data, etc., and _not_ look for URI's in noise. I think we should probably consider putting support for parsed messages into core, with the parsing done lazily if requested by the API. Thoughts? Matt.