Re: [Mailman-Users] gmail to hotmail problem

2008-05-05 Thread Johnny Kosela
Thank you for the info, Stefan! I can realy see what i can do about the problem myself. So i guess i just have to wait using the mailing list until every body have stopped using hotmail ;-) Johnny - Original Message - From: Stefan Förster [EMAIL PROTECTED] To:

Re: [Mailman-Users] Newlist generates no output

2008-05-05 Thread Mark Sapiro
Johannes Grimm wrote: when i create a newlist with the newlist command in the mailman/bin directory from shell, there is no output generated to copy and paste for postfix aliases file. What needs to be done to let the output show up again? My guess is you have either MTA= 'Postfix' or MTA =

[Mailman-Users] List of owners and subscribers

2008-05-05 Thread Melinda Gilmore
Has anyone out there put together and scripts that might extract out owners and subscribers to a list. Where you could see all the list and all their subscribers in one place.We have a group of list here that not everyone is on, but they are closely related to the lists, and someone had put

Re: [Mailman-Users] List of owners and subscribers

2008-05-05 Thread Stefan Förster
Throw in a * Stefan Förster [EMAIL PROTECTED] wrote: list_lists | awk '(NR 1){print $1}' | while read line; do echo List: $line list_admins $line list_members -f $line done exactly there ;) And ofc, this now assumes that list_admins is in your $PATH, too. Cheers Stefan

Re: [Mailman-Users] List of owners and subscribers

2008-05-05 Thread Stefan Förster
* Melinda Gilmore [EMAIL PROTECTED] wrote: Has anyone out there put together and scripts that might extract out owners and subscribers to a list. Where you could see all the list and all their subscribers in one place. My English is not that good and I'm not really sure if I understand what

Re: [Mailman-Users] List of owners and subscribers

2008-05-05 Thread Mark Sapiro
Melinda Gilmore wrote: Has anyone out there put together and scripts that might extract out owners and subscribers to a list. Where you could see all the list and all their subscribers in one place.We have a group of list here that not everyone is on, but they are closely related to the

Re: [Mailman-Users] List of owners and subscribers

2008-05-05 Thread Brad Knowles
Melinda Gilmore wrote: Has anyone out there put together and scripts that might extract out owners and subscribers to a list. You can get all this information from the list rosters themselves. Can you explain what purpose you're trying to achieve and how the existing list roster mechanism

[Mailman-Users] Join List Problem

2008-05-05 Thread Bill Honneus (honneus)
Hi, I have my mailman set up and configured on my sendmail server as per the instructions in the Mailman Installation Manual. I was able to create a list called test using the newlist command line option, and got a confirmation email at the list owner's address. I have defined the aliases for

[Mailman-Users] Feature request: Easier to ban members

2008-05-05 Thread Cyndi Norwitz
I'm putting this here first for feedback. If you want me to submit it anywhere, let me know. I am running version 2.1.9. I have no control over which version it is. If this has been updated, great. I have run into the problem of it being difficult to ban someone. If the person is not a

[Mailman-Users] Running into a coding bug in 2.1.10 and 2.1.10rc1

2008-05-05 Thread ecsd
I've tried both 2.1.10rc1 and 2.1.10, running with Python 2.5 on FreeBSD 6.2. I'm getting PYTHON errors that suggest code mismatch or something, I installed 2.1.10rc1 first and then brought over lists and archives from a different host running 2.1.5. I did not know what to do to upgrade

Re: [Mailman-Users] Join List Problem

2008-05-05 Thread Mark Sapiro
Bill Honneus When I send an email to [EMAIL PROTECTED], I get the following returned email error: - Forwarded Message From: Mail Delivery Subsystem [EMAIL PROTECTED] To: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Sent: Monday, May 5, 2008 4:55:07 PM Subject: Returned mail: see

Re: [Mailman-Users] Running into a coding bug in 2.1.10 and 2.1.10rc1

2008-05-05 Thread Mark Sapiro
ecsd wrote: I've tried both 2.1.10rc1 and 2.1.10, running with Python 2.5 on FreeBSD 6.2. I'm getting PYTHON errors that suggest code mismatch or something, I installed 2.1.10rc1 first and then brought over lists and archives from a different host running 2.1.5. I did not know what to do to

