Trouble with mails from Blackberry

Gao gao at pztop.com
Tue Jun 13 16:13:58 UTC 2017



On 2017-06-13 09:09 AM, Gao wrote:
>
>
> On 2017-06-12 05:26 PM, Mark Sapiro wrote:
>> On 06/12/2017 09:00 AM, Gao wrote:
>>>
>>> On 2017-06-08 01:02 PM, Mark Sapiro wrote:
>>>> The reason I ask about version is this score comes from
>>>>
>>>> Mail::SpamAssassin::Plugin::HeaderEval::check_ratware_envelope_from()
>>>>
>>>> Which in SA 3.4.1 at least has
>>>>
>>>> return 0 if $from =~ /^SRS\d=/;
>>>>
>>>> per
>>>> <https://fossies.org/dox/Mail-SpamAssassin-3.4.1/classMail_1_1SpamAssassin_1_1Plugin_1_1HeaderEval.html#ab8531c37621db88b28eb3c7dc5c97d58> 
>>>>
>>>>
>>>> which seems to be designed to exempt envelope senders beginning with
>>>> SRS, a digit and = as this message does.
>>>>
>>>> If the issue is an older SA and you can't upgrade, you can always set
>>>> the score for RATWARE_EFROM to zero.
>>>>
>>> Thank you for the help.
>>> I am using SpamAssassin Version:3.4.0. I am not sure where to check for
>>> the code you mentioned. I'll make a rule to adjust the RATWARE_EFROM 
>>> score.
>>
>> The code is in the file Mail/SpamAssassin/Plugin/HeaderEval.pm in your
>> perl installation.
>>
> Interesting...
>
> I check the HeaderEval.pm file and it does has the code you mentioned.
>
> And I verified it with "spamassassin --lint -D" and I see the plugin 
> is loaded:
> Jun 13 09:01:05.782 [5433] dbg: plugin: loading 
> Mail::SpamAssassin::Plugin::HTMLEval from @INC
>
> Then how come it still give a score of 3.0?
>
> Gao
>
>
>
>
Copied the wrong  line. It should be:
Jun 13 09:07:41.630 [5975] dbg: plugin: loading 
Mail::SpamAssassin::Plugin::HeaderEval from @INC

BTW, why does pipe to grep not working? I did
spamassassin --lint -D | grep HeaderEval
And it shows all the lines from lint test.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mailscanner.info/pipermail/mailscanner/attachments/20170613/7e1e21fe/attachment.html>


More information about the MailScanner mailing list