Re: [Mailman-Users] Upgrade to 2.1.4 failed - user lost - recover via backup unsuccessful - any ideas?

2004-06-08 Thread Alex Dupont
Hi,


 then how about 'strings' ?

Email-Addresses. A lot of them, although I can't see how many. But I
fear something is not right as it (partly) looks as follows:

---
[EMAIL PROTECTED]
kJVe0ZnAr
[EMAIL PROTECTED]
John Doe
[EMAIL PROTECTED] U
Jane Doe
[EMAIL PROTECTED]
Janis Doe
l ElikararU
[EMAIL PROTECTED]
Jim Doe
llerr7U
[EMAIL PROTECTED]
Jack Doer9U
U[EMAIL PROTECTED]:U
Joey Doer;U
---

The structure is obvious. But I don't understand why sometimes
there is only the address and sometimes it begins with e.g. U
and/or the name also sometimes has an rXU-combination attached to
it. Some passwords are encrypted (at the beginning of the list), some
addresses don't have any pw (which is fine AFAIK as that comes from
old days) but some combinations seem rather mixed up, see above. I am
not able to stop the output in time when I thought I also saw some kind
of gap in the list.

 Other useful tool may be bin/check_db. Use -h option for usage.

With both config.pck (the small, new one, and the old, big one) -v
gives me okay. But: it alters my backup-config.pck to the new,
small size. So apparently it dumps the information in there from some
part on.

  print x  ( gives you contents of database)

Traceback (most recent call last):
  File stdin, line 1, in ?
  File /usr/lib/python2.3/pickle.py, line 1390, in load
return Unpickler(file).load()
  File /usr/lib/python2.3/pickle.py, line 872, in load
dispatch[key](self)
  File /usr/lib/python2.3/pickle.py, line 894, in load_eof
raise EOFError
EOFError
 
Again, an error message that is of no help to me, unfortunately...

Greetings
Alex


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] mailman wrapper + exim 4.22

2004-06-08 Thread vlad f halilow
hello. i have installed mailman 2.0.11-1woody8 from debian. MM working under exim 
4.22, and working correctly except one thing.

i got a message from wrapper with error code 6, and message in syslog listed below


Mailman mail-wrapper: Illegal command: admin


this message appears, when coming mail to '[EMAIL PROTECTED]'.

exim debug show, that wrapper run with following arguments:

14:58:36 10644 direct command after expansion:
14:58:36 10644   argv[0] = /var/lib/mailman/mail/wrapper
14:58:36 10644   argv[1] = admin
14:58:36 10644   argv[2] = news

so, this something like wrapper admin news. this configuration i got from internet, 
and do not sure in it cleaness. so, what i need to seng via arguments to wrapper, when 
mail to listname-admin received? may be i dont need to route mail to admins via 
mailman router?

configuration:

-
MAILMAN_HOME=/var/lib/mailman
# wrapper script for mailman
MAILMAN_WRAP=MAILMAN_HOME/mail/wrapper
# user and group for mailman
MAILMAN_USER=list
MAILMAN_GROUP=daemon


mailman_router:
driver = accept
require_files =  MAILMAN_HOME/lists/$local_part/config.db
local_part_suffix_optional
local_part_suffix = -bounces : -bounces+* : -confirm+* : -join : -leave : -owner : 
-request: -admin
transport = mailman_transport


mailman_transport:
driver = pipe
command = MAILMAN_WRAP '${if def:local_part_suffix \
{${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}}} {post}}' $local_part
current_directory = MAILMAN_HOME
home_directory = MAILMAN_HOME
user = MAILMAN_USER
group = MAILMAN_GROUP




--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] MAIL MAN

2004-06-08 Thread Brad Knowles
At 2:07 PM -0400 2004-06-04, Dele Adebara wrote:
 1.  Is there any limit to the number of e mails that can be stored in
 Mail Man?
	There is no hard-coded limit, no.  There may be practical limits, 
