Skip to content

Commit

Permalink
Fix a syntax error "," #562
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Dec 20, 2024
1 parent a2e1f54 commit 807c125
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/201-reason-children.t
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ my $ReasonChildren = {
'ContentError' => ['550 5.6.0 the headers in this message contain improperly-formatted binary content'],
'ExceedLimit' => ['5.2.3 Message too large'],
'Expired' => ['421 4.4.7 Delivery time expired'],
'FailedSTARTTLS' => ['538 5.7.10 STARTTLS is required to send mail']
'FailedSTARTTLS' => ['538 5.7.10 STARTTLS is required to send mail'],
'Filtered' => ['550 5.1.2 User reject'],
'HasMoved' => ['550 5.1.6 address neko@cat.cat has been replaced by neko@example.jp'],
'HostUnknown' => ['550 5.2.1 Host Unknown'],
Expand Down

0 comments on commit 807c125

Please sign in to comment.