Am 12.09.2014 um 11:29 schrieb Den:
>> run the spamfilter after queue
>> http://www.postfix.org/MILTER_README.html
> 
> Thanks. Will double-check on that. Chances also are that I missed something
> too or I might as well have to try to switch to these milters as running SA
> daemonized doesn't work. I posted my main.cf and my master.cf a bit earlier
> in this post if you are interested to take a look.

since you still have not solved your issue:

if you would have used "spamass-milter" from the very begin
besides the before-queue filtering you would not need to
mangle around in postfix configurations to drop messages

it is practically complete nonsense to discard every message which
was tagged as can because you don't have any change to realize false
positives and train your bayes, a bayes without at least 200 ham
samples don't work and a contentfilter without bayse don't catch
that much
______________________________________________________________________

the "-r 8.0" is the reject score and is milter-only
the "-s" is the biggest scanned messagesize

spamass-milter -g sa-milt -r 8.0 -- -s 3145728.0 --port=10027
______________________________________________________________________

that's the score to tag the subject, both things are independent

required_hits 4.5
rewrite_header Subject [SPAM]

Reply via email to