That should work if that procmail recipe is run AFTER SpamAssassin.
Might be a good question to post to a group for your MTA if no one here is able to provide a definite answer, as this really isn't a SpamAssassin question per se.
Evan At 10:04 AM 9/5/2007, Zeuxi Gau wrote:
hello, i would like to get some infos about spamassassin. problem: version 3.1.7 SpamAssassin with Fedora Core 2 I got SA to work fine, but i would like the mails detected as spam to be forwarded to a special email address instead of the current mailbox. --------------- .procmailrc ------------- :0: * ^X-Spam-Status: Yes.* | ( /usr/sbin/sendmail [EMAIL PROTECTED] -t -oi ) ./Maildir/ ----------------------------------------- Is it possible to do it ? Thank you for your answers.