Re: Spamassassin 2.63/dcc-1.3.15 issue

2005-09-27 Thread Matt Kettler

At 11:01 AM 9/27/2005, Shelley Waltz wrote:

and it now works.  I set it low for testing.  DCC is not called at all
if this is set to zero.


Correct. *Any* rule with an explicit 0 score will not be evaluated at all 
by SA.


This winds up being a quick and easy way to disable a DNSBL if it becomes 
unresponsive, without having to turn off all the other RBLs. 



Re: Spamassassin 2.63/dcc-1.3.15 issue

2005-09-27 Thread Shelley Waltz
just figured it out ... I had also in local.cf ...
score DCC_CHECK 0.000

I changed it to
score DCC_CHECK 0.500

and it now works.  I set it low for testing.  DCC is not called at all
if this is set to zero.


Shelley Waltz said:
> I have installed dcc-1.3.15 and added public servers to the map, opened
> the firewall udp port and tested dccproc and it works fine,
> reporting back the server id, and body amd fuz scores.
>
> I added the following to /etc/mail/spamassassin/local.cf
>
> add_header all DCC _DCCB_: _DCCR_
> use_dcc 1
> dcc_add_header 1
> dcc_timeout 20
> dcc_home /var/dcc
> dcc_path /usr/local/bin/dccproc
>
> I have tested using
> spamassassin -D   but spamassassin does not call or have any
references to DCC anything
> in the output.
> debug: Final PATH set to:
> /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin
> debug: using "/usr/share/spamassassin" for default rules dir
> debug: using "/etc/mail/spamassassin" for site rules dir
> debug: using "/root/.spamassassin" for user state dir
> debug: using "/root/.spamassassin/user_prefs" for user prefs file
>
> dccproc is in /usr/local/bin
>
>
>
> Did I miss something?  How can I test or debug the use of DCC with
> spamassassin?
>
> { Shelley Waltz;
>   Center for Advanced Biotechnology and Medicine;
>   Rutgers University/UMDNJ;
>   679 Hoes Lane;
>   Piscataway, NJ 08854;
>   732 235 3346 }
>


{ Shelley Waltz;
  Center for Advanced Biotechnology and Medicine;
  Rutgers University/UMDNJ;
  679 Hoes Lane;
  Piscataway, NJ 08854;
  732 235 3346 }


Spamassassin 2.63/dcc-1.3.15 issue

2005-09-27 Thread Shelley Waltz
I have installed dcc-1.3.15 and added public servers to the map, opened
the firewall udp port and tested dccproc and it works fine,
reporting back the server id, and body amd fuz scores.

I added the following to /etc/mail/spamassassin/local.cf

add_header all DCC _DCCB_: _DCCR_
use_dcc 1
dcc_add_header 1
dcc_timeout 20
dcc_home /var/dcc
dcc_path /usr/local/bin/dccproc

I have tested using
spamassassin -D