http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4701
Summary: seperate directory for addon rulesets
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: All
OS/Version: other
Status: NEW
Severity: enhancement
Priority: P1
Component: spamassassin
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
to keep from having to dump addon rulesets in the local configuration directory,
i propose we have the ability to define a 'addon rulesets' location. that way
you can keep custom config seperate from custom rules.
i'll attach a quick concept patch that provides this functionality...
# spamd -D 2>&1 | grep etc
[20692] dbg: config: using "/etc/mail/spamassassin" for site rules pre files
[20692] dbg: config: read file /etc/mail/spamassassin/init.pre
[20692] dbg: config: read file /etc/mail/spamassassin/v310.pre
[20692] dbg: config: using "/etc/mail/spamassassin" for site rules dir
[20692] dbg: config: read file /etc/mail/spamassassin/local.cf
[20692] dbg: config: using "/etc/mail/spamassassin/rulesets" for addon rulesets
dir
[20692] dbg: config: read file /etc/mail/spamassassin/rulesets/test.cf
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.