Search found 2 matches

by wolffpu
16 May 2017 14:03
Forum: How-to
Topic: Custom Bad Words
Replies: 21
Views: 21552

Re: Custom Bad Words

To reduce errors, I've tried a simpler version and it works:
header BAD_WORDS_ITA Subject =~ /badword/i
score BAD_WORDS_ITA 2.0

If I add another word as below it doesn't work anymore:
header BAD_WORDS_ITA Subject =~ /badword,badword2/i

What's wrong?

I need also to match every word I put in ...
by wolffpu
16 May 2017 11:13
Forum: How-to
Topic: Custom Bad Words
Replies: 21
Views: 21552

Custom Bad Words

Hello,
I'm trying to add a custom filter for bad words on subject email or body email text in our language but it doesn't seem work.
Every guide I've found suggests to change file /etc/mail/spamassassin/local.cf.
I've tried to change also /etc/MailScanner/spamassassin.conf but it doesn't work.

What ...