http://bugzilla.spamassassin.org/show_bug.cgi?id=4415
------- Additional Comments From [EMAIL PROTECTED] 2005-07-05 07:15 ------- Seems to be random messages. I'll try to to have SA scan one of my spamtrap addresses to see if I can find a message or two that triggers the errors. Spamd startup parms: spamd_flags="-u spamd -x -d --max-conn-per-child=20 -r /var/run/spamd.pid" local.cf: # SpamAssassin config file required_score 5.7 rewrite_header Subject [SPAM _SCORE_] report_safe 0 #add_header all DCC _DCCB_:_DCCR_ clear_headers add_header all Report _REPORT_ use_bayes 1 bayes_auto_learn 1 bayes_auto_learn_threshold_nonspam -0.01 bayes_expiry_max_db_size 1000000 #use_auto_whitelist 0 skip_rbl_checks 1 #use_razor2 1 #use_dcc 1 #use_pyzor 1 lock_method flock #dcc_dccifd_path /usr/local/dcc bayes_ignore_header X-Virus-Checked bayes_ignore_header X-Virus-Scanned bayes_ignore_header X-Virus-Status bayes_ignore_header X-Greylist #ok_languages all ok_locales en fold_headers 1 init.pre: # RelayCountry - add metadata for Bayes learning, marking the countries # a message was relayed through # # loadplugin Mail::SpamAssassin::Plugin::RelayCountry # URIDNSBL - look up URLs found in the message against several DNS # blocklists. # loadplugin Mail::SpamAssassin::Plugin::URIDNSBL # Hashcash - perform hashcash verification. # loadplugin Mail::SpamAssassin::Plugin::Hashcash # SPF - perform SPF verification. # loadplugin Mail::SpamAssassin::Plugin::SPF v310.pre: # DCC - perform DCC message checks. # # DCC is disabled here because it is not open source. See the DCC # license for more details. # loadplugin Mail::SpamAssassin::Plugin::DCC # Pyzor - perform Pyzor message checks. # loadplugin Mail::SpamAssassin::Plugin::Pyzor # Razor2 - perform Razor2 message checks. # # Razor2 is disabled here because it is not available for unlimited free # use. It is currently free for personal use, subject to capacity # constraints. See the Cloudmark SpamNet Service Policy for more details. # loadplugin Mail::SpamAssassin::Plugin::Razor2 # SpamCop - perform SpamCop message reporting # loadplugin Mail::SpamAssassin::Plugin::SpamCop # AntiVirus - some simple anti-virus checks, this is not a replacement # for an anti-virus filter like Clam AntiVirus # #loadplugin Mail::SpamAssassin::Plugin::AntiVirus # AWL - do auto-whitelist checks # #loadplugin Mail::SpamAssassin::Plugin::AWL # AutoLearnThreshold - threshold-based discriminator for Bayes auto-learning # loadplugin Mail::SpamAssassin::Plugin::AutoLearnThreshold # TextCat - language guesser # loadplugin Mail::SpamAssassin::Plugin::TextCat # AccessDB - lookup from-addresses in access database # #loadplugin Mail::SpamAssassin::Plugin::AccessDB # WhitelistSubject - Whitelist/Blacklist certain subject regular expressions # loadplugin Mail::SpamAssassin::Plugin::WhiteListSubject ########################################################################### # experimental plugins # DomainKeys - perform DomainKeys verification # loadplugin Mail::SpamAssassin::Plugin::DomainKeys # MIMEHeader - apply regexp rules against MIME headers in the message # loadplugin Mail::SpamAssassin::Plugin::MIMEHeader # ReplaceTags # loadplugin Mail::SpamAssassin::Plugin::ReplaceTags ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
