Can someone confirm for me the possible registry parameters for each list?  I'm 
currently writing a Perl script that will allow users to build their own listserves 
and configure the list options IMail allows (e.g. allow digests, make the list 
private, etc.).  Please excuse the syntax below; params I know of are in quotes.  TIA.


            "/Administrator" => [ "$owner_email", REG_SZ ],
            "/DisableListCommand" => [ "0x00000001", REG_DWORD ],
            "/EnableDigest" => [ "0x00000001", REG_DWORD ],
            "/EnableHeader" => [ "0x00000001", REG_DWORD ],
            "/EnableSubjectMods" => [ "0x00000001", REG_DWORD ],
            "/EnableSubjectUnsubscribes" => [ "0x00000001", REG_DWORD ],
            "/EnableTrailer" => [ "0x00000001", REG_DWORD ],
            "/Limit" => [ "0x00000001", REG_DWORD ],
            "/PrivateList" => [ "0x00000001", REG_DWORD ],
            "/ReplyToList" => [ "0x00000001", REG_DWORD ],
            "/Restricted" => [ "0x00000001", REG_DWORD ],
            "/Split" => [ "0x00000019", REG_DWORD ],


_____________________________________________________________
Your Network Cliques Here.    http://www.WeAlumni.com
Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Reply via email to