Bug 7695

Summary: Mail::DKIM async DNS lookups
Product: Spamassassin Reporter: Henrik Krohns <apache>
Component: LibrariesAssignee: SpamAssassin Developer Mailing List <dev>
Status: NEW ---    
Severity: enhancement CC: me, uhlar
Priority: P2    
Version: SVN Trunk (Latest Devel Version)   
Target Milestone: Undefined   
Hardware: All   
OS: All   
Whiteboard:

Description Henrik Krohns 2019-03-02 17:42:06 UTC
Referenced from
https://bz.apache.org/SpamAssassin/show_bug.cgi?id=5930#c19

See if it's possible making Mail::DKIM DNS lookups async. Alternatively use AuthRes results to skip lookups completely.
Comment 1 Matus UHLAR - fantomas 2021-05-03 11:37:17 UTC
as posted to bug 6918 comment 8, in some cases it's important to rely on external DKIM validation, even if it's needed to redo some lookups.
Comment 2 Benny Pedersen 2021-05-03 16:24:19 UTC
Mail::DKIM have ARC validate, but not used in spamasassassin yet

A-R headers is not needed if that perl module does ARC validate aswell, do we need new sa plugin or just extend dkim plugin to support ARC ?, i have no preferences there if it just works :=)