On 08/04/2009, Conrad Lawes <[email protected]> wrote: > Hi Listers, > > We are running an SMTP gateway server with Exim version 4.43 with > SpamAssassin and ClamAV installed. > Lately, we have been receiving obvious spam messages that are not being > caught by SpamAssassin. > To combat this, I wish to create lookup file containing the list of > common words normally found in spam messages. > I want Exim to search the body and header of inbound mail and compare > against the lookup file. If a match is found, then those messages should be > quarantined or bounced. > > I'm not sure how to implement this.
If you're already invoking SA, why not write a new SA rule, or tweak an existing one. It's pretty simple. Exim isn't that good at scanning message bodies. Peter -- Peter Bowyer Email: [email protected] Follow me on Twitter: twitter.com/peeebeee -- ## List details at http://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
