Skip to content

Releases: sisimai/p5-sisimai

v4.25.11p1

29 Sep 09:05
Compare
Choose a tag to compare
v4.25.11p1 Pre-release
Pre-release

v4.25.11p1

  • release: ""
  • version: ""
  • changes:
    • #438 Localize global variables used by YAML and YAML::Syck:$YAML::Syck::*, $YAML::*. at Sisimai::Data::YAML module. Thanks to @bschmalhofer
    • Add rfc3464-41.eml and rfc3464-42.eml

v4.25.11

22 Feb 12:26
Compare
Choose a tag to compare
  • release: "Mon, 22 Feb 2021 21:11:22 +0900 (JST)"
  • version: "4.25.11"
  • changes:
    • Import some commits from Sisimai version 5 preview #422
      • Improved code for getting an email address in Sisimai::Address
      • Improved code for checking the day of month value, for converting a full month name and a full day of the week at Sisimai::DateTime
      • Improvement code for picking text blocks of message/rfc822 part in RFC5322
      • Add 60+ error message patterns
      • Improved code for encodings in Sisimai::Lhost::Domino, Sisimai::String

v4.25.10p1

18 Feb 06:17
Compare
Choose a tag to compare
v4.25.10p1 Pre-release
Pre-release

v4.25.10p1

  • release: ""
  • version: ""
  • changes:
    • Import some commits from Sisimai version 5 preview #422
      • Improved code for getting an email address in Sisimai::Address
      • Improved code for checking the day of month value, for converting a full
        month name and a full day of the week at Sisimai::DateTime
      • Improvement code for picking text blocks of message/rfc822 part in RFC5322

v4.25.10

22 Dec 05:15
Compare
Choose a tag to compare
  • release: "Tue, 22 Dec 2020 13:22:22 +0900 (JST)"
  • version: "4.25.10"
  • changes:
    • #384 Remove the following old methods (marked as obsolete from v4.25.6)
      • Sisimai::Mail->close (automatically closes at the EOF)
      • Sisimai::Mail->type (use Sisimai::Mail->kind instead)
      • Sisimai::Mail->mail->* (use Sisimai::Mail->data->* instead)
    • #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/
    • #421 Fixed a serious bug at the value of token in the parsed results only in the Perl version of sisimai since v4.22.1p1 (Released 2017 Summer). The value of token generated by Sisimai::Data->new method between v4.22.1p1 to v4.25.9 returns a meaningless value because there were wrong arguments for Sisimai::String->token method call.

v4.25.9p4

17 Nov 08:08
Compare
Choose a tag to compare
v4.25.9p4 Pre-release
Pre-release
  • #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.9p3

08 Nov 00:56
Compare
Choose a tag to compare
v4.25.9p3 Pre-release
Pre-release
  • #415 Code improvement for Source-IP field on ARF. Thanks to @cucx
  • #416 Exim and X3 in Sisimai::Lhost improved. Thanks to @AmarkhiS

v4.25.9p2

05 Nov 05:20
Compare
Choose a tag to compare
v4.25.9p2 Pre-release
Pre-release
  • #416 Exim and X3 in Sisimai::Lhost improved. Thanks to @AmarkhiS

v4.25.9

03 Oct 13:05
Compare
Choose a tag to compare
  • Fix typo in Sisimai::SMTP::Error. Thanks to @HekeLi #410
  • #411 Fix a serious performance problem in regular expressions using .+ at some error message patterns in Sisimai::Reason. Thanks to Martin Kluge.
  • #414 Support Null MX (RFC7505) on Sendmail sisimai/set-of-emails#4

v4.25.8p2

28 Sep 05:03
Compare
Choose a tag to compare
v4.25.8p2 Pre-release
Pre-release
  • #411 Fix a serious performance problem in regular expressions using .+ at some error message patterns in Sisimai::Reason. Thanks to Martin Kluge.

v4.25.8p1

25 Aug 16:59
Compare
Choose a tag to compare
v4.25.8p1 Pre-release
Pre-release
  • Fix typo in Sisimai::SMTP::Error. Thanks to @HekeLi #410