Skip to content

Commit

Permalink
Error message "The user you are trying to contact is receiving mail..…
Browse files Browse the repository at this point in the history
…." will be classified into "speeding" reason #466
  • Loading branch information
azumakuniyuki committed Nov 5, 2022
1 parent 44a7be7 commit 823b381
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Sisimai/Rhost/GoogleApps.pm
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ sub get {
'X.1.1' => [{ 'reason' => 'userunknown', 'string' => ['The email account that you tried to reach does not exist.'] }],
'X.1.2' => [{ 'reason' => 'hostunknown', 'string' => ["We weren't able to find the recipient domain."] }],
'X.2.1' => [
{ 'reason' => 'suspend', 'string' => ['The email account that you tried to reach is disabled.'] },
{ 'reason' => 'exceedlimit', 'string' => ['The user you are trying to contact is receiving mail '] },
{ 'reason' => 'suspend', 'string' => ['The email account that you tried to reach is disabled.'] },
{ 'reason' => 'speeding', 'string' => ['The user you are trying to contact is receiving mail '] },
],
'X.2.2' => [{ 'reason' => 'mailboxfull', 'string' => ['The email account that you tried to reach is over quota.'] }],
'X.2.3' => [{ 'reason' => 'exceedlimit', 'string' => ["Your message exceeded Google's message size limits."] }],
Expand Down

0 comments on commit 823b381

Please sign in to comment.