Mail::Message::Head::ListGroup
mailinglist related header fields
- Provided by: libmail-box-perl (Version: 2.110-1)
- Report a bug
mailinglist related header fields
Mail::Message::Head::ListGroup is a Mail::Message::Head::FieldGroup is a Mail::Reporter
my $lg = Mail::Message::Head::ListGroup->new(head => $head, ...); $head->addListGroup($lg); my $lg = $head->addListGroup(...); $lg->delete;
A list group is a set of header fields which are added by mailing-list managing software. This class knowns various details about that software.
The knowledge and test messages which are used to initially implement this module is taken from Mail::ListDetector, written by Michael Stevens <mailto:michael@etla.org>. The logic is redesigned to add flexibility and use the powerful MailBox features.
See documentation in the base class.
See documentation in the base class.
See documentation in the base class.
-Option --Defined in --Default
address undef
head Mail::Message::Head::FieldGroup undef
listname <derived from address>
log Mail::Reporter 'WARNINGS'
rfc undef
software Mail::Message::Head::FieldGroup undef
trace Mail::Reporter 'WARNINGS'
type Mail::Message::Head::FieldGroup undef
version Mail::Message::Head::FieldGroup undef
See documentation in the base class.
See documentation in the base class.
See documentation in the base class.
Returned are the names of the list header fields found, in scalar context the amount. An empty list/zero indicates that this is not a mailing list message.
Please warn the author of MailBox if you see that to few or too many fields are included.
See documentation in the base class.
See documentation in the base class.
Detected lists
The Mail::Message::Head::ListGroup class can detect many different mailing lists, some of which are very popular and some of which are rare.
Numerous fields in a header are addded when the message is passed through a mailing list server. Each list software has defined its own fields, sometimes woth conflicting definitions. There are also two RFCs about mailing list: "rfc2919" and "rfc2369".
The following lists are currently detected. Between parenthesis is the string returned by type() when that differs from the software name.
Legacy commercial MacOS implementation by Stalker Software Inc. <http://www.stalker.com/mac/default.html>
Commercial rfc2919 compliant implementation by Stalker Software Inc. <http://www.stalker.com>
Commercial mailing list manager, formerly known as Listar. Produced by NodeRunner Computing. See <http://www.ecartis.com>.
Open Source mailing list manager, available from <http://www.ezmlm.org>.
Open Source mailing list manager, see <http://www.fml.org>.
Old name for Ecartis.
Mailing lists defined at <http://listbox.com>.
GNU's mailing list manager, available from <http://www.list.org>.
Free (licenced) mailing list manager by Great Circle Associates, available from <http://www.greatcircle.com/majordomo/>
Related to procmail, as expressed by their shared main page at <http://www.procmail.org/>.
Mailing lists defined at <http://groups.yahoo.com>.
Commercial mailing list manager, produced by L-Soft. See <http://www.lsoft.com/>.
This module is part of Mail-Box distribution version 2.110, built on January 05, 2014. Website: http://perl.overmeer.net/mailbox/
Copyrights 2001-2014 by [Mark Overmeer]. For other contributors see ChangeLog.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See http://www.perl.com/perl/misc/Artistic.html