GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Sisimai::Order(3) User Contributed Perl Documentation Sisimai::Order(3)

Sisimai::Order - A Class for making an optimized order list for calling MTA modules in Sisimai::Lhost::*.

    use Sisimai::Order

Sisimai::Order class makes optimized order list which include MTA modules to be loaded on first from MTA specific headers in the bounce mail headers such as X-Failed-Recipients, which MTA modules for JSON structure.

"default()" returns a default order of MTA modules as an array reference. The default order is defined at Sisimai::Lhost->index method.

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

"another()" returns another list of MTA modules as an array reference. Another list is defined at this class.

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

azumakuniyuki

Copyright (C) 2015-2017,2019,2020 azumakuniyuki, All rights reserved.

This software is distributed under The BSD 2-Clause License.
2021-02-22 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.