[exim] $header and continuation lines?

Startseite
Nachricht löschen
Nachricht beantworten
Autor: Robert Nicholson
Datum:  
To: exim users
Betreff: [exim] $header and continuation lines?
So is there anyway to get the entire contents of a $header_ variable
that's split across lines?

For instance

Content-Type: text/plain;
    charset="us-ascii"


if I print out $header_content-type I only get the second line and not
the first