depending on the size of the messages, whether or not you allow 
attachments, how long you keep the archives, how big your hard drives 
are, etc

 2.  If I want to use Mail Man for capturing the e mail of my subscribers
 and sending out the newsletter, can other features of Mail Man be disabled?
What other features?  Disabled in what way?
	If all you want to do is run an announcement-only list, you can 
do that.  You install Mailman, you configure the lists, and then you 
don't make use of any of the other features.

 3.  I am not a computer tech, is it possible for me to install Mail Man
 on my own?
	Depending on how adept you are with computers, this is possible. 
However, a certain amount of talent and skill will be required to 
install it, configure it, and maintain it.

 4.  If I need help to install and configure Mail Man, where can I get
 the help, and how much will it cost me?
	There are people on this list who could provide consulting 
services.  Alternatively, if you want to host your list somewhere 
else and let them have the job of maintaining the hardware, etc..., 
please see 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq01.017.htp.

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Messages held in shunt and retry queue

2004-06-08 Thread Brad Knowles
At 5:22 PM -0400 2004-06-05, Brian York wrote:
 Their is nothing else that postfix has put in the maillog besides 
just repeats
 of that.
	That's all incoming mail.  There's got to be outgoing mail being 
handled somewhere.  You've got to find where that is and compare the 
MTA logs on that system against your Mailman logs.

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] This I hate

2004-06-08 Thread Brad Knowles
At 11:49 AM -0500 2004-06-06, Mel Sojka wrote:
 Well recently I installed a second version of python and got MailMan 2.1.4
 up and running.  I did this using a post or a FAQ entry.  This was on a
 remote clients machine and I guess I left my notes there.  Whoever made
 that post about installing a second version of Python please do so again
 or point me to it in the FAQ. I need to do it again.
	Paul was kind enough to put this up at 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq05.009.htp.

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] GNU Mailman MS Exchange

2004-06-08 Thread Brad Knowles
At 3:53 PM +1000 2004-06-06, JOHN O'REILLY wrote:
 I have checked the GNU Mailman FAQ and see no mention of whether or not
 GNU Mailman will work with MS EXchange.
 The question is has anyone tried any level of 'integration' with these
 two products.
	See 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq05.002.htp 
for an example of how to install Mailman on Windows 2000 using exim 
as your MTA and IIS as a web server.

	I don't know how this would play with Exchange, however -- you 
might have to install a separate MTA for Mailman, and keep the 
communications with Exchange one layer removed.

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Adding Subs-criptions by Email Rather than Web Interface

2004-06-08 Thread Brad Knowles
At 12:58 PM -0400 2004-06-06, Mike Phillips wrote:
 Is there a way to send a subs-cribe request to the list via email, or do all
 of the subs-cribes have to be through the web interface? The help email
 indicates that there is a subs*cribe option, but I cannot get it to work.
	Yes, there is an e-mail interface.  See the Mailman User 
documentation page at 
http://www.list.org/mailman-member/node10.html.

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Members not showing up!

2004-06-08 Thread Brad Knowles
At 8:55 AM -0400 2004-06-07, John Schragg wrote:
 My members list never shows anyone else as a member except the
 administrator. Also when a person subscribes. They never get any
 email back saying that they are now a member..WHAT IS GOING ON?
	Hmm.  Sounds like this might be the redirect problem.  Take a 
look at 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.045.htp 
and see if this helps.

	If it does, then please tell us what keywords you searched for 
when looking through the FAQ, and we'll try to add them to this 
entry.  If you didn't search through the FAQ before posting, then 
shame on you!

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Bouncing e-mails

2004-06-08 Thread Brad Knowles
At 6:28 AM -0500 2004-06-07, Nick Lance wrote:
 I am having a problem with Mailman, in that about a week ago, the postings
 made to the list started bouncing.  First, it seemed that a few of the
 addresses bounced, then more and more.  Now, about 5 people out of 350 are
 actually getting the e-mail, the rest are bouncing.  Some addresses have
 been disabled.  My host reset the disabled setting so that no more are
 getting disabled, but all the e-mail messages are still bouncing.
	You need to find out why they're bouncing.  You need to check the 
