andybalholm / spamass-milter

A Sendmail milter to run SpamAssassin
7 stars 10 forks source link

Allow tempfails #4

Closed LarsKollstedt closed 4 years ago

LarsKollstedt commented 4 years ago

Hi,

I've added some features to allow non permanent rejecting (tempfail). The main feature of this is the -l , which also allows to randomly delay based on the spam limit. The probability of getting rejected increases with the spam limit. Another Feature is the -A flag which allows to always process the message though spamassassin but only to tag (not reject or defer) if the -i or -T matches.

Please have a look at this.

Kind regards, Lars

andybalholm commented 4 years ago

This looks like more development than spamass-milter has seen in the past 5 years. That's great, but I'd be glad if it could be broken into more digestible pieces.