On Sun, 2009-11-22 at 14:17 -0500, Alex wrote: > Hi, > > > What I'm looking to do is have SA look in these directories in addition > > to the default locations. I don't have a problem putting rules there > > Benny. I have a problem getting SA to look there for them :-) > > Are you talking about doing something like having myrules.cf in > /etc/mail/spamassassin, which contains something like this: > > include /path/to/other/rules/ruleset1.cf > include /path/to/other/rules/ruleset2.cf > ... > > HTH, > Alex Almost, I'm looking to have SA to include one or two extra directories where one or many <ruleset>.cf files may be:
include /path/to/other/custom_rules_johndoe/* include /path/to/other/custom_rules_janedoe/* I'm not sure I get if I can/cannot do this. It would make things tidier. At the moment my rsync has to have a shed load of ignore clauses and I'm thinking 'there has to be a better way?'