https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7966
Bug ID: 7966
Summary: config: no rules were found! Do you need to run
'sa-update'? at /usr/bin/spamassassin line 417.
Product: Spamassassin
Version: 4.0.0
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: spamassassin
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
I am trying to run spamassassin with a subset of rules of my choice. I put
this in a file named rule.cf (this is just an example, any rule will do):
required_score 20.0
full DKIM_SIGNED eval:check_dkim_signed()
describe DKIM_SIGNED Message has a DKIM or DK signature, not
necessarily valid
score DKIM_SIGNED 20.0
then ran spamassassin like this:
spamassassin -C rule.cf < test.eml
and I get this output:
config: no rules were found! Do you need to run 'sa-update'? at
/usr/bin/spamassassin line 417.
This works in 3.4.7 but no longer seems to work in 4.0.0 on debian using
4.0.0~0.0svn1896439-1 package in experimental.
Maybe I'm doing this incorrectly? What I am trying to do is run only subset of
rules.
--
You are receiving this mail because:
You are the assignee for the bug.