From owner-freebsd-isp Tue Mar 30 13:58:28 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 60AD614BF8 for ; Tue, 30 Mar 1999 13:58:16 -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 XAA01665 for ; Tue, 30 Mar 1999 23:57:52 +0200 (CEST) (envelope-from root@neland.dk) Date: Tue, 30 Mar 1999 23:57:52 +0200 (CEST) From: Leif Neland To: freebsd-isp@freebsd.org Subject: 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 have installed the melissa blocker found at http://www.sendmail.com : --- 8<--SNIP!------- LOCAL_RULESETS # 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. HSubject: $>Check_Subject D{MPat}Important Message From D{MMsg}This message may contain the Melissa virus. SCheck_Subject R${MPat} $* $#error $: 553 ${MMsg} RRe: ${MPat} $* $#error $: 553 ${MMsg} --- 8< SNIP! ---- It works, but the mail gets bounced with the message: 554: buildaddress: No user Couldn't it show a better response? Leif To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message