http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5781
------- Additional Comments From [EMAIL PROTECTED] 2008-01-14 08:23 ------- yeah, I get it now ;) This seems to fix it: Index: rulesrc/sandbox/sidney/70_other.cf =================================================================== --- rulesrc/sandbox/sidney/70_other.cf (revision 611821) +++ rulesrc/sandbox/sidney/70_other.cf (working copy) @@ -14,7 +14,9 @@ header T_SIDNEY__LYRIS_EZLM_REMAILER List-Unsubscribe =~ /<mailto:(?:leave-\S+|\S+-unsubscribe)[EMAIL PROTECTED]>$/ # ezmlm again +ifplugin Mail::SpamAssassin::Plugin::HeaderEval header T_SIDNEY__GATED_THROUGH_RCVD_REMOVER eval:gated_through_received_hdr_remover() +endif # Allen notes this as 'Wacky sendmail version?' header T_SIDNEY__WACKY_SENDMAIL_VERSION Received =~ /\/CWT\/DCE\)/ basically, the build/mkrules linting code doesn't load any .pre files from the files in rules/*.pre, so it hasn't loaded the HeaderEval plugin, hence the warning. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