log files on the mail server (not Mailman), and you need to take a 
look at the bounce messages that are coming back.

	This isn't really a Mailman problem per se, it's a problem of a 
system generating multitudes of bounces somewhere, and Mailman taking 
that and un-subscribing your users as a result.

	You need to find and fix the cause of the bounces, and then 
Mailman should work as intended.

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] default_member_moderation and add_members

2004-06-08 Thread Brad Knowles
At 7:15 AM -0700 2004-06-07, djmcke wrote:
 Hi all, I have the option:
 default_member_moderation (privacy): By default, should new list
 member postings be moderated?
 Set to yes but when I added a bunch of users with the add_members script
 they showed up at unmoderated.  Is this a bug or an I using it wrong (or
 expecting it to work the wrong why)?
	This feature has always worked as intended for me.  Are you 
over-riding this in Defaults.py or mm_cfg.py?

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Messages held in shunt and retry queue

2004-06-08 Thread Brad Knowles
At 11:30 PM -0400 2004-06-07, Brian York wrote:
 Would their be any performance loss by having mailman send through the ip
 address of eth0 instead of the loopback?
	Using eth0 instead of lo0 will result in real packets being 
generated and sent out the interface, and then coming back in.  This 
could run foul of firewall rules, network stack configuration, DNS 
configuration issues, etc  Using eth0 would also be less 
portable, and if you were to move the lists to another machine, you'd 
have to make more configuration changes to get them working again -- 
as opposed to putting a numeric 127.0.0.1 in your configuration 
instead.

Generally speaking, if you can help it, you want to use lo0.
	Using eth0 instead won't necessarily hurt your performance on a 
medium or small-size list (it could hurt on a big list, depending on 
what other traffic the machine is doing), but it could potentially 
result in a lot of other problems that may be difficult to debug, 
etc

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Reply-to in umbrella lists

2004-06-08 Thread Brad Knowles
At 11:30 AM +0200 2004-06-07, Martin wrote:
 is it possible to change dynamicly the Reply-to-Field to the mail address
 of the umbrella list when the mail is sent to the umbrella list and not
 directly to the sublist ?
	I believe that this question has been asked on the mailing list 
before, but I don't recall if there was a solution, or what the 
solution was.  I'd encourage you to search the archives.

	Thinking about this, one thing you might be able to do would be 
set a forced reply-to header for the umbrella list, and then do not 
set any reply-to header in any of the sublists.

	Alternatively, you could have each of the sub-lists set their 
reply-to header to point back to the umbrella list.

In theory, one of the other of those should have the desired effect.
--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] header as text and message as attachemt

2004-06-08 Thread Brad Knowles
At 6:40 PM +0200 2004-06-07, Matthias Rieber wrote:
 when I add a header to the message, the message will be send as
 attachemnt. The message is *not* html. It looks like this:
	I wonder if this may be a problem with character set differences 
(or perceived differences) in the headers versus the bodyparts versus 
the footers.  Comments below:

 Date: Mon, 7 Jun 2004 18:31:18 +0200 (CEST)
Message-ID:
 [EMAIL PROTECTED]
 MIME-Version: 1.0
 Content-Type: MULTIPART/MIXED;
 BOUNDARY=-1521340903-909602307-1086625878=:18605
 From: xxx.xx
 Subject: test 1 2 3
 X-BeenThere: xxx.xx
 X-Mailman-Version: 2.1.4
 Precedence: list
 Reply-To: [EMAIL PROTECTED]
 Cc: [EMAIL PROTECTED]
 To: Matthias Rieber [EMAIL PROTECTED]
 Sender: [EMAIL PROTECTED]
	Not that there is no character set or content-transfer encoding 
