logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Sisimai::LDA - Error message decoder for LDA; Local Delivery Agent

Author

       azumakuniyuki

Class Methods

"find(Sisimai::FactObject)"
       find() method detects the bounce reason using the error message generated by LDA

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

See Also