Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Mar 1999 09:59:09 -0800 (PST)
From:      Dan Busarow <dan@dpcsys.com>
To:        Mark Conway Wirt <mark@intrepid.net>
Cc:        freebsd-isp@FreeBSD.ORG
Subject:   Re: sendmail melissa blocker
Message-ID:  <Pine.BSF.3.96.990331095528.2838H-100000@java.dpcsys.com>
In-Reply-To: <19990331080908.B26659@intrepid.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 31 Mar 1999, Mark Conway Wirt wrote:
> On Wed, Mar 31, 1999 at 12:03:15AM +0200, Leif Neland wrote:
> > 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
> > 
> 
> Only works with sendmail pro or > 8.9.  Anypne have anything that
> will work with previous versions of sendmail (8.8.*) ?

If you use procmail as your local delivery agent add this to

 etc/procmailrc

:0
* ^Subject:.*Important Message From
{
    :0 fbw
    | cat /usr/local/etc/melissa.txt -

    :0 c
    /tmp/melissa
}


The message is delivered with the text from melissa.txt inserted
ahead of the original contents.

Dan
-- 
 Dan Busarow                                                  949 443 4172
 Dana Point Communications, Inc.                            dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82



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.3.96.990331095528.2838H-100000>