Evan Platt wrote:
> At 11:22 AM 7/16/2009, you wrote:
>> I have a postfix/SA setup and I was wondering if anyone knew how to
>> COPY an email marked as spam instead of redirecting.
>> Not this:
>> /^X-Spam-Flag: YES/   REDIRECT spam...@example.com
>
> As that's really a postfix question, not a SpamAssassin question, if
> you don't get an answer here you may want to try on a postfix mailing
> list. 
Procmail. Set postfix to use this as local delivery agent. Then create a
"recipe" that does what you want.

"procmailrc"

SPAMIT="$whatever_dir_you_want_to_use/.SPAM/"
:0:
* ^X-Spam-Status: Yes
$SPAMIT


This would need to be modified for your specs of course.

RCR

Reply via email to