Re: how to remove T_RP_MATCHES_RCVD

2018-04-08 Thread Kevin A. McGrail
I stand corrected! On Sun, Apr 8, 2018, 13:22 RW wrote: > On Thu, 5 Apr 2018 19:56:13 -0400 > Kevin A. McGrail wrote: > > > It's pedantic but I am 99.9% sure that a Test Rule (prefix T_) is > > scored at 0.001 but scores in the report are rounded to a ceiling so > > it displaces as .01. > > > >

Re: how to remove T_RP_MATCHES_RCVD

2018-04-08 Thread RW
On Thu, 5 Apr 2018 19:56:13 -0400 Kevin A. McGrail wrote: > It's pedantic but I am 99.9% sure that a Test Rule (prefix T_) is > scored at 0.001 but scores in the report are rounded to a ceiling so > it displaces as .01. > Informational rules that do score 0.001 display as 0.00 whereas T_* rules

Re: how to remove T_RP_MATCHES_RCVD

2018-04-07 Thread John Hardin
On Fri, 6 Apr 2018, Matus UHLAR - fantomas wrote: It's also useless duplicate of __RP_MATCHES_RCVD header T_RP_MATCHES_RCVD eval:check_mailfrom_matches_rcvd() header __RP_MATCHES_RCVD eval:check_mailfrom_matches_rcvd() Cleaned that up. -- John Hardin KA7OHZh

Re: how to remove T_RP_MATCHES_RCVD

2018-04-06 Thread John Hardin
On Fri, 6 Apr 2018, Matus UHLAR - fantomas wrote: On Thu, 5 Apr 2018, Motty Cruz wrote: Hello, T_RP_MATCHES_RCVD  this rule is allowing spammy emails past through. Is there a way to disable in local.cf? simply put: score RP_MATCHES_RCVD 0 score T_RP_MATCHES_RCVD 0 in case

Re: how to remove T_RP_MATCHES_RCVD

2018-04-06 Thread Matus UHLAR - fantomas
On Thu, 5 Apr 2018, Motty Cruz wrote: Hello, T_RP_MATCHES_RCVD  this rule is allowing spammy emails past through. Is there a way to disable in local.cf? simply put: score RP_MATCHES_RCVD 0 score T_RP_MATCHES_RCVD 0 in case of anyone will try pushing any of these to SA. On 0

Re: how to remove T_RP_MATCHES_RCVD

2018-04-05 Thread Kevin A. McGrail
It's pedantic but I am 99.9% sure that a Test Rule (prefix T_) is scored at 0.001 but scores in the report are rounded to a ceiling so it displaces as .01. -- Kevin A. McGrail Asst. Treasurer & VP Fundraising, Apache Software Foundation Chair Emeritus Apache SpamAssassin Project https://www.linked

Re: how to remove T_RP_MATCHES_RCVD

2018-04-05 Thread RW
On Thu, 5 Apr 2018 10:23:50 -0700 (PDT) John Hardin wrote: > Actually, I retract that suggestion, I wasn't aware of the special > automatic scoring for T_ rules. Leave it alone. There's little point in this case, but I don't think there's any harm in changing such scores locally. IIRC the "T_"

Re: how to remove T_RP_MATCHES_RCVD

2018-04-05 Thread John Hardin
On Thu, 5 Apr 2018, Motty Cruz wrote: Thanks for your prompt reply John, X-Spam-Status: No, score=5.27 tagged_above=-999.9 required=5.7     tests=[BAYES_50=4.3, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001,     T_RP_MATCHES_RCVD=-0.01] autolearn=no autolearn_force=no always the score i

Re: how to remove T_RP_MATCHES_RCVD

2018-04-05 Thread Motty Cruz
Thanks Tom, my scores were definitely a problem. Thanks again, Motty On 04/05/2018 09:48 AM, Tom Hendrikx wrote: On 05-04-18 18:40, Motty Cruz wrote: Thanks for your prompt reply John, X-Spam-Status: No, score=5.27 tagged_above=-999.9 required=5.7     tests=[BAYES_50=4.3, FROM_EXCESS_BA

Re: how to remove T_RP_MATCHES_RCVD

2018-04-05 Thread Tom Hendrikx
On 05-04-18 18:40, Motty Cruz wrote: > Thanks for your prompt reply John, > > X-Spam-Status: No, score=5.27 tagged_above=-999.9 required=5.7 >     tests=[BAYES_50=4.3, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001, >     T_RP_MATCHES_RCVD=-0.01] autolearn=no autolearn_force=no > BAYES_00

Re: how to remove T_RP_MATCHES_RCVD

2018-04-05 Thread Motty Cruz
Thanks for your prompt reply John, X-Spam-Status: No, score=5.27 tagged_above=-999.9 required=5.7     tests=[BAYES_50=4.3, FROM_EXCESS_BASE64=0.979, HTML_MESSAGE=0.001,     T_RP_MATCHES_RCVD=-0.01] autolearn=no autolearn_force=no always the score is -0.01 regardless; I will take your sug

Re: how to remove T_RP_MATCHES_RCVD

2018-04-05 Thread RW
On Thu, 5 Apr 2018 09:12:45 -0700 Motty Cruz wrote: > Hello, T_RP_MATCHES_RCVD  this rule is allowing spammy emails past > through. Is there a way to disable in local.cf? How's that happening? A T_* rule only scores +/- 0.01.

Re: how to remove T_RP_MATCHES_RCVD

2018-04-05 Thread John Hardin
On Thu, 5 Apr 2018, Motty Cruz wrote: Hello, T_RP_MATCHES_RCVD  this rule is allowing spammy emails past through. Is there a way to disable in local.cf? The best way to disable it without breaking any meta-rules that may be using it is to set its score to 0.001 in your local config file. I

how to remove T_RP_MATCHES_RCVD

2018-04-05 Thread Motty Cruz
Hello, T_RP_MATCHES_RCVD  this rule is allowing spammy emails past through. Is there a way to disable in local.cf? Thanks, Motty