Do you know why this happens?
Thanks.
[EMAIL PROTECTED] ~/downloads $ cat message.scr | clamscan -
stdin: Worm.SomeFool.P FOUND
--- SCAN SUMMARY ---
Known viruses: 22079
Scanned directories: 0
Scanned files: 1
Infected files: 1
Data scanned: 0.03 MB
I/O buffer size: 131072 bytes
On Fri, Jun 25, 2004 at 09:09:43AM +0100, Nigel Horne wrote:
> You haven't used the --mbox option when running
> Does it work if you try "cat message.zip | clamscan --mbox -"
>
> [ Aside - the cat command is a waste here, it would be better
> to do clamscan --mbox - < message.zip ]
>
> -Nigel