On Thursday 24 Feb 2005 20:12, Sandeep Saini wrote:
> Hi,
> I am new to clamav, just installed on Red hat linux 9 but got the problem
> to filter out the mail through sendmail.
> Do anyone knows full configuration for setting Milter through sendmail.
> I am new to this , don't know how to do that.
EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nigel Horne
Sent: Thursday, February 24, 2005 8:59 AM
To: ClamAV users ML
Subject: Re: [Clamav-users] Long running clamscan processes...
> > > > > Same here, the thing suddenly crashes every now and then...
Try this patch an
* Nigel Horne <[EMAIL PROTECTED]>:
> > I set ulimit -c accordingly and am waiting for the next crash...
>
> What version of zlib?
ii zlib1g 1.2.2-3 compression library - runtime
ii zlib1g-dev 1.2.2-3 compression library - development
--
Ralf Hildebrand
Nigel Horne wrote:
>> Same here, the thing suddenly crashes every now and then...
>
>
> Try this patch and see if it helps in scanners.c:
> /* Scan metadata */
> mdata = root->zip_mlist;
> do {
> if(mdata->encrypted != encrypted)
> continue;
>
> Change to
>
> /* Scan metadata */
> > > > > Same here, the thing suddenly crashes every now and then...
Try this patch and see if it helps in scanners.c:
/* Scan metadata */
mdata = root->zip_mlist;
do {
if(mdata->encrypted != encrypted)
continue;
Change to
/* Scan metadata */
mdata = root->zip_mlist;
if(mdata) do
On Thursday 24 Feb 2005 16:34, Ralf Hildebrandt wrote:
> * Ralf Hildebrandt <[EMAIL PROTECTED]>:
> > * Nigel Horne <[EMAIL PROTECTED]>:
> >
> > > > Same here, the thing suddenly crashes every now and then...
> > >
> > > What version of zlib? What is the stacktrace from gdb? Have you sent me
> > >
* Ralf Hildebrandt <[EMAIL PROTECTED]>:
> * Nigel Horne <[EMAIL PROTECTED]>:
>
> > > Same here, the thing suddenly crashes every now and then...
> >
> > What version of zlib? What is the stacktrace from gdb? Have you sent me
> > the errant message as requested? I haven't received it yet.
>
> Lik
* Nigel Horne <[EMAIL PROTECTED]>:
> > Same here, the thing suddenly crashes every now and then...
>
> What version of zlib? What is the stacktrace from gdb? Have you sent me
> the errant message as requested? I haven't received it yet.
Like I said, I have yet to find the corefile.
--
Ralf Hil
> > >This is fixed in the version in CVS, though you may wish to forward
> > >the errant message to me to double check (as usual zip with the
> > >password 'virus').
> >
> > I've just installed the CVS tarball on my test server. After make
> > install I tried clamscan -r clamav-devel-latest. Th
> > This is fixed in the version in CVS, though you may wish to forward
> > the errant message to me to double check (as usual zip with the
> > password 'virus').
> >
> > -Nigel
> >
>
> I've just installed the CVS tarball on my test server. After make
> install I tried clamscan -r clamav-devel-l
* Tomasz Kojm <[EMAIL PROTECTED]>:
> Such reports are useless to us. We need files to reproduce the problem
> or at least stack backtraces. Send them to [EMAIL PROTECTED]
First I need to find the core file...
--
Ralf Hildebrandt (i.A. des IT-Zentrum) [EMAIL PROTECTED]
Charite - Univers
On Thu, 24 Feb 2005 17:11:43 +0100
Ralf Hildebrandt <[EMAIL PROTECTED]> wrote:
> * Tim Howell <[EMAIL PROTECTED]>:
>
> > >This is fixed in the version in CVS, though you may wish to forward
> > >the errant message to me to double check (as usual zip with the
> > >password 'virus').
> >
> > I've
On Feb 24, 2005, at 7:23 AM, Nigel Horne wrote:
This is fixed in the version in CVS, though you may wish to forward
the errant message to me to double check (as usual zip with the
password 'virus').
-Nigel
One other question: RE: sending you the errant message, I'm not quite
sure how to get at the
* Tim Howell <[EMAIL PROTECTED]>:
> >This is fixed in the version in CVS, though you may wish to forward
> >the errant message to me to double check (as usual zip with the
> >password 'virus').
>
> I've just installed the CVS tarball on my test server. After make
> install I tried clamscan -r c
On Feb 24, 2005, at 7:23 AM, Nigel Horne wrote:
This is fixed in the version in CVS, though you may wish to forward
the errant message to me to double check (as usual zip with the
password 'virus').
-Nigel
I've just installed the CVS tarball on my test server. After make
install I tried clamscan
On Thursday 24 Feb 2005 15:14, Tim Howell wrote:
> I've got a Linux box running qmail with SpamAssassin and ClamAV (using
> clamscan because I've had stability problems with clamdscan) to filter
> all of the mail coming into and out of our network. The system works
> very well for the most part
16 matches
Mail list logo