Matt Kettler wrote: > Ed Kasky wrote: > >> I upgraded today from 3.2.1 to 3.2.2 on a RH7.2 server using perl >> 5.8.1 and am having 2 issues. >> >> 1. Lint output gives 4 warnings: >> >> [27134] warn: rules: failed to run CG_DOUBLEDOT_GIF test, skipping: >> [27134] warn: (Can't locate object method "image_name_regex" via >> package "Mail::SpamAssassin::PerMsgStatus" at (eval 1231) line 305. >> [27134] warn: ) >> > > Looks like the ImageInfo rules are running, but the ImageInfo.pm plugin > isn't loaded. > > > You didn't happen to unwisely put ImageInfo.pm into SA's directory under > perl libs, did you? If so, it's probably been obliterated from your machine. > > Re-add it and put the .pm in your /etc/mail/spamassassin and use an > explicit path in your loadplugin command for it. > > Correction.. It looks like imageinfo.pm *is* loaded, but it's an older version than the one needed for your version of imageinfo.cf.
Note to self: don't use RDJ or other update scripts on the rulefiles that go with plugins.. Or do anything else that might update one without the other.. > >