MHArc::ListDef - Load mailing lists definition file


NAME

MHArc::ListDef - Load mailing lists definition file


SYNOPSIS

  $def = MHArc::ListDef->new($fh);
  $def = MHArc::ListDef->new($filename);
  # Return list of names in order defined
  @names = $def->get_names;
  # Access an option
  $description = $def->{$name}{'description'}[0];


DESCRIPTION

This module parses a mailing list definition file for use in the auto-mail archiving system.

The new method either takes a filehandle reference or a filename string.


SEE ALSO

mk-procmailrc


VERSION

$Id: ListDef.pm,v 1.5 2003/07/16 00:49:58 ehood Exp $


AUTHOR

Earl Hood, earl@earlhood.com

This module is part of the mharc archiving system and comes with ABSOLUTELY NO WARRANTY and may be copied only under the terms of the GNU General Public License, which may be found in the MHArc distribution.

 MHArc::ListDef - Load mailing lists definition file