Skip to content

Commit

Permalink
v4.25.9p4, update for the release notes about #418
Browse files Browse the repository at this point in the history
  • Loading branch information
azumakuniyuki committed Nov 17, 2020
1 parent de0befe commit ecd59be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ RELEASE NOTES for Perl version of Sisimai
- download: "https://metacpan.org/pod/Sisimai"
- document: "https://libsisimai.org/"

v4.25.9p3
v4.25.9p4
--------------------------------------------------------------------------------
- release: ""
- version: ""
- changes:
- #415 Code improvement for `Source-IP` field on ARF. Thanks to @cucx
- #416 Exim and X3 in `Sisimai::Lhost` improved. Thanks to @AmarkhiS
- #418 Updates for DMARC and SPF related errors
- The value of `reason` rejected due to DMARC policy is `policyviolation`
- The value of `reason` rejected due to no SPF record is `rejected`
- Add some sample emails related to above into set-of-emails/

v4.25.9
--------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion lib/Sisimai.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package Sisimai;
use feature ':5.10';
use strict;
use warnings;
use version; our $VERSION = version->declare('v4.25.9'); our $PATCHLV = 3;
use version; our $VERSION = version->declare('v4.25.9'); our $PATCHLV = 4;

sub version { return substr($VERSION->stringify, 1).($PATCHLV > 0 ? 'p'.$PATCHLV : '') }
sub sysname { 'bouncehammer' }
Expand Down

0 comments on commit ecd59be

Please sign in to comment.