https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7434
Bug ID: 7434
Summary: add --siteconfigpath option
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sa-update
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: Undefined
Created attachment 5445
--> https://bz.apache.org/SpamAssassin/attachment.cgi?id=5445&action=edit
add --siteconfigpath option
hello,
i've implemented and tested the `sa-update` patch on adding a --siteconfigpath
option as there exists one for spamd.
the motivation is simple: spamd can operated with a custom configuration
/my/custom/config location so it does not require a /etc/spamassassin global
configuration.
this patch makes sa-update capable of parsing my configuration from
/my/custom/config location instead.
this is a nice feature on its own but it is vital on nixos since there i can
store different revisions of the configuration in the so called nix store. that
said, i can easily switch between configurations. but the output of
`sa-update`, written to /var/lib/spamasassin in my case, is still a global
setting of rules.
but this is, as often, just a first step ;-)
please apply this patch if it looks correct.
thanks, joachim
--
You are receiving this mail because:
You are the assignee for the bug.