[Mailman-Users] mailpasswds fails to run to completion

2005-01-05 Thread Rupa Schomaker (lists)
Debian version 2.1-5 + htdig patches. (when I have time to apply the htdig patches to the latest I'll do so -- would be nice if htdig patches were integrated!) Traceback (most recent call last): File "/usr/lib/mailman/cron/mailpasswds", line 216, in ? main() File "/usr/lib/mailman/cron/ma

Re: [Mailman-Users] List export

2005-01-05 Thread Mark Sapiro
MLMPROS wrote: >Is there a way to export my list to be used on another website? If you mean a list of members, see http://mail.python.org/pipermail/mailman-users/2005-January/041714.html (just posted). If you mean something else, please be more specific as to what you're trying to accomplish. -

Re: [Mailman-Users] For mailman

2005-01-05 Thread Mark Sapiro
Mircea Boldis wrote: > >I have a question, how can I list all members from my mailing list to see all >of them on a single page ? Or is that possible to export this list to an >external file ? > If you set the list's admin_member_chunksize attribute to a number greater than the total number of l

Re: [Mailman-Users] Reject post by user problem

2005-01-05 Thread Mark Sapiro
Frank Cohen wrote: >Hi Mailman Users: I maintain an open-source tool called TestMaker. I >use MailMan 2.1.4 with Postfix. Over the years I have received messages >from new users complaining that after they subscribe to a list they get >rejection notices from Mailman when they go to post to a li

Re: [Mailman-Users] Still having problems (2.1.5 + Postfix)

2005-01-05 Thread Alex Young
The paths are all correct, and the files are owned by the appropriate groups. I've read the readme files and installation notes. I'm not sure what the issue is, but I'm relatively sure it's not cosmetic. Thanks for the suggestion though - I'll let everyone know when I get it ironed out. -Al

Re: [Mailman-Users] Mailman broken?

2005-01-05 Thread Ben Edwards
Have apsted output below. Further investigation has shown it is only the main list page that is broke. The lists are actualy running OK and the lists individual pages work. Ben [EMAIL PROTECTED] bin]# ./check_db --all --verbose List: blaafoo /usr/local/mailman/lists/blaafoo/config.pck: okay

Re: [Mailman-Users] Mailman broken?

2005-01-05 Thread Jim Tittsler
On Jan 6, 2005, at 03:31, Ben Edwards wrote: This looks bad ;( [EMAIL PROTECTED] bin]# ./check_db --all Sorry, add the --verbose switch and watch for the object it fails on: ./check_db --all --verbose -- Jim Tittsler http://www.OnJapan.net/ GPG: 0x01159DB6 Python Starship

Re: [Mailman-Users] List Owner Query

2005-01-05 Thread Jim Tittsler
On Jan 6, 2005, at 01:16, Mary Pritchard wrote: How can I resolve this? Can I increase number of recipients? < Reason: Too many recipients to the message>> You can increase (or remove entirely) the sanity check on the number of recipients allowed in a message also addressed to your list. Read the

Re: [Mailman-Users] Messages not being delivered to lists

2005-01-05 Thread Brad Knowles
At 10:28 AM -0800 2005-01-05, Dunham, Kathy M wrote: Dec 3 15:55:12 ccshp Mailman mail-wrapper: Group mismatch error. Mailman expected the mail Dec 3 12:55:12 ccshp sendmail[22691]: iB3KtCj22690: to="|/usr/local/mailman/mail/mailman post Kdtest", ctladdr=<[EMAIL PROTECTED]> (1/0), delay=00:00:

Re: [Mailman-Users] Still having problems (2.1.5 + Postfix)

2005-01-05 Thread Brad Knowles
At 12:30 PM -0700 2005-01-05, Alex Young wrote: File "/usr/local/mailman/Mailman/MTA/Postfix.py", line 53, in _update_maps raise RuntimeError, msg % (acmd, status, errstr) RuntimeError: command failed: /usr/sbin/postalias /usr/local/mailman/data/aliases (status: 127, Unknown error 127)

Re: [Mailman-Users] Removing attachment

2005-01-05 Thread Brad Knowles
At 8:16 AM -0800 2005-01-05, Mark Sapiro wrote: multipart/mixed multipart/alternative message/rfc822 text/plain That's good, but it does break some forms of PGP signed messages. On the lists I manage, we almost always use something like the following: multipart/mixed multipart/alternative t

Re: [Mailman-Users] Getting started

2005-01-05 Thread Terry Allen
Hello, I used to have a list with mailman, but someone else set it up for me. When I changed servers I no longer used mailman. I would like to get another list set up through mailman again, since my current server is limiting my list options. Please let me know how to get started with a new list us

[Mailman-Users] Reject post by user problem

2005-01-05 Thread Frank Cohen
Hi Mailman Users: I maintain an open-source tool called TestMaker. I use MailMan 2.1.4 with Postfix. Over the years I have received messages from new users complaining that after they subscribe to a list they get rejection notices from Mailman when they go to post to a list. What steps should I

