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

Mail::ListDetector::Detector::Fml - FML message detector

Author

       Tatsuhiko Miyagawa <miyagawa@bulknews.net>

       This  library  is  free  software;  you can redistribute it and/or modify it under the same terms as Perl
       itself.

Description

       Mail::ListDetector::Detector::Fml is an implementation of a mailing list detector, for FML. See
       http://www.fml.org/ for details about FML.

       When used, this module installs itself to Mail::ListDetector. FML maling list message is RFC2369
       compliant, so can be matched with RFC2369 detector, but this module allows you to parse more FML specific
       information about the mailing list.

Methods

       new, match
           Inherited from Mail::ListDetector::Detector::Base

Name

       Mail::ListDetector::Detector::Fml - FML message detector

See Also

       Mail::ListDetector

perl v5.36.0                                       2022-11-29             Mail::ListDetector::Detector::Fml(3pm)

Synopsis

         use Mail::ListDetector::Detector::Fml;

See Also