Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Nov 2001 20:26:07 +1100
From:      "Chris Knight" <chris@aims.com.au>
To:        <freebsd-security@freebsd.org>
Subject:   Latest Outlook-borne Viruses and sendmail
Message-ID:  <004201c177ee$b68a4000$020aa8c0@aims.private>

next in thread | raw e-mail | index | archive | help
Howdy,

If anyone's interested, I've found the following snippet useful for blocking the latest round of Outlook viruses using sendmail.
Just remove the LOCAL_RULESETS and add it before the mailer definitions section in sendmail.cf if you're not using m4 config files.
You'll need to fix the wordwrap of course. Naturally, use at your own risk, YMMV, etc...

--->snip<---
LOCAL_RULESETS
HX-Unsent: $>CheckUnsent

SCheckUnsent
R1                      $#error $@ 5.7.1 $: 550 X-Unsent header suggests e-mail virus; please remove virus then resend
--->snip<---


Regards,
Chris Knight
Systems Administrator
AIMS Independent Computer Professionals
Tel: +61 3 6334 6664  Fax: +61 3 6331 7032  Mob: +61 419 528 795
Web: http://www.aims.com.au



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?004201c177ee$b68a4000$020aa8c0>