You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by Apache Wiki <wi...@apache.org> on 2006/05/11 13:00:39 UTC

[Spamassassin Wiki] Update of "FixingErrors" by JustinMason

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Spamassassin Wiki" for change notification.

The following page has been changed by JustinMason:
http://wiki.apache.org/spamassassin/FixingErrors

The comment on the change is:
add FAQ about --max-children (how did we miss it?) and reorg old entries

------------------------------------------------------------------------------
  
     * Installation fails in "{{{t/spamd_hup.t}}}": TspamdHuptCompileError
  
-    * Upgrading to v3.0.0 I'm getting this error '{{{bayes db version 2 is not able to be used, aborting!}}}': BayesUpgradeError
- 
     * Upgrading to v3.0.0 and running the tests on Solaris renames my host to "{{{--fqdn}}}": FqdnError
  
   * '''It doesn't run:'''
  
     * I get coredumps from 'spamd': SpamdCoredumps
   
-    * When I use SpamAssassin with Mail::Audit, I get a '{{{you cannot use body()}}}' error: MailAuditBodyError
-  
     * I get warnings about "tainting" when I run spamassassin from {{{/etc/procmailrc}}}: ProcmailTaintWarning
-  
-    * I get '{{{Malformed UTF-8 character}}}' errors on Red Hat 8/9, or using perl 5.8.0, with SA 2.43: RedHatMalformedUtf8
  
     * On startup spamd dies with the error "{{{IO::Socket::INET: Invalid argument}}}": IoSocketInetInvalidArgument; or the message "{{{Required module Storable not found!}}}": StorableNotFound
- 
-    * When I run a tool that uses SpamAssassin, I get '{{{Can't locate Mail/SpamAssassin/NoMailAudit.pm in @INC}}}' with SA 3.0.0: CantLocateNoMailAudit
- 
-    * I get warnings in the syslog from spamd about '{{{Can't call method "bgsend" on an undefined value}}}': CantCallMethodBgsend
  
     * I get warnings in the syslog from spamd about '{{{Bad arg length for Socket::pack_sockaddr_in, length is 0, should be 4}}}': Ipv6Resolver
  
     * When I run '{{{spamassassin --lint}}}', I see messages about '{{{ Net::Ident::_export_hooks() called too early to check prototype}}}': NetIdentPrototype
  
+  * '''Warning messages in the system log:'''
+ 
+    * I get warnings in the syslog from spamd like {{{spamd[3279]: prefork: server reached --max-clients setting, consider raising it}}}, but I can't find a {{{--max-clients}}} setting: MaxClientsWarning
+ 
+    * I get warnings in the syslog from spamd about '{{{Can't call method "bgsend" on an undefined value}}}': CantCallMethodBgsend
+ 
   * '''Performance & memory:'''
  
     * SpamAssassin/spamd seem to take a very long time to scan large emails, and are bogging down my server: SpamdKillingServer
- 
-    * Performance on Red Hat 8/9/Fedora Core 1 is terrible, compared to other OSes: Utf8Performance
  
     * I keep running out of memory every now and again: OutOfMemoryProblems
  
@@ -79, +73 @@

  
     * Spam messages are getting through, how do I determine which tests need to have their scores adjusted to match the messages?  AdjustRuleScore
  
+    * I'm seeing the rule ALL_TRUSTED giving spam negative points.  What should I do?: FixingAllTrusted
+ 
   * '''Customizing (or failure to customize):'''
  
     * I edited my local.cf file, but SpamAssassin isn't recognising the changes: LocalCfNotRead
@@ -86, +82 @@

     * In what order are the SpamAssassin configuration files read?: ConfFileOrder
   
     * How do I disable certain checks?: DisablingRules
- 
-    * I'm seeing the rule ALL_TRUSTED giving spam negative points.  What should I do?: FixingAllTrusted
  
   * '''Other problems:'''
  
@@ -103, +97 @@

  
     * I'm getting unexpected 421 bounces with exim and spamassassin: http://bugzilla.spamassassin.org/show_bug.cgi?id=4246
   
+ '''Old errors, no longer frequently-asked:'''
+  
+    * When I use SpamAssassin with Mail::Audit, I get a '{{{you cannot use body()}}}' error: MailAuditBodyError
+ 
+    * When I run a tool that uses SpamAssassin, I get '{{{Can't locate Mail/SpamAssassin/NoMailAudit.pm in @INC}}}' with SA 3.0.0: CantLocateNoMailAudit
+  
+    * I get '{{{Malformed UTF-8 character}}}' errors on Red Hat 8/9, or using perl 5.8.0, with SA 2.43: RedHatMalformedUtf8
+ 
+    * Upgrading to v3.0.0 I'm getting this error '{{{bayes db version 2 is not able to be used, aborting!}}}': BayesUpgradeError
+ 
+    * Performance on Red Hat 8/9/Fedora Core 1 is terrible, compared to other OSes: Utf8Performance
   
  ----
  ----