Greetings, I'd like to integrate SpamAssassin with the sendmail vacation(1) autoresponder program. According to sendmail's vacation(1) man page:
'Messages will not be replied to if any of the following conditions are true: ... - A ``Precedence: bulk'', ``Precedence: list'', or ``Precedence: junk'' line is included in the mail headers.' I note that SpamAssassin has a add_header configuration option, but according to Mail::SpamAssassin::Conf(3), '...All headers begin with "X-Spam-" (so a "header_name" Foo will generate a header called X-Spam-Foo).' What is the best way to configure SpamAssassin and vacation(1) to prevent auto-replies to messages that SpamAssassin has identified as spam? Any advice will be appreciated, Damon