
14 Apr
2020
14 Apr
'20
4:32 p.m.
Hi Russell, On 14/4/20 1:55 pm, Russell Coker via luv-main wrote:
header SWS_AUTH Received =~ /Authenticated sender/ describe SWS_AUTH Mail from local SASL is good score SWS_AUTH -10
I believe that you are making the email received as being assessed with a "-10" to the score, depending on other assessment. I have the following for penalizing bad SPF results: header _Received_SPF Received-SPF =~ /permerror/ score _Received_SPF 50 header _Received_SPF Received-SPF =~ /error/ score _Received_SPF 100 What that does is force higher spam scores by adding either 50 or 100 to the assessment; it doesn't set the overall score, but only effects the overall score. Cheers A.