listed in these headers.

 ---1521340903-909602307-1086625878=:18605
 Content-Type: text/plain; charset=iso-8859-1
 MIME-Version: 1.0
 Content-Transfer-Encoding: quoted-printable
 Content-Disposition: inline
This is the first bodypart.  Note that the Content-Type header is:
Content-Type: text/plain; charset=iso-8859-1
	In particular, note the capitalization of text/plain and the 
double-quotes around iso-8859-1.

Note that the Content-Transfer-Encoding header is:
Content-Transfer-Encoding: quoted-printable
Note the capitalization of quoted-printable.
 ---1521340903-909602307-1086625878=:18605
 Content-Type: TEXT/PLAIN; charset=iso-8859-1
 Content-Transfer-Encoding: QUOTED-PRINTABLE
	This is the second bodypart.  Note the differences in 
capitalization of TEXT/PLAIN, the lack of double-quote characters 
around iso-8859-1, annd the difference in capitalization of the 
word QUOTED-PRINTABLE.

 I was using the same config, except security updates (Debian Woody), some
 month ago without any problems. I switched from pine 4.51 to 4.60. But I
 tried the old version again, still the same problem.
	I'd be inclined to check the code to see if it is sensitive to 
differences in capitalization or presence/absence of quote 
characters.  Note that this might be a difference in the way Python 
handles things as opposed to Mailman, so you should check all the 
relevant code and modules for Python itself, as well as the Python 
code for Mailman.

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Adding prefix to subject line

2004-06-08 Thread Jerome Dsilva
Hi, 
The prefix option is enabled for the subject in mailman , but I need to
add a space after the prefix.. 
ie; if the prefix is [test].. the subject should read .. [test]
subject.. 
Please note that there is a space in between the prefix and the
subject.. 
How can I achieve this... I'm using mailman 2.0 on Suse 9.1 
 
I know this can be done by editing the MailList.py file,, but do I need
to compile it .. 
 
Thanks 
Jerome 
 
  

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Reply-to in umbrella lists

2004-06-08 Thread Martin
Brad Knowles wrote:


At 11:30 AM +0200 2004-06-07, Martin wrote:

  

  

 is it possible to change dynamicly the Reply-to-Field to the mail address
 of the umbrella list when the mail is sent to the umbrella list and not
 directly to the sublist ?





  I believe that this question has been asked on the mailing list 
before, but I don't recall if there was a solution, or what the 
solution was.  I'd encourage you to search the archives.


  

  

I have asked this question already but got no answer


  Thinking about this, one thing you might be able to do would be 
set a forced reply-to header for the umbrella list, and then do not 
set any reply-to header in any of the sublists.

  

  

I this case I have no reply-header when I send directly to the
sublist


  Alternatively, you could have each of the sub-lists set their 
reply-to header to point back to the umbrella list.
  

  

When I send directly to a sublist normally the replies should only
go to the sublist and not to any umbrella list


  In theory, one of the other of those should have the desired effect.

  

  


Now I solved the problem with procmail using the FAQ:

http://www.python.org/cgi-bin/faqw-mm.py?req=all#4.15


and the following procmailrc entry:

RECIPIENT=`formail -zxTo:`

:0fwh
| formail -I Reply-To: $RECIPIENT

:0
|/usr/lib/mailman/mail/mailman post ${MAILMAN}



Martin



--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Installation help--Dumb Apache problem

2004-06-08 Thread Dan Ray
On Mon, 2004-06-07 at 21:05, Jim Tittsler wrote:
 On Jun 8, 2004, at 00:15, Dan Ray wrote:
 
 [...]
 Directory /usr/local/mailman/cgi-bin
  AllowOverride None
  Options None
 
 This is more of an Apache question than Mailman... but don't you need 
 (at least) the 'ExecCGI' option on that directory?

Shouldn't be necessary, as it's implied in the ScriptAlias directive.
That said, I've tried it both with and without that option in the
Directory, and it made no difference.

I agree completely this is an Apache problem. I was just hoping somebody
on this list might be able to see something I'd missed. STILL hoping
that, by the way... ;-)

