Skip Menu |

This queue is for tickets about the Mail-Builder CPAN distribution.

Report information
The Basics
Id: 55258
Status: resolved
Priority: 0/
Queue: Mail-Builder

People
Owner: MAROS [...] cpan.org
Requestors: harlan.harris [...] kaplan.com
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.12
Fixed in: (no value)



Subject: Email::MessageID used incorrectly -- sendmail chokes
Mail::Builder uses the following line to add a Message-ID header: # Set message ID $obj->{'messageid'} = Email::MessageID->new(); This is wrong and violates RFC822. Email::MessageID says the following: == The Message-Id header must start and end with angle brackets. This is a common mistake: header => [ ... 'Message-Id' => Email::MessageID->new->as_string, ], Instead, use in_brackets to get the string inside angle brackets. == I believe that just saying Email::MessageID->new->in_brackets() should fix the bug... Confirmed, yes it does. Thanks for this package!
Thank you for you bug report. The issue has been resolved in 1.13 Cheers Maroš