I tried the perl script and it gave me two outputs one is 0/0 and another
that I tried gave me 11/0 as you can see the 11/0 was given when I reduced
the memory by 1Mb therefore I can say that the memory is the problem I will
be increasing the softlimit to 18000000. Will inform you on the outcome.
Thanks Salvatore for you help :)

perl -e '$DD=`softlimit -m 12000000
uvscan -v -r --secure --fam --unzip --macro-heuristics /root/ETIS.doc`;
$uvscan_status=$?;
$euvscan_status=($uvscan_status >> 8); print "\n$DD\n\n
uvscan_status/euvscan_status  $uvscan_status/$euvscan_status\n\n";'

Scanning /root/ETIS.doc
Scanning file /root/ETIS.doc
/root/ETIS.doc
         contains one or more macros.

uvscan_status/euvscan_status  0/0

perl -e '$DD=`softlimit -m 11000000
uvscan -v -r --secure --fam --unzip --macro-heuristics /root/ETIS.doc`;
$uvscan_status=$?;
$euvscan_status=($uvscan_status >> 8); print "\n$DD\n\n
uvscan_status/euvscan_status  $uvscan_status/$euvscan_status\n\n";'

uvscan_status/euvscan_status  11/0


----- Original Message ----- 
From: "Salvatore Toribio" <[EMAIL PROTECTED]>
To: "Matthew Aquilina" <[EMAIL PROTECTED]>;
<qmail-scanner-general@lists.sourceforge.net>
Sent: Monday, March 14, 2005 6:58 PM
Subject: Re: [Qmail-scanner-general]Got problem with Macafee Virus canner
and Qmail Scanner exit code 11


> At 18:21 +0100 14-03-2005, Matthew Aquilina wrote:
> >Have a problem when sending a attached document file the below error
> >is reported in the smtpd log file of qmail please help
> >
> >X-Qmail-Scanner-1.24:[] corrupt or unknown MacAfee scanner error or
> >memory/resource/perms problem - exit status 11/0
> >
> >Regards,
> >Matthew A.
>
> Hi Matthew
>
> Did you try to increase the softlimit?
>
> Very nice place Malta..
>
> ST
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> Qmail-scanner-general mailing list
> Qmail-scanner-general@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general
>



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Qmail-scanner-general mailing list
Qmail-scanner-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general

Reply via email to