[Mailman-Users] List Owner Query

2005-01-05 Thread Mary Pritchard
Hi How can I resolve this? Can I increase number of recipients? <> Kindest regards Mary Pritchard HL7 UK Web Content Editor -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailm

[Mailman-Users] Removing attachment

2005-01-05 Thread Guillaume Morin
Hello, I would like to remove all attachments of the mails going to a specific mailing list. Browsing the doc and the faq, I have seen that we can block specific attachment, according to their MIME type, but I want to remove all of them. Can I do this with mailman ? Thank you, Guillaume Morin -

[Mailman-Users] Still having problems (2.1.5 + Postfix)

2005-01-05 Thread Alex Young
I have been having a devil of a time with this error - anyone want to take a crack at it? I've already insured that my settings are as per documentation and looked extensively at FAQ's, but perhaps I've missed something along the way. It's a Debian install with python-dev as suggested in one FAQ -

Re: [Mailman-Users] Mailman broken?

2005-01-05 Thread Ben Edwards
This looks bad ;( [EMAIL PROTECTED] bin]# ./check_db --all Traceback (most recent call last): File "./check_db", line 153, in ? main() File "./check_db", line 121, in main mlist = MailList(listname, lock=0) File "/usr/local/mailman/Mailman/MailList.py", line 124, in __init__ self

[Mailman-Users] Messages not being delivered to lists

2005-01-05 Thread Dunham, Kathy M
Hello, We recently installed mailman on HPUX 11.0. I have not had trouble creating a list but when I attempt to post to the list the following error message is returned: " [EMAIL PROTECTED] on 12/3/2004 12:55 PM The e-mail system was unable to deliver the message, but did not report a specif

Re: [Mailman-Users] recreating archive from mbox

2005-01-05 Thread Mark Sapiro
Andrew Watson wrote: >I am using the arch script to re-create some archives from the .mbox files. >Although there were no posts in 2005, it creates a few archive >entries for 2005. >I am running arch in 2005, and suspect that it may use the current >year when a date can't be identified for a pos

Re: [Mailman-Users] Removing attachment

2005-01-05 Thread Mark Sapiro
Guillaume Morin wrote: > >I would like to remove all attachments of the mails going to a specific >mailing list. Browsing the doc and the faq, I have seen that we can >block specific attachment, according to their MIME type, but I want to >remove all of them. Can I do this with mailman ? This is a

[Mailman-Users] Removing attachment

2005-01-05 Thread Guillaume Morin
Hello, I would like to remove all attachments of the mails going to a specific mailing list. Browsing the doc and the faq, I have seen that we can block specific attachment, according to their MIME type, but I want to remove all of them. Can I do this with mailman ? Thank you, Guillaume Morin -

Re: [Mailman-Users] Mailman broken?

2005-01-05 Thread Jim Tittsler
On Jan 5, 2005, at 20:18, Ben Edwards wrote: File "/usr/local/mailman/Mailman/Cgi/listinfo.py", line 87, in listinfo_overview mlist = MailList.MailList(name, lock=0) File "/usr/local/mailman/Mailman/MailList.py", line 124, in __init__ self.Load() File "/usr/local/mailman/Mailman/MailList.p

[Mailman-Users] Mailman broken?

2005-01-05 Thread Ben Edwards
Went to the main page on out server and got the below errors. Mailman has been running OK for a couple of years, I tried rebooting the server but no joy. Has anybody got any ideas what this could be? Ben Bug in Mailman version 2.1.2 We're sorry, we hit a bug! If you would like to help us identi

Re: [Mailman-Users] Running Mailman with Cpanel, or on adifferent server

2005-01-05 Thread Brad Knowles
At 6:53 PM -0800 2005-01-04, Mark Sapiro wrote: I don't know about cPanel, but in standard Mailman you can replace any of the standard templates in the templates/ directory with per-list templates in the lists/ directory. See http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.048.htp

[Mailman-Users] For mailman

2005-01-05 Thread Mircea Boldis
Hello, I am the admin of a few website, and I use your mailman with a real pleasure. Congratulation for this mailing list. I have a question, how can I list all members from my mailing list to see all of them on a single page ? Or is that possible to export this list to an external file ? Than

[Mailman-Users] List export

2005-01-05 Thread MLMPROS
Is there a way to export my list to be used on another website? -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives:

[Mailman-Users] Getting started

2005-01-05 Thread Brenda Harp
Hello, I used to have a list with mailman, but someone else set it up for me. When I changed servers I no longer used mailman. I would like to get another list set up through mailman again, since my current server is limiting my list options. Please let me know how to get started with a new list us

[Mailman-Users] recreating archive from mbox

2005-01-05 Thread Andrew Watson
I am using the arch script to re-create some archives from the .mbox files. Although there were no posts in 2005, it creates a few archive entries for 2005. I am running arch in 2005, and suspect that it may use the current year when a date can't be identified for a post. But the question is why