Rfc2919 message detector
use Mail::ListDetector::Detector::RFC2919;
An implementation of a mailing list detector, for \s-1RFC2919\s0 compliant mailing lists, i.e., those with List-ID lines in the header.
Inherited from Mail::ListDetector::Detector::Base.
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.
No known bugs.
Michael Stevens - [email protected], Peter Oliver - [email protected].