Re: [Mailman-Users] debian upgrade problems (2.1.4 -> 2.1.5)

2005-12-15 Thread Mark Sapiro
Fen Labalme wrote: > >where I'm stuck now is it hangs on: "Updating Mailman 2.1.4 pending.pck >database" (see full trace below). I read in one post that it might just be >going slow, but no - it's not doing anything at all. It could be related to >the warnings about not being able to acquire lock

Re: [Mailman-Users] Pipermail question

2005-12-15 Thread Elvis Fernandes
Thanks! I found that patch, but I am stuggling to install it. This patch is in a patch format (different from a regular tarball install). Anyways, I have posted a request in sourceforge too. Elvis On 12/15/05, Mark Sapiro <[EMAIL PROTECTED]> wrote: > > Elvis Fernandes wrote: > > > >There is one f

Re: [Mailman-Users] Exchange and attachment

2005-12-15 Thread Mark Sapiro
Susan Feng wrote: > >We are having similar problem with mailman 2.1.6 version. Exchange users >receive their email "body as attachment". Other email clients are fine. Do you have a msg_header and/or msg_footer defined for the list? See

Re: [Mailman-Users] Pipermail question

2005-12-15 Thread Mark Sapiro
Elvis Fernandes wrote: > >There is one feature that I would like to have on the Pipermail. >In the default way that I have setup mailman-pipermail, the emails can be >browsed by Thread - Subject - Author - Date. >If I select anyone of the above, I see the emails in the Subject - Author >format. >I

[Mailman-Users] Exchange and attachment

2005-12-15 Thread Susan Feng
I saw this thread from a 2003 email, but there was no follow-up to it. We are having similar problem with mailman 2.1.6 version. Exchange users receive their email "body as attachment". Other email clients are fine. The list has content filter turned off. Anyone knows how to configure the lis

Re: [Mailman-Users] Virtual Host sending problem

2005-12-15 Thread Mark Sapiro
Julia Frizzell wrote: > >In looking at the SMTP error log, this is what I'm seeing for the error: > >Dec 15 14:54:53 list postfix/lmtp[27282]: 88BFD47E63: >to=<[EMAIL PROTECTED]>, relay=none, delay=1641, status=deferred >(connect to /var/imap/socket/lmtp[/var/imap/socket/lmtp]: No such >file or

[Mailman-Users] Pending requests not seen

2005-12-15 Thread Terry Grey
Greetings, We have recently upgraded to ver 2.1.6 and are currently experiencing a problem with pending moderator requests. The emails are sent to the list admins correctly but when accessing the admindb web page there is the message "Click on the message number to view the individual message, or

[Mailman-Users] debian upgrade problems (2.1.4 -> 2.1.5)

2005-12-15 Thread Fen Labalme
I've been trying to upgrade mailman 2.1.4 to 2.1.5-8 (debian testing) for some time. I've tried many things, and last night I got the closest, finally getting past errors like: Updating mailing list: openxri Updating the held requests database. - updating old private mbox file Your installat

Re: [Mailman-Users] Pipermail question

2005-12-15 Thread Brad Knowles
At 12:24 PM -0800 2005-12-15, Elvis Fernandes wrote: > There is one feature that I would like to have on the Pipermail. > In the default way that I have setup mailman-pipermail, the emails can be > browsed by Thread - Subject - Author - Date. > If I select anyone of the above, I see the email

Re: [Mailman-Users] Mailman is on the web server, mail is going to the mail server. How do I connect them?

2005-12-15 Thread Brad Knowles
At 12:19 PM -0500 2005-12-15, Ben Ostrowsky wrote: > Mail.tblc.org is currently running Postfix, but will eventually become an > Exchange server. (I know, I know.) > > Is fetchmail a viable solution? If you've got a similar setup (Mailman not > running on the MX), how do you handle it?

[Mailman-Users] 'Go to list archives' Link & virtual host

