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 2005/10/04 00:50:37 UTC

Razor, Pyzor and DCC

With 3.1 since these are all now plug-ins should they still be listed in the 
local cf?

use_razor2              1
razor_timeout		10 
use_dcc                 1
dcc_timeout		10
dcc_body_max		999999
dcc_fuz1_max		999999
dcc_fuz2_max		999999 
use_pyzor               1
pyzor_path		/usr/bin/pyzor
pyzor_max		0

Reason I'm asking is that I'm getting annotations like this in my syslog for 
pyzor:

20051001.1644210250@wakun-mars.sannet.ne.jp> for chris:501 
Oct  1 22:02:04 cpollock spamd[26469]: internal error 
Oct  1 22:02:04 cpollock spamd[26469]: pyzor: check failed: internal error 

SRVWEBtxc1o8yfogkJX00000b1d@srvweb.DIENSEWEB.local> for chris:501 
Oct  2 04:17:23 cpollock spamd[24061]: internal error 
Oct  2 04:17:23 cpollock spamd[24061]: pyzor: check failed: internal error 


-- 
Chris
Registered Linux User 283774 http://counter.li.org
17:47:06 up 23 days, 5:59, 1 user, load average: 0.87, 0.49, 0.40
Mandriva Linux 10.1 Official, kernel 2.6.8.1-12mdk


Re: Razor, Pyzor and DCC

Posted by Chris <cp...@earthlink.net>.
On Monday 03 October 2005 06:03 pm, Daryl C. W. O'Shea wrote:
> Chris wrote:
> > With 3.1 since these are all now plug-ins should they still be listed
> > in the local cf?
> >
> > use_razor2              1
> > razor_timeout		10
> > use_dcc                 1
> > dcc_timeout		10
> > dcc_body_max		999999
> > dcc_fuz1_max		999999
> > dcc_fuz2_max		999999
> > use_pyzor               1
> > pyzor_path		/usr/bin/pyzor
> > pyzor_max		0
>
> You'll need to put the config lines somewhere if you want to change the
> defaults.  local.cf is as good as place as any.
>
> Of course you don't need the lines that don't change the setting from
> the default, but they won't hurt anything and they certainly don't have
> anything to do with your Pyzor errors (below)... except for the fact
> that you're using Pyzor. :)
>
> > Reason I'm asking is that I'm getting annotations like this in my
> > syslog for pyzor:
> >
> > 20051001.1644210250@wakun-mars.sannet.ne.jp> for chris:501
> > Oct  1 22:02:04 cpollock spamd[26469]: internal error
> > Oct  1 22:02:04 cpollock spamd[26469]: pyzor: check failed: internal
> > error
> >
> > SRVWEBtxc1o8yfogkJX00000b1d@srvweb.DIENSEWEB.local> for chris:501
> > Oct  2 04:17:23 cpollock spamd[24061]: internal error
> > Oct  2 04:17:23 cpollock spamd[24061]: pyzor: check failed: internal
> > error
>
> Pyzor has always done this, SA just didn't log it before.
>
> Patches:
> http://antispam.imp.ch/08-opensource.html?lng=0
>
> Discussion:
> http://bugzilla.spamassassin.org/show_bug.cgi?id=4580
>
>
> Daryl

Thanks Daryl, I'm pretty sure I've got everything straight now, really 
appreciate your help.

-- 
Chris
Registered Linux User 283774 http://counter.li.org
19:05:01 up 23 days, 7:17, 1 user, load average: 1.05, 0.36, 0.39
Mandriva Linux 10.1 Official, kernel 2.6.8.1-12mdk


Re: Razor, Pyzor and DCC

Posted by "Daryl C. W. O'Shea" <sp...@dostech.ca>.
Chris wrote:
> With 3.1 since these are all now plug-ins should they still be listed in the 
> local cf?
> 
> use_razor2              1
> razor_timeout		10 
> use_dcc                 1
> dcc_timeout		10
> dcc_body_max		999999
> dcc_fuz1_max		999999
> dcc_fuz2_max		999999 
> use_pyzor               1
> pyzor_path		/usr/bin/pyzor
> pyzor_max		0
>

You'll need to put the config lines somewhere if you want to change the 
defaults.  local.cf is as good as place as any.

Of course you don't need the lines that don't change the setting from 
the default, but they won't hurt anything and they certainly don't have 
anything to do with your Pyzor errors (below)... except for the fact 
that you're using Pyzor. :)


> Reason I'm asking is that I'm getting annotations like this in my syslog for 
> pyzor:
> 
> 20051001.1644210250@wakun-mars.sannet.ne.jp> for chris:501 
> Oct  1 22:02:04 cpollock spamd[26469]: internal error 
> Oct  1 22:02:04 cpollock spamd[26469]: pyzor: check failed: internal error 
> 
> SRVWEBtxc1o8yfogkJX00000b1d@srvweb.DIENSEWEB.local> for chris:501 
> Oct  2 04:17:23 cpollock spamd[24061]: internal error 
> Oct  2 04:17:23 cpollock spamd[24061]: pyzor: check failed: internal error 


Pyzor has always done this, SA just didn't log it before.

Patches:
http://antispam.imp.ch/08-opensource.html?lng=0

Discussion:
http://bugzilla.spamassassin.org/show_bug.cgi?id=4580


Daryl