MESSAGE
| DATE | 2003-09-19 |
| FROM | Adam Kosmin
|
| SUBJECT | Re: [hangout] sspamassassin
|
From owner-hangout-desteny-at-mrbrklyn.com Fri Sep 19 13:16:47 2003 Received: from www2.mrbrklyn.com (LOCALHOST [127.0.0.1]) by mrbrklyn.com (8.12.3/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id h8JHGlj3012680 for ; Fri, 19 Sep 2003 13:16:47 -0400 Received: (from mdom-at-localhost) by www2.mrbrklyn.com (8.12.3/8.12.3/Submit) id h8JHGlcZ012679 for hangout-desteny; Fri, 19 Sep 2003 13:16:47 -0400 X-Authentication-Warning: www2.mrbrklyn.com: mdom set sender to owner-hangout-at-www2.mrbrklyn.com using -f Received: from nycsmtp5out-eri0.rdc-nyc.rr.com (nycsmtp5out-eri0.rdc-nyc.rr.com [24.29.99.228]) by mrbrklyn.com (8.12.3/8.11.2/SuSE Linux 8.11.1-0.5) with ESMTP id h8JHGlj3012673; Fri, 19 Sep 2003 13:16:47 -0400 Received: from nephilim (24-193-4-136.nyc.rr.com [24.193.4.136]) by nycsmtp5out-eri0.rdc-nyc.rr.com (8.12.1/Road Runner SMTP Server 1.0) with ESMTP id h8JHL5H1023448; Fri, 19 Sep 2003 13:21:05 -0400 (EDT) Date: Fri, 19 Sep 2003 13:11:39 -0400 From: Adam Kosmin To: Ruben Safir Secretary NYLXS Cc: hangout-at-nylxs.com Subject: Re: [hangout] sspamassassin Message-ID: <20030919171139.GV1096-at-nephilim> References: <20030919053040.GA5979-at-www2.mrbrklyn.com> <1063951150.14971.84387.camel-at-dante> <20030919170345.GA12435-at-www2.mrbrklyn.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030919170345.GA12435-at-www2.mrbrklyn.com> X-GPG-Key: http://windowsrefund.net/akosmin-pubkey.asc X-GPG-Fingerprint: 11C2 79F6 BD3D 3A86 5640 3DA0 3860 B30E 711D 3B66 User-Agent: Mutt/1.5.4i Sender: owner-hangout-at-mrbrklyn.com Precedence: bulk Reply-To: Adam Kosmin List: New Yorker GNU Linux Scene Admin: To unsubscribe send unsubscribe name-at-domian.com in the body to hangout-request-at-www2.mrbrklyn.com X-Keywords: X-UID: 27318 Status: RO Content-Length: 2151 Lines: 82
I invoke spamassassin from a procmail recipee. From what I'm seen, this is common practice.
Here is the relevent section from my ~/.procmailrc that shows you how I've integrated the two..
------- BEGIN EXAMPLE ---------
MAILDIR=$HOME/Maildir INCLUDERC=$PMDIR/rc.sanitizer # Anomy sanitizer INCLUDERC=$PMDIR/rc.forwards # forward incoming to others INCLUDERC=$PMDIR/rc.infected # emails infected with known virii INCLUDERC=$PMDIR/rc.sbe # solicited bulk email ##INCLUDERC=$PMDIR/rc.testing #INCLUDERC=$PMDIR/rc.autoreply # generic auto reply
# Send everything through spamassassin :0fw: spamassassin.lock | /usr/bin/spamassassin -P
:0: * ^X-Spam-Status: Yes IN-spam/
# Messages that have passed through the filters will be delivered to our # catchall mailbox :0: * IN-catchall/
------- END EXAMPLE ---------
I've just started playing with the Anomy sanitizer and but haven't got it working correctly yet.
Best, Adam
Ruben Safir (ruben-at-mrbrklyn.com) wrote: " " How hard is it to set up. I'm sick of trying to understand procmail " " Ruben " " " On Fri, Sep 19, 2003 at 01:59:11AM -0400, Ron Guerin wrote: " > On Fri, 2003-09-19 at 01:30, Ruben Safir Secretary NYLXS wrote: " > > IS anyone using Spam assasin to block spam? " > " > Yes. " " -- " __________________________ " Brooklyn Linux Solutions " __________________________ " DRM is THEFT - We are the STAKEHOLDERS http://fairuse.nylxs.com " " http://www.mrbrklyn.com - Consulting " http://www.inns.net <-- Happy Clients " http://www.nylxs.com - Leadership Development in Free Software " http://www2.mrbrklyn.com/resources - Unpublished Archive or stories and articles from around the net " http://www2.mrbrklyn.com/downtown.html - See the New Downtown Brooklyn.... " " 1-718-382-0585 " ____________________________ " NYLXS: New Yorker Free Software Users Scene " Fair Use - " because it's either fair use or useless.... " NYLXS is a trademark of NYLXS, Inc "
-- # chown -R linux.GNU world ____________________________ NYLXS: New Yorker Free Software Users Scene Fair Use - because it's either fair use or useless.... NYLXS is a trademark of NYLXS, Inc
|
|