View Single Post

  #2 (permalink)  
Old 10-06-2004
Jakob Hirsch
 
Posts: n/a
Default Re: Adding folded headers in Exim 4.

Adam Funk wrote:

> I want to add a folded, multi-line header (RFC2822, Sec.2.2.3) like
> this:


inspired by the default received_header, I would use

headers_add = X-Comment: foo foo foo\n\tbar bar bar
Reply With Quote