Thanks!!

-- 
Do or do not. There is no try.
   --Yoda


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Adding prefix to subject line

2004-06-08 Thread Jim Tittsler
On Jun 8, 2004, at 21:34, Jerome Dsilva wrote:
The prefix option is enabled for the subject in mailman , but I need to
add a space after the prefix..
ie; if the prefix is [test].. the subject should read .. [test]
subject..
Please note that there is a space in between the prefix and the
subject..
How can I achieve this... I'm using mailman 2.0 on Suse 9.1
You force a trailing space on the prefix by using bin/withlist to edit
the configuration for your list.
An old posting of mine explaining the steps for Mailman 2.0:
http://mail.python.org/pipermail/mailman-users/2000-March/004061.html
--
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/
Ringo MUG Tokyo  http://www.ringo.net/rss.html
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Installation help--Dumb Apache problem

2004-06-08 Thread Brad Knowles
At 8:43 AM -0400 2004-06-08, Dan Ray wrote:
 This is more of an Apache question than Mailman... but don't you need
 (at least) the 'ExecCGI' option on that directory?
 Shouldn't be necessary, as it's implied in the ScriptAlias directive.
 That said, I've tried it both with and without that option in the
 Directory, and it made no difference.
	I must concede that I don't know Apache as well as I would like. 
Can you confirm that this is not the redirect problem, as discussed 
in 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.045.htp?

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Problems logging into Admin interface

2004-06-08 Thread Everett Littles
I have 5 lists on my Mailman server.  Three of the 5 work fine at the 
admin page.  I can log in and administer the lists with no problem.
Two, however, have a problem with the admin page. One of the lists I 
can't log into.  When I log into the list, I get the following error:

Traceback (most recent call last):
  File /usr/share/mailman/scripts/driver, line 87, in run_main
main()
  File /usr/share/mailman/Mailman/Cgi/admindb.py, line 238, in main
mlist.Save()
  File /usr/share/mailman/Mailman/MailList.py, line 515, in Save
self.__save(dict)
  File /usr/share/mailman/Mailman/MailList.py, line 487, in __save
os.unlink(fname_last)
OSError: [Errno 22] Invalid argument: 
'/private/var/mailman/lists/llms/config.pck.last'

I ran into this when trying to complete an administrative request.
This same list also sends me the following in email.
At your convenience, visit:
http://http://lists.server.com/mailman/admindb/list1
I have no idea why the double http is being thrown in there.
Can anyone lend some guidance on where to start looking for the root of 
this problem?

Thanks
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Minor edits to listinfo page

2004-06-08 Thread Brendan Chard
In my everlasting quest to reduce phonecalls and emails to list moderators
I'd like to edit the text on the Unsubscribe or edit options button that
is on the Listinfo page of all my mailing lists so that the button reads
Edit Options

Can I do this, and if so, where do I perform my edits?

Thanks as always,
-Brendan




--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] mailing rejected

2004-06-08 Thread Kelsey Forsythe
Hello,
I'm running mailman 2.1.4 on an Xserve which is using Postfix with 
pop-before-smtp.

Does anyone have insight as to how I might eradicate the below 
rejection?

Thanks,
Kelsey
This is the Postfix program at host atom.chem.iupui.edu.
I'm sorry to have to inform you that the message returned
below could not be delivered to one or more destinations.
For further assistance, please send mail to postmaster
If you do so, please include this problem report. You can
delete your own text from the message returned below.
The Postfix program
[EMAIL PROTECTED]: cannot append message to destination 
file
/etc/postfix/lists/mmodlist/archive/current: cannot open file: 
Permission
denied

[EMAIL PROTECTED]: Command died with status 1:
/etc/postfix/lists/mmodlist/mmodsend
Reporting-MTA: dns; atom.chem.iupui.edu
Arrival-Date: Tue,  8 Jun 2004 11:32:17 -0500 (CDT)
Final-Recipient: rfc822; [EMAIL PROTECTED]
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; cannot append message to destination file
/etc/postfix/lists/mmodlist/archive/current: cannot open file: 
Permission
denied

