Skip to content

Commit

Permalink
Add a comment for the error message Yahoo Inc. says
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Jun 30, 2024
1 parent ed07509 commit 4848877
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/sisimai/rhost/yahooinc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,15 @@ class << self
'not accepted for policy reasons',
],
'rejected' => [
# Observed the following error message since around March 2024:
#
# - 421 4.7.0 [TSS04] Messages from 192.0.2.25 temporarily deferred due to unexpected
# volume or user complaints - 4.16.55.1;
# see https://postmaster.yahooinc.com/error-codes (in reply to MAIL FROM command))
#
# However, the same error message is returned even for domains that are considered to
# have a poor reputation without SPF, DKIM, or DMARC settings, or for other reasons.
# It seems that the error message is not as granular as Google's.
'temporarily deferred due to unexpected volume or user complaints',

# - 451 Message temporarily deferred due to unresolvable RFC.5321 from domain.
Expand Down

0 comments on commit 4848877

Please sign in to comment.