At 12:15 PM 11/12/2003, Dan wrote:
Yesterday we were talking about blocking certain words. The suggestion came
up to put the following in:
body LOCAL_SWEARWORD /\b(?:word1|word2|word3|word4)\b/i
I put this in the bottom of my /etc/mail/spamassassin/local.cf
It seems to block all mail? Any idea
Hi,
On Wed, 12 Nov 2003, Dan wrote:
> Hey guys!
>
> Yesterday we were talking about blocking certain words. The suggestion came
> up to put the following in:
> body LOCAL_SWEARWORD /\b(?:word1|word2|word3|word4)\b/i
>
> I put this in the bottom of my /etc/mail/spamassassin/local.cf
>
> It see