Mailing List Archive

[Spamassassin Wiki] Update of "UsingDcc" by TheoVanDinter
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 TheoVanDinter:
http://wiki.apache.org/spamassassin/UsingDcc

The comment on the change is:
use_dcc is meaningless w/out the plugin, and it's set to 1 by default.

------------------------------------------------------------------------------

= Enabling DCC =

- To make SpamAssassin use DCC at the following to local.cf:
+ To make SpamAssassin use DCC, uncomment the following line in the v310.pre file so the plugin gets loaded:
+
{{{
- use_dcc 1
+ loadplugin Mail::SpamAssassin::Plugin::DCC
}}}

= I've installed DCC but I never seem to get DCC hits, even though I should. Why? =