On 5/29/2010 2:58 PM, Gabor Illo wrote: > Hello all! > > Can somebody know how can i fix this error? > > May 29 18:58:04 mail spamd[84958]: config: failed to parse line, > skipping, in > "/var/db/spamassassin/3.003001/updates_spamassassin_org/72_active.cf": > mimeheader __TVD_MIME_ATT_AOPDF Content-Type =~ > /^application\/octet-stream.*\.pdf/i > May 29 18:58:04 mail spamd[84958]: config: failed to parse line, > skipping, in > "/var/db/spamassassin/3.003001/updates_spamassassin_org/72_active.cf": > mimeheader __TVD_MIME_ATT_AP Content-Type =~ /^application\/pdf/i > May 29 18:58:04 mail spamd[84958]: config: failed to parse line, > skipping, in > "/var/db/spamassassin/3.003001/updates_spamassassin_org/72_active.cf": > mimeheader __TVD_MIME_ATT_TP Content-Type =~ /^text\/plain/i > May 29 18:58:08 mail spamd[84958]: rules: meta test > ADVANCE_FEE_3_NEW_FORM has dependency 'ADVANCE_FEE_3_NEW' with a zero > score > May 29 18:58:08 mail spamd[84958]: rules: meta test > ADVANCE_FEE_3_NEW_MONEY has dependency 'ADVANCE_FEE_3_NEW' with a zero > score > > Thanks >
Any chance you commented out the loadplugin line for MimeHeader in your v310.pre file? (v310.pre should be in your site rules directory, usually /etc/mail/spamassassin. check near the top of the debug output when you run spamassassin --lint -D if you are unsure what site rules dir you are using.) The loadplugin should be near the bottom of the file and looks like this: # MIMEHeader - apply regexp rules against MIME headers in the message # loadplugin Mail::SpamAssassin::Plugin::MIMEHeader
