Re: [Mailman-Users] upgrading to mm2.1.9?

2006-09-14 Thread Dave Stern
On Thu, 14 Sep 2006, Dave Stern wrote: The last line of the tracedump was truncated in my initial message. Here's the full text prior to the pythin (v2.1.2) and environment variables admin(1562): [- Mailman Version: 2.1.9 -] admin(1562): [- Traceback --] admin(1562): Trac

[Mailman-Users] upgrading to mm2.1.9?

2006-09-14 Thread Dave Stern
Has anyone upgraded to 2.1.9 successfully? I tried upgrading as follows: ./configure with same params as my release. make install starts ok and ends ok but has one error: Creating architecture independent directories... chmod o-r /fs/mailman2/archives/private for p in email-2.5.8 JapaneseCo

[Mailman-Users] held-messages and discard

2006-07-26 Thread Dave Stern
I have a several thousand files in $MM/data/held-msg-LISTNAME-XXX.pck I presume these are spam or messages that have otherwise ended up queued, perhaps waiting for admin approval. I want to delete them so I > $MM/bin/discard $MM/data/heldmsg-somelist-4586.pck Discarded held msg #4586 for list som

Re: [Mailman-Users] Throttling output

2006-06-13 Thread Dave Stern
On Tue, 13 Jun 2006, Steve Campbell wrote: > Bernd, > - Original Message - > From: "Bernd Petrovitsch" <[EMAIL PROTECTED]> > To: > Sent: Tuesday, June 13, 2006 9:17 AM > Subject: Re: [Mailman-Users] Throttling output > > >> On Tue, 2006-06-13 at 09:06 -0400, Steve Campbell wrote: >> [...]

[Mailman-Users] renaming lists

2006-03-13 Thread Dave Stern
We have a number of departments with similarly-sounding lists as well as some that replicate others. To streamline and simplify, I intend to rename some lists. The FAQ describe how to move and redirect lists but this isn't quite what I want. In some cases, some lists will swap names (ie ListX is re

[Mailman-Users] obscure addresses in archive

2006-02-20 Thread Dave Stern
When one of our lists was first set up, users were subscribed but not sent their password (and monthly passwd is turned off also). Because of this, they couldn't get into the private archive. So the listadmin made the list archive public. Now users are complaining about spammers harvesting thei

[Mailman-Users] virtual host

2005-01-06 Thread Dave Stern - Former Rocket Scientist
We have a mailman 2.1.5 server that's on a host we cname to listserver. When mail goes to mailman, it comes back exposing the actual hostname in the URL in the mail message rather than the cname. As per faq 4.29, I've added to mm_cfg.py something like DEFAULT_EMAIL_HOST = 'listserver.mydomain.ru

[Mailman-Users] list bounced addresses

2004-12-17 Thread Dave Stern - Former Rocket Scientist
Is there an easy way to list which addresses on a list in mm215 have bounces pending? On the membership page, I'd have to go to each letter of the alphabet that has subscribers to see if "nomail" has a "?" next to it. Doable, but a pain. Likewise, I could grep the bounce logfile but that would

Re: [Mailman-Users] converted 2.0 moderated to 2.1.5

2004-12-02 Thread Dave Stern - Former Rocket Scientist
On Thu, 2 Dec 2004, Dave Stern - Former Rocket Scientist wrote: I'm converting a few dozen lists from an older install (2.1.12) to 2.1.5 and came across an interesting bug. We have some lists that were moderated in the old style of 2.0 ie restrict-post-to-members was set to NO and &qu

[Mailman-Users] converted 2.0 moderated to 2.1.5

2004-12-02 Thread Dave Stern - Former Rocket Scientist
I'm converting a few dozen lists from an older install (2.1.12) to 2.1.5 and came across an interesting bug. We have some lists that were moderated in the old style of 2.0 ie restrict-post-to-members was set to NO and "special people" were added to the Addresses-of-members-accepted-for-posting-t

