Skip to content

Commit

Permalink
Update the release notes about #466, #467, and #469
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Nov 6, 2022
1 parent 8dc1ad4 commit 0e67a8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ v5.0.0(beta5)
email headers and entire message body
- The second element of the `c___` parameter is for a callback method for each email file in
Maildir/. The callback method is called at the end of each email file parsing.
- Implement the following error reasons:
- `AuthFailure` is a bounce reason which rejected due to SPF, DKIM, or DMARC failure #467
- `BadReputation` is a bounce reason which rejected due to an IP address reputation #469
- `Speeding` is a bounce reason which rejected due to exceeding a rate limit or sending too
fast #466
- Implement `Sisimai::RFC2045`: Born again `Sisimai::MIME` for compatibility with the Go language
version of Sisimai #407
- #429 `Sisimai::Message->rise()` parses twice when the entire message body of a bounced mail is
Expand Down

0 comments on commit 0e67a8b

Please sign in to comment.