[exim] $header and continuation lines?

Page principale
Supprimer ce message
Répondre à ce message
Auteur: Robert Nicholson
Date:  
À: exim users
Sujet: [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