[Mailman-Users] wrapper busted

2004-11-22 Thread Dave Stern - Former Rocket Scientist
I've got an old install (2.10.12) where, while mail to the lists goes thru, the daily reminders do not ie the cron /usr/local/bin/python -S /fs/mailman/cron/checkdbs produces ...to="|/fs/mailman/mail/wrapper mailowner mylist", ctladdr=<[EMAIL PROTECTED]> (1/0), delay=00:00:01, xdelay=00:00:00,

[Mailman-Users] list administrivia

2004-10-27 Thread Dave Stern - Former Rocket Scientist
How does one add the header ^X-List-Administrivia: yes to mailman stuff that's clearly administrative? Does this mean anything NOT to the list (eg a non-member trying to post to a members-only list, stuff to -admin, etc) gets this header? Will this work in mm2.0.X also or is this just a 2.1 featur

Re: [Mailman-Users] 30,000 Member List - Python Pickle Performance

2004-09-09 Thread Dave Stern - Former Rocket Scientist
On Thu, 9 Sep 2004, Hunter Hillegas wrote: I am seeing very high CPU usage when sending a message to my list and also when viewing members in the Web interface. The list has 30,000 members. Is this due to the pickle based persistence mechanism used? Can I do anything to help? Regarding sending, you

[Mailman-Users] setgroups in mailmanctl

2004-08-02 Thread Dave Stern - Former Rocket Scientist
I have two versions of mailman (2.0.13 and 2.1.5) with a technique to move and repoint some lists from the older to the newer. The newer has httpd running as user/group nobody and mm built --with-mail-gid=other. The webpage is accessible and sending mail to the lists works fine as well. check_perms

Re: [Mailman-Users] SUID woes

2004-07-22 Thread Dave Stern - Former Rocket Scientist
On Thu, 22 Jul 2004, Mike Horwath wrote: On Thu, Jul 22, 2004 at 12:25:43PM -0400, Dave Stern - Former Rocket Scientist wrote: [ID 809163 kern.info] NOTICE: admin, uid 14999: setuid execution not allowed, dev=1170080 Is the filesystem mounted to allow suid execution of binaries? That was one

[Mailman-Users] SUID woes

2004-07-22 Thread Dave Stern - Former Rocket Scientist
This is getting annoying. I know this is in the FAQ; perhaps someone can explain it better (or at least differently than in the FAQ.) I ultimately want apache to run with user and group nobody (60001:60001) I have a mailman user (14999:14999). I've tried compiling mm2.1.5 with most possible combina

[Mailman-Users] covert/modify config dump to pickle

2004-07-21 Thread Dave Stern - Former Rocket Scientist
In moving lists from one host to another (older MM2.0 to 2.1) I noticed that while "update" will convert lists, it leaves bad remnants of the old host within the config.pck ie the hostname. This includes the web_page_url and hostnames of umbrella lists if you have sublists. The result being once I

[Mailman-Users] convert config.db to pck?

2004-07-20 Thread Dave Stern - Former Rocket Scientist
I want to move lists from one machine (mailman 2.0.x) to a newer 2.1.x installation. Assuming I - tailor new host http.conf as needed - set mmsitepass on new - modify mm_cfg.py, - use web redirects from the old to the new - redirect aliases on old to new - scp $MAILMAN/archive/private/ to new ho

[Mailman-Users] making a replica

