Theo Van Dinter wrote:
On Sun, May 21, 2006 at 05:47:34PM -0400, LDB wrote:
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?
Have you read the man page to find out what rewrite_header does? ;)
In short, to redirect mail to another address, you have to do that
outside of SA -- SA has no way to do that for you.
Understood ...
LDB