https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6322
Summary: In DKIM ADSP eval test check_dkim_adsp() the '*' is
handled incorrectly
Product: Spamassassin
Version: 3.3.0
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P5
Component: Plugins
AssignedTo: [email protected]
ReportedBy: [email protected]
A rule like:
header DKIM_ADSP_ALL_YG1 eval:check_dkim_adsp('*', gmail.com, yahoo.com)
should not have fired if a message contains at least one valid author domain
signature.
The problem is that a shorthand '*' is handled incorrectly, and fires
even when there are no ADSP policies (as it the case when AD signatures
are present)
A fix is fairly trivial, coming...
--
Configure bugmail:
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.