SYNOPSIS

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

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 \s-1RFC2919\s0 messages to the current \s-1RFC2919\s0 detector (although they are not compliant) but this module provides more information and does not test for their full compliance (like a future \s-1RFC2919\s0 module might). For this reason this module must be installed before the \s-1RFC2919\s0 module.

METHODS

\fInew()\fP

Inherited from Mail::ListDetector::Detector::Base.

\fImatch()\fP

Accepts a Mail::Internet object and returns either a Mail::ListDetector::List object if it is a post to a Listbox mailing list, or \*(C`undef\*(C'.

BUGS

No known bugs.

NOTES

Thanks to Mark Overmeer <[email protected]> for asking and Meng Weng Wong <[email protected]> for adding the List-Software header to Listbox mails to make this detector more robust.

AUTHOR

Matthew Walker - [email protected], Michael Stevens - [email protected], Peter Oliver - [email protected]. Tatsuhiko Miyagawa <[email protected]>

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