Re: [SAtalk] SA's performance with mailing lists

2002-03-19 Thread Paul Traina
Procmail: # remove egroups advertisements :0 fw * ^User-Agent:.*eGroups-EW | sed -e '/begin egp html banner/,/end egp html banner/d' - Original Message - From: "dman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 19, 2002 3:00 PM Subject: Re: [SAtalk] SA's performance

Re: [SAtalk] Administrivia: list organization question

2002-02-28 Thread Paul Traina
If nothing else, it's easier to remove a name from a list of addresses than have to manually type in the guy's e-mail address. Please not to change good thing ___ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/list

Re: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread Paul Traina
By the way, for extra bonus points, use code that looks like the following attachment. To do this right, you really want to lock the pidfile after opening so that multiple invocations don't occur. #include #include #include #include #define MAX_PID_SIZE 10 static int pid_open (const char *

Re: Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-27 Thread Paul Traina
Craig, do the pidfile, it's much more universal, and pidof is a linux-only thing. ___ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Re: [SAtalk] BSD rc.d script and HTML spam

2002-02-26 Thread Paul Traina
I'm a FreeBSD committer. The right answer is to have spamassassin, when it is invoked as a daemon, write its pid out to a file called /var/run/spamassassin.pid. Do not use killall. I would suggest adding a command line option to spamassassin to do this, and then having /usr/local/etc/rc.d/spama