On Fri, 2005-09-02 at 02:27 -0400, PaulNM wrote: > Hi all, > > Recently I've been messing around with clamscan on my system and > checking all my files. Anyway, clamscan found some things in my > thunderbird files. >
Try this. #formail < evilmailbox -s thescript.sh > nicemailbox #!/bin/bash TEMP=`mktemp` cat > $TEMP clamscan --quiet --unzip --mbox $TEMP if [ $? == 0 ]; then cat $TEMP fi rm $TEMP Then DIff the file :-) > Any ideas? > , > PaulNM > -- Ow Mun Heng Gentoo/Linux on DELL D600 1.4Ghz 1.5GB RAM 98% Microsoft(tm) Free!! Neuromancer 16:23:58 up 18:23, 7 users, load average: 1.11, 0.94, 0.74 -- [email protected] mailing list

