SA Bugzilla – Bug 5723
clear out zero-hitting rules files from sandboxes
Last modified: 2007-11-20 02:31:32 UTC
The following rules files have no active rules based on recent mass-check results -- so we might as well clear them out to speed up builds and mass-checks: rulesrc/sandbox/dos/70_bugs.cf: 0 active rules, 5 other rulesrc/sandbox/duncf/20_drugs.cf: 0 active rules, 7 other rulesrc/sandbox/duncf/20_misc.cf: 0 active rules, 6 other rulesrc/sandbox/duncf/20_stock.cf: 0 active rules, 4 other rulesrc/sandbox/duncf/25_replace.cf: 0 active rules, 2 other rulesrc/sandbox/jgmyers/70_lint.cf: 0 active rules, 8 other rulesrc/sandbox/kmcgrail/20_number.cf: 0 active rules, 4 other rulesrc/sandbox/kmcgrail/20_spamking.cf: 0 active rules, 8 other rulesrc/sandbox/kmcgrail/20_stock.cf: 0 active rules, 114 other rulesrc/sandbox/kmcgrail/20_urunit.cf: 0 active rules, 9 other rulesrc/sandbox/kmcgrail/70_phishing.cf: 0 active rules, 1 other rulesrc/sandbox/maddoc/01_ds_loan.cf: 0 active rules, 7 other rulesrc/sandbox/mkettler/25_uribl.cf: 0 active rules, 5 other rulesrc/sandbox/sidney/70_other.cf: 0 active rules, 0 other shout now (or clean up your file ;) if you object! (BTW note that the deleted rules will still be available from SVN history, so this isn't really that serious.)
(In reply to comment #0) > rulesrc/sandbox/dos/70_bugs.cf: 0 active rules, 5 other this is ok -- every rule has a T_ prefix, so they may be working fine. > rulesrc/sandbox/duncf/20_drugs.cf: 0 active rules, 7 other Rules to hit ancient spam. nuked > rulesrc/sandbox/duncf/20_misc.cf: 0 active rules, 6 other ditto > rulesrc/sandbox/duncf/20_stock.cf: 0 active rules, 4 other ditto > rulesrc/sandbox/duncf/25_replace.cf: 0 active rules, 2 other ditto > rulesrc/sandbox/jgmyers/70_lint.cf: 0 active rules, 8 other T__FRAUD_DBI?? looks like it was being worked on. more on this in a sec. > rulesrc/sandbox/kmcgrail/20_number.cf: 0 active rules, 4 other Rules to hit ancient spam. nuked > rulesrc/sandbox/kmcgrail/20_spamking.cf: 0 active rules, 8 other Rules to hit ancient spam. nuked > rulesrc/sandbox/kmcgrail/20_stock.cf: 0 active rules, 114 other ditto > rulesrc/sandbox/kmcgrail/20_urunit.cf: 0 active rules, 9 other ditto > rulesrc/sandbox/kmcgrail/70_phishing.cf: 0 active rules, 1 other owrth keeping, actually -- a rule to detect changing the cursor to a pointer. > rulesrc/sandbox/maddoc/01_ds_loan.cf: 0 active rules, 7 other Rules to hit ancient spam. nuked > rulesrc/sandbox/mkettler/25_uribl.cf: 0 active rules, 5 other T_URIBL_BLACK_OVERLAP, T_SURBL_MULTI1 etc.; will keep these for now since they're just a few meta rules, and working with net rules > rulesrc/sandbox/sidney/70_other.cf: 0 active rules, 0 other empty! not sure what Sidney was up to here ;) : jm 6...; svn commit -m "bug 5723: delete sandbox files where none of the rules are hitting any spam nowadays" rulesrc/sandbox/duncf/20_drugs.cf rulesrc/sandbox/duncf/20_misc.cf rulesrc/sandbox/duncf/20_stock.cf rulesrc/sandbox/duncf/25_replace.cf rulesrc/sandbox/kmcgrail/20_number.cf rulesrc/sandbox/kmcgrail/20_spamking.cf rulesrc/sandbox/kmcgrail/20_stock.cf rulesrc/sandbox/kmcgrail/20_urunit.cf rulesrc/sandbox/maddoc/01_ds_loan.cf rulesrc/sandbox/sidney/70_other.cf Deleting rulesrc/sandbox/duncf/20_drugs.cf Deleting rulesrc/sandbox/duncf/20_misc.cf Deleting rulesrc/sandbox/duncf/20_stock.cf Deleting rulesrc/sandbox/duncf/25_replace.cf Deleting rulesrc/sandbox/kmcgrail/20_number.cf Deleting rulesrc/sandbox/kmcgrail/20_spamking.cf Deleting rulesrc/sandbox/kmcgrail/20_stock.cf Deleting rulesrc/sandbox/kmcgrail/20_urunit.cf Deleting rulesrc/sandbox/maddoc/01_ds_loan.cf Deleting rulesrc/sandbox/sidney/70_other.cf Committed revision 596599.
I don't know what was up with sandbox/jgmyers/70_lint.cf -- it looks like it was being worked on; but without much in the way of results: 0.00000 14.2615 15.5899 0.478 0.51 0.01 T__FRAUD_DBI_1 0.00000 14.2615 15.5899 0.478 0.51 0.01 T__FRAUD_DBI 0.00000 14.2615 15.5899 0.478 0.51 (n/a) __FRAUD_DBI 0.00000 14.2613 15.5899 0.478 0.51 0.01 T__FRAUD_DBI_2 0.00000 14.2464 15.5899 0.477 0.51 0.01 T__FRAUD_DBI_4 0.00000 14.2464 15.5899 0.477 0.51 0.01 T__FRAUD_DBI_3 0.00000 13.8873 15.5503 0.472 0.51 0.01 T__FRAUD_DBI_7 0.00000 13.8873 15.5503 0.472 0.51 0.01 T__FRAUD_DBI_5 T__FRAUD_DBI/__FRAUD_DBI is the baseline rule. they were added in http://svn.apache.org/viewvc?view=rev&revision=356848 , back on Dec 14 20:10:43 2005. I think they're not being worked on anymore ;) the other rule: 0.00000 3.2926 21.1399 0.135 0.46 0.01 T_HTML_FONT_SIZE_TINY_1 it was an attempt at a variant of HTML_FONT_SIZE_TINY, which is already gone. ok, deleting.... : jm 11...; svn commit -m "bug 5723: remove no-longer-worked-on sandbox rules" rulesrc/sandbox/jgmyers/70_lint.cf Deleting rulesrc/sandbox/jgmyers/70_lint.cf Committed revision 596603.