Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Fixing Errors

See also FrequentlyAskedQuestions.

...

...

    • After running sa-compile, I get warnings like 'symbol Mail_SpamAssassin_CompiledRegexps_body_0_scan17: referenced symbol not found': SaCompileRefSymbolError
    • I get warnings about "tainting" when I run spamassassin from /etc/procmailrc: ProcmailTaintWarning

I get corrupted messages, when using SpamAssassin with exim and procmail: EximProcmailCorruptMsgs

When I use "-t", it tells me my mail is spam, even when it's not: AlwaysSpamWithTswitch

I get 'Malformed UTF-8 character' errors on Red Hat 8, or using perl 5.8.0, with SA 2.43: RedHatMalformedUtf8

I edited my local.cf file, but SpamAssassin isn't recognising the changes: LocalCfNotRead

In what order are the SpamAssassin configuration files read?: ConfFileOrder

How do I disable certain checks?: DisablingRules

...

    • On startup spamd dies with the error "IO::Socket::INET: Invalid argument": IoSocketInetInvalidArgument; or the message "Required module Storable not found!": StorableNotFound
    • 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 '

      No Format
       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 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
    • I see lots of warnings like ... matches null string many times in regex ... at ... Text/Wrap.pm: TextWrapError
  • Undefined dependency errors:
    • I get warnings that look like this dbg: rules: meta test XXX_SOME_NAME_XXX has undefined dependency 'XXX_SOME_THING_XXX':
      • Self:SareUndefinedDependency related errors
      • Self:PyzorUndefinedDependency related errors
  • Performance & memory:
  • Filtering and labeling:

Performance on Red Hat 8/9/Fedora Core 1 is terrible, compared to other OSes: Utf8Performance

...

A mail has enough points to be spam, but isn't marked as such: StatusRounding

I keep running out of memory every now and again: OutOfMemoryProblems

...