SYNOPSIS

  use Mail::ListDetector::Detector::RFC2919;

DESCRIPTION

An implementation of a mailing list detector, for \s-1RFC2919\s0 compliant mailing lists, i.e., those with List-ID lines in the header.

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 \s-1RFC2919\s0 compliant mailing list, or \*(C`undef\*(C'.

Since \s-1RFC2919\s0 only specifies a (mostly) unique \s-1ID\s0 for a mailing list, Mail::ListDetector::Detector::RFC2369 is used to attempt to extract further information about the list.

BUGS

No known bugs.

AUTHOR

Michael Stevens - [email protected], Peter Oliver - [email protected].