Re: [Mimedefang] How to pass custom headers to spamassassin?

2005-02-10 Thread David F. Skoll
On Thu, 10 Feb 2005, Jan Pieter Cornet wrote: > It would be nice if there was a standard way to pass custom headers to > SpamAssassin... There is... re-write ./INPUTMSG. :-) I'm reluctant to make this easy to do, because attackers can insert the custom headers before they send mail, and if you'

Re: [Mimedefang] How to pass custom headers to spamassassin?

2005-02-10 Thread Jan Pieter Cornet
On Thu, Feb 10, 2005 at 12:29:24PM +0100, Enrico Scholz wrote: > does there exist a way to create custom headers which are > evaluated by SpamAssassin? E.g. I have > > | action_add_header("X-FOO", 'bar') if > > in my filter_begin(). Then I have a SpamAssassin rule which checks > for this heade

[Mimedefang] How to pass custom headers to spamassassin?

2005-02-10 Thread Enrico Scholz
Hi, does there exist a way to create custom headers which are evaluated by SpamAssassin? E.g. I have | action_add_header("X-FOO", 'bar') if in my filter_begin(). Then I have a SpamAssassin rule which checks for this header and scores the message accordingly. Unfortunately, this header does n