
bugzilla-daemon at bugzilla
Jan 7, 2004, 9:47 PM
Post #1 of 1
(65 views)
Permalink
|
|
[Bug 2907] New: cutom meta rule error
|
|
http://bugzilla.spamassassin.org/show_bug.cgi?id=2907 Summary: cutom meta rule error Product: Spamassassin Version: 2.60 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P5 Component: Rules AssignedTo: spamassassin-dev [at] incubator ReportedBy: dave [at] hvpw this custom meta rule: body _HVPW_BANNED_CD_1A /\bBanned CD\b/i body _HVPW_BANNED_CD_1B /\bGovernment\b/i meta HVPW_BANNED_CD_1 (_HVPW_BANNED_CD_1A && _HVPW_BANNED_CD_1B) score HVPW_BANNED_CD_1 1.1 describe HVPW_BANNED_CD_1 If it's banned, why should we buy it? produced these results pts rule name description ---- ---------------------- -------------------------------------------------- 1.0 _HVPW_BANNED_CD_1B BODY: /\bGovernment\b/i 1.0 _HVPW_BANNED_CD_1A BODY: /\bBanned CD\b/i 0.0 HTML_MESSAGE BODY: HTML included in message 1.1 RCVD_IN_DSBL RBL: Received via a relay in list.dsbl.org [<http://dsbl.org/listing?ip=24.43.33.243>] 2.2 RCVD_IN_BL_SPAMCOP_NET RBL: Received via a relay in bl.spamcop.net [Blocked - see <http://www.spamcop.net/bl.shtml?24.43.33.243>] 0.1 RCVD_IN_SORBS RBL: SORBS: sender is listed in SORBS [24.43.33.243 listed in dnsbl.sorbs.net] 1.1 HVPW_BANNED_CD_1 If it's banned, why should we buy it? ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
|