You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Chris <cp...@earthlink.net> on 2004/11/23 04:00:11 UTC

SA 3.01 DCC and Pyzor

With 2.63 and DCC active I'd see a body #, fuz1 # and fuz2 #, I no longer 
see that.  I do have the dcc_body_max; _fuz1_max and _fuz2_max set to the 
suggested 999999 in my local.cf.  I also used to see the number of times a 
msg had been reported to pyzor, that too seems to be gone.  

Although SA is showing that DCC, Razor, and Pyzor are all being checked, has 
this been removed from 3.0.1?

-- 
Chris
Registered Linux User 283774 http://counter.li.org
8:58pm up 19 days, 1:26, 1 user, load average: 0.84, 0.74, 0.64
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
If you want divine justice, die.
		-- Nick Seldon
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Live - From Virgin Radio UK The Rolling Stones - Sympathy for the devil


Re: SA 3.01 DCC and Pyzor

Posted by Chris <cp...@earthlink.net>.
On Wednesday 24 November 2004 05:45 pm, Chris wrote:

Don't even ask me what I did, because I could swear I had my local.cf setup 
like this before when it wasn't working,  but its working now:

add_header all DCC _DCCB_ _DCCR_
add_header all Pyzor _PYZOR_

X-Spam-DCC: dcc3mcgill cpollock 1275; Body=many Fuz1=many Fuz2=many
X-Spam-Pyzor: Reported 630 times.

Thanks Matt for your assistance

-- 
Chris
Registered Linux User 283774 http://counter.li.org
10:09pm up 21 days, 2:37, 2 users, load average: 0.27, 0.19, 0.11
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
A bird in the bush usually has a friend in there with him.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Re: SA 3.01 DCC and Pyzor

Posted by Chris <cp...@earthlink.net>.
On Wednesday 24 November 2004 01:02 pm, Chris wrote:
> On Monday 22 November 2004 11:59 pm, Matt Kettler wrote:
> > So something like this in your local.cf would do it:
> >
> > clear_report
> > report  this is spam
> > report _SUMMARY_
> > report DCC results are _DCCR_
> > report DCC brand is _DCCB_
> > report autolearn status is _AUTOLEARN_
> > report relays- trusted _RELAYSTRUSTED_  untrusted: _RELAYSUNTRUSTED_
>

I've sort of got it working now - however, not the way I believe it should 
be.  I've added this line in my local.cf:

add_header all header_name "DCC:" _DCCB_ _DCCR_ \n

which gives me:

X-Spam-header_name: "DCC:" neonova cpollock 1127; Body=1 Fuz1=82 Fuz2=many 

however I can't get rid of the -header_name entry, if I remove it and have 
just add_header "DCC" ....--lint gives me an error.  If I add the line:

add_header all header_name PYZOR: _PYZOR_

all thats shown is:

X-Spam-header_name: PYZOR: Reported 612 times.

while the DCC results are left off.

-- 
Chris
Registered Linux User 283774 http://counter.li.org
5:19pm up 20 days, 21:47, 2 users, load average: 0.32, 0.22, 0.13
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Laugh and the world thinks you're an idiot.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Re: SA 3.01 DCC and Pyzor

Posted by Chris <cp...@earthlink.net>.
On Monday 22 November 2004 11:59 pm, Matt Kettler wrote:

> So something like this in your local.cf would do it:
>
> clear_report
> report  this is spam
> report _SUMMARY_
> report DCC results are _DCCR_
> report DCC brand is _DCCB_
> report autolearn status is _AUTOLEARN_
> report relays- trusted _RELAYSTRUSTED_  untrusted: _RELAYSUNTRUSTED_
>

Don't know whats wrong Matt, no matter what I try I get nothing like what I 
used to get with 2.63:

X-Spam-DCC: EATSERVER: cpollock 1166; Body=1 Fuz1=1 Fuz2=2
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on cpollock
X-Spam-Pyzor: Reported 0 times.

I've changed my local.cf as below.  Guess I'm totally lost or not meant to 
see the dcc/pyzor results.

use_dcc                 1
dcc_timeout		10
dcc_body_max		999999
dcc_fuz1_max		999999
dcc_fuz2_max		999999
report DCC Results are _DCCR_
report DCC Brand is _DCCB_
use_pyzor               1
pyzor_path		/usr/bin/pyzor
pyzor_max		10
report PYZOR Results are _PYZOR_

-- 
Chris
Registered Linux User 283774 http://counter.li.org
11:57am up 20 days, 16:25, 2 users, load average: 0.21, 0.46, 0.41
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Digital circuits are made from analog parts.
		-- Don Vonada
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Re: SA 3.01 DCC and Pyzor

Posted by Matt Kettler <mk...@comcast.net>.
At 09:00 PM 11/22/2004 -0600, Chris wrote:

>With 2.63 and DCC active I'd see a body #, fuz1 # and fuz2 #, I no longer
>see that.  I do have the dcc_body_max; _fuz1_max and _fuz2_max set to the
>suggested 999999 in my local.cf.  I also used to see the number of times a
>msg had been reported to pyzor, that too seems to be gone.
>
>Although SA is showing that DCC, Razor, and Pyzor are all being checked, has
>this been removed from 3.0.1?

It's off by default, but you can add it by adding _DCCR_ to your report 
template

See:
http://spamassassin.apache.org/full/3.0.x/dist/doc/Mail_SpamAssassin_Conf.html#template_tags

Also see clear_report and report:
http://spamassassin.apache.org/full/3.0.x/dist/doc/Mail_SpamAssassin_Conf.html#miscellaneous_options

So something like this in your local.cf would do it:

clear_report
report  this is spam
report _SUMMARY_
report DCC results are _DCCR_
report DCC brand is _DCCB_
report autolearn status is _AUTOLEARN_
report relays- trusted _RELAYSTRUSTED_  untrusted: _RELAYSUNTRUSTED_

elaborate the wording to suit, or copy the one from 
/usr/share/spamassassin/10_misc.cf. However, I'd avoid touching 10_misc.cf, 
as it will be oblitterated if you upgrade.