Final-Recipient: rfc822; [EMAIL PROTECTED]
Action: failed
Status: 5.0.0
Diagnostic-Code: X-Postfix; Command died with status 1:
/etc/postfix/lists/mmodlist/mmodsend
From: Kelsey Forsythe [EMAIL PROTECTED]
Date: June 8, 2004 11:20:46 AM EST
To: [EMAIL PROTECTED]
Subject: test
testing...1 1 1
KF
Kelsey Forsythe, PhD
Director, Computational Molecular Science Facility
IUPUI Chemistry
LD 320
402 North Blackford St.
Indianapolis, IN 46202
Ph: 317-278-2202
Fax: 317-274-4701
Kelsey Forsythe, PhD
Director, Computational Molecular Science Facility
IUPUI Chemistry
LD 320
402 North Blackford St.
Indianapolis, IN 46202
Ph: 317-278-2202
Fax: 317-274-4701
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Wanted: Someone to set up Mailman on my server

2004-06-08 Thread [EMAIL PROTECTED]
From: Prodos (Melbourne, Australia), [EMAIL PROTECTED]

Good morning.

I am looking for someone who can help me to download and
set up Mailman on my server. Also to install some of the
available Mailman patches. 

I am awful with tech stuff and don't know any Python.

My projects are all non-profit based and I don't have
much money. But of course I expect to pay for any
assistance.

Can you help? How much would you charge?
Please contact me off-list on [EMAIL PROTECTED]
as soon as possible if you'd like to discuss further.

Thanks.

=]:-)

PRODOS

Discover the power. Of ideas!

http://prodos.com




.

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Messages held in shunt and retry queue

2004-06-08 Thread Brian York
ok would the postfix file main.cf be like this
inet_interfaces = 172.31.101.70, 127.0.0.1

Brian


On Tuesday 08 June 2004 07:32, Brad Knowles wrote:
 At 11:30 PM -0400 2004-06-07, Brian York wrote:
   Would their be any performance loss by having mailman send through the
  ip address of eth0 instead of the loopback?

   Using eth0 instead of lo0 will result in real packets being
 generated and sent out the interface, and then coming back in.  This
 could run foul of firewall rules, network stack configuration, DNS
 configuration issues, etc  Using eth0 would also be less
 portable, and if you were to move the lists to another machine, you'd
 have to make more configuration changes to get them working again --
 as opposed to putting a numeric 127.0.0.1 in your configuration
 instead.

   Generally speaking, if you can help it, you want to use lo0.

   Using eth0 instead won't necessarily hurt your performance on a
 medium or small-size list (it could hurt on a big list, depending on
 what other traffic the machine is doing), but it could potentially
 result in a lot of other problems that may be difficult to debug,
 etc

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] CLI changing members to moderated

2004-06-08 Thread Brian York
I haven't been able to figure out how to change users to moderated from the 
CLI. 

Is there more to the list management commands than are showed in the -h flag. 
If so how can i find the info?

If anyone had any suggestions on automatic list creation along with ways of 
setting members as moderated please let me know.

Thanks
Brian

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Re: Minor edits to listinfo page

2004-06-08 Thread Paul H Byerly
On 11:00 AM 6/8/2004, [EMAIL PROTECTED] wrote:
In my everlasting quest to reduce phonecalls and emails to list moderators
I'd like to edit the text on the Unsubscribe or edit options button that
is on the Listinfo page of all my mailing lists so that the button reads
Edit Options
Can I do this, and if so, where do I perform my edits?
 Sure.  Below is the teach to fish version.  Backing up files b4 you 
change them is always a good plan.

 Search for files with the text you want to change:
# grep -rl Unsubscribe or edit options prefix/local/mailman/Mailman/
prefix/local/mailman/Mailman/HTMLFormatter.py
prefix/local/mailman/Mailman/HTMLFormatter.pyc
 You want the py, as Python creates the pyc from the py file.
