--Bowie Bailey wrote on 15.01.2003 10:36 -0500: > 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" [EMAIL PROTECTED] or even dynamically: | spamassassin | sendmail -f "$SENDER" "$[EMAIL PROTECTED]" all examples for spamassassin here lack some arguments, you need at least --pipe. > I searched the list archives, and found another reference to this problem, > but no solutions. Is there a way to do it? ------------------------------------------------------- This SF.NET email is sponsored by: A Thawte Code Signing Certificate is essential in establishing user confidence by providing assurance of authenticity and code integrity. Download our Free Code Signing guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0028en _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
