Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release.1.20240313 #225

Merged
merged 6 commits into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
### 1.20240313

- Fix error email sent when reports are too large
- Delete reports after sending error emails
- Make sending of error emails optional

### 1.20240214

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Mail::DMARC - Perl implementation of DMARC

# VERSION

version 1.20240214
version 1.20240313

# SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Mail::DMARC;
use strict;
use warnings;

our $VERSION = '1.20240214';
our $VERSION = '1.20240313';

use Carp;
our $psl_loads = 0;
Expand Down Expand Up @@ -309,7 +309,7 @@ Mail::DMARC - Perl implementation of DMARC

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Base.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Base;
our $VERSION = '1.20240214';
our $VERSION = '1.20240313';
use strict;
use warnings;
use 5.10.0;
Expand Down Expand Up @@ -329,7 +329,7 @@ Mail::DMARC::Base - DMARC utility functions

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 METHODS

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/HTTP.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::HTTP;
our $VERSION = '1.20240214';
our $VERSION = '1.20240313';
use strict;
use warnings;

Expand Down Expand Up @@ -213,7 +213,7 @@ Mail::DMARC::HTTP - view stored reports via HTTP

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Policy.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Mail::DMARC::Policy;
use strict;
use warnings;

our $VERSION = '1.20240214';
our $VERSION = '1.20240313';

use Carp;

Expand Down Expand Up @@ -195,7 +195,7 @@ Mail::DMARC::Policy - a DMARC policy in object format

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/PurePerl.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::PurePerl;
our $VERSION = '1.20240214';
our $VERSION = '1.20240313';
use strict;
use warnings;

Expand Down Expand Up @@ -589,7 +589,7 @@ Mail::DMARC::PurePerl - Pure Perl implementation of DMARC

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 METHODS

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Mail::DMARC::Report;
use strict;
use warnings;

our $VERSION = '1.20240214';
our $VERSION = '1.20240313';

use Carp;
use IO::Compress::Gzip;
Expand Down Expand Up @@ -90,7 +90,7 @@ Mail::DMARC::Report - A DMARC report interface

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 DESCRIPTION

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Aggregate;
use strict;
use warnings;

our $VERSION = '1.20240214';
our $VERSION = '1.20240313';

use Carp;
use Data::Dumper;
Expand Down Expand Up @@ -199,7 +199,7 @@ Mail::DMARC::Report::Aggregate - aggregate report object

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 DESCRIPTION

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate/Metadata.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Aggregate::Metadata;
use strict;
use warnings;

our $VERSION = '1.20240214';
our $VERSION = '1.20240313';

use XML::LibXML;

Expand Down Expand Up @@ -92,7 +92,7 @@ Mail::DMARC::Report::Aggregate::Metadata - metadata section of aggregate report

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 AUTHORS

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate/Record.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Aggregate::Record;
our $VERSION = '1.20240214';
our $VERSION = '1.20240313';
use strict;
use warnings;

Expand Down Expand Up @@ -82,7 +82,7 @@ Mail::DMARC::Report::Aggregate::Record - record section of aggregate report

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 DESCRIPTION

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Aggregate::Record::Auth_Results;
our $VERSION = '1.20240214';
our $VERSION = '1.20240313';
use strict;
use warnings;

Expand Down Expand Up @@ -79,7 +79,7 @@ Mail::DMARC::Report::Aggregate::Record::Auth_Results - auth_results section of a

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 AUTHORS

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Aggregate::Record::Auth_Results::DKIM;
our $VERSION = '1.20240214';
our $VERSION = '1.20240313';
use strict;

use Carp;
Expand Down Expand Up @@ -84,7 +84,7 @@ Mail::DMARC::Report::Aggregate::Record::Auth_Results::DKIM - auth_results/dkim s

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 AUTHORS

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/SPF.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Aggregate::Record::Auth_Results::SPF;
our $VERSION = '1.20240214';
our $VERSION = '1.20240313';
use strict;

