Is DCC working? - SpamAssassin
This is a discussion on Is DCC working? - SpamAssassin ; Hello,
I have installed DCC and I think it should be working:
flindner@osiris:~$ spamassassin -D &1 | grep -i DCC
[7227] dbg: config: read file /usr/share/spamassassin/25_dcc.cf
[7227] dbg: plugin: loading Mail::SpamAssassin::Plugin: CC from @INC
[7227] dbg: dcc: network tests on, ...
-
Is DCC working?
Hello,
I have installed DCC and I think it should be working:
flindner@osiris:~$ spamassassin -D < junk 2>&1 | grep -i DCC
[7227] dbg: config: read file /usr/share/spamassassin/25_dcc.cf
[7227] dbg: plugin: loading Mail::SpamAssassin::Plugin:
CC from @INC
[7227] dbg: dcc: network tests on, registering DCC
[7227] dbg: plugin: registered
Mail::SpamAssassin::Plugin:
CC=HASH(0xa33662c)
[7227] dbg: dcc: dccifd is not available: no r/w dccifd socket found
[7227] dbg: util: executable for dccproc was found at /usr/bin/dccproc
[7227] dbg: dcc: dccproc is available: /usr/bin/dccproc
[7227] dbg: dcc: opening pipe: /usr/bin/dccproc -H -x 0 < /
tmp/.spamassassin7227H4OvN2tmp
[7227] dbg: dcc: got response: X-DCC-CTc-dcc1-Metrics:
osiris.centershock.net 1030; Body=3 Fuz1=3 Fuz2=3
in my filter I'm invoking spamassassin with spamc.
None of the 76 junk messages I filtered with spamc since I activared
DCC contains an information about the DCC_CHECK test. (grep DCC_CHECK *)
I'm using Debian etch with SA 3.1.7.
Thanks,
Florian
-
Re: Is DCC working?
On 26.06.08 13:35, Florian Lindner wrote:
> I have installed DCC and I think it should be working:
>
> flindner@osiris:~$ spamassassin -D < junk 2>&1 | grep -i DCC
> [7227] dbg: config: read file /usr/share/spamassassin/25_dcc.cf
> [7227] dbg: plugin: loading Mail::SpamAssassin::Plugin:
CC from @INC
> [7227] dbg: dcc: network tests on, registering DCC
> [7227] dbg: plugin: registered
> Mail::SpamAssassin::Plugin:
CC=HASH(0xa33662c)
> [7227] dbg: dcc: dccifd is not available: no r/w dccifd socket found
> [7227] dbg: util: executable for dccproc was found at /usr/bin/dccproc
> [7227] dbg: dcc: dccproc is available: /usr/bin/dccproc
> [7227] dbg: dcc: opening pipe: /usr/bin/dccproc -H -x 0 < /
> tmp/.spamassassin7227H4OvN2tmp
> [7227] dbg: dcc: got response: X-DCC-CTc-dcc1-Metrics:
> osiris.centershock.net 1030; Body=3 Fuz1=3 Fuz2=3
>
> in my filter I'm invoking spamassassin with spamc.
>
> None of the 76 junk messages I filtered with spamc since I activared
> DCC contains an information about the DCC_CHECK test. (grep DCC_CHECK *)
well, seems it does not hit that often:
grep -F 'spamd: result:' /var/log/local3.1 | wc -l
1182
grep -F 'DCC' /var/log/local3.1 | wc -l
35
grep -F 'spamd: result: Y' /var/log/local3.1 | wc -l
45
grep -F 'spamd: result: Y' /var/log/local3.1 | grep -F DCC | wc -l
32
(my agressive blacklists prevent much spam from reaching SA, if I removed
them, result may be much different)
> I'm using Debian etch with SA 3.1.7.
use 3.2.3 from volatile archive. And remember to call sa-update (and restart
spamassassin) periodically
--
Matus UHLAR - fantomas, uhlar@fantomas.sk ; http://www.fantomas.sk/
Warning: I wish NOT to receive e-mail advertising to this address.
Varovanie: na tuto adresu chcem NEDOSTAVAT akukolvek reklamnu postu.
99 percent of lawyers give the rest a bad name.
-
Re: Is DCC working?
Florian Lindner wrote:
> Hello,
> I have installed DCC and I think it should be working:
>
> flindner@osiris:~$ spamassassin -D < junk 2>&1 | grep -i DCC
> [7227] dbg: config: read file /usr/share/spamassassin/25_dcc.cf
> [7227] dbg: plugin: loading Mail::SpamAssassin::Plugin:
CC from @INC
> [7227] dbg: dcc: network tests on, registering DCC
> [7227] dbg: plugin: registered
> Mail::SpamAssassin::Plugin:
CC=HASH(0xa33662c)
> [7227] dbg: dcc: dccifd is not available: no r/w dccifd socket found
> [7227] dbg: util: executable for dccproc was found at /usr/bin/dccproc
> [7227] dbg: dcc: dccproc is available: /usr/bin/dccproc
> [7227] dbg: dcc: opening pipe: /usr/bin/dccproc -H -x 0 <
> /tmp/.spamassassin7227H4OvN2tmp
> [7227] dbg: dcc: got response: X-DCC-CTc-dcc1-Metrics:
> osiris.centershock.net 1030; Body=3 Fuz1=3 Fuz2=3
>
> in my filter I'm invoking spamassassin with spamc.
>
> None of the 76 junk messages I filtered with spamc since I activared
> DCC contains an information about the DCC_CHECK test. (grep DCC_CHECK *)
>
> I'm using Debian etch with SA 3.1.7.
Any chance you're launching spamd with the -L or -C flags?