2004-07-14 Thread Dave Stern - Former Rocket Scientist
I've got a mm2.0.12 running just fine on a sol8 host with sendmail8.12.10 The software, aliases file and web tree are all automounted from elsewhere. I've replicated the above as well as mount points onto another machine for the purpose of testing migration (I Know, just update over the original b

[Mailman-Users] converting list from one architecture to another

2004-04-14 Thread Dave Stern - Former Rocket Scientist
We're considering moving an existing mailman structure from solaris to linux. Once the new linux platform is built and configured, can I get away with just moving the list data to the new machine ie assuming nothing is queued up or awaiting admin approval, copy $MAILMAN/archives to the new machine

Re: [Mailman-Users] list too big?

2004-02-11 Thread Dave Stern - Former Rocket Scientist
On 11 Feb 2004, Jon Carnes wrote: > On Wed, 2004-02-11 at 07:26, Dave Stern - Former Rocket Scientist wrote: > > We have a tiny sun ultra 10 handling 100-200 lists with general success. > > It's running an older version of MM (2.0.13) as I haven't gotten around > >

[Mailman-Users] list too big?

2004-02-11 Thread Dave Stern - Former Rocket Scientist
We have a tiny sun ultra 10 handling 100-200 lists with general success. It's running an older version of MM (2.0.13) as I haven't gotten around to upgrading and don't see many new features we'd want. Most of our lists have 3-400 users and work fine. I just recently added one with over 11,000 addr

Re: [Mailman-Users] member_posting_only

2003-10-24 Thread Dave Stern - Former Rocket Scientist
On Fri, 24 Oct 2003, Richard Barrett wrote: > > On Wednesday, October 22, 2003, at 09:34 pm, Andrew Watson wrote: > > > My ISP is running mailman 2.0.7 > > Due to spam, I recently changed my list options to: > > > > Restrict posting privilege to list members? ( member_posting_only ) - > > yes

[Mailman-Users] umbrella lists

2003-10-23 Thread Dave Stern - Former Rocket Scientist
We've had probs with nested lists in the past. I think the issue had to do with private lists (ie only members can post) for both the sublist(s) and the umbrella list. If set, how could a member of a sublist post to the umbrella list unless either the umbrella list was unrestricted or the user was

[Mailman-Users] auto-deleting held messages

2003-10-22 Thread Dave Stern - Former Rocket Scientist
This is unsolicited but I'm sure someone has or will be bitten by this. So consider this an amendment to the FAQ. There's an answer in the FAQ on automatically deleting held messages along with a script. In the following situation, Given list "somelist" as *well* as list "somelist-blah", when the

[Mailman-Users] spamassassin with mm2.1.3

2003-10-17 Thread Dave Stern - Former Rocket Scientist
Has anyone gotten this to work? I followed the instructions at http://www.daa.com.au/~james/articles/mailman-spamassassin/ but now nothing goes thru and the error log says Oct 17 14:01:07 2003 (29854) Uncaught runner exception: global name 'False' is not defined Oct 17 14:01:07 2003 (29854) Tra

[Mailman-Users] auto generate aliases for mm2.1.3?

2003-10-16 Thread Dave Stern - Former Rocket Scientist
I'm testing mailman 2.1.3 and was hoping that the -o option for newlist would actually work (ie auto append to my sendmail aliases file the appropriate stuff). It doesn't appear to and the only other thing I found in the archives is using genaliases but I'd have to munge a script to get just the p

Re: [Mailman-Users] trimming archives

2003-04-03 Thread Dave Stern - Former Rocket Scientist
On Thu, 3 Apr 2003, Dave Stern - Former Rocket Scientist wrote: > How do you trim back archives? I presume > > find {$MAILMAN}/archives/private -name "*.gz" -exec rm "{}" \; > > would be a bad idea as the indices still think they exist (or would > the cronjo

[Mailman-Users] trimming archives

2003-04-03 Thread Dave Stern - Former Rocket Scientist
How do you trim back archives? I presume find {$MAILMAN}/archives/private -name "*.gz" -exec rm "{}" \; would be a bad idea as the indices still think they exist (or would the cronjobs fix this) Thanks =-=-=-=-=-=-=-=-=-=-=-=- generated by /dev/dave -=-=-=-=-=-=-=-=-=-=-=-=-=-= David Stern

Re: [Mailman-Users] mailman + spamassassin

2003-03-13 Thread Dave Stern - Former Rocket Scientist
On Thu, 13 Mar 2003, Jonas Meurer wrote: > On 11/03/2003 Detlef Neubauer wrote: > > > also. Now I would like to configure mailman to filter every incoming > > > mail through spamassassin. > > > > I think it would better you let your MTA or procmail to do this job. > > Ok, let procmail do the job i

Re: [Mailman-Users] Mailman and home pages

2003-03-05 Thread Dave Stern - Former Rocket Scientist
On Tue, 4 Mar 2003, Brian W. Kinne wrote: > Greetings; > > This may be more apache related, but am hoping someone else has already succeeded at > this. I'm trying to set up mailman so that the listinfo page is the default homepage > for the virtual server. The closest I've come is displaying lis

[Mailman-Users] compiling mm2.1.1 with sendmail

2003-03-03 Thread Dave Stern - Former Rocket Scientist
I'm having the devil of a time getting mailman to work with sendmail. It compiles and installs ok but contstantly bickers about Mailman expected the mail wrapper script to be executed as group "other", but the system's mail server executed the mail script as group "mailman". Try tweaking the mail

Re: [Mailman-Users] Mailman/Held Messages for Admin

2003-03-02 Thread Dave Stern - Former Rocket Scientist
On Thu, 27 Feb 2003, Ingrid Kast Fuller wrote: > Is there anyway to SELECT ALL and REJECT ALL in the Held messages for the > admin. Our list is getting so many spams, I have to click one by one thru > 136 messages to get rid of all of them. Is there another way to delete > them. Maybe I just nee

Re: [Mailman-Users] Another error - Services unavailable

2003-02-28 Thread Dave Stern - Former Rocket Scientist
> On Fri, 2003-02-28 at 03:36, Heather J. Lubinsky wrote: > > Any idea why this would be happening? > > I wonder if something is wrong with my server > > Mailman 2.0.8 and Linux & apache > > Heather > > > > Return-Path: <[EMAIL PROTECTED]> > > Received: from localhost (localhost) > > by pcosupport

Re: [Mailman-Users] Site list is missing: mailman

2003-02-27 Thread Dave Stern - Former Rocket Scientist
On Wed, 26 Feb 2003, Tomas wrote: > I am trying to start qrunner on my system - I can run it manually. When I try > to start it with the script that I copied to my /etc/rc.d/init.d/ directory, it > gives me this message, and does not start: > > Site list is missing: mailman > > What does this mea

[Mailman-Users] mailman and spamassassin

2003-02-26 Thread Dave Stern - Former Rocket Scientist
Seeing how others have asked about this, I've gotten an older version of mailman (2.0.12) and spamassassin (2.1) working together. Let's say the list in question is called mylist - add to you aliases file mylist: "/usr/local/bin/procmail -m /etc/procmailrc" - /etc/procmail include things l

[Mailman-Users] mm2.0.X to 2.1.1 upgrade, spamassassin

2003-02-25 Thread Dave Stern - Former Rocket Scientist
Regarding the problems I had where the tracedump was complaining of authentication/cookies, I was able to resolve the problem by unprotecting things some (chmod g+w in $PREFIX/logs, $PREFIX/archives/private) and then re-running check_perms. Interesting that check_perms ran successfully previously.

Re: [Mailman-Users] authentication problem on upgrade

2003-02-25 Thread Dave Stern - Former Rocket Scientist
On Mon, 24 Feb 2003, Matthew Davis wrote: > * Dave Stern - Former Rocket Scientist ([EMAIL PROTECTED]) wrote: > > I'm going from 2.0.13 to 2.1.1. The machine I want to first test it on > > has no compiler so I copy the real mailman structures onto another machine, > > (

Re: Fw: [Mailman-Users] Re: Example of bad line break in subjectheader

2003-02-25 Thread Dave Stern - Former Rocket Scientist
On Mon, 24 Feb 2003, Sumeet Pannu wrote: > 2. Does anyone have any idea how to force sendmail to pipe ALL mailman > messages to procmail and set up a rule to remove the tabs before sending the > message to the users, but after it has already mangled the subject line? > thanks, sumeet. set procmai

[Mailman-Users] authentication problem on upgrade

2003-02-24 Thread Dave Stern - Former Rocket Scientist
I'm going from 2.0.13 to 2.1.1. The machine I want to first test it on has no compiler so I copy the real mailman structures onto another machine, (let's call it "test.domain") have account, group, perms etc set up, configure --prefix=/etc/mailman --build=test.domain \ --host=test.domain make i

[Mailman-Users] domain restriction or wish list

2003-01-24 Thread Dave Stern - Former Rocket Scientist
Is it possible to have a list that's only partially restricted? Specifically, I'd like a list that only people within our domain could post to. If this is not possible, then consider this for the next iteration of the mailman v2.x wishlist =-=-=-=-=-=-=-=-=-=-=-=- generated by /dev/dave -=-=-

[Mailman-Users] highly closed list

2002-12-29 Thread Dave Stern - Former Rocket Scientist
We've set up a number of private lists (only the admin can post or only the admin plus members). Now the admins are complaining about the request for post approval messages from spammers. Is there any way to have non-members messages completely disappear or at worst, get an autoreply saying the lis

[Mailman-Users] nested/umbrella lists

2002-11-08 Thread Dave Stern - Former Rocket Scientist
Is it a correct statement that if you have nested lists, the sub-lists MUST be open-posting to allow the umbrella list to post to it? Say I have a list called dave-test which includes both user addresses and names of one or more sublists. I thought I'd simply be able to add under privacy-options

Re: [Mailman-Users] HTdig intergration pb

2002-07-29 Thread Dave Stern - Former Rocket Scientist
On Mon, 29 Jul 2002, Odhiambo Washington wrote: > * Richard Barrett <[EMAIL PROTECTED]> [20020729 13:50]: wrote: > > At 12:13 29/07/2002 +0300, Odhiambo Washington wrote: > > >Maybe someone who has successfully intergrated HTDig and Mailman can help > > >me. > > > > > >I've been trying to get th

Re: [Mailman-Users] wrapper not available for sendmail?

2002-07-16 Thread Dave Stern - Former Rocket Scientist
On Mon, 15 Jul 2002, Philip White wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > I created the a "etc-officers" mailing list, but when I try to subscribe > to it from a different e-mail address, here's what I get in response to > my confirmation reply: > > > ~ - The followi

[Mailman-Users] configure fails on 2.0.12

2002-07-15 Thread Dave Stern - Former Rocket Scientist
Has anyone had problems running configure on mailman2.0.12? 2.0.11 builds fine but when I download 12 onto same box, I consistantly get ...checking for CGI extensions... no ./configure: test: unknown operator == Is there a new requirement or a bad script? To force the issue, I can copy all the

[Mailman-Users] mailman install

2002-07-10 Thread Dave Stern - Former Rocket Scientist
I'm re-installing mailman on an automounted partition and am having some problems. The install goes as planned and I can even make lists and people receive welcome messages but I can't send to the list and can't reach the webpage. Log for the webpage: @@

[Mailman-Users] filtering with procmail

2002-02-15 Thread Dave Stern - Former Rocket Scientist
Anyone have any experience filtering with procmail with mailman2.0.8? The FAQ gives hints but seems to be incomplete. Given a list called test, with entries in aliases as test:"|/home/mailman/mail/wrapper post test" test-admin: "|/home/mailman/mail/wrapper mailow

[Mailman-Users] getting mailman to work at all

2002-02-11 Thread Dave Stern - Former Rocket Scientist
I've installed mailman-1.1 on a solaris 5.7 box with the latest apache and python. I can create a list and access, modify the config web pages but mail never goes through. While it passed check_perm, all files were installed root:mailman. I changed them to mailman:mailman but that didn't make a d