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::Order - Make optimized order list for calling MTA/MSP modules

SYNOPSIS

    use Sisimai::Order

DESCRIPTION

Sisimai::Order makes optimized order list which include MTA/MSP modules to be loaded on first from MTA specific headers in the bounce mail headers such as X-Failed-Recipients. This module are called from only Sisimai::Message.

CLASS METHODS

default()

default() returns default order of MTA/MSP modules

    print for @{ Sisimai::Order->default };

headers()

headers() returns MTA specific header table

    print keys %{ Sisimai::Order->headers };

AUTHOR

azumakuniyuki

COPYRIGHT

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

LICENSE

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