On Jul 5, 2004, at 5:28 AM, david.gordon wrote:
> I have a spam filter on my server which deals with 99% of all known > germs. SpamSieve catches the last 1%. I usually redirect any spam back > to > the mail server where its added to the filters. > > I want to automatically redirect any spam. I added a line to my > SpamSieve > rule but I ended up redirecting _all_ my mail.... Perhaps a I need to > add > something to my "SpamSieve - Move If Spam" script? > > I want SpamSieve to carry on moving spam to the spam folder plus I also > want those messages redirected to [EMAIL PROTECTED] Perhaps you can use this script as a starting point: <http://www.c-command.com/scripts/spamsieve/powermail-redirect- good.shtml> e.g. by moving the: set theRedirect to redirect m to {redirectAddress} send theRedirect before the "else." -- Michael Tsai <http://www.c-command.com>

