The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Revision history for Sisimai/Core module of bouncehammer version 4

4.1.3   Sun, 23 Nov 2014 21:22:55 +0900 (JST)
    - Improved code for detecting error reason in Sisimai::Reason.
    - Implement Sisimai::MTA::MessagingServer for email bounces from Oracle
      Communications Messaging Server and Sun Java System Messaging Server.
    - Implement Sisimai::MTA::X1 for email bounces from Unknown MTA(1).
    - Implement Sisimai::MSP::US::Yahoo for email bounces from Yahoo! MAIL.
    - Implement Sisimai::MSP::US::Aol for email bounces from Aol Mail.
    - Implement Sisimai::MSP::US::Outlook for email bounces from Outlook.com.

4.1.2   Sat, 22 Nov 2014 22:22:22 +0900 (JST)
    - Require Time::Local 1.19 or later for fixing issue #21, #23, and #24.
    - Key name of time stamp has been changed from "date" to "timestamp".
    - Data sources and hash algorithm of token string in parsed data have been 
      changed.
    - Implement Sisimai::MTA::InterScanMSS for email bounces from Trend Micro
      InterScan Messaging Security Suite.
    - Implement Sisimai::MTA::SurfControl for email bounces from WebSense Surf-
      Control.
    - Implement Sisimai::MTA::V5sendmail for email bounces from old version of
      Sendmail(v5) and other MTAs based on V5 Sendmail.
    - Fixed bounce reason names in Sisimai::RFC3463.

4.1.1   Mon, 10 Nov 2014 15:59:03 +0900 (JST)
    - Fix tiny bug in Sisimai::MTA::Exim.
    - Add many sample emails into eg/ directory.
    - Improved code for detecting connection errors at Sendmail and Courier.
    - Sisimai::RFC3464 and Sisimai::MTA::Exchange imporved.
    - Implement Sisimai::MTA::Notes for email bounces from Lotus Notes.
    - Implement Sisimai::MTA::McAfee and Sisimai::MTA::MXLogic for email bounces
      from McAfee Products.
    - Implement Sisimai::MTA::MailFoundry for email bounces from MailFoundry.
    - Implement Sisimai::MTA::IMailServer for email bounces from IPSWITCHI IMail
      Server.
    - Improved code for deciding error reason at Sendmail and qmail.
    - Implement Sisimai::MTA::mFILTER for email bounces from DigitalArts 
      m-FILTER.
    - Implement Sisimai::MTA::Activehunter for email bounces from TransWARE
      Active!hunter.

4.1.0   Sat,  4 Oct 2014 15:09:09 +0900 (JST)
    - Sisimai::Group, child classes, and "provider" and "category" in the parsed
      data have been removed permanently.
    - Fix the newline in sample email files for `make test`.

4.0.2   Wed, 10 Sep 2014 22:45:43 +0900 (JST)
    - Implement Sisimai::MSP::US::AmazonSES, Sisimai::MSP::US::SendGrid modules
      for parsing bounce mail from email cloud services.
    - Implement Sisimai::MTA::Domino module for email bounces from IBM Domino.
    - Large scale code refactoring at Sisimai::RFC3464.

4.0.1   Sun, 17 Aug 2014 23:00:00 +0900 (JST)
    - Fixed bug for reading each email file in the Maildir/ given as an argument
      of Sisimai::Mail::Maildir->read method.
    - Refactoring around codes to return the parsed data.
    - Implement "make" method to get bounce data at Sisimai.pm.

4.0.0   Sat, 16 Aug 2014 20:00:00 +0900 (JST)
    - The first release of Sisimai.