If you are running postfix at the server, you can use HEADER_CHECKS HEADER_CHECKS runs *after* Spamassassin, so it can detect spam points added by SA in the header.
So, lets say you wanted to redirect anything with 15 points or more to a certain email address... you could do it with HEADER_CHECKS rules. Do a search in a search engine to find out the syntax. http://search.msn.com/results.aspx?q=HEADER_CHECKS+spam-level&FORM=QBRE3 > -----Original Message----- > From: LDB [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 21, 2006 5:48 PM > To: users@spamassassin.apache.org > Subject: Redirect all spam to a specific email > > > I am trying to re-direct all spam to a specific address. So I have, > > rewrite_header From [EMAIL PROTECTED] > rewrite_header To [EMAIL PROTECTED] > > in my config file. But the rewrite ends up looking like, > > From: [EMAIL PROTECTED] ([EMAIL PROTECTED]) > To: [EMAIL PROTECTED] ([EMAIL PROTECTED]) > > > Am I missing something? > > Thanks, > > LDB > >