SA Bugzilla – Bug 4713
ability to disable a ruleset/config without removing it
Last modified: 2005-11-30 11:23:19 UTC
i will attach a small patch which basically give you the ability to disable a .cf file by commenting the filename out... for example... $ cd /etc/mail/spamassassin $ mv 70_sare_obfu.cf #70_sare_obfu.cf may come in handy in conjunction with bug 4701...
Created attachment 3283 [details] disable_cf.patch allows you to comment out a filename to disable the ruleset/config file
-1 The more usual way of disabling a .cf file already works. $ mv 70_sare_obfu.cf 70_sare_obfu.cf-DISABLED
(In reply to comment #2) > -1 > > The more usual way of disabling a .cf file already works. > > $ mv 70_sare_obfu.cf 70_sare_obfu.cf-DISABLED > ditto. -1
ah yes.. it just reads the *.cf's.. not sure what i was thinking ;) sorry for the clutter.