[Mimedefang] MIME::Head question

David F. Skoll dfs at roaringpenguin.com
Thu Dec 12 14:40:23 EST 2013


On Thu, 12 Dec 2013 12:06:43 -0700
Philip Prindeville <philipp_subx at redfish-solutions.com> wrote:

> If I want to add a header via:

> $entity->head()->add('Received', "some-multiline-folded-text");

MIME::Head is really a Mail::Header and it wants to take care
of folding the line on your behalf.  You have to give it a long unfolded
line and let it do its thing.

Regards,

David.



More information about the MIMEDefang mailing list