2005-12-15 Thread Marcus Sobchak
Hi, I've created a new list using "newlist [EMAIL PROTECTED]" The admin webinterfaces point to http://mailman.mydomain.org using an Apache virtual host. Inside the admin webinterface all link point correctly to http://mailman.mydomain.org, but not the 'Go to list archives' Link! It points to the

[Mailman-Users] Virtual Host sending problem

2005-12-15 Thread Julia Frizzell
Greetings everyone! New to the list, and having some mail delivery problems. I have setup up an OS X 10.4 Server box to run Mailman, and Mailman only. No regular mail is going through this box. Everything was working fine. And then, Virtual Hosts came in. The main reason for this Mailman inst

[Mailman-Users] Pipermail question

2005-12-15 Thread Elvis Fernandes
Hello, Thanks to all the responses from this mail list. I was able to successfully setup mailman, and have migrated one list already. There is one feature that I would like to have on the Pipermail. In the default way that I have setup mailman-pipermail, the emails can be browsed by Thread - Subj

Re: [Mailman-Users] Mailman is on the web server, mail is going to the mail server. How do I connect them?

2005-12-15 Thread Young, Darren
> Mail is delivered to mail.tblc.org. Mailman is running on > lists.tblc.org. > How can I get Mailman to get the mail sent to [EMAIL PROTECTED] I mx our mailman server to lists.chicagogsb.edu and it works fine. Our previous domain, gsb.uchicago.edu has an mx that points to an iplanet mail server

Re: [Mailman-Users] All my lists are unadvertised, even after fix_url

2005-12-15 Thread Young, Darren
I use this as a withlist script to set those. def set_url(m): m.web_page_url = "http://lists.chicagogsb.edu/mailman"; m.Save() m.Unlock() > > Weirder yet, http://www.tblc.org/mailman/listinfo shows all > my lists, but > http://lists.tblc.org/mailman/listinfo doesn't -- even though

Re: [Mailman-Users] All my lists are unadvertised, even after fix_url

2005-12-15 Thread Ben Ostrowsky
OK, got it figured out -- somehow I'd neglected to look at DEFAULT_URL_HOST! No wonder fix_url wasn't working! Ben -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://

Re: [Mailman-Users] All my lists are unadvertised, even after fix_url

2005-12-15 Thread Ben Ostrowsky
Weirder yet, http://www.tblc.org/mailman/listinfo shows all my lists, but http://lists.tblc.org/mailman/listinfo doesn't -- even though www and lists have the same IP address. I think this is related to FAQ 4.17, but I don't see a web_page_url setting on the General Options page of the list's admi

[Mailman-Users] All my lists are unadvertised, even after fix_url

2005-12-15 Thread Ben Ostrowsky
> >Hmm, looks like I'm almost done... Only thing is, now none of my lists > >are marked as publicly advertised. I guess I'll just have to change > >that, list by list. > That's taken care of by running the fix_url.py script I mentioned. Hmm. I tried running bin/withlist -l -r fix_url suntalk,

[Mailman-Users] Mailman is on the web server, mail is going to the mail server. How do I connect them?

2005-12-15 Thread Ben Ostrowsky
OK, thanks to the generous help of several of y'all, I've finally got Mailman set up on the new web server. Thank you! I have a follow-up question. Mail is delivered to mail.tblc.org. Mailman is running on lists.tblc.org. How can I get Mailman to get the mail sent to [EMAIL PROTECTED] Mail.tbl

Re: [Mailman-Users] Withlist Errors

2005-12-15 Thread Mark Sapiro
Robert Haack wrote: >Okay I got this part resolved but when I run the program it prints out >the initial value 150. I then change the value to 100 and print it out >and it shows me 100. If I then go look at the list or run the program >again I find that my initial value is still there. I've tri

Re: [Mailman-Users] Withlist Errors

2005-12-15 Thread Robert Haack
Mark Sapiro wrote: >Robert Haack wrote: > > > >>I'm working on a procedure to change the number of recipients in lists. >>Following a sample Mark Sapiro (Thank You Mark) I created the below >>procedure. When I run it though I a bunch of errors. Being that I know >>nothing about Python I was h