Mail::Message::Head::ListGroup
mailinglist related header fields
- Provided by: libmail-message-perl (Version: 4.05-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.
Extends "DESCRIPTION" in Mail::Message::Head::FieldGroup.
Extends "METHODS" in Mail::Message::Head::FieldGroup.
Extends "Constructors" in Mail::Message::Head::FieldGroup.
-Option --Defined in --Default
address undef
head Mail::Message::Head::FieldGroup undef
listname <derived from address>
rfc undef
software Mail::Message::Head::FieldGroup undef
type Mail::Message::Head::FieldGroup undef
version Mail::Message::Head::FieldGroup undef
Extends "Attributes" in Mail::Message::Head::FieldGroup.
Extends "The header" in Mail::Message::Head::FieldGroup.
Extends "Access to the header" in Mail::Message::Head::FieldGroup.
Extends "Internals" in Mail::Message::Head::FieldGroup.
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. Improves base, see "Internals" in Mail::Message::Head::FieldGroup
Extends "Error handling" in Mail::Message::Head::FieldGroup.
Extends "Cleanup" in Mail::Message::Head::FieldGroup.
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 added 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. <https://www.stalker.com/mac/default.html>
Commercial rfc2919 compliant implementation by Stalker Software Inc. <https://www.stalker.com>
Commercial mailing list manager, formerly known as Listar. Produced by NodeRunner Computing. See <https://www.ecartis.com>.
Open Source mailing list manager, available from <https://www.ezmlm.org>.
Open Source mailing list manager, see <https://www.fml.org>.
Old name for Ecartis.
Mailing lists defined at <https://listbox.com>.
GNU's mailing list manager, available from <https://www.list.org>.
Free (licenced) mailing list manager by Great Circle Associates, available from <https://www.greatcircle.com/majordomo/>
Related to procmail, as expressed by their shared main page at <https://www.procmail.org/>.
Mailing lists defined at <https://groups.yahoo.com>.
Commercial mailing list manager, produced by L-Soft. See <https://www.lsoft.com/>.
This module is part of Mail-Message version 4.05, built on April 10, 2026. Website: http://perl.overmeer.net/mailbox/
For contributors see file ChangeLog.
This software is copyright (c) 2001-2026 by Mark Overmeer.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.