https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7540
Bill Cole <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #19 from Bill Cole <[email protected]> --- (In reply to ruga from comment #18) > >sudo sa-update -v -D 4 --refreshmirrors The '4' you use in that comnmand is not meaningful. Any argument to the "-D" option must be a comma-delimited list of debug channel names for SA or the word "all". > Update available for channel updates.spamassassin.org: -1 -> 1850717 > http: (curl) GET http://spamassassin.apache.org/updates/MIRRORED.BY, success > http: (curl) GET http://sa-update.secnap.net/1850717.tar.gz, success > http: (curl) GET http://sa-update.secnap.net/1850717.tar.gz.sha512, success > http: (curl) GET http://sa-update.secnap.net/1850717.tar.gz.sha256, success > http: (curl) GET http://sa-update.secnap.net/1850717.tar.gz.asc, success > rules: failed to run FORGED_GMAIL_RCVD test, skipping: > (Can't locate object method "check_for_forged_gmail_received_headers" > via > package "Mail::SpamAssassin::PerMsgStatus" at (eval 1419) line 887. > ) The method check_for_forged_gmail_received_headers() is implemented in Mail::SpamAssassin::Plugin::HeaderEval which the error message above implies is not loaded. Mail::SpamAssassin::Plugin::HeaderEval is loaded by default in all versions of SA supported by the default rules channel by this line in the distributed version of v320.pre, located in the site configuration directory (typically /etc/mail/spamassassin): loadplugin Mail::SpamAssassin::Plugin::HeaderEval If you have commented out that line or deleted v320.pre or explicitly unloaded the HeaderEval plugin in some other configuration file, the default rules channel will not work. -- You are receiving this mail because: You are the assignee for the bug.
