Skip to content

Commit

Permalink
Update error message pattern for RFC7505: sisimai/set-of-emails#4
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed May 3, 2017
1 parent a03e813 commit dff1424
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Sisimai/MSP/US/Aol.pm
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ my $Re1 = {
};
my $ReFailure = {
'hostunknown' => qr/Host[ ]or[ ]domain[ ]name[ ]not[ ]found/,
'notaccept' => qr/type=MX:[ ]Malformed[ ]or[ ]unexpected[ ]name[ ]server[ ]reply/,
};
my $Indicators = __PACKAGE__->INDICATORS;

Expand Down Expand Up @@ -234,7 +235,7 @@ azumakuniyuki
=head1 COPYRIGHT
Copyright (C) 2014-2016 azumakuniyuki, All rights reserved.
Copyright (C) 2014-2017 azumakuniyuki, All rights reserved.
=head1 LICENSE
Expand Down

0 comments on commit dff1424

Please sign in to comment.