/[smeserver]/rpms/perl-Mail-DMARC/sme9/Mail-DMARC-1.20141206-dont_set_date_manually.patch
ViewVC logotype

Contents of /rpms/perl-Mail-DMARC/sme9/Mail-DMARC-1.20141206-dont_set_date_manually.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Fri May 6 21:40:21 2016 UTC (8 years ago) by vip-ire
Branch: MAIN
CVS Tags: perl-Mail-DMARC-1_20141206-1_el6_sme, perl-Mail-DMARC-1_20141206-2_el6_sme, HEAD
Import perl-Mail-DMARC in sme9 branch

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],

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed