From: Anand Buddhdev [mailto:ar...@anand.org]
On Wed, Jan 15, 2003 at 10:36:41AM -0500, Bowie Bailey wrote:
I am working on installing SpamAssassin on my Courier mail server. The
problem is that many of the accounts are forwarded to another mail
server
via .courier files rather than being delivered locally. If I deliver
locally, I can do "| spamassassin | maildrop", but how do I do this if
the
mail should be forwarded?
| spamassassin | sendmail -f "$SENDER" -- someone@new.domain
where someone@new.domain is the forwarding address.
Perfect. Thanks!
Bowie