[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fw: [Exim] the 'ILOVEYOU' virus - a simple filter



This could be useful.
 
----- Original Message -----
From: Dave Rigby
Sent: Thursday, May 04, 2000 9:03 PM
Subject: [Exim] the 'ILOVEYOU' virus - a simple filter

Hi.
 
The ILOVEYOU virus has hit our mail =ervers in the UK, but I managed I implement a filter on exim (hopefully) before much =amage was caused. It's nothing complicated - just redirects all emails with =he appropiate subject "ILOVEYOU" to a specified mailbox.
 
Save this as a filter file on your system:
# =xim filter
if $header_subject: is "ILOVEYOU"
then
   deliver suspicious@<yourdomain.com>

endif
 
and set in the main config =/FONT>
message_filter =STRONG>= <path to filter file>
 
 
Hope people find this =seful
 
 
David Rigby
 
drigby@acquist.co.uk