[Clamav-devel] [PATCH] accept message on error command line option

2003-10-27 Thread Joe Talbott
Here's a patch to add --accept-on-error/-A as a command-line option for clamav-milter. Rather than tempfail we prefer to accept the possibility of infect mail getting through rather than have all mail be undeliverable. Joe --- ./clamav-milter/clamav-milter.c 2003-10-22 15:44:01.0

[Clamav-devel] Re: clamav-milter patch

2003-10-08 Thread Joe Talbott
Here's the patch I spoke of: Joe -- Be still like a mountain and flow like a great river. --Lao Tse --- clamav-milter.c 2003-09-30 07:53:55.0 -0400 +++ clamav-milter.c.new 2003-10-02 15:22:15.0 -0400 @@ -163,6 +163,8 @@ #include

[Clamav-devel] clamav-milter patch

2003-10-08 Thread Joe Talbott
Here is a patch for clamav-milter.c that fixes forking a daemon on Debian, sets 'port' to an unsigned short, calls clamfi_cleanup () in clamfi_close () and checks for integer underflow in clamfi_cleanup (). The patch is for the clamav-devel-20031001 snapshot. I'm still seeing instability in clamd

Re: [clamav-devel] buffer mbox vs. tmp files

2003-05-22 Thread Joe Talbott
On Thu, May 22, 2003 at 08:35:49PM +0100, Nigel Horne wrote: I have for sometime considered allowing clamav-milter to be given a set of servers running clamdscan, not just one, and load balance between them. Would that help? -Nigel I personally would prefer to see the milter do the work