SpamAssassin & Sieve?

Kendrick Vargas ken at hudat.com
Sat Nov 23 16:44:25 EST 2002


On Sat, 23 Nov 2002, Bill Wester wrote:

> So with Cyrus, how did you get spamassassin to run?  That is the problem 
> im having is there is not a tight well done integration between 
> sendmail/postfix -> spamassassin -> cyrus ->sieve -> spam happiness!!!
> 
> any clues as to how your doing this part?

If you're worried about running spamassassin, this is done through your 
MTA, be it sendmail or postfix. It has nothing really to do with cyrus. 
Check the spamassassin documentation, it should have examples for 
integrating it into your favorite MTA. 
			-peace

> 
> bill
> 
> Ron Roskens wrote:
> 
> >On Sat, 23 Nov 2002 +archive.info-cyrus at utdallas.edu wrote:
> >
> >  
> >
> >>Date: Sat, 23 Nov 2002 09:02:00 -0600
> >>From: +archive.info-cyrus at utdallas.edu
> >>To: info-cyrus at lists.andrew.cmu.edu
> >>Subject: SpamAssassin & Sieve?
> >>
> >>I guess slightly off-topic, but I was wondering if any folks on here are
> >>using SpamAssassin, and if so, what sort of Sieve scripts you're using on
> >>such tagged mail.  I know that recent releases of Sieve have a numeric
> >>comparator.  Are you using that somehow, or just a simple match on the
> >>"X-Spam-Level: ***" header?
> >>    
> >>
> >
> >I've been running SpamAssassin through amavisd-new and using sieve to
> >store messages tagged as spam in a seperate folder.
> >
> >Here is the bit I use inside my sieve script. I use a stop because I don't
> >want the message to be proccessed past this point.
> >
> >====
> >if allof (header :regex ["X-Spam-Flag"] "Yes") {
> >     fileinto "INBOX.store.spam";
> >     stop;
> >}
> >====
> >
> >Elfin
> >
> >  
> >
> 
> 
> 

-- 
Let he who is without clue kiss my ass





More information about the Info-cyrus mailing list