RE: Using Pzyor with high volume

2008-05-01 Thread Michael Hutchinson
> In regards to Pyzor. I'm wondering if anyone out there is using this > at any large scale. Unlike the razor-agent which appears to be a Perl > module that gets loaded at startup, I'm concerned about SA having to > exec the python interpreter and having that setup/teardown time for > each and e

Re: How are SpamAssassin headers dealt with on RMAIL messages in Emacs ?...

2008-05-01 Thread Bob Proulx
Don Saklad wrote: > How are SpamAssassin headers dealt with on RMAIL messages in Emacs ?... It has been a while since I have used RMAIL but since I think that will be true of a lot of people I decided to answer anyway. :-) I believe the SA headers are simply ignored along with other headers that

RE: Connection timed out

2008-05-01 Thread Ross Boylan
On Thu, 2008-05-01 at 15:57 -0400, Jean-Paul Natola wrote: > > -Original Message- > From: Ross Boylan [mailto:[EMAIL PROTECTED] > Sent: Thursday, May 01, 2008 3:33 PM > To: Jean-Paul Natola > Cc: [EMAIL PROTECTED]; SpamAssassin > Subject: RE: Connection timed out > > On Thu, 2008-05-01 a

RE: Connection timed out

2008-05-01 Thread Jean-Paul Natola
-Original Message- From: Ross Boylan [mailto:[EMAIL PROTECTED] Sent: Thursday, May 01, 2008 3:33 PM To: Jean-Paul Natola Cc: [EMAIL PROTECTED]; SpamAssassin Subject: RE: Connection timed out On Thu, 2008-05-01 at 13:54 -0400, Jean-Paul Natola wrote: > OPTIONS="--create-prefs --max-child

Re: Connection timed out

2008-05-01 Thread Randy Ramsdell
Ross Boylan wrote: On Thu, 2008-05-01 at 13:54 -0400, Jean-Paul Natola wrote: OPTIONS="--create-prefs --max-children 5 --helper-home-dir \ --username=mail --socketpath=/var/run/spamd/socket" I'm running on a Pentium 4 with hyperthreading, which appears as 2 CPU's to the OSs. T

RE: Connection timed out

2008-05-01 Thread Ross Boylan
On Thu, 2008-05-01 at 13:54 -0400, Jean-Paul Natola wrote: > OPTIONS="--create-prefs --max-children 5 --helper-home-dir \ > --username=mail --socketpath=/var/run/spamd/socket" > > >I'm running on a Pentium 4 with hyperthreading, which appears as 2 CPU's > >to the OSs. There's really only 1

RE: Using Pzyor with high volume

2008-05-01 Thread Jason J. Ellingson
The only need Pyzor has for user accounts is to read the server list. If you set the server list to someplace all accounts can access, then it should work for you. Me, I run mine system-wide and don't use user-specific accounts. Everyone uses the same Bayes, AWL, and settings as user "spamc". - J

How are SpamAssassin headers dealt with on RMAIL messages in Emacs ?...

2008-05-01 Thread Don Saklad
How are SpamAssassin headers dealt with on RMAIL messages in Emacs ?... using already existing EMACS commands rather than programming. Not all new users and not all intermediate users have made their way through a learning curve of programming techniques. .

RE: Connection timed out

2008-05-01 Thread Jean-Paul Natola
OPTIONS="--create-prefs --max-children 5 --helper-home-dir \ --username=mail --socketpath=/var/run/spamd/socket" >I'm running on a Pentium 4 with hyperthreading, which appears as 2 CPU's >to the OSs. There's really only 1 CPU. I wonder if that could have >something to do with the troubl

Re: Using Pzyor with high volume

2008-05-01 Thread Matus UHLAR - fantomas
On 30.04.08 16:39, Jason J. Ellingson wrote: > readyexec is *USER* specific. You *MUST* launch the readyexecd.py > "server" part as the SAME user as the user of readyexec "client". > > My spamd service is run as a user "spamc", while I was adding the > service as "root". > > Now, that I have the

Connection timed out

2008-05-01 Thread Ross Boylan
Almost every night between 1 and 4am I get a few messages like this: 2008-04-29 01:39:23 1JqlKN-0007RA-TD spam acl condition: error reading from spamd socket: Connection timed out 2008-04-29 01:42:35 1JqlMT-0007RQ-L8 spam acl condition: error reading from spamd socket: Connection timed out 2008-04-

RE: Using Pzyor with high volume

2008-05-01 Thread Jason J. Ellingson
If I try as "root" (but the readyexec service was launched by "spamc"), then I get: [24384] dbg: pyzor: network tests on, attempting Pyzor [24384] dbg: pyzor: pyzor is available: /usr/local/bin/readyexec [24384] dbg: pyzor: opening pipe: /usr/local/bin/readyexec /tmp/pyzor check < /tmp/.spamassass

Re: Using Pzyor with high volume

2008-05-01 Thread neil
Hi; Since you are running the "server" portion as "nobody"... Then the spamd user account needs to stay as "nobody". We run SA as a system filter, so no calls to multiple different users. root 20203 4.8 5.4 61144 56424 ?? S 4:11PM 2:41.23 spamd child (perl5.8.8) nobody2150

RE: Using Pzyor with high volume

2008-05-01 Thread Jason J. Ellingson
Since you are running the "server" portion as "nobody"... Then the spamd user account needs to stay as "nobody". If you make a spamc call with a "user" identified, then spamd will switch to that user account before processing the message (this is for user specific needs like custom user rules, BAY

Re: Using Pzyor with high volume

2008-05-01 Thread neil
Hi; I have it running and it works, load is down and free mem up, but not certain if that is just because I've restarted spamd a few times. I'm getting some weird error messages has anyone else seen this? I had to modify the make file #PYTHON=python2 PYTHON=python2.5 Then run the install man