Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 1999 00:03:15 +0200 (CEST)
From:      Leif Neland <root@neland.dk>
To:        freebsd-isp@freebsd.org
Subject:   Re: sendmail melissa blocker
Message-ID:  <Pine.BSF.4.05.9903310000580.1385-100000@gina.neland.dk>

next in thread | raw e-mail | index | archive | help
I just got the idea after mailing the previous message:
I have installed the melissa blocker found at http://www.sendmail.com :

 --- 8<--SNIP!-------
LOCAL_RULESETS

---------- Forwarded message ----------
# Kludgey Melissa virus checking routine.
# Just need enough of a pattern to match.
# Instructional note:
# The format for the rule is
# RExactly the thing you want to quote
# No quote marks, no tabs, absolutely nothing in
# parentheses (like this, they're considered comments
# and will be removed before they get to the rules).
# After the exact thing, then a tab, and the $#error.
# Note, the $* matches anything, so it's useful for
# wildcarding. This also scans all messages with
# Subject: headers and invokes a rule, so there is
# a performance hit.

SCheck_Subject
R${MPat} $*	$#error	$: 553 ${MMsg}
RRe: ${MPat} $*	$#error	$: 553 ${MMsg}
                       ^I added a tab here too. Should be space.





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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9903310000580.1385-100000>