freebsd-ports/mail/p5-Mail-ListDetector/pkg-descr
Pete Fritchman 7770f0ec6e add p5-Mail-ListDetector 0.15
Perl module for detecting mailing list messages

PR:		29665
Reviewed by:	ade
2001-08-23 15:41:27 +00:00

14 lines
500 B
Plaintext

This module analyzses a Mail::Internet object and returns a
Mail::ListDetector::List object representing the mailing list the
email was sent to, if any.
The RFC2369 mailing list detector is also capable of matching some
Mailman and Ezmlm messages. It is deliberately checked last to allow
the more specific Mailman and Ezmlm parsing to happen first, and
more accurately identify the type of mailing list involved.
WWW: http://search.cpan.org/search?dist=Mail-ListDetector
- Pete
petef@FreeBSD.org