Re: [Mailman-Users] Possible virtual domain solution

2003-11-06 Thread Jon Carnes
On Thu, 2003-11-06 at 18:47, Paul H Byerly wrote: > A user over at Rackshack has come up with a way of getting Mailman to > work on virtual domains with Ensim. I have not tired it, but pass it on > for those interested. >

[Mailman-Users] Administrative Database page doesn't work

2003-11-06 Thread Michael Clark
Hi, Running Mailman 2.11, on RedHat 7.1, Sendmail, everything is working fine. Except that the Administrative Database interface doesn't actually do anything. I can see the requests that have accumulated, but none of the radio buttons actions do anything. What obvious problem am I missing? Fil

[Mailman-Users] Digest problem

2003-11-06 Thread Paul H Byerly
I'm seeing a seemingly random problem with digests. The first line of the post as found in the mbox (From ) is stuck right onto the end of the last line of the proceeding post, without even a space. The message is not recognized as a new message in the contents or in the body of the

RE: [Mailman-Users] Can't post to list

2003-11-06 Thread Foo, Randy
Yes, mailmanctl was started. I did create the mailman list as well. The return message that I'm getting when trying to post to the list now is : Your message did not reach some or all of the intended recipients. Subject: FW: test Sent: 11/6/2003 11:30 AM The following recipi

[Mailman-Users] Possible virtual domain solution

2003-11-06 Thread Paul H Byerly
A user over at Rackshack has come up with a way of getting Mailman to work on virtual domains with Ensim. I have not tired it, but pass it on for those interested. <>< Paul -

Re: [Mailman-Users] socket.gethostname()

2003-11-06 Thread Richard Barrett
On Thursday, November 6, 2003, at 10:43 pm, John Poltorak wrote: On Thu, Nov 06, 2003 at 05:59:28PM +, Richard Barrett wrote: import socket socket.gethostname() 'mailman2' Where does value originate and should it match anything within Mailman's configuration? It originates within the system

[Mailman-Users] inexplicable UnicodeError

2003-11-06 Thread Pablo Chamorro C.
As I wrote, I have in my mm_cfg.py for Spanish lists (Mailman 2.1.1): DEFAULT_CHARSET = 'iso-8859-1' VERBATIM_ENCODING = ['iso-8859-1'] I know that there are problems with the 'who ' command when the user's names include certain characters, but right now I was playing with the command 'who' witho

[Mailman-Users] non-english chars incorrectly displayed

2003-11-06 Thread Pablo Chamorro C.
I have in my mm_cfg.py for spanish lists: DEFAULT_CHARSET = 'iso-8859-1' VERBATIM_ENCODING = ['iso-8859-1'] but I have these little question: My Mailman web pages always show spanish characters correctly but when I subscribe a user whose name includes tildes or eñes, e.g.: Successfully invited:

RE: [Mailman-Users] Setting up big list.

2003-11-06 Thread Doug Griswold
Thanks for the info, but I am using postfix. Anything other than what is in the FAQ's and documentation I should think about with a list this big and postfix? >>> Johan Janssen <[EMAIL PROTECTED]> 11/06/03 12:17 PM >>> Hello, I have a announcement list with 130,000 members, Sending out a html ne

Re: [Mailman-Users] socket.gethostname()

2003-11-06 Thread John Poltorak
On Thu, Nov 06, 2003 at 05:59:28PM +, Richard Barrett wrote: > > import socket > > socket.gethostname() > >> 'mailman2' > > > > Where does value originate and should it match anything within > > Mailman's > > configuration? > > > > It originates within the system kernel. Read the man

Re: [Mailman-Users] Attachments

2003-11-06 Thread McKeever Chris
On Thu, 6 Nov 2003 09:52 , Roger Espiritu <[EMAIL PROTECTED]> sent: >Hi Richard: > >I noticed that you were working on pdf issues/attachments etc... I was >wondering if you can help me in regards to attachments in the archive >lists... > >On my content filtering settings, these are my current se

[Mailman-Users] Subscribing aliases of other lists to a mailman list

2003-11-06 Thread Christian Schoepplein
Hi! I'm wondering if mailman aliases can be used to subscribe to other lists on the same machine. Example: I have [EMAIL PROTECTED] and [EMAIL PROTECTED] on the same machine. I configure my mta that it uses [EMAIL PROTECTED] as senderaddress and that it has a valid mailaddress, where I can re

Re: [Mailman-Users] socket.gethostname()

2003-11-06 Thread Richard Barrett
On Thursday, November 6, 2003, at 06:17 pm, John Poltorak wrote: On Thu, Nov 06, 2003 at 04:57:12PM +, Richard Barrett wrote: On Thursday, November 6, 2003, at 05:43 pm, John Poltorak wrote: I'm getting an error in LockFile.py at this point (line 180) :- self.__tmpfname = '%s.%s.

[Mailman-Users] Attachments

2003-11-06 Thread Roger Espiritu
Hi Richard: I noticed that you were working on pdf issues/attachments etc... I was wondering if you can help me in regards to attachments in the archive lists... On my content filtering settings, these are my current settings: filter content on "no" nothing on "filter mime types" pass mime typ

Re: [Mailman-Users] socket.gethostname()

2003-11-06 Thread John Poltorak
On Thu, Nov 06, 2003 at 04:57:12PM +, Richard Barrett wrote: > > On Thursday, November 6, 2003, at 05:43 pm, John Poltorak wrote: > > > > > > > I'm getting an error in LockFile.py at this point (line 180) :- > > > > self.__tmpfname = '%s.%s.%d' % ( > > lockfile, socket.ge

Re: [Mailman-Users] socket.gethostname()

2003-11-06 Thread Richard Barrett
On Thursday, November 6, 2003, at 05:43 pm, John Poltorak wrote: I'm getting an error in LockFile.py at this point (line 180) :- self.__tmpfname = '%s.%s.%d' % ( lockfile, socket.gethostname(), os.getpid()) It looks as though the function socket.gethostname() is causing thi

[Mailman-Users] socket.gethostname()

2003-11-06 Thread John Poltorak
I'm getting an error in LockFile.py at this point (line 180) :- self.__tmpfname = '%s.%s.%d' % ( lockfile, socket.gethostname(), os.getpid()) It looks as though the function socket.gethostname() is causing this error. How can I display the value returned by this funtion an

Re: [Mailman-Users] upgrade help

2003-11-06 Thread Richard Barrett
On Thursday, November 6, 2003, at 07:51 am, Ako Ito wrote: hello guys, can you guide me on how to upgrade my 2.0.6 mailman to the latest 2.1 version.. what are the requirements and would it convert all the archives files in hmtl format.. also would all the settings for each weblist still remai

[Mailman-Users] upgrade help

2003-11-06 Thread Ako Ito
hello guys, can you guide me on how to upgrade my 2.0.6 mailman to the latest 2.1 version.. what are the requirements and would it convert all the archives files in hmtl format.. also would all the settings for each weblist still remain? thanks, allan