Skip to content

Commit

Permalink
"5.7.23" returned from Office365 is an error of SPF violation (authfa…
Browse files Browse the repository at this point in the history
…ilure)
  • Loading branch information
azumakuniyuki committed Mar 7, 2024
1 parent 3fbb8e6 commit 33a27aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Sisimai/Lhost/Office365.pm
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ sub inquire {
qr/\A5[.]7[.]1[23]\z/ => 'rejected',
qr/\A5[.]7[.]124\z/ => 'rejected',
qr/\A5[.]7[.]13[3-6]\z/ => 'rejected',
qr/\A5[.]7[.]23\z/ => 'blocked',
qr/\A5[.]7[.]23\z/ => 'authfailure',
qr/\A5[.]7[.]25\z/ => 'networkerror',
qr/\A5[.]7[.]50[1-3]\z/ => 'spamdetected',
qr/\A5[.]7[.]50[4-5]\z/ => 'filtered',
Expand Down Expand Up @@ -272,7 +272,7 @@ azumakuniyuki
=head1 COPYRIGHT
Copyright (C) 2016-2023 azumakuniyuki, All rights reserved.
Copyright (C) 2016-2024 azumakuniyuki, All rights reserved.
=head1 LICENSE
Expand Down

0 comments on commit 33a27aa

Please sign in to comment.