Re: [Mailman-Developers] Hi! I'll be your intern for the summer :)

2006-06-21 Thread Matthew Newton
her thing I've been wanting to add is "download members as text file" (basically the same as 1 above), which would go together with the sync_members option. Matthew -- Matthew Newton <[EMAIL PROTECTED]> UNIX and e-mail Systems Administrator, Network Support Section, Computer Centr

Re: [Mailman-Developers] Hi! I'll be your intern for the summer :)

2006-06-19 Thread Matthew Newton
date yet (apart from a couple of security patches). I doubt it would be difficult to update, though, as it's very small. I use it to disable the "owner" list setting, as list owners here have to request that change via our information desk staff, and then my back-end script han

[Mailman-Developers] Storing other data in the list object

2005-05-19 Thread Matthew Newton
using instead of this (i.e. a dictionary in the object called "localdata")? m = MailList.MailList(listname, lock=1) m.uol_createddate = "something" m.Save() m.Unlock() Thanks! Matthew -- Matthew Newton <[EMAIL PROTECTED]> UNIX and e-mail Systems Adminis

[Mailman-Developers] Two patches for site-wide configuration

2005-03-16 Thread Matthew Newton
al" domain names, such as "leicester.ac.uk" and "le.ac.uk". Any comments on these patches would be most appreciated! Is there a better way of doing these things, or are there any improvements that could be made to the patches? Patches apply to 2.1.5. Thanks! Matthew -