1 |
diff -Nur -x '*.orig' -x '*.rej' Mail-DMARC-1.20141206/lib/Mail/DMARC/Report/Send/SMTP.pm mezzanine_patched_Mail-DMARC-1.20141206/lib/Mail/DMARC/Report/Send/SMTP.pm |
2 |
--- Mail-DMARC-1.20141206/lib/Mail/DMARC/Report/Send/SMTP.pm 2016-05-02 19:27:07.287415453 +0200 |
3 |
+++ mezzanine_patched_Mail-DMARC-1.20141206/lib/Mail/DMARC/Report/Send/SMTP.pm 2016-05-02 19:26:50.224415665 +0200 |
4 |
@@ -189,10 +189,9 @@ |
5 |
) or croak "unable to add report!"; |
6 |
|
7 |
my $email = Email::MIME->create( |
8 |
- header_str => [ |
9 |
+ header => [ |
10 |
From => $self->config->{organization}{email}, |
11 |
To => $to, |
12 |
- Date => $self->get_timestamp_rfc2822, |
13 |
Subject => $self->get_subject( $agg_ref ), |
14 |
], |
15 |
parts => [@parts], |