open HTMLFormatter.py with the editor of your choice
search for Unsubscribe or edit options in the file
change the text
save
restart Mailman with:
# prefix/bin/mailmanctl restart
 Paul
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] mailing rejected

2004-06-08 Thread Brad Knowles
At 11:27 AM -0500 2004-06-08, Kelsey Forsythe wrote:
 [EMAIL PROTECTED]: cannot append message to destination file
 /etc/postfix/lists/mmodlist/archive/current: cannot open file: 
Permission
 denied
	This is a file permissions problem.  See 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.009.htp, 
and try running check_perms.

	Any time you have a problem with Mailman, it's a good idea to 
check the FAQ and search for key words like permission.  You can 
also start with the general Troubleshooting guide at 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq03.014.htp, 
which mentions using check_perms as the first thing in the list.

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Installation help--Dumb Apache problem

2004-06-08 Thread Dan Ray
On Tue, 2004-06-08 at 08:53, Brad Knowles wrote:
   I must concede that I don't know Apache as well as I would like. 
 Can you confirm that this is not the redirect problem, as discussed 
 in 
 http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.045.htp?

Yeah, it's definitely not that. Not only am I not redirecting there (I'm
getting there via supposedly normal Apache config aliases), but this is
my initial page load, there's no POST data to lose.


-- 
Do or do not. There is no try.
   --Yoda


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] help: everything works, but mail is not sent to lists

2004-06-08 Thread Thomas M. Parris
Dear mailmaners:

With mailman 2.1.4 on Solaris 2.8 using sendmail (no snyde comments please).

Everything works, but mail is not sent to lists.
1. messages are help for moderation
2. messages are approved
3. messages get sent to an external archiver
4. BUT MESSAGES ARE NOT SENT TO THE LIST VIA THE MTA (sendmail).

We did not have this problem with 2.1.3.  (And yes, the cronjobs are
installed and qrunner is running).

Any help would be most appreciated.

Many thanks in advance,
Tom


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] customize list administrator mail

2004-06-08 Thread Saurav Pathak
Hi:

For a list that requires both confirmation and approval for
subscription, I would like to customize a message for the 
subscriber once he has confirmed and awaiting administrator 
approval.  Where do I customize the message?

My initial guess was the file ~mailman/templates/en/approve.txt but
that turned out to be wrong.  Please help.

Mailman 2.1.1
Redhat 9

Thanks,
Saurav

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Tuning mailman and sendmail

2004-06-08 Thread Sasa Stupar
Hi!
I have installed sendmail 8.12.11 and Mailman 2.1.5 on RH8. The problem 
is that it takes a long time to send messages to all subscribed users 
(1+).
So I am wondering if there is something I can configure in sendmail or 
mailman to run faster?

Regards,
Sasa
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

Re: [Mailman-Users] Installation help--Dumb Apache problem

2004-06-08 Thread Tokio Kikuchi
This has been asked many times.

 I want to install the Mailman CGIs in a virtualhost under Apache, and it
 won't go. The v-host gives me a 500 on a Hello World Perl script in
 both the Mailman ScriptAlias directory as well as the cgi-bin.

Answer: You should check your apache error_log if you get 500 error.

-- 
Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/


--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] Re: Tuning mailman and sendmail

2004-06-08 Thread David Gibbs
Sasa Stupar wrote:
I have installed sendmail 8.12.11 and Mailman 2.1.5 on RH8. The problem 
is that it takes a long time to send messages to all subscribed users 
(1+).
So I am wondering if there is something I can configure in sendmail or 
mailman to run faster?
Check out 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq06.003.htp

david
--
Laws alone can not secure freedom of expression; in order that every man 
present his views without penalty there must be spirit of tolerance in 
the entire population.-
Albert Einstein

--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] help: everything works, but mail is not sent to lists

