Re: strange problem with qpsmtpd-0.40

2009-04-26 Thread Baltasar Cevc
On Apr 26, 2009, at 4:06 PM, Charlie Brady wrote: On Fri, 24 Apr 2009, Baltasar Cevc wrote: On Apr 23, 2009, at 11:35 PM, Charlie Brady wrote: I've just looked in git, and I see that the smtp-forward plugin is still the primitive one which makes no attempt to pass status codes back to the

Re: strange problem with qpsmtpd-0.40

2009-04-26 Thread Charlie Brady
On Fri, 24 Apr 2009, Baltasar Cevc wrote: On Apr 23, 2009, at 11:35 PM, Charlie Brady wrote: I've just looked in git, and I see that the smtp-forward plugin is still the primitive one which makes no attempt to pass status codes back to the originator. This *will* cause you to lose mail. A

Re: [PATCH] prefork: add multi-address support

2009-04-26 Thread Robert Spier
Devin Carraway wrote: > > On Wed, Apr 15, 2009 at 06:38:47AM +0200, Hanno Hecker wrote: > > On Tue, 14 Apr 2009 17:57:36 -0700 > > Devin Carraway wrote: > > > > > Allows qpsmtpd-prefork to listen on multiple address/port combinations > > > simultaneously, based on the corresponding implementat

Re: [PATCH] Update clamdscan plugin to use ClamAV::Client

2009-04-26 Thread Robert Spier
Applied to my tree as commit 82198b83973f2371e4af18a05bf10403fafbce31 thank you for updating Changes too Devin Carraway wrote: > > --- > Changes |5 ++ > plugins/virus/clamdscan | 130 > +++ > 2 files changed, 91 insertions(+),

Re: strange problem with qpsmtpd-0.40

2009-04-26 Thread Robert Spier
So, I looked at the diff between Brady's copy of Allan Joergensen's patch and the current file, and it's significant. Is anyone using Allan's code right now and can vouch that it works? -R