Bug 4713 - ability to disable a ruleset/config without removing it
Summary: ability to disable a ruleset/config without removing it
Status: RESOLVED INVALID
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: SVN Trunk (Latest Devel Version)
Hardware: Other other
: P1 enhancement
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-30 18:54 UTC by Dallas Engelken
Modified: 2005-11-30 11:23 UTC (History)
0 users



Attachment Type Modified Status Actions Submitter/CLA Status
disable_cf.patch patch None Dallas Engelken [HasCLA]

Note You need to log in before you can comment on or make changes to this bug.
Description Dallas Engelken 2005-11-30 18:54:09 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...
Comment 1 Dallas Engelken 2005-11-30 18:55:15 UTC
Created attachment 3283 [details]
disable_cf.patch

allows you to comment out a filename to disable the ruleset/config file
Comment 2 John Gardiner Myers 2005-11-30 18:58:52 UTC
-1

The more usual way of disabling a .cf file already works.

$ mv 70_sare_obfu.cf 70_sare_obfu.cf-DISABLED
Comment 3 Theo Van Dinter 2005-11-30 19:06:27 UTC
(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
Comment 4 Dallas Engelken 2005-11-30 20:23:19 UTC
ah yes.. it just reads the *.cf's..  not sure what i was thinking ;)  sorry for 
the clutter.