Sisimai::LDA - Error message decoder for LDA; Local Delivery Agent
Contents
Class Methods
"find(Sisimai::FactObject)"
find() method detects the bounce reason using the error message generated by LDA
Copyright
Copyright (C) 2014-2016,2018-2024 azumakuniyuki, All rights reserved.
Description
"Sisimai::LDA" decodes bounced email which created by some LDA, such as Dovecot, "mail.local",
"procmail", and so on. This class is called from "Sisimai::Fact" only.
License
This software is distributed under The BSD 2-Clause License.
perl v5.40.1 2025-04-12 Sisimai::LDA(3pm)
Name
Sisimai::LDA - Error message decoder for LDA; Local Delivery Agent
Synopsis
use Sisimai::LDA;
my $fact = Sisimai::Fact->rise($v);
my $ldav = Sisimai::LDA->find($fact->[0]); # Returns the bounce reason LDA generated
