The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Sisimai::MTA::mFILTER - bounce mail parser class for Digital Arts m-FILTER.

SYNOPSIS

    use Sisimai::MTA::mFILTER;

DESCRIPTION

Sisimai::MTA::mFILTER parses a bounce email which created by Digital Arts m-FILTER. Methods in the module are called from only Sisimai::Message.

CLASS METHODS

version()

version() returns the version number of this module.

    print Sisimai::MTA::mFILTER->version;

description()

description() returns description string of this module.

    print Sisimai::MTA::mFILTER->description;

smtpagent()

smtpagent() returns MTA name.

    print Sisimai::MTA::mFILTER->smtpagent;

scan( header data, reference to body string)

scan() method parses a bounced email and return results as a array reference. See Sisimai::Message for more details.

AUTHOR

azumakuniyuki

COPYRIGHT

Copyright (C) 2014-2015 azumakuniyuki <perl.org@azumakuniyuki.org>, All Rights Reserved.

LICENSE

This software is distributed under The BSD 2-Clause License.