https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8103
Bug ID: 8103 Summary: incorrect ARC_* rules score Product: Spamassassin Version: SVN Trunk (Latest Devel Version) Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: Rules Assignee: dev@spamassassin.apache.org Reporter: giova...@paclan.it Target Milestone: Undefined Created attachment 5875 --> https://bz.apache.org/SpamAssassin/attachment.cgi?id=5875&action=edit ARC_* rules score diff ARC rules are currently defined as: if can(Mail::SpamAssassin::Plugin::DKIM::has_arc) score ARC_SIGNED 0.001 score ARC_VALID -0.1 score ARC_INVALID 0.1 endif In order to have a 0 total score if ARC signature is valid the rule should be modified, ARC_SIGNED score should be 0.1. -- You are receiving this mail because: You are the assignee for the bug.