Bug 6504 - LOTS_OF_MONEY has score 0 but rules depend on it
Summary: LOTS_OF_MONEY has score 0 but rules depend on it
Status: RESOLVED FIXED
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: Rules (show other bugs)
Version: 3.3.1
Hardware: PC Linux
: P2 normal
Target Milestone: Undefined
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-10-31 11:50 UTC by Marc Sherman
Modified: 2010-10-31 13:08 UTC (History)
1 user (show)



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Marc Sherman 2010-10-31 11:50:14 UTC
Last night's rules update set the score for LOTS_OF_MONEY to 0, but there are other rules that depend on it (resulting in warning messages from spamassassin):

Oct 31 00:17:11 chunks spamd[6584]: rules: meta test MONEY_LOTTERY has dependency 'LOTS_OF_MONEY' with a zero score
Oct 31 00:17:11 chunks spamd[6584]: rules: meta test T_MONEY_PERCENT has dependency 'LOTS_OF_MONEY' with a zero score
Oct 31 00:17:11 chunks spamd[6584]: rules: meta test MONEY_ATM_CARD has dependency 'LOTS_OF_MONEY' with a zero score
Oct 31 00:17:11 chunks spamd[6584]: rules: meta test ADVANCE_FEE_2_NEW_MONEY has dependency 'LOTS_OF_MONEY' with a zero score
Oct 31 00:17:11 chunks spamd[6584]: rules: meta test MONEY_FRAUD_5 has dependency 'LOTS_OF_MONEY' with a zero score
Oct 31 00:17:11 chunks spamd[6584]: rules: meta test MONEY_FORM has dependency 'LOTS_OF_MONEY' with a zero score
Oct 31 00:17:11 chunks spamd[6584]: rules: meta test MONEY_FROM_MISSP has dependency 'LOTS_OF_MONEY' with a zero score
Oct 31 00:17:11 chunks spamd[6584]: rules: meta test ADVANCE_FEE_3_NEW_MONEY has dependency 'LOTS_OF_MONEY' with a zero score
Oct 31 00:17:11 chunks spamd[6584]: rules: meta test MONEY_FRAUD_8 has dependency 'LOTS_OF_MONEY' with a zero score
Oct 31 00:17:11 chunks spamd[6584]: rules: meta test MONEY_FRAUD_3 has dependency 'LOTS_OF_MONEY' with a zero score
Comment 1 John Hardin 2010-10-31 13:08:13 UTC
Modified: /home/jhardin/develop/spamassassin/svn/trunk/rules/73_sandbox_manual_scores.cf
Committed revision 1029416.

Fixed. Sorry about that.