Sisimai::RFC3834(3pm) | User Contributed Perl Documentation | Sisimai::RFC3834(3pm) |
Sisimai::RFC3834 - RFC3834 auto reply message detector
use Sisimai::RFC3834;
Sisimai::RFC3834 is a class which called from called from only Sisimai::Message when other Sisimai::Bite::Email::* modules did not detected a bounce reason.
"description()" returns description string of this module.
print Sisimai::RFC3834->description;
"smtpagent()" returns MDA name or string 'RFC3834'.
print Sisimai::RFC3834->smtpagent;
"scan()" method parses an auto replied message and return results as an array reference. See Sisimai::Message for more details.
azumakuniyuki
Copyright (C) 2015-2018 azumakuniyuki, All rights reserved.
This software is distributed under The BSD 2-Clause License.
2018-11-15 | perl v5.28.0 |