From a60abea8a1a0bfe84cc6b8b986702fa320e636ea Mon Sep 17 00:00:00 2001 From: Marc Bradshaw Date: Sat, 20 Feb 2021 18:11:45 +1100 Subject: [PATCH] Release.1.20210220 (#181) --- Changes.md | 4 + LICENSE | 2 +- META.json | 87 +- META.yml | 76 +- README.md | 36 +- lib/Mail/DMARC.pm | 6 +- lib/Mail/DMARC/Base.pm | 6 +- lib/Mail/DMARC/HTTP.pm | 6 +- lib/Mail/DMARC/Policy.pm | 6 +- lib/Mail/DMARC/PurePerl.pm | 6 +- lib/Mail/DMARC/Report.pm | 6 +- lib/Mail/DMARC/Report/Aggregate.pm | 6 +- lib/Mail/DMARC/Report/Aggregate/Metadata.pm | 6 +- lib/Mail/DMARC/Report/Aggregate/Record.pm | 6 +- .../Report/Aggregate/Record/Auth_Results.pm | 6 +- .../Aggregate/Record/Auth_Results/DKIM.pm | 6 +- .../Aggregate/Record/Auth_Results/SPF.pm | 6 +- .../Report/Aggregate/Record/Identifiers.pm | 6 +- lib/Mail/DMARC/Report/Aggregate/Record/Row.pm | 6 +- .../Aggregate/Record/Row/Policy_Evaluated.pm | 6 +- lib/Mail/DMARC/Report/Receive.pm | 6 +- lib/Mail/DMARC/Report/Send.pm | 6 +- lib/Mail/DMARC/Report/Send/HTTP.pm | 6 +- lib/Mail/DMARC/Report/Send/SMTP.pm | 6 +- lib/Mail/DMARC/Report/Store.pm | 6 +- lib/Mail/DMARC/Report/Store/SQL.pm | 6 +- .../DMARC/Report/Store/SQL/Grammars/MySQL.pm | 6 +- .../Report/Store/SQL/Grammars/PostgreSQL.pm | 6 +- .../DMARC/Report/Store/SQL/Grammars/SQLite.pm | 6 +- lib/Mail/DMARC/Report/URI.pm | 6 +- lib/Mail/DMARC/Result.pm | 6 +- lib/Mail/DMARC/Result/Reason.pm | 6 +- share/public_suffix_list | 940 ++++++++++++++---- 33 files changed, 924 insertions(+), 383 deletions(-) diff --git a/Changes.md b/Changes.md index cfb4ecd8..38afc0a3 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,7 @@ +### 1.20210220 + +- Fix db connection cache +- use Email::Sender for report sending ### 1.20200214 diff --git a/LICENSE b/LICENSE index 582ae577..b085e22b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/META.json b/META.json index 773b2738..a85ec57f 100644 --- a/META.json +++ b/META.json @@ -6,23 +6,25 @@ "Marc Bradshaw " ], "dynamic_config" : 1, - "generated_by" : "Module::Build version 0.4229, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Module::Build version 0.4231", "license" : [ "perl_5" ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "Mail-DMARC", "prereqs" : { "build" : { - "requires" : {} + "requires" : { + "Module::Build" : "0.3601" + } }, "configure" : { "requires" : { - "ExtUtils::MakeMaker" : "0", - "File::ShareDir::Install" : "0.06" + "File::ShareDir::Install" : "0.06", + "Module::Build" : "0.3601" } }, "runtime" : { @@ -32,7 +34,6 @@ "Net::SMTPS" : "0" }, "requires" : { - "CPAN" : "0", "Carp" : "0", "Config::Tiny" : "0", "DBD::SQLite" : "1.31", @@ -42,17 +43,15 @@ "Email::Simple" : "0", "Encode" : "0", "English" : "0", - "File::ShareDir" : "0", + "File::ShareDir" : "1.00", "Getopt::Long" : "0", + "HTTP::Tiny" : "0", "IO::Compress::Gzip" : "0", "IO::Compress::Zip" : "0", "IO::File" : "0", "IO::Socket::SSL" : "0", "IO::Uncompress::Gunzip" : "0", "IO::Uncompress::Unzip" : "0", - "Mail::DKIM::PrivateKey" : "0", - "Mail::DKIM::Signer" : "0", - "Mail::DKIM::TextWrap" : "0", "Net::DNS::Resolver" : "0", "Net::IDN::Encode" : "0", "Net::IP" : "0", @@ -64,9 +63,9 @@ "Socket6" : "0.23", "Sys::Hostname" : "0", "Sys::Syslog" : "0", + "Test::File::ShareDir" : "0", "URI" : "0", - "XML::LibXML" : "0", - "perl" : "5.008" + "XML::LibXML" : "0" } }, "test" : { @@ -81,111 +80,117 @@ "provides" : { "Mail::DMARC" : { "file" : "lib/Mail/DMARC.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Base" : { "file" : "lib/Mail/DMARC/Base.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::HTTP" : { "file" : "lib/Mail/DMARC/HTTP.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Policy" : { "file" : "lib/Mail/DMARC/Policy.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::PurePerl" : { "file" : "lib/Mail/DMARC/PurePerl.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report" : { "file" : "lib/Mail/DMARC/Report.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Aggregate" : { "file" : "lib/Mail/DMARC/Report/Aggregate.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Aggregate::Metadata" : { "file" : "lib/Mail/DMARC/Report/Aggregate/Metadata.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Aggregate::Record" : { "file" : "lib/Mail/DMARC/Report/Aggregate/Record.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Aggregate::Record::Auth_Results" : { "file" : "lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Aggregate::Record::Auth_Results::DKIM" : { "file" : "lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Aggregate::Record::Auth_Results::SPF" : { "file" : "lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/SPF.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Aggregate::Record::Identifiers" : { "file" : "lib/Mail/DMARC/Report/Aggregate/Record/Identifiers.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Aggregate::Record::Row" : { "file" : "lib/Mail/DMARC/Report/Aggregate/Record/Row.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Aggregate::Record::Row::Policy_Evaluated" : { "file" : "lib/Mail/DMARC/Report/Aggregate/Record/Row/Policy_Evaluated.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Receive" : { "file" : "lib/Mail/DMARC/Report/Receive.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Send" : { "file" : "lib/Mail/DMARC/Report/Send.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Send::HTTP" : { "file" : "lib/Mail/DMARC/Report/Send/HTTP.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Send::SMTP" : { "file" : "lib/Mail/DMARC/Report/Send/SMTP.pm", - "version" : "1.20191025" + "version" : "1.20210220" + }, + "Mail::DMARC::Report::Sender" : { + "file" : "lib/Mail/DMARC/Report/Sender.pm" }, "Mail::DMARC::Report::Store" : { "file" : "lib/Mail/DMARC/Report/Store.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Store::SQL" : { "file" : "lib/Mail/DMARC/Report/Store/SQL.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Store::SQL::Grammars::MySQL" : { "file" : "lib/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Store::SQL::Grammars::PostgreSQL" : { "file" : "lib/Mail/DMARC/Report/Store/SQL/Grammars/PostgreSQL.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::Store::SQL::Grammars::SQLite" : { "file" : "lib/Mail/DMARC/Report/Store/SQL/Grammars/SQLite.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Report::URI" : { "file" : "lib/Mail/DMARC/Report/URI.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Result" : { "file" : "lib/Mail/DMARC/Result.pm", - "version" : "1.20191025" + "version" : "1.20210220" }, "Mail::DMARC::Result::Reason" : { "file" : "lib/Mail/DMARC/Result/Reason.pm", - "version" : "1.20191025" + "version" : "1.20210220" + }, + "Mail::DMARC::Test::Transport" : { + "file" : "lib/Mail/DMARC/Test/Transport.pm" } }, "release_status" : "stable", @@ -201,7 +206,7 @@ "url" : "https://github.com/msimerson/mail-dmarc" } }, - "version" : "1.20191025", + "version" : "1.20210220", "x_contributors" : [ "Benny Pedersen ", "Jean Paul Galea ", @@ -209,5 +214,5 @@ "Priyadi Iman Nurcahyo ", "Ricardo Signes " ], - "x_serialization_backend" : "JSON::PP version 2.27400_02" + "x_serialization_backend" : "JSON::PP version 4.04" } diff --git a/META.yml b/META.yml index fd0c4fc1..24cb7ff6 100644 --- a/META.yml +++ b/META.yml @@ -5,15 +5,16 @@ author: - 'Davide Migliavacca ' - 'Marc Bradshaw ' build_requires: + Module::Build: '0.3601' Test::Exception: '0' Test::File::ShareDir: '0' Test::More: '0' Test::Output: '0' configure_requires: - ExtUtils::MakeMaker: '0' File::ShareDir::Install: '0.06' -dynamic_config: 0 -generated_by: 'Module::Build version 0.4229, CPAN::Meta::Converter version 2.150010' + Module::Build: '0.3601' +dynamic_config: 1 +generated_by: 'Module::Build version 0.4231, CPAN::Meta::Converter version 2.150010' license: perl meta-spec: url: http://module-build.sourceforge.net/META-spec-v1.4.html @@ -22,91 +23,94 @@ name: Mail-DMARC provides: Mail::DMARC: file: lib/Mail/DMARC.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Base: file: lib/Mail/DMARC/Base.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::HTTP: file: lib/Mail/DMARC/HTTP.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Policy: file: lib/Mail/DMARC/Policy.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::PurePerl: file: lib/Mail/DMARC/PurePerl.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report: file: lib/Mail/DMARC/Report.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Aggregate: file: lib/Mail/DMARC/Report/Aggregate.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Aggregate::Metadata: file: lib/Mail/DMARC/Report/Aggregate/Metadata.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Aggregate::Record: file: lib/Mail/DMARC/Report/Aggregate/Record.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Aggregate::Record::Auth_Results: file: lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Aggregate::Record::Auth_Results::DKIM: file: lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Aggregate::Record::Auth_Results::SPF: file: lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/SPF.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Aggregate::Record::Identifiers: file: lib/Mail/DMARC/Report/Aggregate/Record/Identifiers.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Aggregate::Record::Row: file: lib/Mail/DMARC/Report/Aggregate/Record/Row.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Aggregate::Record::Row::Policy_Evaluated: file: lib/Mail/DMARC/Report/Aggregate/Record/Row/Policy_Evaluated.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Receive: file: lib/Mail/DMARC/Report/Receive.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Send: file: lib/Mail/DMARC/Report/Send.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Send::HTTP: file: lib/Mail/DMARC/Report/Send/HTTP.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Send::SMTP: file: lib/Mail/DMARC/Report/Send/SMTP.pm - version: '1.20191025' + version: '1.20210220' + Mail::DMARC::Report::Sender: + file: lib/Mail/DMARC/Report/Sender.pm Mail::DMARC::Report::Store: file: lib/Mail/DMARC/Report/Store.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Store::SQL: file: lib/Mail/DMARC/Report/Store/SQL.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Store::SQL::Grammars::MySQL: file: lib/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Store::SQL::Grammars::PostgreSQL: file: lib/Mail/DMARC/Report/Store/SQL/Grammars/PostgreSQL.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::Store::SQL::Grammars::SQLite: file: lib/Mail/DMARC/Report/Store/SQL/Grammars/SQLite.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Report::URI: file: lib/Mail/DMARC/Report/URI.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Result: file: lib/Mail/DMARC/Result.pm - version: '1.20191025' + version: '1.20210220' Mail::DMARC::Result::Reason: file: lib/Mail/DMARC/Result/Reason.pm - version: '1.20191025' + version: '1.20210220' + Mail::DMARC::Test::Transport: + file: lib/Mail/DMARC/Test/Transport.pm recommends: Mail::DKIM: '0' Net::IMAP::Simple: '0' Net::SMTPS: '0' requires: - CPAN: '0' Carp: '0' Config::Tiny: '0' DBD::SQLite: '1.31' @@ -116,17 +120,15 @@ requires: Email::Simple: '0' Encode: '0' English: '0' - File::ShareDir: '0' + File::ShareDir: '1.00' Getopt::Long: '0' + HTTP::Tiny: '0' IO::Compress::Gzip: '0' IO::Compress::Zip: '0' IO::File: '0' IO::Socket::SSL: '0' IO::Uncompress::Gunzip: '0' IO::Uncompress::Unzip: '0' - Mail::DKIM::PrivateKey: '0' - Mail::DKIM::Signer: '0' - Mail::DKIM::TextWrap: '0' Net::DNS::Resolver: '0' Net::IDN::Encode: '0' Net::IP: '0' @@ -138,15 +140,15 @@ requires: Socket6: '0.23' Sys::Hostname: '0' Sys::Syslog: '0' + Test::File::ShareDir: '0' URI: '0' XML::LibXML: '0' - perl: '5.008' resources: bugtracker: https://github.com/msimerson/mail-dmarc/issues homepage: https://github.com/msimerson/mail-dmarc/wiki license: http://dev.perl.org/licenses/ repository: https://github.com/msimerson/mail-dmarc -version: '1.20191025' +version: '1.20210220' x_contributors: - 'Benny Pedersen ' - 'Jean Paul Galea ' diff --git a/README.md b/README.md index dff2893b..a77d8be6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Mail::DMARC - Perl implementation of DMARC # VERSION -version 1.20200214 +version 1.20210220 # SYNOPSIS @@ -57,15 +57,15 @@ When a message arrives via SMTP, the MTA or filtering application can pass in a d. does the message conform to the published policy? e. did the policy request reporting? If so, save details. -The validation results are returned as a [Mail::DMARC::Result](https://metacpan.org/pod/Mail::DMARC::Result) object. If the author domain requested a report, it was saved to the [Report Store](https://metacpan.org/pod/Mail::DMARC::Report::Store). The Store class includes a SQL implementation that is tested with SQLite, MySQL and PostgreSQL. +The validation results are returned as a [Mail::DMARC::Result](https://metacpan.org/pod/Mail%3A%3ADMARC%3A%3AResult) object. If the author domain requested a report, it was saved to the [Report Store](https://metacpan.org/pod/Mail%3A%3ADMARC%3A%3AReport%3A%3AStore). The Store class includes a SQL implementation that is tested with SQLite, MySQL and PostgreSQL. -There is more information available in the $result object. See [Mail::DMARC::Result](https://metacpan.org/pod/Mail::DMARC::Result) for complete details. +There is more information available in the $result object. See [Mail::DMARC::Result](https://metacpan.org/pod/Mail%3A%3ADMARC%3A%3AResult) for complete details. Reports are viewed with the [dmarc\_view\_reports](https://metacpan.org/pod/dmarc_view_reports) program or with a web browser and the [dmarc\_httpd](https://metacpan.org/pod/dmarc_httpd) program. Aggregate reports are sent to their requestors with the [dmarc\_send\_reports](https://metacpan.org/pod/dmarc_send_reports) program. -For aggregate reports that you have been sent, the [dmarc\_receive](https://metacpan.org/pod/dmarc_receive) program will parse the email messages (from IMAP, Mbox, or files) and save the report results into the [Report Store](https://metacpan.org/pod/Mail::DMARC::Report::Store). +For aggregate reports that you have been sent, the [dmarc\_receive](https://metacpan.org/pod/dmarc_receive) program will parse the email messages (from IMAP, Mbox, or files) and save the report results into the [Report Store](https://metacpan.org/pod/Mail%3A%3ADMARC%3A%3AReport%3A%3AStore). The report store can use the same database to store reports you have received as well as reports you will send. There are several ways to identify the difference, including: @@ -74,23 +74,23 @@ The report store can use the same database to store reports you have received as # CLASSES -[Mail::DMARC](https://metacpan.org/pod/Mail::DMARC) - the perl interface for DMARC +[Mail::DMARC](https://metacpan.org/pod/Mail%3A%3ADMARC) - the perl interface for DMARC -[Mail::DMARC::Policy](https://metacpan.org/pod/Mail::DMARC::Policy) - a DMARC policy +[Mail::DMARC::Policy](https://metacpan.org/pod/Mail%3A%3ADMARC%3A%3APolicy) - a DMARC policy -[Mail::DMARC::PurePerl](https://metacpan.org/pod/Mail::DMARC::PurePerl) - Pure Perl implementation of DMARC +[Mail::DMARC::PurePerl](https://metacpan.org/pod/Mail%3A%3ADMARC%3A%3APurePerl) - Pure Perl implementation of DMARC -[Mail::DMARC::Result](https://metacpan.org/pod/Mail::DMARC::Result) - the results of applying policy +[Mail::DMARC::Result](https://metacpan.org/pod/Mail%3A%3ADMARC%3A%3AResult) - the results of applying policy -[Mail::DMARC::Report](https://metacpan.org/pod/Mail::DMARC::Report) - Reporting: the R in DMARC +[Mail::DMARC::Report](https://metacpan.org/pod/Mail%3A%3ADMARC%3A%3AReport) - Reporting: the R in DMARC -> [Mail::DMARC::Report::Send](https://metacpan.org/pod/Mail::DMARC::Report::Send) - send reports via SMTP & HTTP +> [Mail::DMARC::Report::Send](https://metacpan.org/pod/Mail%3A%3ADMARC%3A%3AReport%3A%3ASend) - send reports via SMTP & HTTP > -> [Mail::DMARC::Report::Receive](https://metacpan.org/pod/Mail::DMARC::Report::Receive) - receive and store reports from email, HTTP +> [Mail::DMARC::Report::Receive](https://metacpan.org/pod/Mail%3A%3ADMARC%3A%3AReport%3A%3AReceive) - receive and store reports from email, HTTP > -> [Mail::DMARC::Report::Store](https://metacpan.org/pod/Mail::DMARC::Report::Store) - a persistent data store for aggregate reports +> [Mail::DMARC::Report::Store](https://metacpan.org/pod/Mail%3A%3ADMARC%3A%3AReport%3A%3AStore) - a persistent data store for aggregate reports > -> [Mail::DMARC::Report::View](https://metacpan.org/pod/Mail::DMARC::Report::View) - CLI and CGI methods for viewing reports +> [Mail::DMARC::Report::View](https://metacpan.org/pod/Mail%3A%3ADMARC%3A%3AReport%3A%3AView) - CLI and CGI methods for viewing reports [Mail::DMARC::libopendmarc](http://search.cpan.org/~shari/Mail-DMARC-opendmarc) - an XS implementation using libopendmarc @@ -145,25 +145,25 @@ The remote IP that attempted sending the message. DMARC only uses this data for The domain portion of the RFC5321.RcptTo, (aka, the envelope recipient), and the bold portion in the following example: -> RCPT TO:<user@**example.com**> +> RCPT TO:&lt;user@**example.com**> ## envelope\_from The domain portion of the RFC5321.MailFrom, (aka, the envelope sender). That is the the bold portion in the following example: -> MAIL FROM:<user@**example.com**> +> MAIL FROM:&lt;user@**example.com**> ## header\_from The domain portion of the RFC5322.From, aka, the From message header. -> From: Ultimate Vacation <sweepstakes@**example.com**> +> From: Ultimate Vacation &lt;sweepstakes@**example.com**> You can instead pass in the entire From: header with header\_from\_raw. ## header\_from\_raw -Retrieve the header\_from domain by parsing it from a raw From field/header. The domain portion is extracted by [get\_dom\_from\_header](https://metacpan.org/pod/Mail::DMARC::PurePerl#get_dom_from_header), which is fast, generally effective, but also rather crude. It has limits, so read the description. +Retrieve the header\_from domain by parsing it from a raw From field/header. The domain portion is extracted by [get\_dom\_from\_header](https://metacpan.org/pod/Mail%3A%3ADMARC%3A%3APurePerl%23get_dom_from_header), which is fast, generally effective, but also rather crude. It has limits, so read the description. ## dkim @@ -287,7 +287,7 @@ The daddy of this perl module was a [DMARC module for the qpsmtpd MTA](https://g # COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC.pm b/lib/Mail/DMARC.pm index f8987cac..52222c34 100644 --- a/lib/Mail/DMARC.pm +++ b/lib/Mail/DMARC.pm @@ -2,7 +2,7 @@ package Mail::DMARC; use strict; use warnings; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use Carp; our $psl_loads = 0; @@ -309,7 +309,7 @@ Mail::DMARC - Perl implementation of DMARC =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 SYNOPSIS @@ -655,7 +655,7 @@ Ricardo Signes =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Base.pm b/lib/Mail/DMARC/Base.pm index a0318c6f..6da4fb3e 100644 --- a/lib/Mail/DMARC/Base.pm +++ b/lib/Mail/DMARC/Base.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Base; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use warnings; @@ -326,7 +326,7 @@ Mail::DMARC::Base - DMARC utility functions =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 METHODS @@ -386,7 +386,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/HTTP.pm b/lib/Mail/DMARC/HTTP.pm index 933fd1a5..682c9742 100644 --- a/lib/Mail/DMARC/HTTP.pm +++ b/lib/Mail/DMARC/HTTP.pm @@ -1,5 +1,5 @@ package Mail::DMARC::HTTP; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use warnings; @@ -210,7 +210,7 @@ Mail::DMARC::HTTP - view stored reports via HTTP =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 SYNOPSIS @@ -236,7 +236,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Policy.pm b/lib/Mail/DMARC/Policy.pm index 23fa8e03..20e4b486 100644 --- a/lib/Mail/DMARC/Policy.pm +++ b/lib/Mail/DMARC/Policy.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Policy; use strict; use warnings; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use Carp; @@ -195,7 +195,7 @@ Mail::DMARC::Policy - a DMARC policy in object format =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 SYNOPSIS @@ -450,7 +450,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/PurePerl.pm b/lib/Mail/DMARC/PurePerl.pm index c645a7b9..cfc78c48 100644 --- a/lib/Mail/DMARC/PurePerl.pm +++ b/lib/Mail/DMARC/PurePerl.pm @@ -1,5 +1,5 @@ package Mail::DMARC::PurePerl; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use warnings; @@ -588,7 +588,7 @@ Mail::DMARC::PurePerl - Pure Perl implementation of DMARC =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 METHODS @@ -753,7 +753,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report.pm b/lib/Mail/DMARC/Report.pm index d11f63e2..3ff2bf37 100644 --- a/lib/Mail/DMARC/Report.pm +++ b/lib/Mail/DMARC/Report.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report; use strict; use warnings; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use Carp; use IO::Compress::Gzip; @@ -90,7 +90,7 @@ Mail::DMARC::Report - A DMARC report interface =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 DESCRIPTION @@ -230,7 +230,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Aggregate.pm b/lib/Mail/DMARC/Report/Aggregate.pm index 67b1d877..303c1897 100644 --- a/lib/Mail/DMARC/Report/Aggregate.pm +++ b/lib/Mail/DMARC/Report/Aggregate.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Aggregate; use strict; use warnings; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use Carp; use Data::Dumper; @@ -199,7 +199,7 @@ Mail::DMARC::Report::Aggregate - aggregate report object =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 DESCRIPTION @@ -327,7 +327,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Aggregate/Metadata.pm b/lib/Mail/DMARC/Report/Aggregate/Metadata.pm index 30f309b7..8390fde8 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Metadata.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Metadata.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Aggregate::Metadata; use strict; use warnings; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use XML::LibXML; @@ -92,7 +92,7 @@ Mail::DMARC::Report::Aggregate::Metadata - metadata section of aggregate report =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 AUTHORS @@ -114,7 +114,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Aggregate/Record.pm b/lib/Mail/DMARC/Report/Aggregate/Record.pm index 1c40f281..ad7c10a2 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Record.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Record.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Aggregate::Record; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use warnings; @@ -82,7 +82,7 @@ Mail::DMARC::Report::Aggregate::Record - record section of aggregate report =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 DESCRIPTION @@ -108,7 +108,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results.pm b/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results.pm index e622cf68..11ab9996 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Aggregate::Record::Auth_Results; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use warnings; @@ -79,7 +79,7 @@ Mail::DMARC::Report::Aggregate::Record::Auth_Results - auth_results section of a =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 AUTHORS @@ -101,7 +101,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm b/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm index f9752931..e7cebe91 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/DKIM.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Aggregate::Record::Auth_Results::DKIM; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use Carp; @@ -84,7 +84,7 @@ Mail::DMARC::Report::Aggregate::Record::Auth_Results::DKIM - auth_results/dkim s =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 AUTHORS @@ -106,7 +106,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/SPF.pm b/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/SPF.pm index e86c8997..0c76a163 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/SPF.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Record/Auth_Results/SPF.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Aggregate::Record::Auth_Results::SPF; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use Carp; @@ -91,7 +91,7 @@ Mail::DMARC::Report::Aggregate::Record::Auth_Results::SPF - auth_results/spf sec =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 AUTHORS @@ -113,7 +113,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Aggregate/Record/Identifiers.pm b/lib/Mail/DMARC/Report/Aggregate/Record/Identifiers.pm index 99f7b7d3..58e4d548 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Record/Identifiers.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Record/Identifiers.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Aggregate::Record::Identifiers; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use warnings; @@ -43,7 +43,7 @@ Mail::DMARC::Report::Aggregate::Record::Identifiers - identifiers section of a D =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 AUTHORS @@ -65,7 +65,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Aggregate/Record/Row.pm b/lib/Mail/DMARC/Report/Aggregate/Record/Row.pm index 02c2156b..3d5a9c0f 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Record/Row.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Record/Row.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Aggregate::Record::Row; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use warnings; @@ -56,7 +56,7 @@ Mail::DMARC::Report::Aggregate::Record::Row - row section of a DMARC aggregate r =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 AUTHORS @@ -78,7 +78,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Aggregate/Record/Row/Policy_Evaluated.pm b/lib/Mail/DMARC/Report/Aggregate/Record/Row/Policy_Evaluated.pm index 10d66ebf..8c3d883e 100644 --- a/lib/Mail/DMARC/Report/Aggregate/Record/Row/Policy_Evaluated.pm +++ b/lib/Mail/DMARC/Report/Aggregate/Record/Row/Policy_Evaluated.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Aggregate::Record::Row::Policy_Evaluated; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use warnings; @@ -56,7 +56,7 @@ Mail::DMARC::Report::Aggregate::Record::Row::Policy_Evaluated - row/policy_evalu =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 AUTHORS @@ -78,7 +78,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Receive.pm b/lib/Mail/DMARC/Report/Receive.pm index 1ec98b5a..cc055c04 100644 --- a/lib/Mail/DMARC/Report/Receive.pm +++ b/lib/Mail/DMARC/Report/Receive.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Receive; use strict; use warnings; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use Carp; use Data::Dumper; @@ -421,7 +421,7 @@ Mail::DMARC::Report::Receive - process incoming DMARC reports =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 DESCRIPTION @@ -469,7 +469,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Send.pm b/lib/Mail/DMARC/Report/Send.pm index 7abfb132..8110dcb7 100644 --- a/lib/Mail/DMARC/Report/Send.pm +++ b/lib/Mail/DMARC/Report/Send.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Send; use strict; use warnings; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use parent 'Mail::DMARC::Base'; use Mail::DMARC::Report::Send::SMTP; @@ -62,7 +62,7 @@ Mail::DMARC::Report::Send - report sending dispatch class =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 DESCRIPTION @@ -112,7 +112,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Send/HTTP.pm b/lib/Mail/DMARC/Report/Send/HTTP.pm index 32e5efc5..85dd60f3 100644 --- a/lib/Mail/DMARC/Report/Send/HTTP.pm +++ b/lib/Mail/DMARC/Report/Send/HTTP.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Send::HTTP; use strict; use warnings; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use Carp; @@ -53,7 +53,7 @@ Mail::DMARC::Report::Send::HTTP - utility methods to send reports by HTTP =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 12.2.2. HTTP @@ -89,7 +89,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Send/SMTP.pm b/lib/Mail/DMARC/Report/Send/SMTP.pm index 99f7285d..1a45aa3a 100644 --- a/lib/Mail/DMARC/Report/Send/SMTP.pm +++ b/lib/Mail/DMARC/Report/Send/SMTP.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report::Send::SMTP; use strict; use warnings; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use Carp; use English '-no_match_vars'; @@ -208,7 +208,7 @@ Mail::DMARC::Report::Send::SMTP - utility methods for sending reports via SMTP =head1 VERSION -version 1.20200214 +version 1.20210220 =head2 SUBJECT FIELD @@ -290,7 +290,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Store.pm b/lib/Mail/DMARC/Report/Store.pm index 06866f38..27bd0501 100644 --- a/lib/Mail/DMARC/Report/Store.pm +++ b/lib/Mail/DMARC/Report/Store.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Store; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use warnings; @@ -60,7 +60,7 @@ Mail::DMARC::Report::Store - persistent storage broker for reports =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 SYNOPSIS @@ -92,7 +92,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Store/SQL.pm b/lib/Mail/DMARC/Report/Store/SQL.pm index 0bc235a8..b3f3ade4 100644 --- a/lib/Mail/DMARC/Report/Store/SQL.pm +++ b/lib/Mail/DMARC/Report/Store/SQL.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Store::SQL; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use warnings; @@ -682,7 +682,7 @@ Mail::DMARC::Report::Store::SQL - store and retrieve reports from a SQL RDBMS =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 DESCRIPTION @@ -716,7 +716,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm b/lib/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm index 58438bf5..0b123a4a 100644 --- a/lib/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm +++ b/lib/Mail/DMARC/Report/Store/SQL/Grammars/MySQL.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Store::SQL::Grammars::MySQL; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use warnings; @@ -290,7 +290,7 @@ Mail::DMARC::Report::Store::SQL::Grammars::MySQL - Grammar for working with mysq =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 SYPNOSIS @@ -320,7 +320,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Store/SQL/Grammars/PostgreSQL.pm b/lib/Mail/DMARC/Report/Store/SQL/Grammars/PostgreSQL.pm index bd100242..c99a064f 100644 --- a/lib/Mail/DMARC/Report/Store/SQL/Grammars/PostgreSQL.pm +++ b/lib/Mail/DMARC/Report/Store/SQL/Grammars/PostgreSQL.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Store::SQL::Grammars::PostgreSQL; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use warnings; @@ -309,7 +309,7 @@ Mail::DMARC::Report::Store::SQL::Grammars::PostgreSQL - Grammar for working with =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 SYPNOSIS @@ -338,7 +338,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/Store/SQL/Grammars/SQLite.pm b/lib/Mail/DMARC/Report/Store/SQL/Grammars/SQLite.pm index b5257bdb..177afb25 100644 --- a/lib/Mail/DMARC/Report/Store/SQL/Grammars/SQLite.pm +++ b/lib/Mail/DMARC/Report/Store/SQL/Grammars/SQLite.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Report::Store::SQL::Grammars::SQLite; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use warnings; @@ -290,7 +290,7 @@ Mail::DMARC::Report::Store::SQL::Grammars::SQLite - Grammar for working with sql =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 SYPNOSIS @@ -322,7 +322,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Report/URI.pm b/lib/Mail/DMARC/Report/URI.pm index cfd3c08d..8998300f 100644 --- a/lib/Mail/DMARC/Report/URI.pm +++ b/lib/Mail/DMARC/Report/URI.pm @@ -2,7 +2,7 @@ package Mail::DMARC::Report::URI; use strict; use warnings; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use Carp; use URI; @@ -69,7 +69,7 @@ Mail::DMARC::Report::URI - a DMARC report URI =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 SYNOPSIS @@ -154,7 +154,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Result.pm b/lib/Mail/DMARC/Result.pm index 3ebfbdc0..255aee92 100644 --- a/lib/Mail/DMARC/Result.pm +++ b/lib/Mail/DMARC/Result.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Result; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use warnings; @@ -95,7 +95,7 @@ Mail::DMARC::Result - an aggregate report result object =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 OVERVIEW @@ -197,7 +197,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/lib/Mail/DMARC/Result/Reason.pm b/lib/Mail/DMARC/Result/Reason.pm index 0c1cf7e7..abdb493d 100644 --- a/lib/Mail/DMARC/Result/Reason.pm +++ b/lib/Mail/DMARC/Result/Reason.pm @@ -1,5 +1,5 @@ package Mail::DMARC::Result::Reason; -our $VERSION = '1.20200214'; +our $VERSION = '1.20210220'; use strict; use warnings; @@ -44,7 +44,7 @@ Mail::DMARC::Result::Reason - policy override reason =head1 VERSION -version 1.20200214 +version 1.20210220 =head1 METHODS @@ -76,7 +76,7 @@ Marc Bradshaw =head1 COPYRIGHT AND LICENSE -This software is copyright (c) 2020 by Matt Simerson. +This software is copyright (c) 2021 by Matt Simerson. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. diff --git a/share/public_suffix_list b/share/public_suffix_list index 8f5956bd..ee9142af 100644 --- a/share/public_suffix_list +++ b/share/public_suffix_list @@ -79,7 +79,6 @@ exchange.aero express.aero federation.aero flight.aero -freight.aero fuel.aero gliding.aero government.aero @@ -213,6 +212,7 @@ ac.at co.at gv.at or.at +sth.ac.at // au : https://en.wikipedia.org/wiki/.au // http://www.auda.org.au/ @@ -258,7 +258,7 @@ tas.gov.au vic.gov.au wa.gov.au // 4LDs -education.tas.edu.au +// education.tas.edu.au - Removed at the request of the Department of Education Tasmania schools.nsw.edu.au // aw : https://en.wikipedia.org/wiki/.aw @@ -456,6 +456,7 @@ aju.br am.br anani.br aparecida.br +app.br arq.br art.br ato.br @@ -463,6 +464,7 @@ b.br barueri.br belem.br bhz.br +bib.br bio.br blog.br bmd.br @@ -477,14 +479,19 @@ cnt.br com.br contagem.br coop.br +coz.br cri.br cuiaba.br curitiba.br def.br +des.br +det.br +dev.br ecn.br eco.br edu.br emp.br +enf.br eng.br esp.br etc.br @@ -500,6 +507,7 @@ fot.br foz.br fst.br g12.br +geo.br ggf.br goiania.br gov.br @@ -543,6 +551,7 @@ jor.br jus.br leg.br lel.br +log.br londrina.br macapa.br maceio.br @@ -575,6 +584,7 @@ qsl.br radio.br rec.br recife.br +rep.br ribeirao.br rio.br riobranco.br @@ -585,6 +595,7 @@ santamaria.br santoandre.br saobernardo.br saogonca.br +seg.br sjc.br slg.br slz.br @@ -592,6 +603,7 @@ sorocaba.br srv.br taxi.br tc.br +tec.br teo.br the.br tmp.br @@ -719,11 +731,13 @@ gouv.ci *.ck !www.ck -// cl : https://en.wikipedia.org/wiki/.cl +// cl : https://www.nic.cl +// Confirmed by .CL registry cl -gov.cl -gob.cl +aprendemas.cl co.cl +gob.cl +gov.cl mil.cl // cm : https://en.wikipedia.org/wiki/.cm plus bug 981927 @@ -893,16 +907,18 @@ org.do sld.do web.do -// dz : https://en.wikipedia.org/wiki/.dz +// dz : http://www.nic.dz/images/pdf_nic/charte.pdf dz +art.dz +asso.dz com.dz +edu.dz +gov.dz org.dz net.dz -gov.dz -edu.dz -asso.dz pol.dz -art.dz +soc.dz +tm.dz // ec : http://www.nic.ec/reg/paso1.asp // Submitted by registry @@ -982,13 +998,28 @@ fi // TODO: Check for updates (expected to be phased out around Q1/2009) aland.fi -// fj : https://en.wikipedia.org/wiki/.fj -*.fj +// fj : http://domains.fj/ +// Submitted by registry 2020-02-11 +fj +ac.fj +biz.fj +com.fj +gov.fj +info.fj +mil.fj +name.fj +net.fj +org.fj +pro.fj // fk : https://en.wikipedia.org/wiki/.fk *.fk // fm : https://en.wikipedia.org/wiki/.fm +com.fm +edu.fm +net.fm +org.fm fm // fo : https://en.wikipedia.org/wiki/.fo @@ -1028,6 +1059,8 @@ ga gb // gd : https://en.wikipedia.org/wiki/.gd +edu.gd +gov.gd gd // ge : http://www.nic.net.ge/policy_en.pdf @@ -1119,7 +1152,7 @@ gov.gr // gs : https://en.wikipedia.org/wiki/.gs gs -// gt : http://www.gt/politicas_de_registro.html +// gt : https://www.gt/sitio/registration_policy.php?lang=en gt com.gt edu.gt @@ -3772,7 +3805,7 @@ gov.lc // li : https://en.wikipedia.org/wiki/.li li -// lk : http://www.nic.lk/seclevpr.html +// lk : https://www.nic.lk/index.php/domain-registration/lk-domain-naming-structure lk gov.lk sch.lk @@ -4561,15 +4594,17 @@ gob.mx edu.mx net.mx -// my : http://www.mynic.net.my/ +// my : http://www.mynic.my/ +// Available strings: https://mynic.my/resources/domains/buying-a-domain/ my +biz.my com.my -net.my -org.my -gov.my edu.my +gov.my mil.my name.my +net.my +org.my // mz : http://www.uem.mz/ // Submitted by registry @@ -4666,13 +4701,13 @@ web.ni // ccTLD for the Netherlands nl -// no : http://www.norid.no/regelverk/index.en.html -// The Norwegian registry has declined to notify us of updates. The web pages -// referenced below are the official source of the data. There is also an -// announce mailing list: -// https://postlister.uninett.no/sympa/info/norid-diskusjon +// no : https://www.norid.no/en/om-domenenavn/regelverk-for-no/ +// Norid geographical second level domains : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-b/ +// Norid category second level domains : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-c/ +// Norid category second-level domains managed by parties other than Norid : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-d/ +// RSS feed: https://teknisk.norid.no/en/feed/ no -// Norid generic domains : http://www.norid.no/regelverk/vedlegg-c.en.html +// Norid category second level domains : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-c/ fhs.no vgs.no fylkesbibl.no @@ -4680,13 +4715,13 @@ folkebibl.no museum.no idrett.no priv.no -// Non-Norid generic domains : http://www.norid.no/regelverk/vedlegg-d.en.html +// Norid category second-level domains managed by parties other than Norid : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-d/ mil.no stat.no dep.no kommune.no herad.no -// no geographical names : http://www.norid.no/regelverk/vedlegg-b.en.html +// Norid geographical second level domains : https://www.norid.no/en/om-domenenavn/regelverk-for-no/vedlegg-b/ // counties aa.no ah.no @@ -6314,7 +6349,6 @@ cv.ua dn.ua dnepropetrovsk.ua dnipropetrovsk.ua -dominic.ua donetsk.ua dp.ua if.ua @@ -6508,7 +6542,7 @@ k12.ok.us k12.or.us k12.pa.us k12.pr.us -k12.ri.us +// k12.ri.us Removed at request of Kim Cournoyer k12.sc.us // k12.sd.us Bug 934131 - Removed at request of James Booze k12.tn.us @@ -6773,6 +6807,9 @@ yt // xn--90ae ("bg", Bulgarian) : BG бг +// xn--mgbcpq6gpa1a ("albahrain", Arabic) : BH +البحرين + // xn--90ais ("bel", Belarusian/Russian Cyrillic) : BY // Operated by .by registry бел @@ -6795,8 +6832,13 @@ yt مصر // xn--e1a4c ("eu", Cyrillic) : EU +// https://eurid.eu ею +// xn--qxa6a ("eu", Greek) : EU +// https://eurid.eu +ευ + // xn--mgbah1a3hjkrd ("Mauritania", Arabic) : MR موريتانيا @@ -6900,12 +6942,15 @@ yt // xn--80ao21a ("Kaz", Kazakh) : KZ қаз +// xn--q7ce6a ("Lao", Lao) : LA +ລາວ + // xn--fzc2c9e2c ("Lanka", Sinhalese-Sinhala) : LK -// http://nic.lk +// https://nic.lk ලංකා // xn--xkc2al3hye2a ("Ilangai", Tamil) : LK -// http://nic.lk +// https://nic.lk இலங்கை // xn--mgbc0a9azcg ("Morocco/al-Maghrib", Arabic) : MA @@ -7025,7 +7070,13 @@ yt xxx // ye : http://www.y.net.ye/services/domain_name.htm -*.ye +ye +com.ye +edu.ye +gov.ye +net.ye +mil.ye +org.ye // za : https://www.zadna.org.za/content/page/domain-information/ ac.za @@ -7074,7 +7125,7 @@ org.zw // newGTLDs -// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2020-02-06T17:49:42Z +// List of new gTLDs imported from https://www.icann.org/resources/registries/gtlds/v2/gtlds.json on 2021-02-07T16:47:40Z // This list is auto-generated, don't edit it manually. // aaa : 2015-02-26 American Automobile Association, Inc. aaa @@ -7157,9 +7208,6 @@ agency // aig : 2014-12-18 American International Group, Inc. aig -// aigo : 2015-08-06 aigo Digital Technology Co,Ltd. -aigo - // airbus : 2015-07-30 Airbus S.A.S. airbus @@ -7196,7 +7244,7 @@ alsace // alstom : 2015-07-30 ALSTOM alstom -// amazon : 2019-12-19 Amazon EU S.à r.l. +// amazon : 2019-12-19 Amazon Registry Services, Inc. amazon // americanexpress : 2015-07-31 American Express Travel Related Services Company, Inc. @@ -7223,7 +7271,7 @@ analytics // android : 2014-08-07 Charleston Road Registry Inc. android -// anquan : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD. +// anquan : 2015-01-08 Beijing Qihu Keji Co., Ltd. anquan // anz : 2015-07-31 Australia and New Zealand Banking Group Limited @@ -7283,7 +7331,7 @@ audi // audible : 2015-06-25 Amazon Registry Services, Inc. audible -// audio : 2014-03-20 Uniregistry, Corp. +// audio : 2014-03-20 UNR Corp. audio // auspost : 2015-08-13 Australian Postal Corporation @@ -7292,19 +7340,19 @@ auspost // author : 2014-12-18 Amazon Registry Services, Inc. author -// auto : 2014-11-13 Cars Registry Limited +// auto : 2014-11-13 XYZ.COM LLC auto -// autos : 2014-01-09 DERAutos, LLC +// autos : 2014-01-09 XYZ.COM LLC autos // avianca : 2015-01-08 Avianca Holdings S.A. avianca -// aws : 2015-06-25 Amazon Registry Services, Inc. +// aws : 2015-06-25 AWS Registry LLC aws -// axa : 2013-12-19 AXA SA +// axa : 2013-12-19 AXA Group Operations SAS axa // azure : 2014-12-18 Microsoft Corporation @@ -7421,7 +7469,7 @@ bio // black : 2014-01-16 Afilias Limited black -// blackfriday : 2014-01-16 Uniregistry, Corp. +// blackfriday : 2014-01-16 UNR Corp. blackfriday // blockbuster : 2015-07-30 Dish DBS Corporation @@ -7445,7 +7493,7 @@ bmw // bnpparibas : 2014-05-29 BNP Paribas bnpparibas -// boats : 2014-12-04 DERBoats, LLC +// boats : 2014-12-04 XYZ.COM LLC boats // boehringer : 2015-07-09 Boehringer Ingelheim International GmbH @@ -7484,7 +7532,7 @@ bot // boutique : 2013-11-14 Binky Moon, LLC boutique -// box : 2015-11-12 .BOX INC. +// box : 2015-11-12 Intercap Registry Inc. box // bradesco : 2014-12-18 Banco Bradesco S.A. @@ -7568,7 +7616,7 @@ capital // capitalone : 2015-08-06 Capital One Financial Corporation capitalone -// car : 2015-01-22 Cars Registry Limited +// car : 2015-01-22 XYZ.COM LLC car // caravan : 2013-12-12 Caravan International, Inc. @@ -7586,7 +7634,7 @@ career // careers : 2013-10-02 Binky Moon, LLC careers -// cars : 2014-11-13 Cars Registry Limited +// cars : 2014-11-13 XYZ.COM LLC cars // casa : 2013-11-21 Minds + Machines Group Limited @@ -7622,9 +7670,6 @@ cbre // cbs : 2015-08-06 CBS Domains Inc. cbs -// ceb : 2015-04-09 The Corporate Executive Board Company -ceb - // center : 2013-11-07 Binky Moon, LLC center @@ -7637,7 +7682,7 @@ cern // cfa : 2014-08-28 CFA Institute cfa -// cfd : 2014-12-11 DotCFD Registry Limited +// cfd : 2014-12-11 ShortDot SA cfd // chanel : 2015-04-09 Chanel International B.V. @@ -7661,7 +7706,7 @@ cheap // chintai : 2015-06-11 CHINTAI Corporation chintai -// christmas : 2013-11-21 Uniregistry, Corp. +// christmas : 2013-11-21 UNR Corp. christmas // chrome : 2014-07-24 Charleston Road Registry Inc. @@ -7700,7 +7745,7 @@ claims // cleaning : 2013-12-05 Binky Moon, LLC cleaning -// click : 2014-06-05 Uniregistry, Corp. +// click : 2014-06-05 UNR Corp. click // clinic : 2014-03-20 Binky Moon, LLC @@ -7805,7 +7850,7 @@ credit // creditcard : 2014-03-20 Binky Moon, LLC creditcard -// creditunion : 2015-01-22 CUNA Performance Resources, LLC +// creditunion : 2015-01-22 DotCooperation LLC creditunion // cricket : 2014-10-09 dot Cricket Limited @@ -7913,7 +7958,7 @@ dhl // diamonds : 2013-09-22 Binky Moon, LLC diamonds -// diet : 2014-06-26 Uniregistry, Corp. +// diet : 2014-06-26 UNR Corp. diet // digital : 2014-03-06 Binky Moon, LLC @@ -8036,9 +8081,6 @@ esq // estate : 2013-08-27 Binky Moon, LLC estate -// esurance : 2015-07-23 Esurance Insurance Company -esurance - // etisalat : 2015-09-03 Emirates Telecommunications Corporation (trading as Etisalat) etisalat @@ -8153,7 +8195,7 @@ fit // fitness : 2014-03-06 Binky Moon, LLC fitness -// flickr : 2015-04-02 Yahoo! Domain Services Inc. +// flickr : 2015-04-02 Flickr, Inc. flickr // flights : 2013-12-05 Binky Moon, LLC @@ -8165,7 +8207,7 @@ flir // florist : 2013-11-07 Binky Moon, LLC florist -// flowers : 2014-10-09 Uniregistry, Corp. +// flowers : 2014-10-09 UNR Corp. flowers // fly : 2014-05-08 Charleston Road Registry Inc. @@ -8255,7 +8297,7 @@ gallo // gallup : 2015-02-19 Gallup, Inc. gallup -// game : 2015-05-28 Uniregistry, Corp. +// game : 2015-05-28 UNR Corp. game // games : 2015-05-28 Dog Beach, LLC @@ -8393,7 +8435,7 @@ guge // guide : 2013-09-13 Binky Moon, LLC guide -// guitars : 2013-11-14 Uniregistry, Corp. +// guitars : 2013-11-14 UNR Corp. guitars // guru : 2013-08-27 Binky Moon, LLC @@ -8426,7 +8468,7 @@ health // healthcare : 2014-06-12 Binky Moon, LLC healthcare -// help : 2014-06-26 Uniregistry, Corp. +// help : 2014-06-26 UNR Corp. help // helsinki : 2015-02-05 City of Helsinki @@ -8441,7 +8483,7 @@ hermes // hgtv : 2015-07-02 Lifestyle Domain Holdings, Inc. hgtv -// hiphop : 2014-03-06 Uniregistry, Corp. +// hiphop : 2014-03-06 UNR Corp. hiphop // hisamitsu : 2015-07-16 Hisamitsu Pharmaceutical Co.,Inc. @@ -8450,7 +8492,7 @@ hisamitsu // hitachi : 2014-10-31 Hitachi, Ltd. hitachi -// hiv : 2014-03-13 Uniregistry, Corp. +// hiv : 2014-03-13 UNR Corp. hiv // hkt : 2015-05-14 PCCW-HKT DataCom Services Limited @@ -8471,7 +8513,7 @@ homedepot // homegoods : 2015-07-16 The TJX Companies, Inc. homegoods -// homes : 2014-01-09 DERHomes, LLC +// homes : 2014-01-09 XYZ.COM LLC homes // homesense : 2015-07-16 The TJX Companies, Inc. @@ -8489,7 +8531,7 @@ hospital // host : 2014-04-17 DotHost Inc. host -// hosting : 2014-05-29 Uniregistry, Corp. +// hosting : 2014-05-29 UNR Corp. hosting // hot : 2015-08-27 Amazon Registry Services, Inc. @@ -8579,9 +8621,6 @@ insurance // insure : 2014-03-20 Binky Moon, LLC insure -// intel : 2015-08-06 Intel Corporation -intel - // international : 2013-11-07 Binky Moon, LLC international @@ -8624,9 +8663,6 @@ java // jcb : 2014-11-20 JCB Co., Ltd. jcb -// jcp : 2015-04-23 JCP Media, Inc. -jcp - // jeep : 2015-07-30 FCA US LLC. jeep @@ -8663,7 +8699,7 @@ jpmorgan // jprs : 2014-09-18 Japan Registry Services Co., Ltd. jprs -// juegos : 2014-03-20 Uniregistry, Corp. +// juegos : 2014-03-20 UNR Corp. juegos // juniper : 2015-07-30 JUNIPER NETWORKS, INC. @@ -8774,7 +8810,7 @@ law // lawyer : 2014-03-20 Dog Beach, LLC lawyer -// lds : 2014-03-20 IRI Domain Management, LLC ("Applicant") +// lds : 2014-03-20 IRI Domain Management, LLC lds // lease : 2014-03-06 Binky Moon, LLC @@ -8831,7 +8867,7 @@ lincoln // linde : 2014-12-04 Linde Aktiengesellschaft linde -// link : 2013-11-14 Uniregistry, Corp. +// link : 2013-11-14 UNR Corp. link // lipsy : 2015-06-25 Lipsy Ltd @@ -8849,7 +8885,7 @@ lixil // llc : 2017-12-14 Afilias Limited llc -// llp : 2019-08-26 Dot Registry LLC +// llp : 2019-08-26 UNR Corp. llp // loan : 2014-11-20 dot Loan Limited @@ -8867,7 +8903,7 @@ locus // loft : 2015-07-30 Annco, Inc. loft -// lol : 2015-01-30 Uniregistry, Corp. +// lol : 2015-01-30 UNR Corp. lol // london : 2013-11-14 Dot London Domains Limited @@ -8897,9 +8933,6 @@ ltda // lundbeck : 2015-08-06 H. Lundbeck A/S lundbeck -// lupin : 2014-11-07 LUPIN LIMITED -lupin - // luxe : 2014-01-09 Minds + Machines Group Limited luxe @@ -8987,9 +9020,6 @@ menu // merckmsd : 2016-07-14 MSD Registry Holdings, Inc. merckmsd -// metlife : 2015-05-07 MetLife Services and Solutions, LLC -metlife - // miami : 2013-12-19 Minds + Machines Group Limited miami @@ -9029,7 +9059,7 @@ moe // moi : 2014-12-18 Amazon Registry Services, Inc. moi -// mom : 2015-04-16 Uniregistry, Corp. +// mom : 2015-04-16 UNR Corp. mom // monash : 2013-09-30 Monash University @@ -9041,7 +9071,7 @@ money // monster : 2015-09-11 XYZ.COM LLC monster -// mormon : 2013-12-05 IRI Domain Management, LLC ("Applicant") +// mormon : 2013-12-05 IRI Domain Management, LLC mormon // mortgage : 2014-03-20 Dog Beach, LLC @@ -9053,7 +9083,7 @@ moscow // moto : 2015-06-04 Motorola Trademark Holdings, LLC moto -// motorcycles : 2014-01-09 DERMotorcycles, LLC +// motorcycles : 2014-01-09 XYZ.COM LLC motorcycles // mov : 2014-01-30 Charleston Road Registry Inc. @@ -9077,9 +9107,6 @@ mutual // nab : 2015-08-20 National Australia Bank Limited nab -// nadex : 2014-12-11 Nadex Domains, Inc. -nadex - // nagoya : 2013-10-24 GMO Registry, Inc. nagoya @@ -9107,7 +9134,7 @@ netflix // network : 2013-11-14 Binky Moon, LLC network -// neustar : 2013-12-05 Registry Services, LLC +// neustar : 2013-12-05 NeuStar, Inc. neustar // new : 2014-01-30 Charleston Road Registry Inc. @@ -9161,7 +9188,7 @@ nokia // northwesternmutual : 2015-06-18 Northwestern Mutual Registry, LLC northwesternmutual -// norton : 2014-12-04 Symantec Corporation +// norton : 2014-12-04 NortonLifeLock Inc. norton // now : 2015-06-25 Amazon Registry Services, Inc. @@ -9188,7 +9215,7 @@ nyc // obi : 2014-09-25 OBI Group Holding SE & Co. KGaA obi -// observer : 2015-04-30 Top Level Spectrum, Inc. +// observer : 2015-04-30 Dog Beach, LLC observer // off : 2015-07-23 Johnson Shareholdings, Inc. @@ -9221,7 +9248,7 @@ one // ong : 2014-03-06 Public Interest Registry ong -// onl : 2013-09-16 I-Registry Ltd. +// onl : 2013-09-16 iRegistry GmbH onl // online : 2015-01-15 DotOnline Inc. @@ -9308,7 +9335,7 @@ philips // phone : 2016-06-02 Dish DBS Corporation phone -// photo : 2013-11-14 Uniregistry, Corp. +// photo : 2013-11-14 UNR Corp. photo // photography : 2013-09-20 Binky Moon, LLC @@ -9320,7 +9347,7 @@ photos // physio : 2014-05-01 PhysBiz Pty Ltd physio -// pics : 2013-11-14 Uniregistry, Corp. +// pics : 2013-11-14 UNR Corp. pics // pictet : 2014-06-26 Pictet Europe S.A. @@ -9407,7 +9434,7 @@ promo // properties : 2013-12-05 Binky Moon, LLC properties -// property : 2014-05-22 Uniregistry, Corp. +// property : 2014-05-22 UNR Corp. property // protection : 2015-04-23 XYZ.COM LLC @@ -9455,7 +9482,7 @@ realestate // realtor : 2014-05-29 Real Estate Domains LLC realtor -// realty : 2015-03-19 Fegistry, LLC +// realty : 2015-03-19 Dog Beach, LLC realty // recipes : 2013-10-17 Binky Moon, LLC @@ -9518,7 +9545,7 @@ reviews // rexroth : 2015-06-18 Robert Bosch GMBH rexroth -// rich : 2013-11-21 I-Registry Ltd. +// rich : 2013-11-21 iRegistry GmbH rich // richardli : 2015-05-14 Pacific Century Asset Management (HK) Limited @@ -9527,9 +9554,6 @@ richardli // ricoh : 2014-11-20 Ricoh Company, Ltd. ricoh -// rightathome : 2015-07-23 Johnson Shareholdings, Inc. -rightathome - // ril : 2015-04-02 Reliance Industries Limited ril @@ -9659,9 +9683,6 @@ science // scjohnson : 2015-07-23 Johnson Shareholdings, Inc. scjohnson -// scor : 2014-10-31 SCOR SE -scor - // scot : 2014-01-23 Dot Scot Registry Limited scot @@ -9701,7 +9722,7 @@ sew // sex : 2014-11-13 ICM Registry SX LLC sex -// sexy : 2013-09-11 Uniregistry, Corp. +// sexy : 2013-09-11 UNR Corp. sexy // sfr : 2015-08-13 Societe Francaise du Radiotelephone - SFR @@ -9734,7 +9755,7 @@ shop // shopping : 2016-03-31 Binky Moon, LLC shopping -// shouji : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD. +// shouji : 2015-01-08 Beijing Qihu Keji Co., Ltd. shouji // show : 2015-03-05 Binky Moon, LLC @@ -9743,9 +9764,6 @@ show // showtime : 2015-08-06 CBS Domains Inc. showtime -// shriram : 2014-01-23 Shriram Capital Ltd. -shriram - // silk : 2015-06-25 Amazon Registry Services, Inc. silk @@ -9905,9 +9923,6 @@ swiss // sydney : 2014-09-18 State of New South Wales, Department of Premier and Cabinet sydney -// symantec : 2014-12-04 Symantec Corporation -symantec - // systems : 2013-11-07 Binky Moon, LLC systems @@ -9932,7 +9947,7 @@ tatamotors // tatar : 2014-04-24 Limited Liability Company "Coordination Center of Regional Domain of Tatarstan Republic" tatar -// tattoo : 2013-08-30 Uniregistry, Corp. +// tattoo : 2013-08-30 UNR Corp. tattoo // tax : 2014-03-20 Binky Moon, LLC @@ -10049,7 +10064,7 @@ trading // training : 2013-11-07 Binky Moon, LLC training -// travel : Dog Beach, LLC +// travel : 2015-10-09 Dog Beach, LLC travel // travelchannel : 2015-07-02 Lifestyle Domain Holdings, Inc. @@ -10061,7 +10076,7 @@ travelers // travelersinsurance : 2015-03-26 Travelers TLD, LLC travelersinsurance -// trust : 2014-10-16 NCC Group Inc. +// trust : 2014-10-16 UNR Corp. trust // trv : 2015-03-26 Travelers TLD, LLC @@ -10157,9 +10172,6 @@ visa // vision : 2013-12-05 Binky Moon, LLC vision -// vistaprint : 2014-09-18 Vistaprint Limited -vistaprint - // viva : 2014-11-07 Saudi Telecom Company viva @@ -10229,9 +10241,6 @@ weber // website : 2014-04-03 DotWebsite Inc. website -// wed : 2013-10-01 Atgron, Inc. -wed - // wedding : 2014-04-24 Minds + Machines Group Limited wedding @@ -10301,7 +10310,7 @@ xerox // xfinity : 2015-07-09 Comcast IP Holdings I, LLC xfinity -// xihuan : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD. +// xihuan : 2015-01-08 Beijing Qihu Keji Co., Ltd. xihuan // xin : 2014-12-11 Elegant Leader Limited @@ -10337,7 +10346,7 @@ xin // xn--45q11c : 2013-11-21 Zodiac Gemini Ltd 八卦 -// xn--4gbrim : 2013-10-04 Suhub Electronic Establishment +// xn--4gbrim : 2013-10-04 Fans TLD Limited موقع // xn--55qw42g : 2013-11-08 China Organizational Name Administration Center @@ -10397,7 +10406,7 @@ xin // xn--cck2b3b : 2015-02-26 Amazon Registry Services, Inc. ストア -// xn--cckwcxetd : 2019-12-19 Amazon EU S.à r.l. +// xn--cckwcxetd : 2019-12-19 Amazon Registry Services, Inc. アマゾン // xn--cg4bki : 2013-09-27 SAMSUNG SDS CO., LTD @@ -10421,9 +10430,6 @@ xin // xn--efvy88h : 2014-08-22 Guangzhou YU Wei Information Technology Co., Ltd. 新闻 -// xn--estv75g : 2015-02-19 Industrial and Commercial Bank of China Limited -工行 - // xn--fct429k : 2015-04-09 Amazon Registry Services, Inc. 家電 @@ -10445,7 +10451,7 @@ xin // xn--fzys8d69uvgm : 2015-05-14 PCCW Enterprises Limited 電訊盈科 -// xn--g2xx48c : 2015-01-30 Minds + Machines Group Limited +// xn--g2xx48c : 2015-01-30 Nawang Heli(Xiamen) Network Service Co., LTD. 购物 // xn--gckr3f0f : 2015-02-26 Amazon Registry Services, Inc. @@ -10469,7 +10475,7 @@ xin // xn--j1aef : 2015-01-15 VeriSign Sarl ком -// xn--jlq480n2rg : 2019-12-19 Amazon EU S.à r.l. +// xn--jlq480n2rg : 2019-12-19 Amazon Registry Services, Inc. 亚马逊 // xn--jlq61u9w7b : 2015-01-08 Nokia Corporation @@ -10481,9 +10487,6 @@ xin // xn--kcrx77d1x4a : 2014-11-07 Koninklijke Philips N.V. 飞利浦 -// xn--kpu716f : 2014-12-22 Richemont DNS Inc. -手表 - // xn--kput3i : 2014-02-13 Beijing RITT-Net Technology Development Co., Ltd 手机 @@ -10538,9 +10541,6 @@ xin // xn--p1acf : 2013-12-12 Rusnames Limited рус -// xn--pbt977c : 2014-12-22 Richemont DNS Inc. -珠宝 - // xn--pssy2u : 2015-01-15 VeriSign Sarl 大拿 @@ -10598,7 +10598,7 @@ vermögensberatung // xyz : 2013-12-05 XYZ.COM LLC xyz -// yachts : 2014-01-09 DERYachts, LLC +// yachts : 2014-01-09 XYZ.COM LLC yachts // yahoo : 2015-04-02 Yahoo! Domain Services Inc. @@ -10625,7 +10625,7 @@ you // youtube : 2014-05-01 Charleston Road Registry Inc. youtube -// yun : 2015-01-08 QIHOO 360 TECHNOLOGY CO. LTD. +// yun : 2015-01-08 Beijing Qihu Keji Co., Ltd. yun // zappos : 2015-06-25 Amazon Registry Services, Inc. @@ -10657,6 +10657,9 @@ cc.ua inf.ua ltd.ua +// 611coin : https://611project.org/ +611.to + // Adobe : https://www.adobe.com/ // Submitted by Ian Boston adobeaemcloud.com @@ -10676,6 +10679,10 @@ barsy.ca *.compute.estate *.alces.network +// all-inkl.com : https://all-inkl.com +// Submitted by Werner Kaltofen +kasserver.com + // Altervista: https://www.altervista.org // Submitted by Carlo Cannas altervista.org @@ -10723,6 +10730,10 @@ us-west-2.elasticbeanstalk.com *.elb.amazonaws.com *.elb.amazonaws.com.cn +// Amazon Global Accelerator : https://aws.amazon.com/global-accelerator/ +// Submitted by Daniel Massaguer +awsglobalaccelerator.com + // Amazon S3 : https://aws.amazon.com/s3/ // Submitted by Luke Wells s3.amazonaws.com @@ -10793,6 +10804,11 @@ tele.amune.org // Submitted by Apigee Security Team apigee.io +// Appspace : https://www.appspace.com +// Submitted by Appspace Security Team +appspacehosted.com +appspaceusercontent.com + // Aptible : https://www.aptible.com/ // Submitted by Thomas Orozco on-aptible.com @@ -10840,8 +10856,11 @@ backplaneapp.io balena-devices.com // Banzai Cloud -// Submitted by Gabor Kozma +// Submitted by Janos Matyas +*.banzai.cloud app.banzaicloud.io +*.backyards.banzaicloud.io + // BetaInABox // Submitted by Adrian @@ -10855,6 +10874,10 @@ bnr.la // Submitted by Paul Crowder blackbaudcdn.net +// Blatech : http://www.blatech.net +// Submitted by Luke Bratch +of.je + // Boomla : https://boomla.com // Submitted by Tibor Halter boomla.net @@ -10895,33 +10918,36 @@ uwu.ai // CentralNic : http://www.centralnic.com/names/domains // Submitted by registry ae.org -ar.com br.com cn.com com.de com.se de.com eu.com -gb.com gb.net -hu.com hu.net jp.net jpn.com -kr.com mex.com -no.com -qc.com ru.com sa.com se.net uk.com uk.net us.com -uy.com za.bz za.com +// No longer operated by CentralNic, these entries should be adopted and/or removed by current operators +// Submitted by Gavin Brown +ar.com +gb.com +hu.com +kr.com +no.com +qc.com +uy.com + // Africa.com Web Solutions Ltd : https://registry.africa.com // Submitted by Gavin Brown africa.com @@ -10933,6 +10959,7 @@ gr.com // Radix FZC : http://domains.in.net // Submitted by Gavin Brown in.net +web.in // US REGISTRY LLC : http://us.org // Submitted by Gavin Brown @@ -10942,6 +10969,21 @@ us.org // Submitted by Gavin Brown co.com +// Roar Domains LLC : https://roar.basketball/ +// Submitted by Gavin Brown +aus.basketball +nz.basketball + +// BRS Media : https://brsmedia.com/ +// Submitted by Gavin Brown +radio.am +radio.fm + +// Globe Hosting SRL : https://www.globehosting.com/ +// Submitted by Gavin Brown +co.ro +shop.ro + // c.la : http://www.c.la/ c.la @@ -10949,10 +10991,6 @@ c.la // Submitted by B. Blechschmidt certmgr.org -// Citrix : https://citrix.com -// Submitted by Alex Stoddard -xenapponazure.com - // Civilized Discourse Construction Kit, Inc. : https://www.discourse.org/ // Submitted by Rishabh Nambiar & Michael Brown discourse.group @@ -10971,6 +11009,14 @@ cleverapps.io *.lcl.dev *.stg.dev +// Clic2000 : https://clic2000.fr +// Submitted by Mathilde Blanchemanche +clic2000.net + +// ClickRising : https://clickrising.com/ +// Submitted by Umut Gumeli +clickrising.net + // Cloud66 : https://www.cloud66.com/ // Submitted by Khash Sajadi c66.me @@ -10995,7 +11041,8 @@ cloudcontrolapp.com cloudera.site // Cloudflare, Inc. : https://www.cloudflare.com/ -// Submitted by Jake Riesterer +// Submitted by Cloudflare Team +pages.dev trycloudflare.com workers.dev @@ -11036,10 +11083,6 @@ cloudns.pro cloudns.pw cloudns.us -// Cloudeity Inc : https://cloudeity.com -// Submitted by Stefan Dimitrov -cloudeity.net - // CNPY : https://cnpy.gdn // Submitted by Angelo Gladding cnpy.gdn @@ -11086,6 +11129,10 @@ realm.cz // Submitted by Jonathan Rudenberg cupcake.is +// Curv UG : https://curv-labs.de/ +// Submitted by Marvin Wiesner +curv.dev + // Customer OCI - Oracle Dyn https://cloud.oracle.com/home https://dyn.com/dns/ // Submitted by Gregory Drake // Note: This is intended to also include customer-oci.com due to wildcards implicitly including the current label @@ -11099,6 +11146,12 @@ cupcake.is cyon.link cyon.site +// Danger Science Group: https://dangerscience.com/ +// Submitted by Skylar MacDonald +fnwk.site +folionetwork.site +platform0.app + // Daplie, Inc : https://daplie.com // Submitted by AJ ONeal daplie.me @@ -11121,6 +11174,10 @@ firm.dk reg.dk store.dk +// dappnode.io : https://dappnode.io/ +// Submitted by Abel Boldu / DAppNode Team +dyndns.dappnode.io + // dapps.earth : https://dapps.earth/ // Submitted by Daniil Burdakov *.dapps.earth @@ -11138,10 +11195,19 @@ edgestack.me // Submitted by Peter Palfrader / Debian Sysadmin Team debian.net +// Deno Land Inc : https://deno.com/ +// Submitted by Luca Casonato +deno.dev +deno-staging.dev + // deSEC : https://desec.io/ // Submitted by Peter Thomassen dedyn.io +// DNS Africa Ltd https://dns.business +// Submitted by Calvin Browne +jozi.biz + // DNShome : https://www.dnshome.de/ // Submitted by Norbert Auler dnshome.de @@ -11155,6 +11221,10 @@ shop.th // Submitted by Paul Fang drayddns.com +// DreamCommerce : https://shoper.pl/ +// Submitted by Konrad Kotarba +shoparena.pl + // DreamHost : http://www.dreamhost.com/ // Submitted by Andrew Farmer dreamhosters.com @@ -11172,6 +11242,13 @@ drud.us // Submitted by Richard Harper duckdns.org +// Bip : https://bip.sh +// Submitted by Joel Kennedy +bip.sh + +// bitbridge.net : Submitted by Craig Welch, abeliidev@gmail.com +bitbridge.net + // dy.fi : http://dy.fi/ // Submitted by Heikki Hannikainen dy.fi @@ -11475,6 +11552,10 @@ ddnss.org definima.net definima.io +// DigitalOcean : https://digitalocean.com/ +// Submitted by Braxton Huggins +ondigitalocean.app + // dnstrace.pro : https://dnstrace.pro/ // Submitted by Chris Partridge bci.dnstrace.pro @@ -11520,6 +11601,10 @@ mytuleap.com onred.one staging.onred.one +// One.com: https://www.one.com/ +// Submitted by Jacob Bunk Nielsen +service.one + // Enonic : http://enonic.com/ // Submitted by Erik Kaareng-Sunde enonic.io @@ -11584,6 +11669,10 @@ tr.eu.org uk.eu.org us.eu.org +// Eurobyte : https://eurobyte.ru +// Submitted by Evgeniy Subbotin +eurodir.ru + // Evennode : http://www.evennode.com/ // Submitted by Michal Kralik eu-1.evennode.com @@ -11603,6 +11692,10 @@ twmail.org mymailer.com.tw url.tw +// Fabrica Technologies, Inc. : https://www.fabrica.dev/ +// Submitted by Eric Jiang +onfabrica.com + // Facebook, Inc. // Submitted by Peter Ruibal apps.fbsbx.com @@ -11690,6 +11783,7 @@ u.channelsdvr.net // Fastly Inc. : http://www.fastly.com/ // Submitted by Fastly Security +edgecompute.app fastly-terrarium.com fastlylb.net map.fastlylb.net @@ -11703,12 +11797,11 @@ global.ssl.fastly.net // FASTVPS EESTI OU : https://fastvps.ru/ // Submitted by Likhachev Vasiliy -fastpanel.direct fastvps-server.com - -// Featherhead : https://featherhead.xyz/ -// Submitted by Simon Menke -fhapp.xyz +fastvps.host +myfast.host +fastvps.site +myfast.space // Fedora : https://fedoraproject.org/ // submitted by Patrick Uiterwijk @@ -11718,10 +11811,21 @@ cloud.fedoraproject.org app.os.fedoraproject.org app.os.stg.fedoraproject.org +// FearWorks Media Ltd. : https://fearworksmedia.co.uk +// submitted by Keith Fairley +conn.uk +copro.uk +couk.me +ukco.me + // Fermax : https://fermax.com/ // submitted by Koen Van Isterdael mydobiss.com +// FH Muenster : https://www.fh-muenster.de +// Submitted by Robin Naundorf +fh-muenster.io + // Filegear Inc. : https://www.filegear.com // Submitted by Jason Zhu filegear.me @@ -11736,9 +11840,22 @@ filegear-sg.me // Submitted by Chris Raynor firebaseapp.com +// Firewebkit : https://www.firewebkit.com +// Submitted by Majid Qureshi +fireweb.app + +// FLAP : https://www.flap.cloud +// Submitted by Louis Chemineau +flap.id + +// fly.io: https://fly.io +// Submitted by Kurt Mackey +fly.dev +edgeapp.net +shw.io + // Flynn : https://flynn.io // Submitted by Jonathan Rudenberg -flynnhub.com flynnhosting.net // Frederik Braun https://frederik-braun.com @@ -11758,6 +11875,14 @@ freeboxos.fr // Submitted by Daniel Stone freedesktop.org +// freemyip.com : https://freemyip.com +// Submitted by Cadence +freemyip.com + +// FunkFeuer - Verein zur Förderung freier Netze : https://www.funkfeuer.at +// Submitted by Daniel A. Maierhofer +wien.funkfeuer.at + // Futureweb OG : http://www.futureweb.at // Submitted by Andreas Schnederle-Wagner *.futurecms.at @@ -11781,7 +11906,13 @@ usercontent.jp // Gentlent, Inc. : https://www.gentlent.com // Submitted by Tom Klein gentapps.com +gentlentapis.com lab.ms +cdn-edges.net + +// Ghost Foundation : https://ghost.org +// Submitted by Matt Hanley +ghost.io // GitHub, Inc. // Submitted by Patrick Toomey @@ -11792,6 +11923,11 @@ githubusercontent.com // Submitted by Alex Hanselka gitlab.io +// Gitplac.si - https://gitplac.si +// Submitted by Aljaž Starc +gitapp.si +gitpage.si + // Glitch, Inc : https://glitch.com // Submitted by Mads Hartmann glitch.me @@ -11805,6 +11941,10 @@ lolipop.io cloudapps.digital london.cloudapps.digital +// GOV.UK Pay : https://www.payments.service.gov.uk/ +// Submitted by Richard Baker +pymnt.uk + // UKHomeOffice : https://www.gov.uk/government/organisations/home-office // Submitted by Jon Shanks homeoffice.gov.uk @@ -11812,7 +11952,6 @@ homeoffice.gov.uk // GlobeHosting, Inc. // Submitted by Zoltan Egresi ro.im -shop.ro // GoIP DNS Services : http://www.goip.de // Submitted by Christian Poulter @@ -11826,6 +11965,18 @@ web.app *.0emm.com appspot.com *.r.appspot.com +codespot.com +googleapis.com +googlecode.com +pagespeedmobilizer.com +publishproxy.com +withgoogle.com +withyoutube.com +*.gateway.dev +cloud.goog +translate.goog +cloudfunctions.net + blogspot.ae blogspot.al blogspot.am @@ -11900,20 +12051,20 @@ blogspot.td blogspot.tw blogspot.ug blogspot.vn -cloudfunctions.net -cloud.goog -codespot.com -googleapis.com -googlecode.com -pagespeedmobilizer.com -publishproxy.com -withgoogle.com -withyoutube.com + +// Aaron Marais' Gitlab pages: https://lab.aaronleem.co.za +// Submitted by Aaron Marais +graphox.us // Group 53, LLC : https://www.group53.com // Submitted by Tyler Todd awsmppl.com +// GünstigBestellen : https://günstigbestellen.de +// Submitted by Furkan Akkoc +günstigbestellen.de +günstigliefern.de + // Hakaran group: http://hakaran.cz // Submited by Arseniy Sokolov fin.ci @@ -11952,20 +12103,25 @@ ravendb.me development.run ravendb.run +// Hong Kong Productivity Council: https://www.hkpc.org/ +// Submitted by SECaaS Team +secaas.hk + // HOSTBIP REGISTRY : https://www.hostbip.com/ // Submitted by Atanunu Igbunuroghene -bpl.biz orx.biz -ng.city biz.gl -ng.ink col.ng firm.ng gen.ng ltd.ng ngo.ng -ng.school +edu.scot sch.so +org.yt + +// HostyHosting (hostyhosting.com) +hostyhosting.io // Häkkinen.fi // Submitted by Eero Häkkinen @@ -11980,6 +12136,14 @@ moonscale.net // Submitted by Hannu Aronsson iki.fi +// Incsub, LLC: https://incsub.com/ +// Submitted by Aaron Edwards +smushcdn.com +wphostedmail.com +wpmucdn.com +tempurl.host +wpmudev.host + // Individual Network Berlin e.V. : https://www.in-berlin.de/ // Submitted by Christian Seitz dyn-berlin.de @@ -12035,13 +12199,22 @@ to.leg.br // Submitted by Wolfgang Schwarz pixolino.com +// Internet-Pro, LLP: https://netangels.ru/ +// Submited by Vasiliy Sheredeko +na4u.ru + +// iopsys software solutions AB : https://iopsys.eu/ +// Submitted by Roman Azarenko +iopsys.se + // IPiFony Systems, Inc. : https://www.ipifony.com/ // Submitted by Matthew Hardeman ipifony.net // IServ GmbH : https://iserv.eu -// Submitted by Kim-Alexander Brodowski +// Submitted by Kim-Alexander Brodowski mein-iserv.de +schulserver.de test-iserv.de iserv.dev @@ -12049,6 +12222,99 @@ iserv.dev // Submitted by Yuji Minagawa iobb.net +// Jelastic, Inc. : https://jelastic.com/ +// Submited by Ihor Kolodyuk +mel.cloudlets.com.au +cloud.interhostsolutions.be +users.scale.virtualcloud.com.br +mycloud.by +alp1.ae.flow.ch +appengine.flow.ch +es-1.axarnet.cloud +diadem.cloud +vip.jelastic.cloud +jele.cloud +it1.eur.aruba.jenv-aruba.cloud +it1.jenv-aruba.cloud +it1-eur.jenv-arubabiz.cloud +oxa.cloud +tn.oxa.cloud +uk.oxa.cloud +primetel.cloud +uk.primetel.cloud +ca.reclaim.cloud +uk.reclaim.cloud +us.reclaim.cloud +ch.trendhosting.cloud +de.trendhosting.cloud +jele.club +clicketcloud.com +ams.cloudswitches.com +au.cloudswitches.com +sg.cloudswitches.com +dopaas.com +elastyco.com +nv.elastyco.com +hidora.com +paas.hosted-by-previder.com +rag-cloud.hosteur.com +rag-cloud-ch.hosteur.com +jcloud.ik-server.com +jcloud-ver-jpc.ik-server.com +demo.jelastic.com +kilatiron.com +paas.massivegrid.com +jed.wafaicloud.com +lon.wafaicloud.com +ryd.wafaicloud.com +j.scaleforce.com.cy +jelastic.dogado.eu +paas.leviracloud.eu +fi.cloudplatform.fi +demo.datacenter.fi +paas.datacenter.fi +jele.host +mircloud.host +jele.io +ocs.opusinteractive.io +cloud.unispace.io +cloud-de.unispace.io +cloud-fr1.unispace.io +jc.neen.it +cloud.jelastic.open.tim.it +jcloud.kz +upaas.kazteleport.kz +jl.serv.net.mx +cloudjiffy.net +fra1-de.cloudjiffy.net +west1-us.cloudjiffy.net +ams1.jls.docktera.net +jls-sto1.elastx.net +jls-sto2.elastx.net +jls-sto3.elastx.net +fr-1.paas.massivegrid.net +lon-1.paas.massivegrid.net +lon-2.paas.massivegrid.net +ny-1.paas.massivegrid.net +ny-2.paas.massivegrid.net +sg-1.paas.massivegrid.net +jelastic.saveincloud.net +nordeste-idc.saveincloud.net +j.scaleforce.net +jelastic.tsukaeru.net +atl.jelastic.vps-host.net +njs.jelastic.vps-host.net +unicloud.pl +mircloud.ru +jelastic.regruhosting.ru +enscaled.sg +jele.site +jelastic.team +orangecloud.tn +j.layershift.co.uk +phx.enscaled.us +mircloud.us + // Jino : https://www.jino.ru // Submitted by Sergey Ulyashin myjino.ru @@ -12088,10 +12354,20 @@ knightpoint.systems // Submitted by DisposaBoy oya.to +// Katholieke Universiteit Leuven: https://www.kuleuven.be +// Submitted by Abuse KU Leuven +kuleuven.cloud +ezproxy.kuleuven.be + // .KRD : http://nic.krd/data/krd/Registration%20Policy.pdf co.krd edu.krd +// Krellian Ltd. : https://krellian.com +// Submitted by Ben Francis +krellian.net +webthings.io + // LCube - Professional hosting e.K. : https://www.lcube-webhosting.de // Submitted by Lars Laehn git-repos.de @@ -12122,10 +12398,6 @@ co.technology // Submitted by Greg Holland app.lmpm.com -// Linki Tools UG : https://linki.tools -// Submitted by Paulo Matos -linkitools.space - // linkyard ldt: https://www.linkyard.ch/ // Submitted by Mario Siegenthaler linkyard.cloud @@ -12134,12 +12406,17 @@ linkyard-cloud.ch // Linode : https://linode.com // Submitted by members.linode.com -nodebalancer.linode.com +*.nodebalancer.linode.com +*.linodeobjects.com // LiquidNet Ltd : http://www.liquidnetlimited.com/ // Submitted by Victor Velchev we.bs +// localzone.xyz +// Submitted by Kenny Niehage +localzone.xyz + // Log'in Line : https://www.loginline.com/ // Submitted by Rémi Mach loginline.app @@ -12148,6 +12425,10 @@ loginline.io loginline.services loginline.site +// Lõhmus Family, The +// Submitted by Heiki Lõhmus +lohmus.me + // LubMAN UMCS Sp. z o.o : https://lubman.pl/ // Submitted by Ireneusz Maliszewski krasnik.pl @@ -12159,7 +12440,6 @@ swidnik.pl // Lug.org.uk : https://lug.org.uk // Submitted by Jon Spriggs -uklugs.org glug.org.uk lug.org.uk lugs.org.uk @@ -12203,6 +12483,17 @@ mayfirst.org // Submitted by Ilya Zaretskiy hb.cldmail.ru +// mcpe.me : https://mcpe.me +// Submitted by Noa Heyl +mcpe.me + +// McHost : https://mchost.ru +// Submitted by Evgeniy Subbotin +mcdir.me +mcdir.ru +mcpre.ru +vps.mcdir.ru + // Memset hosting : https://www.memset.com // Submitted by Tom Whitwell miniserver.com @@ -12210,7 +12501,7 @@ memset.net // MetaCentrum, CESNET z.s.p.o. : https://www.metacentrum.cz/en/ // Submitted by Zdeněk Šustr -cloud.metacentrum.cz +*.cloud.metacentrum.cz custom.metacentrum.cz // MetaCentrum, CESNET z.s.p.o. : https://www.metacentrum.cz/en/ @@ -12227,11 +12518,25 @@ eu.meteorapp.com co.pl // Microsoft Corporation : http://microsoft.com -// Submitted by Justin Luk -azurecontainer.io +// Submitted by Mitch Webster +*.azurecontainer.io azurewebsites.net azure-mobile.net cloudapp.net +azurestaticapps.net +centralus.azurestaticapps.net +eastasia.azurestaticapps.net +eastus2.azurestaticapps.net +westeurope.azurestaticapps.net +westus2.azurestaticapps.net + +// minion.systems : http://minion.systems +// Submitted by Robert Böttinger +csx.cc + +// MobileEducation, LLC : https://joinforte.com +// Submitted by Grayson Martin +forte.id // Mozilla Corporation : https://mozilla.com // Submitted by Ben Francis @@ -12247,24 +12552,43 @@ net.ru org.ru pp.ru +// Mythic Beasts : https://www.mythic-beasts.com +// Submitted by Paul Cammish +hostedpi.com +customer.mythic-beasts.com +caracal.mythic-beasts.com +fentiger.mythic-beasts.com +lynx.mythic-beasts.com +ocelot.mythic-beasts.com +oncilla.mythic-beasts.com +onza.mythic-beasts.com +sphinx.mythic-beasts.com +vs.mythic-beasts.com +x.mythic-beasts.com +yali.mythic-beasts.com +cust.retrosnub.co.uk + // Nabu Casa : https://www.nabucasa.com // Submitted by Paulus Schoutsen ui.nabu.casa // Names.of.London : https://names.of.london/ -// Submitted by James Stevens or +// Submitted by James Stevens or pony.club of.fashion -on.fashion -of.football in.london of.london +from.marketing +with.marketing for.men +repair.men and.mom for.mom for.one +under.one for.sale -of.work +that.win +from.work to.work // NCTU.ME : https://nctu.me/ @@ -12273,8 +12597,7 @@ nctu.me // Netlify : https://www.netlify.com // Submitted by Jessica Parsons -bitballoon.com -netlify.com +netlify.app // Neustar Inc. // Submitted by Trung Tran @@ -12292,6 +12615,11 @@ nh-serv.co.uk // Submitted by Jeff Wheelhouse nfshost.com +// Northflank Ltd. : https://northflank.com/ +// Submitted by Marco Suter +*.northflank.app +*.code.run + // Now-DNS : https://now-dns.com // Submitted by Steve Russell dnsking.ch @@ -12431,12 +12759,13 @@ pcloud.host nyc.mn // NymNom : https://nymnom.com/ -// Submitted by Dave McCormack +// Submitted by NymNom nom.ae nom.af nom.ai nom.al nym.by +nom.bz nym.bz nom.cl nym.ec @@ -12458,6 +12787,7 @@ nom.li nym.li nym.lt nym.lu +nom.lv nym.me nom.mk nym.mn @@ -12490,18 +12820,34 @@ static.observableusercontent.com // Submitted by Andrew Sampson cya.gg +// OMG.LOL : +// Submitted by Adam Newbold +omg.lol + // Omnibond Systems, LLC. : https://www.omnibond.com // Submitted by Cole Estep cloudycluster.net +// OmniWe Limited: https://omniwe.com +// Submitted by Vicary Archangel +omniwe.site + // One Fold Media : http://www.onefoldmedia.com/ // Submitted by Eddie Jones nid.io +// Open Social : https://www.getopensocial.com/ +// Submitted by Alexander Varwijk +opensocial.site + // OpenCraft GmbH : http://opencraft.com/ // Submitted by Sven Marnach opencraft.hosting +// OpenResearch GmbH: https://openresearch.com/ +// Submitted by Philipp Schmid +orsites.com + // Opera Software, A.S.A. // Submitted by Yngve Pettersen operaunite.com @@ -12514,11 +12860,20 @@ skygearapp.com // Submitted by Duarte Santos outsystemscloud.com +// OVHcloud: https://ovhcloud.com +// Submitted by Vincent Cassé +*.webpaas.ovh.net +*.hosting.ovh.net + // OwnProvider GmbH: http://www.ownprovider.com // Submitted by Jan Moennich ownprovider.com own.pm +// OwO : https://whats-th.is/ +// Submitted by Dean Sheather +*.owo.codes + // OX : http://www.ox.rs // Submitted by Adam Grand ox.rs @@ -12535,6 +12890,17 @@ pgfog.com // Submitted by Jason Kriss pagefrontapp.com +// PageXL : https://pagexl.com +// Submitted by Yann Guichard +pagexl.com + +// pcarrier.ca Software Inc: https://pcarrier.ca/ +// Submitted by Pierre Carrier +bar0.net +bar1.net +bar2.net +rdv.to + // .pl domains (grandfathered) art.pl gliwice.pl @@ -12556,15 +12922,36 @@ mypep.link // Submitted by Kenneth Van Alstyne perspecta.cloud +// PE Ulyanov Kirill Sergeevich : https://airy.host +// Submitted by Kirill Ulyanov +lk3.ru +ra-ru.ru +zsew.ru + // Planet-Work : https://www.planet-work.com/ // Submitted by Frédéric VANNIÈRE on-web.fr // Platform.sh : https://platform.sh // Submitted by Nikola Kotur -*.platform.sh +bc.platform.sh +ent.platform.sh +eu.platform.sh +us.platform.sh *.platformsh.site +// Platter: https://platter.dev +// Submitted by Patrick Flor +platter-app.com +platter-app.dev +platterp.us + +// Plesk : https://www.plesk.com/ +// Submitted by Anton Akhtyamov +pdns.page +plesk.page +pleskns.com + // Port53 : https://port53.io/ // Submitted by Maximilian Schieder dyn53.io @@ -12602,6 +12989,10 @@ byen.site // Submitted by Kor Nielsen pubtls.org +// QOTO, Org. +// Submitted by Jeffrey Phillips Freeman +qoto.io + // Qualifio : https://qualifio.com/ // Submitted by Xavier De Cock qualifioapp.com @@ -12647,6 +13038,10 @@ vaporcloud.io rackmaze.com rackmaze.net +// Rakuten Games, Inc : https://dev.viberplay.io +// Submitted by Joshua Zhang +g.vbrplsbx.io + // Rancher Labs, Inc : https://rancher.com // Submitted by Vincent Fiduccia *.on-k3s.io @@ -12683,7 +13078,6 @@ hzc.io // Revitalised Limited : http://www.revitalised.co.uk // Submitted by Jack Price wellbeingzone.eu -ptplus.fit wellbeingzone.co.uk // Rochester Institute of Technology : http://www.rit.edu/ @@ -12724,6 +13118,10 @@ my-firewall.org myfirewall.org spdns.org +// Seidat : https://www.seidat.com +// Submitted by Artem Kondratev +seidat.net + // Senseering GmbH : https://www.senseering.de // Submitted by Felix Mönckemeyer senseering.net @@ -12742,10 +13140,18 @@ shiftedit.io // Submitted by Alex Bowers myshopblocks.com +// Shopify : https://www.shopify.com +// Submitted by Alex Richter +myshopify.com + // Shopit : https://www.shopitcommerce.com/ // Submitted by Craig McMahon shopitsite.com +// shopware AG : https://shopware.com +// Submitted by Jens Küper +shopware.store + // Siemens Mobility GmbH // Submitted by Oliver Graebner mo-siemens.io @@ -12768,6 +13174,14 @@ bounty-full.com alpha.bounty-full.com beta.bounty-full.com +// Small Technology Foundation : https://small-tech.org +// Submitted by Aral Balkan +small-web.org + +// Snowplow Analytics : https://snowplowanalytics.com/ +// Submitted by Ian Streeter +try-snowplow.com + // Stackhero : https://www.stackhero.io // Submitted by Adrien Gillon stackhero-network.com @@ -12778,6 +13192,10 @@ static.land dev.static.land sites.static.land +// Sony Interactive Entertainment LLC : https://sie.com/ +// Submitted by David Coles +playstation-cloud.com + // SourceLair PC : https://www.sourcelair.com // Submitted by Antonis Kalipetis apps.lair.io @@ -12812,11 +13230,6 @@ user.srcf.net // Submitted by Dan Miller temp-dns.com -// Swisscom Application Cloud: https://developer.swisscom.com -// Submitted by Matthias.Winzeler -applicationcloud.io -scapp.io - // Symfony, SAS : https://symfony.com/ // Submitted by Fabien Potencier *.s5y.io @@ -12876,11 +13289,19 @@ cust.dev.thingdust.io cust.disrec.thingdust.io cust.prod.thingdust.io cust.testing.thingdust.io +*.firenet.ch +*.svc.firenet.ch // Tlon.io : https://tlon.io // Submitted by Mark Staarink arvo.network azimuth.network +tlon.network + +// Tor Project, Inc. : https://torproject.org +// Submitted by Antoine Beaupré @@ -12952,6 +13373,11 @@ inc.hk virtualuser.de virtual-user.de +// urown.net : https://urown.net +// Submitted by Hostmaster +urown.cloud +dnsupdate.info + // .US // Submitted by Ed Moore lib.de.us @@ -12960,6 +13386,12 @@ lib.de.us // Submitted by Danko Aleksejevs 2038.io +// Vercel, Inc : https://vercel.com/ +// Submitted by Connor Davis +vercel.app +vercel.dev +now.sh + // Viprinet Europe GmbH : http://www.viprinet.com // Submitted by Simon Kissel router.management @@ -12972,6 +13404,49 @@ v-info.info // Submitted by Nathan van Bakel voorloper.cloud +// Voxel.sh DNS : https://voxel.sh/dns/ +// Submitted by Mia Rehlinger +neko.am +nyaa.am +be.ax +cat.ax +es.ax +eu.ax +gg.ax +mc.ax +us.ax +xy.ax +nl.ci +xx.gl +app.gp +blog.gt +de.gt +to.gt +be.gy +cc.hn +blog.kg +io.kg +jp.kg +tv.kg +uk.kg +us.kg +de.ls +at.md +de.md +jp.md +to.md +uwu.nu +indie.porn +vxl.sh +ch.tc +me.tc +we.tc +nyan.to +at.vg +blog.vu +dev.vu +me.vu + // V.UA Domain Administrator : https://domain.v.ua/ // Submitted by Serhii Rostilo v.ua @@ -12980,6 +13455,15 @@ v.ua // Submitted by Masayuki Note wafflecell.com +// WapBlog.ID : https://www.wapblog.id +// Submitted by Fajar Sodik +idnblogger.com +indowapblog.com +bloger.id +wblog.id +wbq.me +fastblog.net + // WebHare bv: https://www.webhare.com/ // Submitted by Arnold Hendriks *.webhare.dev @@ -12994,18 +13478,34 @@ wedeploy.sh // Submitted by Jung Jin remotewd.com +// WIARD Enterprises : https://wiardweb.com +// Submitted by Kidd Hustle +pages.wiardweb.com + // Wikimedia Labs : https://wikitech.wikimedia.org -// Submitted by Yuvi Panda +// Submitted by Arturo Borrero Gonzalez wmflabs.org +toolforge.org +wmcloud.org + +// WISP : https://wisp.gg +// Submitted by Stepan Fedotov +panel.gg +daemon.panel.gg // WoltLab GmbH : https://www.woltlab.com // Submitted by Tim Düsterhus +woltlab-demo.com myforum.community community-pro.de diskussionsbereich.de community-pro.net meinforum.net +// www.com.vc : http://www.com.vc +// Submitted by Li Hui +cn.vu + // XenonCloud GbR: https://xenoncloud.net // Submitted by Julian Uphoff half.host @@ -13056,10 +13556,6 @@ noho.st za.net za.org -// Zeit, Inc. : https://zeit.domains/ -// Submitted by Olli Vanhoja -now.sh - // Zine EOOD : https://zine.bg/ // Submitted by Martin Angelov bss.design @@ -13068,7 +13564,41 @@ bss.design // Submitted by Emil Stahl basicserver.io virtualserver.io -site.builder.nu enterprisecloud.nu +// Mintere : https://mintere.com/ +// Submitted by Ben Aubin +mintere.site + +// Cityhost LLC : https://cityhost.ua +// Submitted by Maksym Rivtin +cx.ua + +// WP Engine : https://wpengine.com/ +// Submitted by Michael Smith +// Submitted by Brandon DuRette +wpenginepowered.com +js.wpenginepowered.com + +// Impertrix Solutions : +// Submitted by Zhixiang Zhao +impertrixcdn.com +impertrix.com + +// GignoSystemJapan: http://gsj.bz +// Submitted by GignoSystemJapan +gsj.bz + +// Rusnames Limited: http://rusnames.ru/ +// Submitted by Sergey Zotov +биз.рус +ком.рус +крым.рус +мир.рус +мск.рус +орг.рус +самара.рус +сочи.рус +спб.рус +я.рус // ===END PRIVATE DOMAINS===