Re: [Mailman-Users] Join List Problem

2008-05-05 Thread Bill Honneus (honneus)
When I send an email to [EMAIL PROTECTED], I get the following returned email error: - Forwarded Message From: Mail Delivery Subsystem [EMAIL PROTECTED] To: [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] Sent: Monday, May 5, 2008 4:55:07 PM Subject: Returned mail: see transcript for

[Mailman-Users] Create list error via Web Interface

2008-05-05 Thread Bill Honneus (honneus)
Hi, I have the Mailman web interface up and running, and I'm getting an error when I try to create a list using the create page. I'm going to this URL to create a new list, where 111.111.111.111 is the private IP address on our LAN segment: http://111.111.111.111/mailman/create

[Mailman-Users] Default URL Host Issue

2008-05-05 Thread Bill Honneus (honneus)
Hi, I am having two problems with my Mailman web server. First, I seem to be having a problem with setting my DEFAULT_URL_HOST. When I first configured my mm_cfg.py, I had both my DEFAULT_EMAIL_HOST and my DEFAULT_URL_HOST set to my.domain.com. But I needed to change the URL to

Re: [Mailman-Users] Join List Problem

2008-05-05 Thread Mark Sapiro
Bill Honneus wrote: Since the web interface works and normally invokes the scripts/driver script from the same scripts/ directory, I have to think that the mail wrapper was compiled with a different 'prefix' and is pointing at a different scripts/ directory. [BillH] I don't think that this is

Re: [Mailman-Users] Create list error via Web Interface

2008-05-05 Thread Mark Sapiro
Bill Honneus wrote: I have the Mailman web interface up and running, and I'm getting an error when I try to create a list using the create page. I'm going to this URL to create a new list, where 111.111.111.111 is the private IP address on our LAN segment: http://111.111.111.111/mailman/create

Re: [Mailman-Users] Default URL Host Issue

2008-05-05 Thread Mark Sapiro
Bill Honneus wrote: I am having two problems with my Mailman web server. First, I seem to be having a problem with setting my DEFAULT_URL_HOST. When I first configured my mm_cfg.py, I had both my DEFAULT_EMAIL_HOST and my DEFAULT_URL_HOST set to my.domain.com. But I needed to change the URL

Re: [Mailman-Users] Default URL Host Issue

2008-05-05 Thread Bill Honneus (honneus)
-Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Monday, May 05, 2008 10:39 PM To: Bill Honneus (honneus); mailman-users@python.org Subject: Re: [Mailman-Users] Default URL Host Issue Bill Honneus wrote: I am having two problems with my Mailman web server. First,

Re: [Mailman-Users] Join List Problem

2008-05-05 Thread Bill Honneus (honneus)
Bill Honneus wrote: Since the web interface works and normally invokes the scripts/driver script from the same scripts/ directory, I have to think that the mail wrapper was compiled with a different 'prefix' and is pointing at a different scripts/ directory. [BillH] I don't think that this

Re: [Mailman-Users] Create list error via Web Interface

2008-05-05 Thread Bill Honneus (honneus)
Hi Mark, Actually, I do already have VIRTUAL_HOSTS_OVERVIEW = No set in my Defaults.py. This must have come down from the default installation settings or it got set that way during the make install. Bill -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Monday, May

Re: [Mailman-Users] Create list error via Web Interface

2008-05-05 Thread Mark Sapiro
Bill Honneus wrote: Actually, I do already have VIRTUAL_HOSTS_OVERVIEW = No set in my Defaults.py. This must have come down from the default installation settings or it got set that way during the make install. My mistake. It's VIRTUAL_HOST_OVERVIEW, not VIRTUAL_HOSTS_OVERVIEW. The

Re: [Mailman-Users] Default URL Host Issue

2008-05-05 Thread Mark Sapiro
Bill Honneus wrote: [BillH] Yes, I have the following ScriptAliases defined in my httpd.conf: ScriptAlias /cgi-bin/ /usr/local/apache2/cgi-bin/ ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/ It's not what else you need. You have the right ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/