Dieter Braun wrote:
# sa-update rules: failed to run T_HEADER_FROM_DIFFERENT_DOMAINS test, skipping: (Can't locate object method "check_equal_from_domains" via package "Mail::SpamAssassin::PerMsgStatus" at (eval 1008) line 97.
You are missing a line: loadplugin Mail::SpamAssassin::Plugin::HeaderEval in one of your .pre files. That line is normally in v320.pre. You may have commented it out, or the file v320.pre is missing from your SpamAssassin configuration directory. Btw, the rule T_HEADER_FROM_DIFFERENT_DOMAINS should have been conditionalized to only apply if the plugin HeaderEval is available. Mark