list "Archival Options"

From: Al Kossow <aek_at_spies.com>
Date: Sat Feb 7 20:47:39 2004

In Mailman/Archiver/Archiver.py there should be something like

def GetConfigInfo(self):
        return [
            "List traffic archival policies.",

            ('archive', mm_cfg.Toggle, ('No', 'Yes'), 0,
             'Archive messages?'),

            ('archive_private', mm_cfg.Radio, ('public', 'private'), 0,
             'Is archive file source for public or private archival?'),

            ('clobber_date', mm_cfg.Radio, ('When sent', 'When resent'), 0,
             'Set date in archive to when the mail is claimed to have been '
             'sent, or to the time we resend it?'),
Received on Sat Feb 07 2004 - 20:47:39 GMT

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:36:41 BST