https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8046
--- Comment #6 from Henrik Krohns <apa...@hege.li> --- (In reply to RvdH from comment #5) > I think something like this should/could work... check on X-ASN metadata > > for 4.x > > header ASN_EXISTS exists:X-ASN > if (can(Mail::SpamAssassin::Plugin::ASN::has_check_asn) && ASN_EXISTS) > add_header all ASN _ASN_ > endif # has_check_asn This kind of logic can't work since if() blocks are evaluated at SA startup. It doesn't exist at message scan time anyway. Returning empty string just requires a set_tag somewhere in ASN.pm, but at the moment I have barely time to write these comments. -- You are receiving this mail because: You are the assignee for the bug.