You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2008/03/13 10:49:12 UTC

[Bug 5849] dcc problem

https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5849


Matt Kettler <mk...@verizon.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #1 from Matt Kettler <mk...@verizon.net>  2008-03-13 02:49:12 PST ---
In the future, please refrain from using bugzilla to ask configuration
questions. Please post to the users@spamassassin.apache.org mailing list
instead. If you have further questions, please post there and I'll follow up.

Your problem results from putting the loadplugin statement in your local.cf.
This needs to be in /etc/mail/spamassassin/v310.pre. (it should be there
already, you just need to uncomment it)

The fundamental problem with putting loadplugin statements in your local.cf is
that local.cf is read AFTER the default ruleset. This causes DCC the rules in
the default ruleset to get skipped, as the files detect the plugin isn't
loaded.

The .pre files exist in order to load plugins that impact the default ruleset,
and they are parsed before any of the .cf files.

(Also, don't try to apply any general settings in your .pre files, because
they're parsed BEFORE the default ruleset, and the defaults will simply clobber
them)


-- 
Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.