On Sat, Nov 29, 2008 at 6:37 PM, Sahil Tandon <[EMAIL PROTECTED]> wrote: > > You need REPLACE, not REWRITE. > > See http://riseuplabs.org/privacy/postfix/; ignore the patch section and > scroll down to "Postfix 2.3 and later". Copy and modify as necessary to > meet your needs.
Thanks for the pointer Sahil, that regex is almost perfect for what I was looking to do. As for the newline insertion mentioned on the website, I'm wondering if using a pcre instead of standard regex would allow this. I'm going to translate and give it a try.