The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 4.1.25 - 2015-06-22

  • Reason name has been changed from "NoSpam" to "SpamDetected".
  • Package name has been changed from Sisimai::Time to Sisimai::DateTime.
  • Implemnet Sisimai::Time again as a child class of Time::Piece.
  • The class of "timestamp" is now Sisimai::Time in Sisimai::Data object.
  • Implement Sisimai::Reason::HasMoved.
  • 2 emails bounced due to "expired" reason have been added as a sample for issue #50.
  • Fix bug in Sisimai::MTA::MailMarshalSMTP for a bounce mail which have no boundary strings.
  • Fix bug in Sisimai::MTA::Exim for setting an error reason decided by SMTP MAIL command.
  • Improved regular expression in Sisimai::RFC3464.
  • Update Sisimai::MDA, add an error message pattern defined in dovecot 1.2, dovecot/src/plugins/quota/quota.c.
  • Update message patterns at SpamDetected, SystemError, Blocked, Filtered, RelayingDenied, NetworkError, MesgTooBig, MailboxFull, SecurityError, UserUnknown and Suspend.
  • Fix code for detecting MIME encoded string in Sisimai::MIME.
  • Implement TO_JSON method in Sisimai::Address for JSON module.
  • Add test code for sample emails in CRLF.
  • Add sample emails which is an IDN email.
  • Add sample emails which could not be parsed yet into eg/cannot-parse-yet/ directory and implement test code.
  • Add sample emails which reason is "undefined" into eg/reason-is-undefined directory and implement test code.

Modules

Mail Analyzing Interface for bounce mails.
Parser class for detecting ARF: Abuse Feedback Reporting Format.
Email address object
Parsed data object
Dumps parsed data object as a JSON format
Dumps parsed data object as a YAML format
Date and time utilities
Look up the country code data
Error message parser for MDA
MIME Utilities
Base class for Sisimai::MSP::*, Mail Service Provider classes.
bounce mail parser class for 1&1.
bounce mail parser class for GMX and mail.com.
bounce mail parser class for BIGLOBE.
bounce mail parser class for au EZweb.
bounce mail parser class for au by KDDI.
bounce mail parser class for @mail.ru.
bounce mail parser class for Yandex.Mail.
bounce mail parser class for MessageLabs.
bounce mail parser class for Amazon SES.
bounce mail parser class for Aol Mail.
bounce mail parser class for Bigfoot.
bounce mail parser class for Facebook.
bounce mail parser class for Gmail.
bounce mail parser class for Outlook.com.
bounce mail parser class for SendGrid.
bounce mail parser class for Verizon Wireless.
bounce mail parser class for Yahoo! MAIL.
bounce mail parser class for Zoho! MAIL.
Base class for Sisimai::MTA::*
bounce mail parser class for Active!hunter.
bounce mail parser class for Courier MTA.
bounce mail parser class for IBM Domino Server.
bounce mail parser class for Microsft Exchange Server.
bounce mail parser class for Exim.
bounce mail parser class for IMail Server.
bounce mail parser class for Trend Micro InterScan Messaging Security Suite.
bounce mail parser class for MX Logic.
bounce mail parser class for MailFoundry.
bounce mail parser class for Trustwave Secure Email Gateway.
bounce mail parser class for McAfee Email Appliance.
bounce mail parser class for Sun Java System Messaging Server and Oracle Communications Messaging Server.
bounce mail parser class for Lotus Notes Server.
bounce mail parser class for OpenSMTPD.
bounce mail parser class for Postfix.
bounce mail parser class for v8 Sendmail.
bounce mail parser class for SurfControl.
bounce mail parser class for V5 Sendmail.
bounce mail parser class for X1.
bounce mail parser class for X2.
bounce mail parser class for X3.
bounce mail parser class for Unknown MTA which is developed as a qmail clone.
bounce mail parser class for Digital Arts m-FILTER.
bounce mail parser class for qmail.
Handler of Mbox/Maildir for reading each mail.
Mailbox reader
Mailbox reader
Mailbox reader
Convert bounce email text to data structure.
Check the email address is reserved or not
D.S.N. related utilities
bounce mail parser class for Fallback.
Email address related utilities
Detect the bounce reason
Bounce reason is blocked or not.
Bounce reason is contenterror or not.
Bounce reason is exceedlimit or not.
Bounce reason is expired or not.
Bounce reason is filtered or not.
Bounce reason is hasmoved or not.
Bounce reason is hostunknown or not.
Bounce reason is mailboxfull or not.
Bounce reason is mailererror or not.
Bounce reason is mesgtoobig or not.
Bounce reason is networkerror or not.
Bounce reason is notaccept or not.
Bounce reason is onhold or not.
Bounce reason is rejected or not.
Bounce reason is norelaying or not.
Bounce reason is securityerror or not.
Bounce reason is rejected due to Spam content in the message or not.
Bounce reason is suspend or not.
Bounce reason is systemerror or not.
Bounce reason is systemfull or not.
Bounce reason is userunknown or not.
Detect the bounce reason returned from certain remote hosts.
Detect the bounce reason returned from Google Apps.
String related class
Child class of Time::Piece for Sisimai::Data

Examples