[Mimedefang] MIME::Head question

Philip Prindeville philipp_subx at redfish-solutions.com
Thu Dec 12 14:06:43 EST 2013


If I want to add a header via:

$entity->head()->add(‘Received’, “some-multiline-folded-text”);

how do I encode the header value such that newlines aren’t stripped?  Do I need \r\n\t ?  Or \n\t ?

I tried both but couldn’t get either to work.

Thanks.




More information about the MIMEDefang mailing list