Hi, I am using spamassassin and store the user preferences in an SQL database.
That works for simple options, like required_hits, since this has a key
(required_hits) and a value (5.0 for example).
But how about preferences where the key is composed of multiple parts, like
rewrite_header subject
On Mon, 20 Jun 2005 14:00:16 -0400
Theo Van Dinter <[EMAIL PROTECTED]> wrote:
> On Mon, Jun 20, 2005 at 06:17:25PM +0200, Marco Herrn wrote:
> > udp 368 0 *:34602 *:*
> >10608/spamd child
> >
Hi,
Matt Kettler <[EMAIL PROTECTED]> wrote:
> Marco Herrn wrote:
> > What does that mean? All udp connections listen on the whole internet. Is
> > this a bug? Have I configured spamd incorrectly?
> >
>
> What plugins are you using? Any chance you've got a
Hi,
I am using spamd and told it to listen only on the local interface:
[EMAIL PROTECTED]:~$ ps aux|grep spamd
root 1764 0.0 3.0 34456 30672 ? SNs Jun01 0:00 /usr/bin/perl -T
-w /usr/sbin/spamd --create-prefs --max-children 5 --helper-home-dir
--syslog=/var/log/spamd.log -q --de
> At 05:51 AM 5/11/2005, Marco Herrn wrote:
>>It seems that the --max-children option doesn't do as one expects, since
>>spamd now uses a preforking. And it seems that the processes are not
>>limited at all.
>
> Are you sure? Are there more than 5 spamd's in ps
Hi, I am using spamassassin 3.0.2 with spamd. spamd is running all the
time and the spamc processes are called from my MTA (exim) each time a
message comes in and the receipient wants the message to be scanned.
spamd is called with the following options:
--create-prefs --max-children 5 --helper-h