-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Ralf Hildebrandt Sent: Thursday, January 28, 2010 3:22 PM To: [email protected] Subject: Re: Add Header
* AMP Admin <[email protected]>: > 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 [email protected] | http://www.charite.de just in case anyone comes across this I got it sorted with the following: /^Subject: .*/ PREPEND MyString
