I've upgraded from 3.2.1 to 3.2.5 on gentoo.  It appears that dcc is
broken.  My messages no longer get the dcc header:

was: X-Spam-DCC: x.dcc-servers: hostname 104; Body=1 Fuz1=1 Fuz2=1

now: X-Spam-DCC: _DCCB_: _DCCR_

my init.pre contains (and has always contained) the following:

use_dcc                                 1
DCC_dccifd_path                 /var/dcc/dccifd
dcc_timeout                             20
add_header                              all DCC _DCCB_: _DCCR_

the dccifd daemon is running:

 # ps ax |grep dcc
11838 ?        Ss     0:00 /usr/sbin/dccifd -tCMN,50, -l/var/log/dcc
-wwhiteclnt -Uuserdirs -SHELO -Smail_host -SSender -SList-ID
11839 ?        Sl     0:00 /usr/sbin/dccifd -tCMN,50, -l/var/log/dcc
-wwhiteclnt -Uuserdirs -SHELO -Smail_host -SSender -SList-ID

It appears that the dcc plugin exists - the following file is on the
system: /usr/share/spamassassin/25_dcc.cf

There are no new messages appearing in the /var/log/dcc/ directory

Here is some debug output:

 $ spamassassin -D dcc < sample-spam.txt 2>&1 |less
[11872] dbg: dcc: network tests on, registering DCC
Return-Path: j...@dogma.slashnull.org
X-Spam-DCC: _DCCB_: _DCCR_
X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on
        hostname.domainname.com.au
X-Spam-Level: *****
X-Spam-Status: Yes, score=5.0 required=5.0 tests=BOTNET autolearn=no
        version=3.2.5
X-Spam-Report:
        *  5.0 BOTNET Relay might be a spambot or virusbot
        *      
[botnet0.8,ip=212.17.35.15,rdns=dogma.slashnull.org,maildomain=dogma.slashnull.org
        <jm,baddns]

Can somebody help here?

Incidentally the X-Spam-Level: and X-Spam-Status: headers have stopped
appearing in my messages since the upgrade and I've had to add the
following to my local.cf:

add_header all Level _STARS(*)_
add_header all Status _YESNO_, score=_SCORE_ required=_REQD_
tests=_TESTS_ autolearn=_AUTOLEARN_ version=_VERSION_

Reply via email to