[Mailman-Users] Approving messages

2003-08-09 Thread Blessed Arrows
Is there a way to approve posts by replying to the message pending email 
that we receive?  If so, can you please give instructions as to how to 
do this.  The instructions at the bottom of each message pending email 
are not very clear.
Thank you,
Cindy McDaniels

--
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] error log reports miss spelled listname?

2003-08-09 Thread Kirk R. Wythers
On Fri, 2003-08-08 at 09:25, Richard Barrett wrote:

 Does the moved list have a directory called $prefix/list/listname and 
 if it is set for archiving a directory called 
 $prefix/archives/private/listname and 
yes
 $prefix/archives/private/listname.mbox?
yes
 
 How/what exactly did you move when you moved this old list to the new 
 MM 2.1.2 installation?
I untarred the achive, moved it all to $prefix/ and then ran ./fix_url
 
 Does this old list show up on the /mailman/listinfo and /mailman/admin 
 URI response pages?
yes
 
 Did you run prefix/bin/check_perms -f after manually moving this old 
 list into the new MM installation area?
yes... no errors
 
 Have you tried running fix_url against this moved list?
yes... did that when I moved the list in oreder to get the list pointing
to the right url

 
 
  The only other odd thing is when I querry 'owner' like this:
 
  /usr/local/mailman/mail/mailman owner
 
 
 I do not know what you are trying to achieve by running this command 
 and what you mean by querying 'owner'.
 
 What you are in fact doing is running the Mailman mail delivery program 
 wrapper which is intended to be called by the MTA to deliver messages 
 to Mailman. This wrapper checks the egid it is called with is that 
 specified by the --with-mail-gid value from the ./configure during 
 installation. As this condition is not being satisfied when you are 
 running it from the command line you get an error reported to that 
 effect.

If the gid wheel is a problem, then why do newly created lists work
fine? 

I tied changing the group with:

chgrp -v -R -L mailnull /usr/sbin/sendmail

