From owner-freebsd-isp Tue Mar 30 14: 3:51 1999 Delivered-To: freebsd-isp@freebsd.org Received: from gina.neland.dk (mail.neland.dk [194.255.12.232]) by hub.freebsd.org (Postfix) with ESMTP id 1851B15582 for ; Tue, 30 Mar 1999 14:03:41 -0800 (PST) (envelope-from root@neland.dk) Received: from gina (gina [192.168.0.14]) by gina.neland.dk (8.9.3/8.9.3) with ESMTP id AAA01691 for ; Wed, 31 Mar 1999 00:03:15 +0200 (CEST) (envelope-from root@neland.dk) Date: Wed, 31 Mar 1999 00:03:15 +0200 (CEST) From: Leif Neland To: freebsd-isp@freebsd.org Subject: Re: sendmail melissa blocker Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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