Yoda Woda wrote: > Here my scenario: I have postfix and spamassassin installed in a > gateway machine. Postfix accepts incoming messages, pipes them to > spamassassin for scoring, which then pipes them back to postfix to be > relayed to another machine. This work fine for us > > What I am trying to do now is to have spamassassin reject a message > (say if the score is above 5) before it is re-injected back to > postfix for relay. How can I accomplish this.
Leave it to postfix to reject messages. You could use a header_check to look at the Spam-Summary added by spamassassin. /Per Jessen, Zürich
