NAME

DADA::MailingList;


SYNOPSIS

 my $ls = DADA::MailingList::Create(-name => $list); 
 # $ls is now a DADA::MailingList:Settings object!


DESCRIPTION

This module is used to create a new list, and basically nothing else;


Subroutines

Create

 my $ls = DADA::MailingList::Create(-name => $list); 
 
Creates all the necessary files for a Dada Mailing List; B<$list> is the 
list shortname of your mailing list - which itself should be no more than 8 
characters and only include letters/numbers.

returns a DADA::MailingList::Settings object