117 lines
4.4 KiB
Plaintext
117 lines
4.4 KiB
Plaintext
From razor-users-admin@lists.sourceforge.net Thu Sep 19 17:49:35 2002
|
|
Return-Path: <razor-users-admin@example.sourceforge.net>
|
|
Delivered-To: yyyy@localhost.spamassassin.taint.org
|
|
Received: from localhost (jalapeno [127.0.0.1])
|
|
by jmason.org (Postfix) with ESMTP id B888C16F03
|
|
for <jm@localhost>; Thu, 19 Sep 2002 17:49:33 +0100 (IST)
|
|
Received: from jalapeno [127.0.0.1]
|
|
by localhost with IMAP (fetchmail-5.9.0)
|
|
for jm@localhost (single-drop); Thu, 19 Sep 2002 17:49:33 +0100 (IST)
|
|
Received: from usw-sf-list2.sourceforge.net (usw-sf-fw2.sourceforge.net
|
|
[216.136.171.252]) by dogma.slashnull.org (8.11.6/8.11.6) with ESMTP id
|
|
g8JGDeC27380 for <jm-razor@jmason.org>; Thu, 19 Sep 2002 17:13:41 +0100
|
|
Received: from usw-sf-list1-b.sourceforge.net ([10.3.1.13]
|
|
helo=usw-sf-list1.sourceforge.net) by usw-sf-list2.sourceforge.net with
|
|
esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 17s3vL-0001VZ-00; Thu,
|
|
19 Sep 2002 09:13:03 -0700
|
|
Received: from cs242725-10.austin.rr.com ([24.27.25.10]
|
|
helo=austinblues.dyndns.org) by usw-sf-list1.sourceforge.net with esmtp
|
|
(Exim 3.31-VA-mm2 #1 (Debian)) id 17s3uP-0000c3-00 for
|
|
<razor-users@lists.sourceforge.net>; Thu, 19 Sep 2002 09:12:05 -0700
|
|
Received: from localhost (localhost [127.0.0.1]) by austinblues.dyndns.org
|
|
(Postfix) with ESMTP id 1F1C4285C8 for <razor-users@lists.sourceforge.net>;
|
|
Thu, 19 Sep 2002 11:11:59 -0500 (CDT)
|
|
Received: by austinblues.dyndns.org (Postfix, from userid 500) id
|
|
AF98C287C2; Thu, 19 Sep 2002 11:11:58 -0500 (CDT)
|
|
From: Jeffrey Taylor <jeff.taylor@ieee.org>
|
|
To: razor-users@example.sourceforge.net
|
|
Subject: Re: [Razor-users] Using razor with maildrop
|
|
Message-Id: <20020919161158.GA19733@pogo.bearhouse.lan>
|
|
Mail-Followup-To: Jeffrey Taylor <jeff.taylor@ieee.org>,
|
|
razor-users@lists.sourceforge.net
|
|
References: <000e01c25fcb$f8427560$fd0010ac@sunpower>
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=us-ascii
|
|
Content-Disposition: inline
|
|
In-Reply-To: <000e01c25fcb$f8427560$fd0010ac@sunpower>
|
|
User-Agent: Mutt/1.3.27i
|
|
X-Virus-Scanned: by AMaViS new-20020424
|
|
Sender: razor-users-admin@example.sourceforge.net
|
|
Errors-To: razor-users-admin@example.sourceforge.net
|
|
X-Beenthere: razor-users@example.sourceforge.net
|
|
X-Mailman-Version: 2.0.9-sf.net
|
|
Precedence: bulk
|
|
List-Help: <mailto:razor-users-request@example.sourceforge.net?subject=help>
|
|
List-Post: <mailto:razor-users@example.sourceforge.net>
|
|
List-Subscribe: <https://example.sourceforge.net/lists/listinfo/razor-users>,
|
|
<mailto:razor-users-request@lists.sourceforge.net?subject=subscribe>
|
|
List-Id: <razor-users.example.sourceforge.net>
|
|
List-Unsubscribe: <https://example.sourceforge.net/lists/listinfo/razor-users>,
|
|
<mailto:razor-users-request@lists.sourceforge.net?subject=unsubscribe>
|
|
List-Archive: <http://sourceforge.net/mailarchives/forum.php?forum=razor-users>
|
|
X-Original-Date: Thu, 19 Sep 2002 11:11:58 -0500
|
|
Date: Thu, 19 Sep 2002 11:11:58 -0500
|
|
|
|
|
|
Here is my recipe for Maildrop:
|
|
|
|
# Vipul's Razor check
|
|
#
|
|
log `/usr/bin/razor-check`
|
|
log "razor-check = $RETURNCODE"
|
|
if ( $RETURNCODE == 0 )
|
|
{
|
|
xfilter "reformail -a'X-Razor: SPAM'"
|
|
log "SPAM caught by Vipul's Razor"
|
|
to "$FOLDERS/.SPAM/"
|
|
}
|
|
|
|
I used this with Razor version 1. I'm not sure if it was ever used
|
|
with Razor2. I am now using SpamAssassin w/ Razor2. You may wish to
|
|
remove the log statements once running.
|
|
|
|
I use both. SpamAssassin (SA) catches things that Razor does not. There
|
|
were enough false positives with Razor that I do not trust it alone.
|
|
After whitelisting all the newsletters I receive, SA w/ Razor2 does a
|
|
very good job.
|
|
|
|
HTH,
|
|
Jeffrey
|
|
|
|
|
|
Quoting Sunil William Savkar <sunil@inthespace.com>:
|
|
> Hi.
|
|
>
|
|
> I just finished installing and getting running maildrop with my virtual
|
|
> users. I was thinking to set up razor with maildrop as my first test of
|
|
> its filtering capabilities..
|
|
>
|
|
> I have seen documentation out there for procmail, but is there similar
|
|
> documentation for integrating maildrop with razor?
|
|
>
|
|
>
|
|
>
|
|
> Separately, it looks like many people use spamassassin with razor. If I
|
|
> am using razor2, is there still an advantage to this?
|
|
>
|
|
>
|
|
>
|
|
> Thanks in advance.
|
|
>
|
|
>
|
|
>
|
|
> Sunil
|
|
>
|
|
|
|
|
|
-------------------------------------------------------
|
|
This sf.net email is sponsored by:ThinkGeek
|
|
Welcome to geek heaven.
|
|
http://thinkgeek.com/sf
|
|
_______________________________________________
|
|
Razor-users mailing list
|
|
Razor-users@lists.sourceforge.net
|
|
https://lists.sourceforge.net/lists/listinfo/razor-users
|
|
|
|
|