li...@rhsoft.net: > if a message is detected as spam and don't have the score > for reject SA adds [SPAM] as subject prefix > well, i would like to deliver that messages unchanged but send a > copy to a special, full qualified address for inspection to train > a hand-maintained bayse with pretty clear messages and just > manually delete and ignore in doubt
With great effort, envelope modification was implemented for Milter applications, but those modifications require that the entire message is already received. Postfix header and body checks happen while mail arrives. With existing code, you could use a post-SpamAssassin Milter to add invoke the ADD_RCPT (or ADD_RCPT_PAR) operation. Wietse