2004-06-08 Thread Brad Knowles
At 5:21 PM -0400 2004-06-08, Thomas M. Parris wrote:
 With mailman 2.1.4 on Solaris 2.8 using sendmail (no snyde comments please).
	Sendmail is a perfectly fine MTA for use with Mailman.  It may 
take a bit more work to configure than postfix or exim, but on the 
other hand (in my experience) it can be more scalable than any other 
MTA on the planet.

 Everything works, but mail is not sent to lists.
 1. messages are help for moderation
 2. messages are approved
 3. messages get sent to an external archiver
 4. BUT MESSAGES ARE NOT SENT TO THE LIST VIA THE MTA (sendmail).
	Have you seen the FAQ entry at 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq03.014.htp?

 We did not have this problem with 2.1.3.  (And yes, the cronjobs are
 installed and qrunner is running).
 Any help would be most appreciated.
	What's in the Mailman logs?  What's in the sendmail logs?  It 
seems clear that the disconnect is somewhere between Mailman sending 
the messages out and the MTA, so we need to know what's going on.

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] subscription did not respond

2004-06-08 Thread Linux Newbie
ive installed mailman on my Rh box. when im on the part of subscribing for test, there 
are no email confirmation to the owner of the mailings list.what is wrong with my 
config?


-
Do you Yahoo!?
Friends.  Fun. Try the all-new Yahoo! Messenger
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] subscription did not respond

2004-06-08 Thread Brad Knowles
At 7:06 PM -0700 2004-06-08, Linux Newbie wrote:
 ive installed mailman on my Rh box. when im on the part of subscribing
 for test, there are no email confirmation to the owner of the mailings
 list.what is wrong with my config?
	See 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq03.014.htp 
and 
http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.044.htp.

--
Brad Knowles, [EMAIL PROTECTED]
They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety.
-Benjamin Franklin, Historical Review of Pennsylvania.
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


[Mailman-Users] No footer

2004-06-08 Thread Young, Darren
Trying to get a footer on every mail sent to a given list's members. Added the options 
in the page and still they aren't added to the bottom of the member's messages. 
Mailman version 2.0.11.
 
In the regular member (non-digest) options section, under the footer added to 
mail... section I have:
 
___
%(real_name)s mailing list
%(real_name)[EMAIL PROTECTED](host_name)s
%(web_page_url)slistinfo%(cgiext)s/%(_internal_name)s
 
 
Thanks,
 
Darren Young
Senior UNIX Administrator
University of Chicago
Graduate School of Business
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/

[Mailman-Users] no email confirmation for the handler

2004-06-08 Thread Linux Newbie
guys,
anyone tried mailman on postfix? i ve installed postfix and mailman on my RH9 box. 
after installing mailman, i tried testing the subscription page, after subscribing one 
email address, no email confirmation was sent to the handler of the list. any ideas 
whats wrong ?



-
Do you Yahoo!?
Friends.  Fun. Try the all-new Yahoo! Messenger
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] CLI changing members to moderated

2004-06-08 Thread Jim Tittsler
On Jun 9, 2004, at 02:23, Brian York wrote:
I haven't been able to figure out how to change users to moderated 
from the
CLI.
I don't know of a command line tool supplied with Mailman that will do 
it, but you can use bin/withlist and a tiny Python script to set the 
moderation bit for a particular email address.

Create a file called moderate.py containing:
from Mailman.Errors import NotAMemberError
from Mailman import mm_cfg
def moderate(m, addr):
try:
m.setMemberOption(addr, mm_cfg.Moderate, mm_cfg.Yes)
m.Save()
except NotAMemberError:
print 'No address matched:', addr
Then you can call bin/withlist with the listname and email address you 
want to set the moderate bit on:

$ bin/withlist -l -r moderate mylist [EMAIL PROTECTED]
--
Jim Tittsler http://www.OnJapan.net/  GPG: 0x01159DB6
Python Starship  http://Starship.Python.net/
Ringo MUG Tokyo  http://www.ringo.net/rss.html
--
Mailman-Users mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/