Re: Postfix content filter/milter

2006-06-26 Thread Justin Cook




Thanks Greg! That was by far the easiest solution, although I'm looking
into clam-av and amavisd-new as well, so thanks to you other guys too!

Greg Allen wrote:

  -Original Message-
From: Justin Cook [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 26, 2006 10:02 AM
To: users@spamassassin.apache.org
Subject: Postfix content filter/milter


Are there any postfix users out there who can recommend a way to delete mail
based on spamassassin results? Specifically I need to know how to use a
content filter or milter, and which one to use.

Cheers!

-


The simple way...

If you are running postfix at the server, you can use HEADER_CHECKS

HEADER_CHECKS runs *after* Spamassassin, so it can detect spam points added
by SA in the header.

So, lets say you wanted to redirect anything with 15 points or more to a
certain email address, or even just delete it at the server... you could
do it with HEADER_CHECKS rules.

Do a search in a search engine to find the syntax.

http://search.msn.com/results.aspx?q=HEADER_CHECKS+spam-level&FORM=QBRE3










  






Postfix content filter/milter

2006-06-26 Thread Justin Cook




Are there any postfix users out
there who can recommend a way to delete mail based on spamassassin
results? Specifically I need to know how to use a content filter or
milter, and which one to use.

Cheers!






Re: textocr and deleting messages

2006-06-23 Thread Justin Cook
Title: Justin Cook - Signature




Actually, better question: is it possible to bounce messages with too
many hits?

Justin Cook wrote:

  
  Hiya!
  
I've had a go at setting up the textocr plugin (the one by Martin
blapp) found on the Wiki. I've created the textocr.pm plugin and added
the following line to my local.cf:
  
loadplugin textocr textocr.pm
  
Is this all I need to do, or is there more?
  
Also, how would I go about deleting messages marked as spam? I know
it's not recommended, so is it possible to only delete junk destined
for specific accounts? I've set up the CustomDeleteTag plugin, now I'm
guessing I need something else in the pipeline to see that tag and act
on it.
  
  
  -- 
  
  
  
  

  
    
Justin Cook
Developer
http://www.skull.co.nz/






  
  


  

  Skype
  justincookskull
  

  


  

  
  






textocr and deleting messages

2006-06-23 Thread Justin Cook
Title: Justin Cook - Signature




Hiya!

I've had a go at setting up the textocr plugin (the one by Martin
blapp) found on the Wiki. I've created the textocr.pm plugin and added
the following line to my local.cf:

loadplugin textocr textocr.pm

Is this all I need to do, or is there more?

Also, how would I go about deleting messages marked as spam? I know
it's not recommended, so is it possible to only delete junk destined
for specific accounts? I've set up the CustomDeleteTag plugin, now I'm
guessing I need something else in the pipeline to see that tag and act
on it.


-- 




  

  
  Justin Cook
Developer
  http://www.skull.co.nz/
  
  
  
  
  
  


  
  

  
Skype
justincookskull

  

  
  

  






Postfix/spamassassin loop

2006-06-14 Thread Justin Cook




Oops.

I'm a bit of a novice user and I'm setting up SA under Postfix for the
first time.

Mail sent while SpamAssassin is running delivers fine, but anything
inbound (or mail sent to a local address from a local IP) fails with a
"max hops reached" error. It turns out Spamassassin is calling
postfix's Sendmail bin, which calls spamassassin, and so on.

What should I be looking for here?

Cheers!