Gene: You have to remember that when you state Weight10- you are in essence saying Weight 10+
That is 10 to infinity Then Weight20 is the same. Your best bet in doing what you want to do is to gate your weights using Weightrange rather than weight. That way you have full control for the actions. So you need to have in your global statement: WEIGHT10-34 weightrange x x 10 34 WEIGHT35-49 weightrange x x 35 49 WEIGHT50 weight x x 50 0 Then default: WEIGHT10-20 warn WEIGHT35-49 copyto [EMAIL PROTECTED] WEIGHT50 routeto [EMAIL PROTECTED] NOTE: If you do it this way then weights 35-49 are not going to be warned. If you want to have them warned also then define another test. What we do in this case is: WEIGHT35-49w weightrange x x 35 49 & then add in the default. WEIGHT35-49w WARN Hope this helps. Regards, Kami -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gene Head Sent: Thursday, January 01, 2004 12:26 PM To: [EMAIL PROTECTED] Subject: [Declude.JunkMail] Weighting action problem I have 4 entries in my declude default junkmail file to send email to different accounts for review: WEIGHT10 WARN WEIGHT20 WARN weight35 copyto [EMAIL PROTECTED] weight50 routeto [EMAIL PROTECTED] The problem I'm having is that the email for weight 35 is getting email with weight numbers in excess of 50. The weight 50 email is also getting the emails over 50 but I'm still getting them delivered to my user account. What am I missing? Here is a header from an email that got thru: Received: from aya.office.ne.jp [210.3.126.36] by mailman.accram.com with ESMTP (SMTPD32-7.07) id ACF566DE00A6; Thu, 01 Jan 2004 08:29:57 -0700 Message-ID: <[EMAIL PROTECTED]> From: "Alexandra Paige" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Yours Will Be Thicker And Fuller for the New Year Date: Thu, 01 Jan 2004 13:18:26 +0000 MIME-Version: 1.0 Content-Type: text/html Content-Transfer-Encoding: base64 X-RBL-Warning: WEIGHT10: Weight of 58 reaches or exceeds the limit of 10. X-RBL-Warning: WEIGHT20: Weight of 58 reaches or exceeds the limit of 20. X-RBL-Warning: REVDNS: This E-mail was sent from a MUA/MTA 210.3.126.36 with no reverse DNS entry. X-Declude-Sender: [EMAIL PROTECTED] [210.3.126.36] X-Declude-Spoolname: D3cf566de00a6282b.SMD X-Country-Chain: HONG KONG->destination X-Note: Total SPAM weight of this email is 58 . X-Note: Header Code: f X-Note: This E-mail was scanned by Declude JunkMail (www.declude.com) for spam. X-Spam-Tests-Failed: GIBBERISH, ANTI-GIBBERISH, FOREIGN, TLD-ASIAN, TLD-WESTERNEUROPEAN, TLD-TRUSTED-REVDNS, male-enhancement, SPFFAIL, BLACKHOLE-HONGKONG, SORBS-HTTP, SORBS-MISC, SORBS-SOCKS, WEIGHT10, WEIGHT15, WEIGHT20, WEIGHT24, WEIGHT35, WEIGHT50, SPAM-VHIGH, BASE64, BYPASSWHITELIST, CATCHALLMAILS, IPNOTINMX, NOLEGITCONTENT, REVDNS, SPAMCHK X-Note: This E-mail was sent from [No Reverse DNS] X-Note: This E-mail was sent from the mailserver at 210.3.126.36. X-Declude-Date: 01/01/2004 13:18:26 [132] X-RCPT-TO: <[EMAIL PROTECTED]> Status: U X-UIDL: 337780256 Gene Head ACCRAM Inc. MCP,Net+,A+,CCNA,CCDA [EMAIL PROTECTED] [EMAIL PROTECTED] --- [This E-mail scanned for viruses by Declude Virus] --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com. --- [This E-mail was scanned for viruses by Declude Virus (http://www.declude.com)] --- This E-mail came from the Declude.JunkMail mailing list. To unsubscribe, just send an E-mail to [EMAIL PROTECTED], and type "unsubscribe Declude.JunkMail". The archives can be found at http://www.mail-archive.com.
