Re: [exim] Configuration question

Pàgina inicial
Delete this message
Reply to this message
Autor: Frank Elsner
Data:  
A: W B Hacker
CC: exim users
Assumpte: 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