[exim] $header and continuation lines?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Robert Nicholson
日付:  
To: exim users
題目: [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