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::Listbox - Listbox message detector

Author

       Matthew Walker - matthew@walker.wattle.id.au, Michael Stevens - michael@etla.org, Peter Oliver -
       p.d.oliver@mavit.freeserve.co.uk.  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.

perl v5.36.0                                       2022-11-29              Mail::ListDete...tector::Listbox(3pm)

Bugs

       No known bugs.

Description

       An implementation of a mailing list detector, for Listbox mailing lists, Listbox is a commercial list
       hosting service, see http://www.listbox.com/ for details about Listbox.

       Listbox mailing list messages look like RFC2919 messages to the current RFC2919 detector (although they
       are not compliant) but this module provides more information and does not test for their full compliance
       (like a future RFC2919 module might). For this reason this module must be installed before the RFC2919
       module.

Methods

new()
       Inherited from Mail::ListDetector::Detector::Base.

   match()
       Accepts a Mail::Internet object and returns either a Mail::ListDetector::List object if it is a post to a
       Listbox mailing list, or "undef".

Name

       Mail::ListDetector::Detector::Listbox - Listbox message detector

Notes

       Thanks to Mark Overmeer <Mark@Overmeer.net> for asking and Meng Weng Wong <mengwong@pobox.com> for adding
       the List-Software header to Listbox mails to make this detector more robust.

Synopsis

         use Mail::ListDetector::Detector::Listbox;

See Also