Mailets

 

AvalonListserv

An Avalon-based listserv.  This uses settings specified in the JAMES.conf.xml file, and uses an Avalon UserRepository manager as the listserv members.

 

Required parameters:

-          <members>
The URL to the Avalon UserRepository.

-          <membersonly>
 Either true or false.  Indicates whether only members of this listserv can send messages to it.

-          <attachmentsallowed>
 Either true or false.  Indicates whether you can send attachments to this listserv.

-          <replytolist>
 Either true or false.  Indicates whether the Reply-To header is set, which will direct replies to the list itself.

Optional parameters:

-          <subjectprefix>
 This text will be put in brackets at the beginning of the subject of the message if specified.

 

AvalonListservManager

An Avalon-based listserv manager.  Handles adding a removing members to the specified UserRepository.

 

Required parameters:

-          <members>

-