https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7350
Benny Pedersen <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Benny Pedersen <[email protected]> --- sadly common fails to use loadplugin in cf files :/ move the loadplugin to one that ends in pre will solve it # cat foo.pre loadplugin Mail::SpamAssassin::Plugin::HeadersEqual [/path/to/HeadersEqual.pm] # cat foo.cf header SENDER_MISMATCH eval:headers_equal("ne", "From:addr", "Return-Path:addr") score SENDER_MISMATCH 0.5 and lastly, score is valid in lint, but it would be nice to support score sets like score SENDER_MISMATCH 0.5 0.5 0.6 0.6 -- You are receiving this mail because: You are the assignee for the bug.
