Re: Running spamassassin only with specific rules

2022-04-22 Thread Bill Cole
On 2022-04-22 at 09:20:17 UTC-0400 (Fri, 22 Apr 2022 09:20:17 -0400) Michael Grant is rumored to have said: > Is there some way to run spamassassin with only a specific set of rules and > scores? > > I've tried putting the rules in a rules.cf file and running spamassassin like: > > spamassassin

Re: Running spamassassin only with specific rules

2022-04-22 Thread Martin Gregorie
On Fri, 2022-04-22 at 09:20 -0400, Michael Grant wrote: > Is there some way to run spamassassin with only a specific set of > rules and scores? > If I'm trying to target specific specific sorts of spam I write rules that sort of follow these guidelines: - their rule names all start with my initia

Running spamassassin only with specific rules

2022-04-22 Thread Michael Grant
Is there some way to run spamassassin with only a specific set of rules and scores? I've tried putting the rules in a rules.cf file and running spamassassin like: spamassassin -t -p rules.cf < test.eml but it runs all the rules including theones in rules.cf I've tried changing the config path