then restarting sendmail and mailman. But it has no effect. What else
does the message 'try tweaking your mailserver to run the group mailnull
mean I should try... obviously I don't know what is meant by the term
'tweaking'


 
  I get this error:
 
  Group mismatch error.  Mailman expected the mail
  wrapper script to be executed as group mailnull, but
  the system's mail server executed the mail script as
  group wheel.  Try tweaking the mail server to run the
  script as group mailnull, or re-run configure,
  providing the command line option `--with-mail-gid=wheel'.
 
  It just doesn't make sense that there would be a real gid error if the
  testlist does all the right stuff (ie subscribes sends mail, accepts 
  mail
  etc...)
 
  Ideas?
-- 
Kirk R. Wythers Department of Forest Resources  
Tel: 612.625.2261   University of Minnesota
Fax: 612.625.5211530 Cleveland Ave. N
Email: [EMAIL PROTECTED]Saint Paul, MN 55108 USA


--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] help on converting Lyris archive

2003-08-09 Thread Zhang Qu
Hi,folks

 Does anyone have experience of converting a Lyris mailing list
archive to mailman?

 I am trying to convert a mailing list from Lyris to Mailman. I used
exp-arc.pl(which came with Lyris) to extract archive to a .mbox file
and strip those CR/LF. I created a list in mailman with the same name
and put this .mbox under archives/private/hdfnet.mbox/hdfnet.box,then
I run arch command from mailman/bin like this

./arch hdfnet /usr/local/mailman/archives/private/hdfnet.mbox/hdfnet.mbox

I got such error message

Updating HTML for article 182
Updating index files for archive [2002-December]
  Date
  Subject
  Author
  Thread
Computing threaded index
Updating HTML for article 183
Pickling archive state into /usr/local/mailman/archives/private/hdfnet/pipermail.pck
Traceback (most recent call last):
  File bin/arch, line 186, in ?
main()
  File bin/arch, line 174, in main
archiver.processUnixMailbox(fp, start, end)
  File /usr/local/mailman/Mailman/Archiver/pipermail.py, line 544, in 
processUnixMailbox
m = mbox.next()
  File /usr/lib/python2.2/mailbox.py, line 33, in next
return self.factory(_Subfile(self.fp, start, stop))
  File /usr/local/mailman/Mailman/Mailbox.py, line 79, in scrubber
return mailbox.scrub(msg)
  File /usr/local/mailman/Mailman/Mailbox.py, line 99, in scrub
return self._scrubber(self._mlist, msg)
  File /usr/local/mailman/Mailman/Handlers/Scrubber.py, line 132, in process
dir = calculate_attachments_dir(mlist, msg, msgdata)
  File /usr/local/mailman/Mailman/Handlers/Scrubber.py, line 93, in 
calculate_attachments_dir
datedir = safe_strftime(fmt, now)
  File /usr/local/mailman/Mailman/Handlers/Scrubber.py, line 77, in safe_strftime
return time.strftime(fmt, floatsecs)
TypeError: argument must be 9-item sequence, not None

and in mailman web interface, I only got monthly archive up to 2002
Dec.

anyone can help me?

thanks a lot in advance!





  

-- 
Best regards,
 Zhang  mailto:[EMAIL PROTECTED]


--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] mm_cfg.py

2003-08-09 Thread david.gordon
I've just updated to MM 2.1.2. All now working as expected - thanks to
those who helped!

I'd like to add personalisation to the mail footer (as this list does).
As I understand it I have to edit the mm_cfg.py file. Looking at it, it
appears to be an old version from my MM 2.0.x perhaps. Anyway there's no
lines about

 VERP_PERSONALIZED_DELIVERIES = 1

which I expected.

I think the mm.cfg.py is not updated - correct? Whatever, do I have a
correct version to replace the old one with? What should I be doing? I
assume when I find these lines and enable them I'll see a change in the
web interface?

Thanks

-- 
david.gordon



--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Python error message...

2003-08-09 Thread Christian Schoepplein
Hi!

Yesterday I upgrated python 2.2 to 2.3 on our mailinglistserver. Now I 
get some python errors:

as-2:/usr/lib/mailman/bin # ./config_list -o xyz as-news
/usr/lib/mailman/pythonlib/korean/c/euc_kr.py:24: RuntimeWarning: Python 
C API v
ersion mismatch for module _koco: This Python has API version 1012, 
module _koco
 has version 1011.
  import _koco
/usr/lib/mailman/pythonlib/japanese/c/euc_jp.py:3: RuntimeWarning: 
Python C API
version mismatch for module _japanese_codecs: This Python has API 
version 1012,
module _japanese_codecs has version 1011.
  import codecs, japanese.c._japanese_codecs
as-2:/usr/lib/mailman/bin # 

Allthog I don't have any Japanese or Korean lists on my server, I'd like 
to correct this errors. How can I do this?

Ciao,
Schoeppi

-- 
Christian Schoepplein | Beste Rockband der Welt: http://www.lily-rockt.de
[EMAIL PROTECTED] | Linux fuer Blinde: http://www.blinux.suse.de

--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] qrunner with over 90% CPU

2003-08-09 Thread Richard Barrett
Take a look at:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg17786.html

On Saturday, August 9, 2003, at 07:29  pm, Jens Gutzeit wrote:

Hi all,

I'm new to mailman, I've it running on my mailserver for 2 internal
mailinglists with low traffic (10-40 mails per day), nothing special, 
most
text mails, a few Multipart-Mime mails and a bit HTMl crap.

Now I've seen that qrunner has a high CPU usage, I had restartet 
mailman but
that doens't change anything.

Here's ps aux|grep mailman output
mailman   1089  0.0  1.6  5980 3988 ?S20:08   0:00 
/usr/bin/python
/home/mailman/bin/mailmanctl -s -q start
mailman   1090  0.0  1.7  5884 4268 ?S20:08   0:00 qrunner
/home/mailman/bin/qrunner --runner=ArchRunner:0:1 -s
mailman   1091  0.0  1.7  5888 4272 ?S20:08   0:00 qrunner
/home/mailman/bin/qrunner --runner=BounceRunner:0:1 -s
mailman   1092  0.0  1.7  5884 4268 ?S20:08   0:00 qrunner
/home/mailman/bin/qrunner --runner=CommandRunner:0:1 -s
mailman   1093  0.0  1.7  5888 4272 ?S20:08   0:00 qrunner
/home/mailman/bin/qrunner --runner=IncomingRunner:0:1 -s
mailman   1094  0.0  1.7  5924 4308 ?S20:08   0:00 qrunner
/home/mailman/bin/qrunner --runner=NewsRunner:0:1 -s
mailman   1095 95.4  1.7  5936 4360 ?R20:08   8:39 qrunner
/home/mailman/bin/qrunner --runner=OutgoingRunner:0:1 -s

mailman   1096  0.0  1.7  5892 4272 ?S20:08   0:00 qrunner
/home/mailman/bin/qrunner --runner=VirginRunner:0:1 -s
root  1421  0.0  0.2  1780  736 pts/6S20:17   0:00 grep 
mailman

Well that looks something strange to me, I can't find anything special 
in the
logs.

I'm running 2.1.2 on Debian woody with Postfix-2 as MTA.

The time for the qrunner --runner=OutgoingRunner:0:1 -s was at 683 
before I
had restartet mailman, for me it looks like an infinite loop, but what 
could
cause this?

BTW: I can still post to the lists, without any problems or high delay.

Thanks in advance,
Jens Gutzeit
---
Richard Barrett   http://www.openinfo.co.uk
--
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] error log reports miss spelled listname?

2003-08-09 Thread Richard Barrett
On Friday, August 8, 2003, at 12:44  am, Kirk R Wythers wrote:

 I have moved a list onto a new machine set up to handle virtual 
hosting. A
newly created 'testlist' works perfectly. However, the moved list does 
not.
The mailman error log reports the error: no such list as
miss_spelled_listname.

Does the moved list have a directory called $prefix/list/listname and 
if it is set for archiving a directory called 
$prefix/archives/private/listname and 
$prefix/archives/private/listname.mbox?

How/what exactly did you move when you moved this old list to the new 
MM 2.1.2 installation?

Does this old list show up on the /mailman/listinfo and /mailman/admin 
URI response pages?

Did you run prefix/bin/check_perms -f after manually moving this old 
list into the new MM installation area?

Have you tried running fix_url against this moved list?

The only other odd thing is when I querry 'owner' like this:

/usr/local/mailman/mail/mailman owner

I do not know what you are trying to achieve by running this command 
and what you mean by querying 'owner'.

What you are in fact doing is running the Mailman mail delivery program 
wrapper which is intended to be called by the MTA to deliver messages 
to Mailman. This wrapper checks the egid it is called with is that 
specified by the --with-mail-gid value from the ./configure during 
installation. As this condition is not being satisfied when you are 
running it from the command line you get an error reported to that 
effect.

I get this error:

Group mismatch error.  Mailman expected the mail
wrapper script to be executed as group mailnull, but
the system's mail server executed the mail script as
group wheel.  Try tweaking the mail server to run the
script as group mailnull, or re-run configure,
providing the command line option `--with-mail-gid=wheel'.
It just doesn't make sense that there would be a real gid error if the
testlist does all the right stuff (ie subscribes sends mail, accepts 
mail
etc...)

