sourCEntral - mobile manpages

pdf

Mail::ListDetector::Detector::Listbox

NAME

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

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 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".

BUGS

No known bugs.

NOTES

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

AUTHOR

Matthew Walker - matthew AT walker DOT wattle DOT id DOT au, Michael Stevens - michael AT etla DOT org, Peter Oliver - p DOT d DOT oliver AT mavit DOT freeserve DOT co DOT uk. Tatsuhiko Miyagawa <miyagawa AT bulknews DOT net>

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

pdf