use Carp;
Expand Down Expand Up @@ -91,7 +91,7 @@ Mail::DMARC::Report::Aggregate::Record::Auth_Results::SPF - auth_results/spf sec

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 AUTHORS

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate/Record/Identifiers.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Aggregate::Record::Identifiers;
our $VERSION = '1.20240214';
our $VERSION = '1.20240313';
use strict;
use warnings;

Expand Down Expand Up @@ -43,7 +43,7 @@ Mail::DMARC::Report::Aggregate::Record::Identifiers - identifiers section of a D

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 AUTHORS

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Aggregate/Record/Row.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Aggregate::Record::Row;
our $VERSION = '1.20240214';
our $VERSION = '1.20240313';
use strict;
use warnings;

Expand Down Expand Up @@ -56,7 +56,7 @@ Mail::DMARC::Report::Aggregate::Record::Row - row section of a DMARC aggregate r

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 AUTHORS

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Aggregate::Record::Row::Policy_Evaluated;
our $VERSION = '1.20240214';
our $VERSION = '1.20240313';
use strict;
use warnings;

Expand Down Expand Up @@ -56,7 +56,7 @@ Mail::DMARC::Report::Aggregate::Record::Row::Policy_Evaluated - row/policy_evalu

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 AUTHORS

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Receive.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Receive;
use strict;
use warnings;

our $VERSION = '1.20240214';
our $VERSION = '1.20240313';

use Carp;
use Data::Dumper;
Expand Down Expand Up @@ -421,7 +421,7 @@ Mail::DMARC::Report::Receive - process incoming DMARC reports

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 DESCRIPTION

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Send.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Send;
use strict;
use warnings;

our $VERSION = '1.20240214';
our $VERSION = '1.20240313';

use parent 'Mail::DMARC::Base';
use Mail::DMARC::Report::Send::SMTP;
Expand Down Expand Up @@ -62,7 +62,7 @@ Mail::DMARC::Report::Send - report sending dispatch class

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 DESCRIPTION

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Send/HTTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Send::HTTP;
use strict;
use warnings;

our $VERSION = '1.20240214';
our $VERSION = '1.20240313';

use Carp;

Expand Down Expand Up @@ -53,7 +53,7 @@ Mail::DMARC::Report::Send::HTTP - utility methods to send reports by HTTP

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 12.2.2. HTTP

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Send/SMTP.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Send::SMTP;
use strict;
use warnings;

our $VERSION = '1.20240214';
our $VERSION = '1.20240313';

use Carp;
use English '-no_match_vars';
Expand Down Expand Up @@ -208,7 +208,7 @@ Mail::DMARC::Report::Send::SMTP - utility methods for sending reports via SMTP

=head1 VERSION

version 1.20240214
version 1.20240313

=head2 SUBJECT FIELD

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Store.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Store;
our $VERSION = '1.20240214';
our $VERSION = '1.20240313';
use strict;
use warnings;

Expand Down Expand Up @@ -60,7 +60,7 @@ Mail::DMARC::Report::Store - persistent storage broker for reports

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 SYNOPSIS

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Store/SQL.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Store::SQL;
our $VERSION = '1.20240214';
our $VERSION = '1.20240313';
use strict;
use warnings;

Expand Down Expand Up @@ -682,7 +682,7 @@ Mail::DMARC::Report::Store::SQL - store and retrieve reports from a SQL RDBMS

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 DESCRIPTION

Expand Down
4 changes: 2 additions & 2 deletions lib/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package Mail::DMARC::Report::Store::SQL::Grammars::MySQL;
our $VERSION = '1.20240214';
our $VERSION = '1.20240313';
use strict;
use warnings;

Expand Down Expand Up @@ -290,7 +290,7 @@ Mail::DMARC::Report::Store::SQL::Grammars::MySQL - Grammar for working with mysq

=head1 VERSION

version 1.20240214
version 1.20240313

=head1 SYPNOSIS

Expand Down
Loading
Loading