Re: [PATCH] SMTP-AUTH broken

2008-04-08 Thread Matt Sergeant
On Mon, 31 Mar 2008, John Peacock wrote: but I don't know what Matt was trying to fix. As Ask surmised, the whole point was to have the object hooks, not a package hooks, be used, since the hooks registered are attributes of the object, not the class. Attached is a diff that fixes both tls a

Re: high CPU on "lost" processes with forkserver

2008-04-08 Thread Jose Luis Martinez
Hanno Hecker escribió: Maybe it's related to this: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=471643 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467298 (or any other freshclam locking db dir related bugs) Our clamd just shut down tonight, after the restart all was fine. Maybe it's ok

Re: [PATCH] SMTP-AUTH broken

2008-04-08 Thread John Peacock
Matt Sergeant wrote: So I'm about to apply Hano's fix for this - if you still object we can always back out the patch. The point being that per-object hooks never really worked, and this way is faster. Go ahead, I've been off the net for the last 5 days (installing a new OS on a new hard driv

disabling plugins

2008-04-08 Thread Hanno Hecker
Hi, this patch sets a way to disable any loaded plugin(s) for the current client. I'm not going to commit this before Ask released 0.43. Matt (and others with high traffic) should be ok with the one more line next unless $code->{run}; per hook. The plugins_loaded() should be in to Qpsmtpd.pm. A

Re: disabling plugins

2008-04-08 Thread Matt Sergeant
Hanno Hecker wrote: Hi, this patch sets a way to disable any loaded plugin(s) for the current client. I'm not going to commit this before Ask released 0.43. Matt (and others with high traffic) should be ok with the one more line next unless $code->{run}; per hook. The plugins_loaded() should