Re: [exim] Lookups for blacklisted links within messages

Etusivu
Poista viesti
Vastaa
Lähettäjä: Chris Edwards
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [exim] Lookups for blacklisted links within messages
On Tue, 3 Feb 2009, Marc Perkel wrote:

| Has anyone done this? What I would like to do is parse out all the links
| within a message and do a DNS lookup on every domain within the message.
| And I'd like to do it without running perl. I was wondering if anyone
| has done it within an ACL?


Incase it's not been mentioned, there's:

http://www.teuton.org/~ejm/exim_surbl/

which looks up URIs in the body, and is called from an ACL. Yes, it uses
Exim's embedded perl engine - but should be *much* faster than SpamAssassin...