Re: [Mailman-Users] From field ?

2005-05-26 Thread Paul Reilly
> def GetRequestEmail(self): > return '%s <%s>' % (self.real_name,self.getListAddress('request')) Thanks mark, that's great. I'm trying that now. Actually I'm going to use self.description and keep the description real short. Cheers, Paul

[Mailman-Users] From field ?

2005-05-25 Thread Paul Reilly
I am using Mailman 2.1.4 Is it possible to set the From field in the messages that the list sends out? At the moment it appears as: [EMAIL PROTECTED] But I'd like a decriptive field in there too, so the From field shows a gecos type name. Something like: "ListName <[EMAIL PROTECTED]>" Is tha

[Mailman-Users] move lists?

2005-05-24 Thread Paul Reilly
Is there a way to export the contents of a config.pck file in to text format, so I can see what settings an old mailing list was using? Paul -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-u

Re: [Mailman-Users] Re: Announce Only

2004-04-17 Thread Paul Reilly
> Ah, so what you need it to remove the LINK to the create new list > page. That's pretty trivial - just edit > //mailman/Mailman/Cgi/admin.py . Find and remove: > Excellent - thanks. Thats what I was looking for. Paul -- Mailman-Users

Re: [Mailman-Users] Announce Only

2004-04-17 Thread Paul Reilly
> There's more than one way to do it ... > I know of the 3 ways to do it. But they all seem a bit around a 'bout. Why can't there just be a open/closed radio preference? > Then don't let them use python regular expressions. :) > I don't. But it generates support questions. > >>> Also how do you

Re: [Mailman-Users] Re: Announce Only

2004-04-16 Thread Paul Reilly
> There is also an extremely detailed account of how to do this under > Mailman on the FAQ. Which had the OP read, he would have needed to > post frequently answered questions to this mailing list. > Should it really take a detailed FAQ entry to explain how to set a list open or closed? This is su

Re: [Mailman-Users] Announce Only

2004-04-16 Thread Paul Reilly
>> Surely there should be a simple "open" "closed" >> radio check button under Sender Filters. > > There is. General options, "emergency moderation of all list traffic". > Yes, but that implies an emergency situation. Having a default closed list isn't an emergency situation. Overall I think

Re: [Mailman-Users] Announce Only

2004-04-15 Thread Paul Reilly
You can remove the file masthead.txt in the /templates/ folder. That removes the text from the top of each message. How did you close the list to posts? This seems may more complicated than it needs to be. I have to turn everyones moderation bit on, under membership management. Surely there shoul

[Mailman-Users] upgrade - archives problem.

2004-01-10 Thread Paul Reilly
I've moved a list from a server running 2.0.13 to a server running 2.1.3. Maybe I did it backwards, but I needed to change the list name as well, so I just created the new list with new name on the new server, and the copied in the archives from the old server, and did a search and replace on all

Re: [Mailman-Users] Re: namespace per virtual possible?

2002-11-02 Thread Paul Reilly
> On 11/2/02 10:58 AM, "Tom Whiting" <[EMAIL PROTECTED]> wrote: > > > latest betas however, it IS possible to create multiple domain'ed lists off > > of one simple server without having multiple installs of mailman. > > The list names still all have to be unique, though, don't they? > - Stoney >

Re: [Mailman-Users] Re: namespace per virtual possible?

2002-11-02 Thread Paul Reilly
> So, get to work and start coding. I find it amusing the amount of people that > want this and want that and would like this and would like that, but really, > All I am saying is that big hosting companies need this feature in order to do wide scale deployements of mailman. It's in the interests

[Mailman-Users] namespace per virtual possible?

2002-11-01 Thread Paul Reilly
Hi, I'm using Mailman 2.0.13 in a virtual domain environment. I want to have lists with the same name but on different virtual domains. ie: news@mydomain and news@yourdomain Is this possible in 2.0.x ? Is this possible in 2.1? Thanks Paul -

[Mailman-Users] vhosts?

2002-09-18 Thread Paul Reilly
Does anyone have a quick howto on how to configure mailman for many virtual hosts? couldn't see it in the faq... thanks Paul -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: h

Re: [Mailman-Users] public listname case? + system pass?

2002-09-02 Thread Paul Reilly
> Simpler? Not in the case where the Mailman administrator wants all > lists forever after to not have their first characters uppercased. > Changing the code once accomplishes this once and for all. > Yes this is what I want. Thanks to all who replied. I won't dare ask why it capitalises the fir

[Mailman-Users] public listname case? + system pass?

2002-08-31 Thread Paul Reilly
2 questions: 1) when i create a new list with 'newlist -q mylist [EMAIL PROTECTED] mypass' it creates the list fine, but it always changes the case of the listname to uppercase. ie "mylist" becomes "Mylist". This means I need to go in to the web interface to change it back to lower

[Mailman-Users] email admin + / ?

2002-02-18 Thread Paul Reilly
Hi, I've been using mailman for a while and it's great. I have 2 questions 1) how can I auto-subscribe someone to a list, without accessing the web page, but by sending an email ? In majordomo this would be like sending an "approve" message with the users details... 2) I've mailman insta