On Mon, 18 May 2009, John Hardin wrote:

> On Mon, 18 May 2009, b-sub-...@rope.net wrote:
>
> > body SA1                /dear friend/i
> > describe SA1            SA - dear friend
> > score SA1               13
> > # Score of 12 is enough to classify as spam
>
> Poison Pill rules are generally a bad idea. If you _truly_ want to implement
> them, there are better, lighter-weight ways to achieve that result than
> lobotomizing a complex scoring tool.
>
> For example, milter-regex could reject the email during SMTP:
>
>    reject "Sorry - you have no friends here"
>    body /dear friend/i

I agree, and I will check out your recommendation further.

(Currently, 97% of our connections are spam, and of those, over 99.5% are
rejected during the SMTP conversation. Only .3% are actually run through
SA. SA is a bit (a lot!) of a heavy weight, and most of the functionality
is turned off and unused, but it's also simple to implement. So I am
interested in other ways, such as your suggestion.)

Thanks to all for speedy and useful responses.
J

Reply via email to