On Fri, Feb 10, 2006 at 12:56:21PM -0800, Loren Wilton wrote:
> I don't know Exim to tell you how to do it there, but this would be fairly
> trivial with Postfix.  Run the mail through SA, and if the X-Spam-Status
> header says it is spam, rewrite the destination mailbox.  Exchange should
> handle it from there.

This is easy in exim; you can set an ACL variable if you are going
to reject the message, and then use "control = fakereject" to
reject it but keep processing. Later on, have a redirect router
that sends any mail to the fixed address if the variable is set.

Be very very careful when using fakereject...

Of course, you could just redirect rather than pretend to reject
it as well.

> However: do you REALLY want a common spam mailbox for everyone in the
> company?  This has a real chance of exposing spersonal or company
> confidential stuff to recipients that shouldn't have it.

Quite.

I'd be more inclined to just dump it into a mail store on the exim
box for administrator investigation if necessary.

Matthew


-- 
Matthew Newton <[EMAIL PROTECTED]>

UNIX and e-mail Systems Administrator, Network Support Section,
Computer Centre, University of Leicester,
Leicester LE1 7RH, United Kingdom

Reply via email to