Ideas?


--
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Approving messages

2003-08-09 Thread John DeCarlo
Cindy,

You are correct.  Unfortunately, the exact step-by-step instructions 
will depend on the MUA (Mail User Agent or email program) you use.

What Mailman does is send out the confirmation mail with two 
attachments.  The first attachment is the original message so you can 
read it and be informed.  The second attachment is the message you need 
to reply to if you want to approve or discard the message.

If your MUA allows you to reply to the attached message, the 
instructions are reasonable.  If your MUA does not allow you to do this, 
you have to compose a new message and copy the Subject: of this 
attachment and make sure you send it to the listname-request address.

Here is a more complete example:

First, the second attachment message:

Subject: confirm 390a5be57d976cd1b3954224f81d9e3c520e0e97
From: [EMAIL PROTECTED]
If you reply to this message, keeping the Subject: header intact,
Mailman will discard the held message.  Do this if the message is
spam.  If you reply to this message and include an Approved: header
with the list password in it, the message will be approved for posting
to the list.  The Approved: header can also appear in the first line
of the body of the reply.
Second, you want to approve the message.  Your message back to Mailman 
should look like this:

To: [EMAIL PROTECTED]
Subject:  confirm 390a5be57d976cd1b3954224f81d9e3c520e0e97
Approved: MyPassword
Where MyPassword is the list administrator's or moderator's password. 
 If your MUA allows you to make it part of the header, do so.  If it 
doesn't make absolutely sure it is the first line of the text of the 
message.

