Skip Menu |

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

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

People
Owner: Nobody in particular
Requestors: dmcdonald [...] austinnetworkdesign.com
Cc:
AdminCc:

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



Subject: Mail::Builder doesn't include a Date: header. Postfix/amavisd gets miffed.
Date: Tue, 25 Oct 2011 21:44:26 -0500
To: bug-mail-builder [...] rt.cpan.org
From: Daniel J McDonald <dmcdonald [...] austinnetworkdesign.com>
I'm running Mail::Builder 2.50.0 using perl 5.12.3 on Mageia 1. My code is pretty straightforward using Email::Sender::Transport::SMTP::Persistent to deliver the mail to my local relay-host. The relay-host is complaining that the messages received are missing a Date: header. I'm considering adding some code around line 434 in Mail::Builder to add a Date: header, maybe including Email::Date::Format to generate them properly. Is that the appropriate way to fix this? -- Daniel J McDonald, CCIE # 2495, CISSP # 78281, CNX http://www.austinnetworkdesign.com
This issue has been resolved in Mail::Builder 2.06. Cheers Maroš On Tue Oct 25 22:44:37 2011, dmcdonald@austinnetworkdesign.com wrote: Show quoted text
> I'm running Mail::Builder 2.50.0 using perl 5.12.3 on Mageia 1. My code > is pretty straightforward using > Email::Sender::Transport::SMTP::Persistent to deliver the mail to my > local relay-host. The relay-host is complaining that the messages > received are missing a Date: header. > > I'm considering adding some code around line 434 in Mail::Builder to add > a Date: header, maybe including Email::Date::Format to generate them > properly. Is that the appropriate way to fix this? > >