-----Original Message-----
From: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org] 
On Behalf Of Ralf Hildebrandt
Sent: Thursday, January 28, 2010 3:22 PM
To: postfix-users@postfix.org
Subject: Re: Add Header

* AMP Admin <ad...@ampprod.com>:

> WORKS BUT ADDS IT MULTIPLE TIMES:
> 
> /^/ PREPEND MyString

This matches EVERY header line
 
> DOES NOT WORK:
> 
> /^DomainKey-Signature:$/ PREPEND MyString

This matches a header line like:

DomainKey-Signature:

(with NOTHING after the :)

-- 
Ralf Hildebrandt
  Geschäftsbereich IT | Abteilung Netzwerk
  Charité - Universitätsmedizin Berlin
  Campus Benjamin Franklin
  Hindenburgdamm 30 | D-12203 Berlin
  Tel. +49 30 450 570 155 | Fax: +49 30 450 570 962
  ralf.hildebra...@charite.de | http://www.charite.de
            


just in case anyone comes across this I got it sorted with the following:

/^Subject: .*/ PREPEND MyString


Reply via email to