Skip to content

v4.21.0

Choose a tag to compare

@azumakuniyuki azumakuniyuki released this 10 Apr 05:25
· 2468 commits to 5-stable since this release
  • Experimental implementation: new MTA module "Sisimai::MSP::US::GSuite" to parse bounce mails returned from G Suite.
  • Sisimai.make and Sisimai::Message.new methods check "field" argument more strictly.
  • Improved Sisimai::SMTP::Status.find(). The method checks whether a found value as D.S.N. is IPv4 address or not.
  • Improved code for getting error messages, D.S.N. values, and SMTP reply codes in Sisimai::MTA::Postfix.scan() method.
  • Pull-Request #69, Fix some typos. Thanks to @koic.
  • Pull-Request #71, Fix break statement. Thanks to @MichiakiNakaya.
  • Issue #70, All the value of $PATH in Makefile have been fixed to build a gem file for JRuby Platform. Thanks to @MichiakiNakaya, @hiroyuki-sato.