SA Bugzilla – Bug 865
Mail::SpamAssassin::PerMsgStatus (DIFFERENT_REPLY_TO) error
Last modified: 2002-12-13 11:16:01 UTC
Spamassassin is generating the following error in my mail log: Failed to run DIFFERENT_REPLY_TO SpamAssassin test, skipping: (Can't locate object method "check_for_spam_reply_to" via package "Mail::SpamAssassin::PerMsgStatus" (perhaps you forgot to load "Mail::SpamAssassin::PerMsgStatus"?) at /usr/local/lib/perl5/site_perl/5.6.1/Mail/ SpamAssassin/PerMsgStatus.pm line 1701. ) on line 1701 of the above referenced file I have this: $result = $self->$evalsub(@args); When I checked cpan I find that Mail::SpamAssassin::PerMsgStatus is up to date. SA is still tagging spam correctly. Another FreeBSD box at work is showing the same errors. I'm running the lastest SA, procmail and postfix from the ports. Thanks for any clues on how to fix this. A thorough Google search didn't turn up any answers.
your config files do not match the lib files perl is finding. Investigate @INC for old SA versions.
Common config problem. Not a bug.