From: (no name) (no email)
Date: Wed Nov 01 2006 - 06:04:14 EST
Quoting Sandy Drobic <>:
> wrote:
> > Hi,
> >
> > Im looking to prepend [SPAM] to the Subject: of mails that come in with a preassigned X-SpamReason: value of 1..4.
> >
> > main.cf:header_checks = pcre:/etc/postfix/header_checks
> >
> > And in header_checks:
> > /X-SpamReason: Yes, hits=([1..4]\.[0-9]*).*required/ PREPEND Subject: [SPAM]
> >
> > However this is overwriting the Subject completely, and Im just getting [SPAM] in the Subject of the mail
> > once its received.
> >
> > Any idea what I could be doing wrong ?
>
> Prepend sets a new Subject header here. This is better done by your filter
> software. Header_checks can't set a subject header in relation to another
> check on x-spamreason.
>
> You either need a filter for that or do it directly in your spamfilter.
I see, thanks for the explanation.
Nick .
|
|
|