NAME
    Mail::Bounce::DSN - DSN error message format parser.

SYNOPSIS
    See "Mail::Bounce" for more details.

DESCRIPTION
    See "Mail::Bounce" for more details.

ERROR EXAMPLE
    See RFC1894 on DSN (Delivery Status Notification) definition.

       From: MAILER-DAEMON@ahodori.fml.org (Mail Delivery System)
       Subject: Undelivered Mail Returned to Sender
       To: fml-help-admin@ffs.fml.org
       MIME-Version: 1.0
       Content-Type: multipart/report; report-type=delivery-status;
            boundary="C687D866E0.986737575/ahodori.fml.org"
       Message-Id: <20010408134615.F1DD786658@ahodori.fml.org>

       This is a MIME-encapsulated message.

       --C687D866E0.986737575/ahodori.fml.org
       Content-Description: Notification
       Content-Type: text/plain

       This is the Postfix program at host ahodori.fml.org.

           ... reason ...

       --C687D866E0.986737575/ahodori.fml.org
       Content-Description: Delivery error report
       Content-Type: message/delivery-status

       Reporting-MTA: dns; ahodori.fml.org
       Arrival-Date: Sun, 25 Mar 2001 22:34:15 +0900 (JST)

       Final-Recipient: rfc822; rudo@nuinui.net
       Action: failed
       Status: 4.0.0
       Diagnostic-Code: X-Postfix; connect to sv.nuinui.net[10.0.0.1]:
           Connection refused

       --C687D866E0.986737575/ahodori.fml.org
       Content-Description: Undelivered Message
       Content-Type: message/rfc822

           ... original message ...

       -- rudo's mabuachi

       --C687D866E0.986737575/ahodori.fml.org--

CODING STYLE
    See "http://www.fml.org/software/FNF/" on fml coding style guide.

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2001,2002,2003,2004,2005,2006 Ken'ichi Fukamachi

    All rights reserved. This program is free software; you can redistribute
    it and/or modify it under the same terms as Perl itself.

HISTORY
    Mail::Bounce::DSN first appeared in fml8 mailing list driver package.
    See "http://www.fml.org/" for more details.

