Dan wrote:
On Feb 13, 2007, at 13:41, Magnus Holmgren wrote:
On Tuesday 13 February 2007 19:57, Dan wrote:
I would like a Mail Transfer Agent recommendation. What's the best
MTA, running on any platform, that will accept two or more thresholds
(non-contiguous weight values) for treating messages as spam?
Something like:
0-1 is ham
2-9 is spam
10 is ham
11-99 is spam
Now I'm curious. How does that work?
Please see my Feb 11th post - Find the Ham: A Prototype Config:
http://www.nabble.com/Find-the-Ham:-A-Prototype-Config-t3210639.html
Are there any MTA's that actually make this decision?
It seems to me that what you're really looking for is something like
procmail or a milter which is flexible enough to do what you want. It
might be a little tricky to do in procmail, but I know that you could
easily do something like that in MimeDefang (you'd just be writing perl
code to analyze the score and/or rule profiles).