This script, provided by a participant on this list works up to and
including the second (bracked) condition
I'm trying to have the offending item forwarded to root but it seems
to be looping - judging from the mail queue
I've played about with it quite a bit but to no avail and I'd be grateful
if someone could assist
cheers
Kyle Hargraves
===========================================
# Procmail script to filter out the dreaded I Love You worm
#
:0
* ^Content-Type: multipart/mixed;
* B ?? \\.vbs
{
:0 c:
/var/mail/attachments.vbs
:0 h f:
| /bin/sed -e 's/^Subject:/Subject: [IS Alert: Attachment MAY Contain a
VIRUS]/'
# now redirect ofending note to root
#
:0:
!root
}
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.