clamav plugins

2009-04-16 Thread Imre Gergely
Hi I was just wondering who (if anybody) maintains the clamav/clamdscan plugin part of qpsmtpd ? I checked the last release (0.81) and it seems clamdscan is still using a very old Clamd perl module from CPAN. When I try installing Clamd.pm with cpan on Ubuntu there are just too many test fai

Re: clamav plugins

2009-04-16 Thread Steve Kemp
On Thu Apr 16, 2009 at 22:29:41 +0300, Imre Gergely wrote: > I was just wondering who (if anybody) maintains the clamav/clamdscan > plugin part of qpsmtpd ? I checked the last release (0.81) and it seems > clamdscan is still using a very old Clamd perl module from CPAN. To be honest I'd suggest

Re: clamav plugins

2009-04-16 Thread Devin Carraway
On Thu, Apr 16, 2009 at 10:29:41PM +0300, Imre Gergely wrote: > Do you have any plans on updating this Clamd.pm or maybe using > clamd-client (http://search.cpan.org/dist/ClamAV-Client/) which is more > up-to-date ? I updated clamdscan to use ClamAV::Client a while back, since the package was ab

Re: clamav plugins

2009-04-16 Thread Imre Gergely
Devin Carraway wrote: I updated clamdscan to use ClamAV::Client a while back, since the package was about to be uninstallable with the old module dependency. Never actually got it checked in, but it works fine. Here's a copy; I'll try to get it into git, but anyone else with more time is welco

Re: clamav plugins

2009-04-16 Thread Devin Carraway
On Fri, Apr 17, 2009 at 12:10:06AM +0300, Imre Gergely wrote: > Uh, nice. Mind if I take that and test it a bit in Ubuntu? and if it's > working maybe we can squeeze it in in the new release next week. Though > it would be better if it came from the git, so if anybody could upload > it there bef

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

2009-04-16 Thread Devin Carraway
--- Changes |5 ++ plugins/virus/clamdscan | 130 +++ 2 files changed, 91 insertions(+), 44 deletions(-) diff --git a/Changes b/Changes index 5b47051..b1c330f 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,8 @@ +X.YY - Date + + The