Re: [Clamav-devel] PATCH: file descriptor passing

2004-10-06 Thread Richard Lyons
On Thu, 2004-10-07 at 05:01, Tomasz Kojm wrote: > The patch looks OK. Are you the original author of the whole its code? Most of the configure stuff is derived from configure.ac in openssh, the rest was written by me. Rick. ___ http://lists.clamav.net

Re: [Clamav-devel] PATCH: file descriptor passing

2004-10-06 Thread Richard Lyons
On Thu, 2004-10-07 at 06:20, Reini Urban wrote: > Richard Lyons schrieb: > > In the case of cygwin, while the environment has the appropriate > > control structures, the OS doesn't support fd passing, so the code > > falls back to using read/write. > > Note that cygwin supports limited file descri

Re: [Clamav-devel] PATCH: file descriptor passing

2004-10-06 Thread Reini Urban
Richard Lyons schrieb: In the case of cygwin, while the environment has the appropriate control structures, the OS doesn't support fd passing, so the code falls back to using read/write. Note that cygwin supports limited file descriptor passing, but suggests to use better/different schemes instead.

[Clamav-devel] Re: zip file that ClamAV does not like

2004-10-06 Thread Rick Fiore
Tomasz Kojm wrote: On Wed, 06 Oct 2004 15:51:00 -0400 Rick Fiore <[EMAIL PROTECTED]> wrote: Any sugestions on how to deal with it from within MIME-Defange so that it does want to reject it? Please ask on the MIMEDefang mailing list, I'm sure they will help you. --

Re: [Clamav-devel] Re: zip file that ClamAV does not like

2004-10-06 Thread Tomasz Kojm
On Wed, 06 Oct 2004 15:51:00 -0400 Rick Fiore <[EMAIL PROTECTED]> wrote: > Any sugestions on how to deal with it from within MIME-Defange so that > > it does want to reject it? Please ask on the MIMEDefang mailing list, I'm sure they will help you. -- oo. Tomasz Kojm <[EMAIL

[Clamav-devel] Re: zip file that ClamAV does not like

2004-10-06 Thread Rick Fiore
Tomasz Kojm wrote: On Wed, 06 Oct 2004 14:02:15 -0400 Rick Fiore <[EMAIL PROTECTED]> wrote: This file is a zip file that contains a data file that is used by proprietary software as a Gamma for an Image. Clamscan and clamdscan both report: blockhead.zip: Zip modules failure blockhead.zip: OK T

Re: [Clamav-devel] configure and dns option

2004-10-06 Thread Tomasz Kojm
On Mon, 04 Oct 2004 08:35:06 +0200 "Tom G. Christensen" <[EMAIL PROTECTED]> wrote: > Well when you maintain a package you don't really want to depend too > much on what is enabled implicitly. You generally want to use > --enable/--disable --with/--without to make sure you get exactly what > you as

Re: [Clamav-devel] zip file that ClamAV does not like

2004-10-06 Thread Tomasz Kojm
On Wed, 06 Oct 2004 14:02:15 -0400 Rick Fiore <[EMAIL PROTECTED]> wrote: > This file is a zip file that contains a data file that is used by > proprietary software as a Gamma for an Image. Clamscan and clamdscan > both report: > > blockhead.zip: Zip modules failure > blockhead.zip: OK > > Thi

Re: [Clamav-devel] PATCH: file descriptor passing

2004-10-06 Thread Tomasz Kojm
On 04 Oct 2004 12:50:05 +1000 Richard Lyons <[EMAIL PROTECTED]> wrote: > The environment I'm integrating clamav into passes file descriptors > around rather than file names. Currently using clamd means writing > the contents of the file descriptor to a temporary file and then > passing the name t

Re: [Clamav-devel] [patch] freshclam patternupdates via proxy (0.80rc3)

2004-10-06 Thread Tomasz Kojm
On Tue, 05 Oct 2004 02:40:01 +0200 Alexander Marx <[EMAIL PROTECTED]> wrote: > http://www.madness.at/~mad/projects/clamav/freshclam_proxyfix.patch Applied in CVS. Thanks! -- oo. Tomasz Kojm <[EMAIL PROTECTED]> (\/)\. http://www.ClamAV.net/gpg/tkojm.gpg

[Clamav-devel] Re: Patch for sender host name and IP address in report template

2004-10-06 Thread Sergey
Serge Vakulenko wrote: > There is a big difference though. > With my patch, the client host name and IP address are always known. > No matter what variables to pass to clamav-milter are configured in > sendmail.cf. Some time ago I ask about add third type variable in template: clamav-milter speci

Re: [Clamav-devel] Patch for sender host name and IP address in report template

2004-10-06 Thread Serge Vakulenko
> Hmm... Really. But not mail_host - ${client_name}$ and ${client_addr}$ > work fine. > It seems that my patch is not needed. There is a big difference though. With my patch, the client host name and IP address are always known. No matter what variables to pass to clamav-milter are configured in s