|
From: Ricardo S. <st...@ri...> - 2004-04-15 20:10:45
|
ANOTHER BUG !!!
Latest DAILY DATS are unzipping as follow:
-rw-r--r-- 1 root root 354610 Apr 15 12:00 CLEAN.DAT
-rw-r--r-- 1 root root 471765 Apr 15 12:00 NAMES.DAT
-rw-r--r-- 1 root root 3443306 Apr 15 12:00 scan.dat
But in the code, you're assuming if scan.dat is uppercase, then all
files are uppercase... But with NAI we can never tell !
if ! [ -e scan.dat ]; then
for i in $(${ls} -1 *.DAT);
do
${mv} -f $i $(${echo} $i | ${tr} A-Z a-z)
done
fi
Just commenting out the test for scan.dat works for now...
Julio Cesar Covolato wrote:
>=20
> Ok! I=B4m releasing the uvupdate-1.4.1 next days, I'll include
> options to "download and install" or just "send mail"
>=20
> Cheers
>=20
> On Thu, 1 Apr 2004, Ricardo Stella wrote:
>=20
> >
> > I noticed that the latest version of uvupdate supports updating the
> > engine when a new one comes out.
> >
> > Can we make this an option to mail out instead of doing it (or both) =
?
> >
> > The problem is that NAI has a version for Linux optimized for Pentium=
4
> > chips, but of course they have not put the engine in their new ftp si=
te.
> >
> > Regular Linux distro 4320:
> > -rw-r--r-- 1 root root 2664512 Dec 7 23:32 liblnxfv.so.4
> > -rw-r--r-- 1 root root 127699 Dec 7 23:32 uvscan
> >
> > Pentium 4 optimized 4320:
> > -rw-r--r-- 1 root root 2276176 Dec 7 23:32 liblnxfv.so.4
> > -rw-r--r-- 1 root root 118175 Dec 7 23:32 uvscan
> >
> > TIA...
> >
> >
> > -------------------------------------------------------
> > This SF.Net email is sponsored by: IBM Linux Tutorials
> > Free Linux tutorial presented by Daniel Robbins, President and CEO of
> > GenToo technologies. Learn everything from fundamentals to system
> > administration.http://ads.osdn.com/?ad_id=3D1470&alloc_id=3D3638&op=3D=
click
> > _______________________________________________
> > AMaViS-user mailing list
> > AMa...@li...
> > https://lists.sourceforge.net/lists/listinfo/amavis-user
> > AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
> > AMaViS-HowTos:http://www.amavis.org/howto/
> >
>=20
> -----------------------------
> _ Julio Cesar Covolato
> 0v0 <ju...@ps...>
> /(_)\ F: 55-11-3129-3366
> ^ ^ PSI INTERNET
> -----------------------------
|