Third, you want to discard the message.  Everything is the same except 
you don't put in the Approved:  MyPassword line.

Hope this helps.

Blessed Arrows wrote:
Is there a way to approve posts by replying to the message pending email 
that we receive?  If so, can you please give instructions as to how to 
do this.  The instructions at the bottom of each message pending email 
are not very clear.
Thank you,
Cindy McDaniels
--

John DeCarlo, My Views Are My Own



--
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/
This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Mass subscribe Member limit? (add_members)

2003-08-09 Thread Ed Wilts
On Thu, Aug 07, 2003 at 03:39:00PM -0300, Gustavo Gouvea wrote:
 Im using redhat 8.0 + mailman 2.0.13.
 
 It happens that Im using add_members to mass subscribe
 25,000 members.
 
 When I try to do it, the script tells me that several
 email adresses was already subscribed, but they were not.
 I use list_members and bingo! The emails informed as already
 subscribed are not subscribed.
 
 Is there a maximum number of members I can subscribe once?

I've done over 40,000 on Red Hat Linux 7.0 and mailman 2.0.13.  When I
saw the duplicate member error, it turned out that I had the same user
in my text file twice, but with different case.  Do a case-insensitive
uniq on your input file and see if that helps.

.../Ed
-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]

--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] mailman for fan club

2003-08-09 Thread Amy Rynne
Hello,
I am interested in using Mailman for a fan club email list.  I don't want a discussion 
list, just a monthly update for fans.  Do you have any suggestions or can you point me 
to a webpage that will tell me more about what I need?
Thanks,
Amy
--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] qrunner with over 90% CPU

2003-08-09 Thread Jens Gutzeit
Hi all,

I'm new to mailman, I've it running on my mailserver for 2 internal 
mailinglists with low traffic (10-40 mails per day), nothing special, most 
text mails, a few Multipart-Mime mails and a bit HTMl crap.

Now I've seen that qrunner has a high CPU usage, I had restartet mailman but 
that doens't change anything.

Here's ps aux|grep mailman output
mailman   1089  0.0  1.6  5980 3988 ?S20:08   0:00 /usr/bin/python 
/home/mailman/bin/mailmanctl -s -q start
mailman   1090  0.0  1.7  5884 4268 ?S20:08   0:00 qrunner 
/home/mailman/bin/qrunner --runner=ArchRunner:0:1 -s
mailman   1091  0.0  1.7  5888 4272 ?S20:08   0:00 qrunner 
/home/mailman/bin/qrunner --runner=BounceRunner:0:1 -s
mailman   1092  0.0  1.7  5884 4268 ?S20:08   0:00 qrunner 
/home/mailman/bin/qrunner --runner=CommandRunner:0:1 -s
mailman   1093  0.0  1.7  5888 4272 ?S20:08   0:00 qrunner 
/home/mailman/bin/qrunner --runner=IncomingRunner:0:1 -s
mailman   1094  0.0  1.7  5924 4308 ?S20:08   0:00 qrunner 
/home/mailman/bin/qrunner --runner=NewsRunner:0:1 -s
mailman   1095 95.4  1.7  5936 4360 ?R20:08   8:39 qrunner 
/home/mailman/bin/qrunner --runner=OutgoingRunner:0:1 -s

mailman   1096  0.0  1.7  5892 4272 ?S20:08   0:00 qrunner 
/home/mailman/bin/qrunner --runner=VirginRunner:0:1 -s
root  1421  0.0  0.2  1780  736 pts/6S20:17   0:00 grep mailman

Well that looks something strange to me, I can't find anything special in the 
logs.

I'm running 2.1.2 on Debian woody with Postfix-2 as MTA.

The time for the qrunner --runner=OutgoingRunner:0:1 -s was at 683 before I 
had restartet mailman, for me it looks like an infinite loop, but what could 
cause this?

BTW: I can still post to the lists, without any problems or high delay.

Thanks in advance,
Jens Gutzeit


--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Courtney Mullen/TCML is out of the office.

2003-08-09 Thread cmullen
I will be out of the office starting  08/08/2003 and will not return until
08/14/2003.

I will respond to your message when I return on Thursday August 14th. For
immediate assistance please contact Kathy Seery at ext 355 or
[EMAIL PROTECTED]



--
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/

This message was sent to: [EMAIL PROTECTED]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org