Re: [exim] Configuration question

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Frank Elsner
Date:  
À: W B Hacker
CC: exim users
Sujet: Re: [exim] Configuration question
On Thu, 16 Jun 2011 19:11:36 +0000 W B Hacker wrote:

[ ... ]

> This preserves the original but stuffs a word in at the beginning:
>
> message     = Subject: *Suspect* $h_Subject:

>
> CAVEAT: Unless you specifically strip the ORIGINAL 'Subject:' it will
> still exist, just be pushed down, and 'usual' no longer displayed even


To replace the old Subject: line with the new one:

- Set an ACL variable as flag
- Process Subject: line in transport according to the ACL variable

headers_remove = Subject
headers_add = Subject: [SPAM] $rh_subject:


--Frank Elsner