From hankfein at yahoo.com Thu Jun 1 00:58:31 2000 From: hankfein at yahoo.com (Hank Fein) Date: Wed, 31 May 2000 15:58:31 -0700 (PDT) Subject: [Mailman-Users] restricting posting Message-ID: <20000531225831.6681.qmail@web1102.mail.yahoo.com> Hi, I am running Mailman 2.0 beta 2 and have both "Must posts be approved by an administrator" and "Restrict posting privilege to list members" set to YES. Yet it seems that anyone can post to my mailinglists -- and I never get prompted to approve anything. Thanks, Hank __________________________________________________ Do You Yahoo!? Send instant messages & get email alerts with Yahoo! Messenger. http://im.yahoo.com/ From mentor at alb-net.com Thu Jun 1 05:03:42 2000 From: mentor at alb-net.com (Mentor Cana) Date: Wed, 31 May 2000 23:03:42 -0400 (EDT) Subject: [Mailman-Users] latest CVS; multiple message approval Message-ID: There seems to be a problem when approving multiple messages in the latest CVS (this evening). When approving multiple messages at least one of them will disappear. logs/vette shows the messages as approved, however the messages never makes it to the archives and it does not get distributed. I tried this with 2 and three messages waiting for approval. Hope this helps to resolve a possible problem. thanks, mentor From bwarsaw at python.org Thu Jun 1 05:03:49 2000 From: bwarsaw at python.org (Barry A. Warsaw) Date: Wed, 31 May 2000 23:03:49 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] approved messages in 2.0beta3 not archived References: Message-ID: <14645.53909.340540.557299@anthem.python.org> >>>>> "MC" == Mentor Cana writes: MC> Some testing with 2.0beta3 revealed that the approved message MC> are not being archived properly. Actually, the messages get MC> into the list.mbox file but they are missing the "From " line MC> and therefore do not show on the archive page. This will (finally) be fixed in the released 2.0beta3. -Barry From bwarsaw at python.org Thu Jun 1 06:45:32 2000 From: bwarsaw at python.org (Barry A. Warsaw) Date: Thu, 1 Jun 2000 00:45:32 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] latest CVS; multiple message approval References: Message-ID: <14645.60012.91457.847125@anthem.python.org> >>>>> "MC" == Mentor Cana writes: MC> There seems to be a problem when approving multiple messages MC> in the latest CVS (this evening). When approving multiple MC> messages at least one of them will disappear. logs/vette shows MC> the messages as approved, however the messages never makes it MC> to the archives and it does not get distributed. MC> I tried this with 2 and three messages waiting for approval. MC> Hope this helps to resolve a possible problem. Yes, thanks. The current CVS should have the patch for this. Time for sleep. -Barry From tagata at rand.co.jp Thu Jun 1 10:55:08 2000 From: tagata at rand.co.jp (Akira Tagata) Date: Thu, 1 Jun 2000 17:55:08 +0900 Subject: [Mailman-Users] Problem archiving Japanese messages In-Reply-To: (message from Akira Tagata on Wed, 31 May 2000 17:45:14 +0900) References: <393381343AC.7CE9OSKAR@cs> Message-ID: I have just rewritten the process: | $ diff Mailman/Archiver/Archiver.py Mailman/Archiver/Archiver.py.20000531 | 233,244d232 | < ########## nkf before internal archiver ########## | < import tempfile | < outputfile=tempfile.mktemp() | < filter = '/usr/bin/nkf -me >' + outputfile | < tofilter=os.popen(filter, 'w') | < tofilter.write(txt) | < tofilter.close() | < fromfilter=open(outputfile) | < txt=fromfilter.read() | < fromfilter.close() | < os.remove(outputfile) | < ########## nkf before internal archiver ########## The original code (Archiver.py.20000531) is from Mailman v1.1 on the Debian GNU/Linux 2.1 distribution. This is so ugly.... [snip] > > I have modified Archiver.py to invoke nkf from Mailman before the internal > > archiver process as follows. Your hint was so valuable. > > > > > > | $ diff Mailman/Archiver/Archiver.py Mailman/Archiver/Archiver.py.20000531 > > | 233,241d232 > > | < ########## nkf before internal archiver ########## > > | < import popen2 > > | < (nkfout, nkfin) = popen2.popen2('/usr/bin/nkf -me') > > | < nkfin.write(txt) > > | < nkfin.close() > > | < tmptxt = nkfout.read() > > | < nkfout.close() > > | < txt = tmptxt > > | < ########## nkf before internal archiver ########## [snip] > A large text process was blocked. [snip] -- Akira Tagata R&D Computer Co., Ltd. / Tokyo From busia at tiscalinet.it Thu Jun 1 12:31:32 2000 From: busia at tiscalinet.it (busia) Date: Thu, 1 Jun 2000 06:31:32 -0400 (EDT) Subject: [Mailman-Users] Mailman + Postfix: Problems with the wrapper Message-ID: <39363ac5393a0364@twingo.tiscalinet.it> (added by twingo.tiscalinet.it) I have installed the latest versions of postfix (Beta 19991231 Patchlevel 08) and mailman (2.0beta2), I have created a ML and, then, added the aliases. When I try to send a message to the ML the wrapper send me this error: --------- Command died with status 2: "/home/mailman/mail/wrapper post redazione" --------- The file "/home/mailman/logs/error" is empty, the check_perms is ok. It's very urgent for me to find the solution for this problem. I can give you all the informations you need Thanks Andrea Busia -- TiscaliFreeNet, libero accesso ad Internet. http://www.tiscalinet.it From peter at gol.com Thu Jun 1 12:39:52 2000 From: peter at gol.com (Peter Evans) Date: Thu, 1 Jun 2000 19:39:52 +0900 Subject: [Mailman-Users] Mailman + Postfix: Problems with the wrapper In-Reply-To: <39363ac5393a0364@twingo.tiscalinet.it>; from busia on Thu, Jun 01, 2000 at 06:31:32AM -0400 References: <39363ac5393a0364@twingo.tiscalinet.it> Message-ID: <20000601193952.C10219566@gol.ad.jp> busia (busia at tiscalinet.it) wrote: > I have installed the latest versions of postfix (Beta 19991231 Patchlevel 08) and mailman (2.0beta2), I have created a ML and, then, added the aliases. > When I try to send a message to the ML the wrapper send me this error: > --------- > Command died with status 2: "/home/mailman/mail/wrapper post redazione" > --------- > The file "/home/mailman/logs/error" is empty, the check_perms is ok. > It's very urgent for me to find the solution for this problem. I can give you all the informations you need Check ownership of the aliases file that drives the mailman stuff. typically its a separate aliases file in the mailman directory with the appropriate owner. You can also try reading the readme's about postfix+mailman. Worked for me. ^_^! P -- Remember The 5 K's. The Justified Agents of Munya-munya-muuuu ... From haisam at ido.org Thu Jun 1 15:52:57 2000 From: haisam at ido.org (Haisam K. Ido) Date: Thu, 1 Jun 2000 13:52:57 +0000 (GMT) Subject: [Mailman-Users] incorrect list-id Message-ID: On the server that I use when mailman sends monthly reminders the list-id is always incorrect. How does one fix that? +----------------- Haisam K. Ido ----------------------+ From liuk at mozart.publinet.it Thu Jun 1 16:40:41 2000 From: liuk at mozart.publinet.it (Luca Maranzano) Date: Thu, 1 Jun 2000 16:40:41 +0200 Subject: [Mailman-Users] Approving only via Web? Message-ID: <20000601164041.A2218@publinet.it> Hello, I'm trying Mailman 2.0beta2 on SunOS 5.5.1 and it seems to work well, we intend to migrate some smartlist based mailing list to Mailman :-) I've a question about moderation: is it possible to approve or reject or discard a message simply by email? We are in the situation where some moderators will have mostly email access for the list administration. I didn't found any reference to this in the documentation. Thanks in advance for any answers. Regards from Italy. Luca -- _____________________________________________________________________ Luca Maranzano voice:+39.010.2463638 SIR s.r.l. - PublinetWork(tm) fax:+39.010.2461246 GENOVA - ITALY________________________________mailto:liuk at publinet.it From denes at ppgia.pucpr.br Thu Jun 1 17:33:38 2000 From: denes at ppgia.pucpr.br (Alexandre Denes dos Santos) Date: Thu, 1 Jun 2000 12:33:38 -0300 (EST) Subject: [Mailman-Users] incorrect list-id In-Reply-To: Message-ID: My server has the same problem, and only with the list reminders. I also noticed (in my case) that the list id that is assigned to all reminders of all lists is the id of the first list (by the order that they appear in listinfo). Any ideas? Cheers Denes From ckolar at admin.aurora.edu Thu Jun 1 17:44:55 2000 From: ckolar at admin.aurora.edu (Christopher Kolar) Date: Thu, 01 Jun 2000 10:44:55 -0500 Subject: [Mailman-Users] incorrect list-id In-Reply-To: References: Message-ID: <4.3.2.7.2.20000601103831.00d2f850@admin.aurora.edu> At 10:33 AM 6/1/2000, Alexandre Denes dos Santos wrote: >My server has the same problem, and only with the list reminders. I also >noticed (in my case) that the list id that is assigned to all reminders of >all lists is the id of the first list (by the order that they appear in >listinfo). I posted something to the developer's list about this last month. Apparently Mm uses the ID of the first publicly visible list on your server for all of the monthly reminder messages. The rationale for this seems to be that many people getting the reminders may be on multiple lists, so the list ID used for the reminder is really just an unimportant placeholder so that there is not a lot of header creation confusion for people on multiple lists. Now that I bothered to write that out, here is one of the official replies: Herald Meland wrote: >I think the reasoning went like this: As any reminder message can >contain info about more than one list membership, it's impossible to >use the "correct" list for delivery. Thus, as Mailman can't get this >completely right, it rather chooses the easiest solution available; >use the same list for all deliveries. You can find the string in the Mm developer's list archive, the subject line that I used was: wrong list info in header (b1) Cheers, --chris -- /////\\\\\/////\\\\\ Christopher G. Kolar Director, Department of Instructional Technology Aurora University, Aurora, Illinois ckolar at admin.aurora.edu -- www.aurora.edu/~ckolar [PGP Public Key ID: 0xC6492C72] From bartjan at vrielink.net Thu Jun 1 18:07:32 2000 From: bartjan at vrielink.net (Bart-Jan Vrielink) Date: Thu, 1 Jun 2000 18:07:32 +0200 (CEST) Subject: [Mailman-Users] incorrect list-id In-Reply-To: Message-ID: On Thu, 1 Jun 2000, Alexandre Denes dos Santos wrote: > My server has the same problem, and only with the list reminders. I also > noticed (in my case) that the list id that is assigned to all reminders of > all lists is the id of the first list (by the order that they appear in > listinfo). Even this list gets it wrong, the monthly reminders (how do I turn them of ??) send for this list have a list-id of the mailman-developpers list. -- Tot ziens, Bart-Jan From chuqui at plaidworks.com Thu Jun 1 17:59:51 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Thu, 1 Jun 2000 08:59:51 -0700 Subject: [Mailman-Users] incorrect list-id In-Reply-To: <4.3.2.7.2.20000601103831.00d2f850@admin.aurora.edu> References: <4.3.2.7.2.20000601103831.00d2f850@admin.aurora.edu> Message-ID: At 10:44 AM -0500 6/1/2000, Christopher Kolar wrote: >I posted something to the developer's list about this last month. >Apparently Mm uses the ID of the first publicly visible list on your >server for all of the monthly reminder messages. The rationale for >this seems to be that many people getting the reminders may be on >multiple lists, so the list ID used for the reminder is really just >an unimportant placeholder so that there is not a lot of header >creation confusion for people on multiple lists. Arguably, since it's a meta-message and not a list-message, it probably ought to not have a list-id attached. it's not coming from a list, but from the list's server. -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From bartjan at vrielink.net Thu Jun 1 18:14:40 2000 From: bartjan at vrielink.net (Bart-Jan Vrielink) Date: Thu, 1 Jun 2000 18:14:40 +0200 (CEST) Subject: [Mailman-Users] incorrect list-id In-Reply-To: <4.3.2.7.2.20000601103831.00d2f850@admin.aurora.edu> Message-ID: On Thu, 1 Jun 2000, Christopher Kolar wrote: > At 10:33 AM 6/1/2000, Alexandre Denes dos Santos wrote: > >My server has the same problem, and only with the list reminders. I also > >noticed (in my case) that the list id that is assigned to all reminders of > >all lists is the id of the first list (by the order that they appear in > >listinfo). > > I posted something to the developer's list about this last > month. Apparently Mm uses the ID of the first publicly visible list on > your server for all of the monthly reminder messages. The rationale for > this seems to be that many people getting the reminders may be on multiple > lists, so the list ID used for the reminder is really just an unimportant > placeholder so that there is not a lot of header creation confusion for > people on multiple lists. Yes, but this confuses my procmail rules and saves it to the folder mailman-developer instead of mailman-users. Because I'm not subscribed to mailman-developer, I have that folder not set up in my MUA, so I don't see the reminder. -- Tot ziens, Bart-Jan From esj at harvee.billerica.ma.us Thu Jun 1 18:20:19 2000 From: esj at harvee.billerica.ma.us (Eric S. Johansson) Date: Thu, 1 Jun 2000 12:20:19 -0400 Subject: [Mailman-Users] incorrect list-id References: Message-ID: <004d01bfcbe5$474f6c80$0500a8c0@rufus> ----- Original Message ----- From: "Bart-Jan Vrielink" To: "Christopher Kolar" Cc: Sent: Thursday, June 01, 2000 12:14 PM Subject: Re: [Mailman-Users] incorrect list-id > On Thu, 1 Jun 2000, Christopher Kolar wrote: > > > At 10:33 AM 6/1/2000, Alexandre Denes dos Santos wrote: > > >My server has the same problem, and only with the list reminders. I also > > >noticed (in my case) that the list id that is assigned to all reminders of > > >all lists is the id of the first list (by the order that they appear in > > >listinfo). > > > > I posted something to the developer's list about this last > > month. Apparently Mm uses the ID of the first publicly visible list on > > your server for all of the monthly reminder messages. The rationale for > > this seems to be that many people getting the reminders may be on multiple > > lists, so the list ID used for the reminder is really just an unimportant > > placeholder so that there is not a lot of header creation confusion for > > people on multiple lists. > > Yes, but this confuses my procmail rules and saves it to the folder > mailman-developer instead of mailman-users. Because I'm not subscribed to > mailman-developer, I have that folder not set up in my MUA, so I don't see > the reminder. I too would like to see a more accurate list ID on the reminder messages. I take advantage of the monthly reminder messages to help me cleanup the subscriptions on the lower volume mailing lists. When I get a bounce, I go delete the user. Fortunately, I only need to filter through three or four lists so it's not hideous but it would be nice to know exactly where to go to delete the given user. ---eric From denes at ppgia.pucpr.br Thu Jun 1 18:02:26 2000 From: denes at ppgia.pucpr.br (Alexandre Denes dos Santos) Date: Thu, 1 Jun 2000 13:02:26 -0300 (EST) Subject: [Mailman-Users] incorrect list-id In-Reply-To: <4.3.2.7.2.20000601103831.00d2f850@admin.aurora.edu> Message-ID: Thanks for Christopher about the answer. As Microsoft said when they discovered a security problem in NT: "that's not a bug, it's a feature". Bye Denes From jwblist at olympus.net Thu Jun 1 19:59:46 2000 From: jwblist at olympus.net (John W Baxter) Date: Thu, 1 Jun 2000 10:59:46 -0700 Subject: [Mailman-Users] incorrect list-id In-Reply-To: References: <4.3.2.7.2.20000601103831.00d2f850@admin.aurora.edu> Message-ID: At 8:59 -0700 6/1/2000, Chuq Von Rospach wrote: >>I posted something to the developer's list about this last month. >>Apparently Mm uses the ID of the first publicly visible list on your >>server for all of the monthly reminder messages. The rationale for >>this seems to be that many people getting the reminders may be on >>multiple lists, so the list ID used for the reminder is really just >>an unimportant placeholder so that there is not a lot of header >>creation confusion for people on multiple lists. > >Arguably, since it's a meta-message and not a list-message, it >probably ought to not have a list-id attached. it's not coming from a >list, but from the list's server. And, based on a complaint just now in another list (exim-users) from a person who gateways list messages throughout his company, there probably ought to be some easy filtering method (some X-xxx header in place of List-ID??) so that the list password doesn't get broadcast by the gateway process in that situation. --John -- John Baxter jwblist at olympus.net Port Ludlow, WA, USA From chuqui at plaidworks.com Thu Jun 1 20:22:22 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Thu, 1 Jun 2000 11:22:22 -0700 Subject: [Mailman-Users] incorrect list-id In-Reply-To: References: <4.3.2.7.2.20000601103831.00d2f850@admin.aurora.edu> Message-ID: At 10:59 AM -0700 6/1/2000, John W Baxter wrote: > >>Arguably, since it's a meta-message and not a list-message, it >>probably ought to not have a list-id attached. it's not coming from a >>list, but from the list's server. > >And, based on a complaint just now in another list (exim-users) from a >person who gateways list messages throughout his company, there probably >ought to be some easy filtering method (some X-xxx header in place of >List-ID??) so that the list password doesn't get broadcast by the gateway >process in that situation. There's a proposed standard for this: list-probe. While it doesn't fit these password messages perfectly, I think it could be used (and perhaps this concept ought to be tossed into the discussion pot for list-probe). See Actually, this is a pretty gnarly problem. If you mail to an exploder, all bets are off, since the person is actually not subscribed to the list, so the exploder list ought to follow RFC2369 and strip the List-* headers, since they aren't relevant to the users on the other side of the exploder. It also, frankly, ought to replace them with a relevant set of their own List-* headers. but -- does list-ID change in this kind of exploder situation? Ack. And on the more general level, if you're sending out that "monthly notice about the foobar mail list", what's appropriate for these headers? I think there ought to be list-* headers for RFC2369, since that's effectively what the message is for, but no List-ID, since it's not attached to a list, but to the list's server. But if list-probe is adopted (and at first glance, I like it), it'd allow an exploder to recognize a message as a meta-message and strip it. No, wait. That causes another problem. It screws up using list-probe for what it's really there for, probing for bogus, forwarded addresses. Because in the case wehre the bogus address is on the wrong side of the exploder, stripping messages with list-probe breaks the attempt to find the failing address, especially if it's bouncing back to the main list and not to the exploder (as it ought to -- but how many exploders fix the envelope properly to self-handle their own bounces? Not enough) So forget that. List-probe can't be used to ID meta-messages. So, alternative: set up a special list-ID for server messages? So that if you get a message from the server, it can be recognized as such, and exploders can therefore be trained to only forward messages with the appropriate list-ID, and you can safely send out the passwords using the meta-ID knowing the exploder will strip it. Does that work? I realize most exploders DON'T do this work today, but should. But if we put the pieces in place, we make it easier to convince folks to do them properly... so I guess what I'm saying is: 1) server messages go out with a listid identifying the server not a list on the server. As in ListID: plaidworks.com instead of ListID: sharks.plaidworks.com (you could potentially id the server type, as in mailman.plaidworks.com, but what if you happen to run a list named mailman on the mailman server? Perhaps formalizing the server as being the identifying domain is the better thought?) 2) if you're probing addresses, you use ListID set to the list, and List-Probe set per the proposal.... Should it be de-riguer that exploders strip all list-* headers, on the assumption that they're not relevant on the other side of the list? I think so, since reading teh 2369 RFC says that a list shouldn't allow user-generated headers to be passed on, but instead strip them, and an exploder is really nothing more than a special case of a mail list... (grant, apologize for cc:ing you in on an ongoing discussion on a list, but I thought it was something you ought to see, and might ave useful feedback on...) -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From waynes at iexalt.net Thu Jun 1 20:32:36 2000 From: waynes at iexalt.net (Wayne Sitton) Date: Thu, 1 Jun 2000 13:32:36 -0500 Subject: [Mailman-Users] mass delete Message-ID: <00060113341500.00284@white-star> Is there a way to mass delete users from a list, without deleteing them one by one, for example if I wanted to delete all of them. Waynes -- Wayne Sitton Sr. System Administrator iExalt, inc. waynes at iexalt.net 281-600-4000 x 423 281-850-8820 From Dan.Mick at west.sun.com Thu Jun 1 20:42:26 2000 From: Dan.Mick at west.sun.com (Dan Mick) Date: Thu, 01 Jun 2000 11:42:26 -0700 Subject: [Mailman-Users] mass delete References: <00060113341500.00284@white-star> Message-ID: <3936AE92.E430FF61@west.sun.com> Is there some reason that the obvious shell combination of bin/list_members and bin/remove_members won't work? (NB: before asking a Mailman functionality question, look in ~mailman/bin and see if it's not already solved...) Wayne Sitton wrote: > > Is there a way to mass delete users from a list, without deleteing them one > by one, for example if I wanted to delete all of them. > > Waynes > > -- > Wayne Sitton > Sr. System Administrator > iExalt, inc. > waynes at iexalt.net > 281-600-4000 x 423 > 281-850-8820 > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users From bill.hoffman at kitware.com Thu Jun 1 20:44:50 2000 From: bill.hoffman at kitware.com (Bill Hoffman) Date: Thu, 01 Jun 2000 14:44:50 -0400 Subject: [Mailman-Users] moving archives In-Reply-To: <4.2.0.58.20000531165912.00d96610@pop.nycap.rr.com> Message-ID: <4.2.0.58.20000601143946.00dafbc0@pop.nycap.rr.com> I have found a way to do this. It may be common knowledge but no one answered me, so I thought I would post the answer for anyone searching the archive in the future. There is a script in bin called arch that will archive a mail box. You just copy the majordomo mailbox archive into the archive/private/list.mbx then run the bin/arch script on the new mbx file. At 05:02 PM 5/31/00 -0400, you wrote: >Hello, > >I am upgrading from majordomo to mailman. Is there >a way to move the old archives into the mailman format? > >Thanks. > > > >------------------------------------------------------ >Mailman-Users maillist - Mailman-Users at python.org >http://www.python.org/mailman/listinfo/mailman-users From ted at aristotle.bomis.com Thu Jun 1 23:51:05 2000 From: ted at aristotle.bomis.com (Edward O'Connor) Date: Thu, 1 Jun 2000 16:51:05 -0500 Subject: [Mailman-Users] migration & passwords Message-ID: <20000601165105.A25994@aristotle.bomis.com> Hi there. I'm currently overseeing the migration of several tens of mailing lists from Majordomo over to GNU Mailman (which, BTW, is very impressive; you guys should be proud! :)). The bin/sync_members script program that ships with Mailman should make this a snap, but I find myself wondering where it gets new user passwords from. I'd like it to use a pre-existing password generator that I have, instead of generating entirely random strings. I would appreciate any and all help in doing this. I do not know Python particularly well. Thanks, and keep up the good work! -- Edward O'Connor ted at aristotle.bomis.com You are not expected to understand this. -- A comment from the source of UNIX 6th Ed, unix/slp.c, line 438 From john at checkout.com Fri Jun 2 00:54:51 2000 From: john at checkout.com (John Castillo) Date: Thu, 1 Jun 2000 15:54:51 -0700 Subject: [Mailman-Users] Q. finding users passwords and Administrivia filter Message-ID: <025f01bfcc1c$653a1880$0f0010ac@buster> dear list: i'm currently evaluating Mailman to support large announce style lists. looks nice. unfortunately, the unsub process seems to REQUIRE a users password which in my opinion is limiting. i've scoured through the mailing list and found others with a similar problem. the only workaround i thought i could come up with was a post by Dan Mick... "You can look up the password from the Python database with a small modification to bin/withlist; if you need me to dig out my hack to do that, I can." please do! i might be able to write something that would bypass the need to submit a password with a unsub request. the SECOND question is, concerning (Administrivia filter) which says... "Check postings and intercept ones that seem to be administrative requests? (Details)" I have this set to yes, however if i email my list at checkout.com with unsubscribe in the body it fails to return any sort of unsub information. is this because i still need to supply a users password, which they DO NOT KNOW, for this feature to work? john castillo sys admin checkout.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000601/cce1e2d9/attachment.html From brian at chimera.acm.jhu.edu Fri Jun 2 02:39:38 2000 From: brian at chimera.acm.jhu.edu (Brian Cohen) Date: Thu, 1 Jun 2000 20:39:38 -0400 (EDT) Subject: [Mailman-Users] mailman/openbsd/postfix problems Message-ID: I'm running Mailman 2.0beta on OpenBSD 2.6. My MTA is postfix. The box handles virtual domains. I set up a list, let's call it "foo" and then added the following line to /etc/postfix/virtual : foo at domain.com foo at sandworm.intercarve.net (obviously domain.com is not my real domain ) The lines in /etc/aliases are exactly as $prefix/bin/newlist outputs them. I ran "postalias /etc/aliases" and then "postfix reload". No matter what, if I try to send mail to foo at domain.com I get the following message bounced back at me: : Command died with status 2: "/usr/local/mailman/mail/wrapper post foo" I tried following the instructions regarding "smrsh" in INSTALL (I created the director /usr/adm/sm.bin and symlinked wrapper so that it appeared in that new directory,but all it changes is the path to "wrapper" in the error above. Can anyone shed some light? Thanks in advance. -Brian Cohen From Dan.Mick at West.Sun.COM Fri Jun 2 03:04:17 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Thu, 1 Jun 2000 18:04:17 -0700 (PDT) Subject: [Mailman-Users] Q. finding users passwords and Administrivia filter Message-ID: <200006020104.SAA07024@utopia.west.sun.com> > i've scoured through the mailing list and found others with a similar problem. the only workaround i thought i could come up with was a post by Dan Mick... > > "You can look up the password from the Python database with a small > modification to bin/withlist; if you need me to dig out my hack > to do that, I can." > > please do! i might be able to write something that would bypass the need to submit a password with a unsub request. Well, here's a module to use with bin/withlist like so: python -i bin/withlist -r pws.pws that will create a list of users and passwords, both non-digest and digest. As you can see, it's not magic; it's just list.passwords[member]. You could post-process this output with a shell script, or you could make it look up just one member by, rather than running it from bin/withlist, incorporating it into bin/withlist to make a separate Python program. import sys fmt = "%-40s\t%s" def pws(list): for member in list.members.keys(): print fmt % (member, list.passwords[member]) for member in list.digest_members.keys(): print fmt % (member, list.passwords[member]) sys.exit(0) From peewee at scc.mi.org Fri Jun 2 03:52:42 2000 From: peewee at scc.mi.org (Jason Wright) Date: Thu, 1 Jun 2000 18:52:42 -0700 Subject: [Mailman-Users] mass delete In-Reply-To: <3936AE92.E430FF61@west.sun.com>; from Dan.Mick@west.sun.com on Thu, Jun 01, 2000 at 11:42:26AM -0700 References: <00060113341500.00284@white-star> <3936AE92.E430FF61@west.sun.com> Message-ID: <20000601185242.A29857@scc.mi.org> On Thu, Jun 01, 2000 at 11:42:26AM -0700, Dan Mick spewed forth: > Is there some reason that the obvious shell combination of bin/list_members and > bin/remove_members won't work? I've been evaluating 2.0beta2 to replace the sendmail aliases / Listserv / Majordomo salad we use to run our various lists. Some of these lists have 20-40000 subscribers and are product announcment lists run by our Marketing people. They don't get shell access to the list servers (and wouldn't know what to do with it if they did), so everything has to be in the web interface. Currently, we use Listserv for these big lists, since it does provide the bulk add and delete functionality the original poster was asking about and which I also require. Listserv is slow, expensive and closed source, though. Keep up the great work! PeeWee -- email: peewee at scc.mi.org - useless: http://www.scc.mi.org/peewee/ - efnet: Pwe I said you were a state of mind, I believe. I said that if you ran very swiftly and were acceptably violent, you would be admired. - "The Era of Great Numbers" From Dan.Mick at West.Sun.COM Fri Jun 2 03:56:35 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Thu, 1 Jun 2000 18:56:35 -0700 (PDT) Subject: [Mailman-Users] mass delete Message-ID: <200006020157.SAA08236@utopia.west.sun.com> > Date: Thu, 1 Jun 2000 18:52:42 -0700 > From: Jason Wright > To: mailman-users at python.org > Subject: Re: [Mailman-Users] mass delete > Mail-Followup-To: mailman-users at python.org > Content-Disposition: inline > User-Agent: Mutt/1.2i > X-No-Archive: yes > X-Beenthere: mailman-users at python.org > X-Mailman-Version: 2.0beta3 > List-Id: Mailman mailing list management users > > On Thu, Jun 01, 2000 at 11:42:26AM -0700, Dan Mick spewed forth: > > > Is there some reason that the obvious shell combination of bin/list_members and > > bin/remove_members won't work? > > I've been evaluating 2.0beta2 to replace the sendmail aliases / Listserv > / Majordomo salad we use to run our various lists. Some of these lists > have 20-40000 subscribers and are product announcment lists run by our > Marketing people. They don't get shell access to the list servers (and > wouldn't know what to do with it if they did), so everything has to be > in the web interface. Currently, we use Listserv for these big lists, > since it does provide the bulk add and delete functionality the original > poster was asking about and which I also require. Listserv is slow, > expensive and closed source, though. Ah, so the question is "is there bulk add or delete through the web interface"? Then, as far as I know the answer is "add, but no passwords can be specified; delete has to be done by checking a box for every member, but happens a "chunk" at a time after checking each box". When I think "mass", I always think "script". I shudder to think about a mailing list admin that can't use a shell, personally, or at least intercede with someone who can... From dgc at uchicago.edu Fri Jun 2 04:04:02 2000 From: dgc at uchicago.edu (David Champion) Date: Thu, 1 Jun 2000 21:04:02 -0500 Subject: [Mailman-Users] Re: mass delete In-Reply-To: <200006020157.SAA08236@utopia.west.sun.com>; from Dan.Mick@West.Sun.COM on Thu, Jun 01, 2000 at 06:56:35PM -0700 References: <200006020157.SAA08236@utopia.west.sun.com> Message-ID: <20000601210402.J24667@smack.uchicago.edu> On 2000.06.01, in <200006020157.SAA08236 at utopia.west.sun.com>, "Dan Mick" wrote: > > When I think "mass", I always think "script". I shudder to > think about a mailing list admin that can't use a shell, > personally, or at least intercede with someone who can... I shudder to think of giving out 600 accounts on my list server, or of all 600 of them interceding with me. I'm sorry, but it's fair for a list admin not to know Unix, and it's not fair to require personal dealings with the site administrator. -- -D. dgc at uchicago.edu NSIT University of Chicago From Dan.Mick at west.sun.com Fri Jun 2 04:24:12 2000 From: Dan.Mick at west.sun.com (Dan Mick) Date: Thu, 1 Jun 2000 19:24:12 -0700 (PDT) Subject: [Mailman-Users] Re: mass delete Message-ID: <200006020224.TAA08619@utopia.west.sun.com> > On 2000.06.01, in <200006020157.SAA08236 at utopia.west.sun.com>, > "Dan Mick" wrote: > > > > When I think "mass", I always think "script". I shudder to > > think about a mailing list admin that can't use a shell, > > personally, or at least intercede with someone who can... > > I shudder to think of giving out 600 accounts on my list server, or of > all 600 of them interceding with me. Clearly, you don't want them coming to you every day, but how often do you need to do "mass delete"? > I'm sorry, but it's fair for a list admin not to know Unix, It may be fair, but it's a long way from optimal. > and it's > not fair to require personal dealings with the site administrator. For some number of exceptions, such personal dealings will always be required; now we're just dickering about frequency. If mass-delete is a common enough operation, it should be part of the web page, ideally, I agree. I don't think it's very common; I think it's much more common to "remove 5 bozos", and the web page allows that nicely. From claw at kanga.nu Fri Jun 2 04:36:55 2000 From: claw at kanga.nu (J C Lawrence) Date: Thu, 01 Jun 2000 19:36:55 -0700 Subject: [Mailman-Users] Re: mass delete In-Reply-To: Message from Dan Mick of "Thu, 01 Jun 2000 19:24:12 PDT." <200006020224.TAA08619@utopia.west.sun.com> References: <200006020224.TAA08619@utopia.west.sun.com> Message-ID: <20158.959913415@kanga.nu> On Thu, 1 Jun 2000 19:24:12 -0700 (PDT) Dan Mick wrote: > If mass-delete is a common enough operation, it should be part of > the web page, ideally, I agree. I don't think it's very common; I > think it's much more common to "remove 5 bozos", and the web page > allows that nicely. The current web interface allows mass subscription, with or without a welcome message. I suspect it would require little effort to add a third radio button for "delete" and have it remove the listed addresses if present... -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From dgc at uchicago.edu Fri Jun 2 07:10:25 2000 From: dgc at uchicago.edu (David Champion) Date: Fri, 2 Jun 2000 00:10:25 -0500 Subject: [Mailman-Users] Re: mass delete In-Reply-To: <200006020224.TAA08619@utopia.west.sun.com>; from Dan.Mick@west.sun.com on Thu, Jun 01, 2000 at 07:24:12PM -0700 References: <200006020224.TAA08619@utopia.west.sun.com> Message-ID: <20000602001025.K24667@smack.uchicago.edu> On 2000.06.01, in <200006020224.TAA08619 at utopia.west.sun.com>, "Dan Mick" wrote: > > I'm sorry, but it's fair for a list admin not to know Unix, > > It may be fair, but it's a long way from optimal. "Optimal" would be: everyone I ever deal with knows Unix at the same level I do. Tell Mr McNealy that no matter how hard he dot-coms us, he will not get a world full of Unix users, and -- surprise -- a lot of those people who will never be Unix users have valid group communication needs. > > and it's > > not fair to require personal dealings with the site administrator. > > For some number of exceptions, such personal dealings will always > be required; now we're just dickering about frequency. OK, that's true. > I think it's much more common to "remove 5 bozos", and the > web page allows that nicely. As it happens, I disagree with that, too. -- -D. dgc at uchicago.edu NSIT University of Chicago From dgc at uchicago.edu Fri Jun 2 07:13:04 2000 From: dgc at uchicago.edu (David Champion) Date: Fri, 2 Jun 2000 00:13:04 -0500 Subject: [Mailman-Users] Re: mass delete In-Reply-To: <20158.959913415@kanga.nu>; from claw@kanga.nu on Thu, Jun 01, 2000 at 07:36:55PM -0700 References: <200006020224.TAA08619@utopia.west.sun.com> <20158.959913415@kanga.nu> Message-ID: <20000602001304.L24667@smack.uchicago.edu> On 2000.06.01, in <20158.959913415 at kanga.nu>, "J C Lawrence" wrote: > > The current web interface allows mass subscription, with or without > a welcome message. I suspect it would require little effort to add > a third radio button for "delete" and have it remove the listed > addresses if present... What about just splitting it into two forms, where the second has two "submit" buttons: one for add, one for delete. Can that be done? It seems more "intuitive". -- -D. dgc at uchicago.edu NSIT University of Chicago From peewee at scc.mi.org Fri Jun 2 07:28:13 2000 From: peewee at scc.mi.org (Jason Wright) Date: Thu, 1 Jun 2000 22:28:13 -0700 Subject: [Mailman-Users] Re: mass delete In-Reply-To: <200006020224.TAA08619@utopia.west.sun.com>; from Dan.Mick@west.sun.com on Thu, Jun 01, 2000 at 07:24:12PM -0700 References: <200006020224.TAA08619@utopia.west.sun.com> Message-ID: <20000601222813.K7308@scc.mi.org> On Thu, Jun 01, 2000 at 07:24:12PM -0700, Dan Mick spewed forth: > Clearly, you don't want them coming to you every day, but how > often do you need to do "mass delete"? Often enough that our overworked I.S. department couldn't give good enough turnaround on them. Which is why we gave them control over subscriptions of these lists in the first place. > If mass-delete is a common enough operation, it should be part of > the web page, ideally, I agree. I don't think it's very common; > I think it's much more common to "remove 5 bozos", and the > web page allows that nicely. To be fair, a significant number of membership changes are removal of bouncing addresses and I know that Mailman has features which will greatly help in dealing with this. I plan on moving my first good sized list (8000 subscribers, half of them digest, open discussion, 50+ posts/day) to Mailman relatively soon and once I do that I'll have a much better feel for how well the bounce detection works. It would still be nice to be able to enter addresses to unsubscribe into a textbox rather than having to find the right checkbox. PeeWee -- email: peewee at scc.mi.org - useless: http://www.scc.mi.org/peewee/ - efnet: Pwe I said you were a state of mind, I believe. I said that if you ran very swiftly and were acceptably violent, you would be admired. - "The Era of Great Numbers" From bug at aphid.net Fri Jun 2 17:30:33 2000 From: bug at aphid.net (Chuck Dale) Date: Sat, 3 Jun 2000 01:30:33 +1000 Subject: [Mailman-Users] Read-only announcement list In-Reply-To: <002801bfca67$d8d76420$3c00a8c0@efiniti.com>; from sweidner@efiniti.com on Tue, May 30, 2000 at 11:49:55AM -0700 References: <4.2.1.20000527090746.00b274e0@nco.northfield.mn.us> <12448.959485529@kanga.nu> <20000529103408.E16779@aphid.net> <002801bfca67$d8d76420$3c00a8c0@efiniti.com> Message-ID: <20000603013033.A7458@aphid.net> Wrote Sheryl Weidner on Tue, May 30, 2000 at 11:49:55AM -0700: > | [...] > | > | > >> But the list's web page still tells people how to post. It > | > >> displays: > | > > | > You may need to hand edit that page. > | > | (As far as I'm aware) You can't do this in MailMan 1.1. Because there > | only one template for the welcome message. Which means if you edit it > | then all the lists have that change. > > Hmm. I am not running 1.1, I'm running 2.02b, but I am able to modify > each individual page (it lives in the /home/mailman/lists/listname/ > directory as "listinfo.html") for each list. So I modified the > templates in the templates directory to use my stylesheets, backgrounds, > colors, etc. but do the rest of the cleanup for my announce-only lists > by hand. > > I wouldn't call it intuitive; you have to be careful which Mailman > widgets you step on in the page, but you can always refer back to the > templates directory if you don't like what you produce. But you can't customise the welcome email sent out when people subscribe right? Chuck From smead at amplepower.com Fri Jun 2 07:48:23 2000 From: smead at amplepower.com (David Smead) Date: Thu, 1 Jun 2000 22:48:23 -0700 (PDT) Subject: [Mailman-Users] Re: mass delete In-Reply-To: <20000601222813.K7308@scc.mi.org> Message-ID: Greetings, I installed Mailman recently, and am generally very impressed. Presently, my list is very small, however, there are members without web access, as strange as that may seem. They are familiar with email subscribe/unsubscribe features or majordomo. It seems reasonable to add these features, as well as admin functions that would accept a mass subscribe/delete email list of addresses. I can handle the Python issues to do this, but at the moment I'm stuck on a system issue on Red Hat 6.1. I have a simple script to receive mail and the script does get called when a message arrives, however, I haven't found the magic ownership/permission settings that let that script open a file to save the message in. I'm open to suggestions. Sincerely, David Smead http://www.amplepower.com. http://www.ampletech.com. On Thu, 1 Jun 2000, Jason Wright wrote: > On Thu, Jun 01, 2000 at 07:24:12PM -0700, Dan Mick spewed forth: > > Clearly, you don't want them coming to you every day, but how > > often do you need to do "mass delete"? > > Often enough that our overworked I.S. department couldn't give good > enough turnaround on them. Which is why we gave them control over > subscriptions of these lists in the first place. > > > If mass-delete is a common enough operation, it should be part of > > the web page, ideally, I agree. I don't think it's very common; > > I think it's much more common to "remove 5 bozos", and the > > web page allows that nicely. > > To be fair, a significant number of membership changes are removal of > bouncing addresses and I know that Mailman has features which will greatly > help in dealing with this. I plan on moving my first good sized list > (8000 subscribers, half of them digest, open discussion, 50+ posts/day) > to Mailman relatively soon and once I do that I'll have a much better > feel for how well the bounce detection works. > > It would still be nice to be able to enter addresses to unsubscribe into a > textbox rather than having to find the right checkbox. > > PeeWee > > -- > email: peewee at scc.mi.org - useless: http://www.scc.mi.org/peewee/ - efnet: Pwe > I said you were a state of mind, I believe. I said that if you ran very swiftly > and were acceptably violent, you would be admired. - "The Era of Great Numbers" > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From Dan.Mick at West.Sun.COM Fri Jun 2 07:48:37 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Thu, 1 Jun 2000 22:48:37 -0700 (PDT) Subject: [Mailman-Users] Re: mass delete Message-ID: <200006020549.WAA12393@utopia.west.sun.com> > On Thu, Jun 01, 2000 at 07:24:12PM -0700, Dan Mick spewed forth: > > Clearly, you don't want them coming to you every day, but how > > often do you need to do "mass delete"? > > Often enough that our overworked I.S. department couldn't give good > enough turnaround on them. Which is why we gave them control over > subscriptions of these lists in the first place. Geez, I've run a mailing list for four straight years, and I've *never* needed a mass-delete. Go fig. > It would still be nice to be able to enter addresses to unsubscribe into a > textbox rather than having to find the right checkbox. Sounds like enough people want it that it's worth a feature request. I'm sure I can code this up; perhaps I'll try and submit it to the developers for consideration. From Dan.Mick at west.sun.com Fri Jun 2 07:50:42 2000 From: Dan.Mick at west.sun.com (Dan Mick) Date: Thu, 1 Jun 2000 22:50:42 -0700 (PDT) Subject: [Mailman-Users] Re: mass delete Message-ID: <200006020551.WAA12501@utopia.west.sun.com> > > > I'm sorry, but it's fair for a list admin not to know Unix, > > > > It may be fair, but it's a long way from optimal. > > "Optimal" would be: everyone I ever deal with knows Unix at the same > level I do. Tell Mr McNealy that no matter how hard he dot-coms us, he > will not get a world full of Unix users, and -- surprise -- a lot of > those people who will never be Unix users have valid group > communication needs. Okay, I really don't think gritching at either Scott, Sun or me is appropriate to this conversation; we are having a disagreement, not a slinging contest. Ease off, 'kay? > > I think it's much more common to "remove 5 bozos", and the > > web page allows that nicely. > > As it happens, I disagree with that, too. ...but in a way you care not to explain? I guess it's safe to say that you're voting for mass-delete through the web page, however disagreeably, so I'll take everything else with the salt probably intended. I agree it would be an easy feature to supply, easier than "mass sub with passwords", so if more than one person wants it (they do) it should probably be added. As I said, I'll take a shot at coding it. From jwt at dskk.co.jp Fri Jun 2 08:41:24 2000 From: jwt at dskk.co.jp (Jim Tittsler) Date: Fri, 2 Jun 2000 15:41:24 +0900 Subject: [Mailman-Users] migration & passwords In-Reply-To: <20000601165105.A25994@aristotle.bomis.com>; from ted@aristotle.bomis.com on Thu, Jun 01, 2000 at 04:51:05PM -0500 References: <20000601165105.A25994@aristotle.bomis.com> Message-ID: <20000602154124.A29689@mail.dskk.co.jp> On Thu, Jun 01, 2000 at 04:51:05PM -0500, Edward O'Connor wrote: > The bin/sync_members script program that ships with Mailman should make > this a snap, but I find myself wondering where it gets new user passwords > from. I'd like it to use a pre-existing password generator that I have, It generates them. At about line 230 in my version of bin/sync_members there is a loop for all of the members that need to be added to the list. The first thing it does each pass through the list is generate a password for each addressee: for laddr, addr in needsadding.items(): pw = '%s%s' % (Utils.GetRandomSeed(), Utils.GetRandomSeed()) It generates a 4 character password 2 characters at a time. -- Jim Tittsler, Tokyo Python Starship http://starship.python.net/crew/jwt/ From dgc at uchicago.edu Fri Jun 2 09:12:33 2000 From: dgc at uchicago.edu (David Champion) Date: Fri, 2 Jun 2000 02:12:33 -0500 Subject: [Mailman-Users] Re: mass delete In-Reply-To: <200006020551.WAA12501@utopia.west.sun.com>; from Dan.Mick@west.sun.com on Thu, Jun 01, 2000 at 10:50:42PM -0700 References: <200006020551.WAA12501@utopia.west.sun.com> Message-ID: <20000602021233.A7433@smack.uchicago.edu> On 2000.06.02, in <200006020551.WAA12501 at utopia.west.sun.com>, "Dan Mick" wrote: > > Okay, I really don't think gritching at either Scott, Sun or me is > appropriate to this conversation; we are having a disagreement, not a > slinging contest. Ease off, 'kay? You're right. I've been having concerns about mailman, and your offhand remark that list admins who can't use a shell make you shudder felt (to me) like saying that this shouldn't happen, and that it's beyond Mailman's purview. I apologize. In an attempt to restate less pissily: No more than 10% of my list admins can use a shell beyond typing "pine; exit", and I believe that it is still appropriate to offer them the service. Moreover, there is NO WAY I am going to give all of them shell access to the list server; this is a simple security matter. And, finally, I personally feel that in going all-web, Mailman must take on the burden of replacing the facilities customarily offered through text interfaces with equal web interfaces, or else extend the email interface to compensate. Mailman implicitly has no responsibility to me or anyone else, but I'm finding it by the week less comfortable than Majordomo, and that's -not- a nice thing to say. I'd expect that Mailman wants to be easy to use for everyone, but that turns out not to be the case. > > > I think it's much more common to "remove 5 bozos", and the > > > web page allows that nicely. > > > > As it happens, I disagree with that, too. > > ...but in a way you care not to explain? I didn't see any need to explain it, really. I don't think it's convenient at all, under many circumstances. Suppose you have a list of 80 members, and each of your five is on a different page of the display. You have the list of addresses in plain text in your email, but you have to click, look, click, look, click, look, click, look, click, look, click to remove them. Many of my list admins don't even get this far, and many of my list admins' lists' members don't have any clue that they can unsub themselves. They all write to me. Now, sometimes I send them boilerplate telling them what to do, but sometimes it's less trouble just to do it. This might be an education issue sometimes, but often it's not. Worse, suppose that a list admin is asked to remove Grace Jones from the unemployed-actors list. What's Grace's address? Who knows? She posts from a different address than she's subscribed under. With some other MLM's this is easy: scan a text file, maybe "| grep -i jones". With Mailman, I go clicking on links until I spy it. Even when no extraordinary circumstances apply, Mailman can be very slow. I don't expect that there's any remedy for this, though. On a sidebar: it's amazing how many people don't know that deselecting the "subscribed" checkbox means "unsubscribe". We regularly get questions from list admins wondering how to get people off the list. They've seen the table, but not put those things together. -- -D. dgc at uchicago.edu NSIT University of Chicago From dgc at uchicago.edu Fri Jun 2 09:37:33 2000 From: dgc at uchicago.edu (David Champion) Date: Fri, 2 Jun 2000 02:37:33 -0500 Subject: [Mailman-Users] Re: Re: mass delete In-Reply-To: <200006020549.WAA12393@utopia.west.sun.com>; from Dan.Mick@West.Sun.COM on Thu, Jun 01, 2000 at 10:48:37PM -0700 References: <200006020549.WAA12393@utopia.west.sun.com> Message-ID: <20000602023733.Q24667@smack.uchicago.edu> On 2000.06.02, in <200006020549.WAA12393 at utopia.west.sun.com>, "Dan Mick" wrote: > > Geez, I've run a mailing list for four straight years, and I've > *never* needed a mass-delete. Go fig. As to this: you run into many interesting and unanticipated situations when you run a list server with hundreds of lists and thousands of people in all shapes, sizes, and colors of box. I'd never have expected a need for a lot of the things I'm finding that people want (whether they know it or not). -- -D. dgc at uchicago.edu NSIT University of Chicago From bm at lynx.ve3jf.ampr.org Fri Jun 2 16:41:12 2000 From: bm at lynx.ve3jf.ampr.org (Barry McLarnon VE3JF) Date: Fri, 2 Jun 2000 10:41:12 -0400 (EDT) Subject: [Mailman-Users] Re: mass delete In-Reply-To: <20000602021233.A7433@smack.uchicago.edu> Message-ID: <200006021441.KAA02886@lynx.ve3jf.ampr.org> David Champion wrote: > I didn't see any need to explain it, really. I don't think it's > convenient at all, under many circumstances. Suppose you have a list > of 80 members, and each of your five is on a different page of the > display. You have the list of addresses in plain text in your email, > but you have to click, look, click, look, click, look, click, look, > click, look, click to remove them. Many of my list admins don't even > get this far, and many of my list admins' lists' members don't have any > clue that they can unsub themselves. They all write to me. Now, > sometimes I send them boilerplate telling them what to do, but > sometimes it's less trouble just to do it. This might be an education > issue sometimes, but often it's not. Good point. Another thing to consider is that list admins don't always have snappy connections to the Mailman server. The server I take care of is typically 15 hops away from where I sit, and it can be a pain waiting for those pages to load. Having a box to paste in the address(es) to unsub would be a real plus. > Worse, suppose that a list admin is asked to remove Grace Jones from > the unemployed-actors list. What's Grace's address? Who knows? She > posts from a different address than she's subscribed under. With some > other MLM's this is easy: scan a text file, maybe "| grep -i jones". > With Mailman, I go clicking on links until I spy it. Another good point. A simple search facility via the web interface would be nice. Despite these nits, I'm enjoying the Mailman Experience, having come over from Listproc a few months ago. Kudos to the developers! Barry -- Barry McLarnon VE3JF | bm at hydra.carleton.ca Ottawa Amateur Radio Club | bm at lynx.ve3jf.ampr.org Packet Working Group | http://hydra.carleton.ca From claw at kanga.nu Fri Jun 2 16:44:05 2000 From: claw at kanga.nu (J C Lawrence) Date: Fri, 02 Jun 2000 07:44:05 -0700 Subject: [Mailman-Users] Re: mass delete In-Reply-To: Message from Dan Mick of "Thu, 01 Jun 2000 22:50:42 PDT." <200006020551.WAA12501@utopia.west.sun.com> References: <200006020551.WAA12501@utopia.west.sun.com> Message-ID: <29919.959957045@kanga.nu> On Thu, 1 Jun 2000 22:50:42 -0700 (PDT) Dan Mick wrote: >>> I think it's much more common to "remove 5 bozos", and the >>> web page allows that nicely. >> >> As it happens, I disagree with that, too. > ...but in a way you care not to explain? Given a list with a thousand or so members, it can be a pain finding and removing addresses from the web pages. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From rpyne at kinfolk.org Fri Jun 2 16:53:16 2000 From: rpyne at kinfolk.org (Richard Pyne) Date: Fri, 2 Jun 2000 08:53:16 -0600 Subject: [Mailman-Users] Feature Request -- Again In-Reply-To: <29919.959957045@kanga.nu> References: <200006020551.WAA12501@utopia.west.sun.com> <29919.959957045@kanga.nu> Message-ID: <00060209025000.09337@teton> PLEASE! Please! please! consider changing Mailman so that it will at least keep and display full email addresses complete with the sender's name as in "Richard Pyne " instead of just "rpyne at kinfolk.org" I am finding more and more all the time that people are using email addresses that have absolutely NO relationship to their name and most of my administrative requests are of the nature "Hi, I'm John Doe and my new email address is hiphop at webmail.net. Can you please update my address?". The next priority request is to allow moderators to edit messages before approval. Thanks, --Richard From manager at choralnet.org Fri Jun 2 17:09:29 2000 From: manager at choralnet.org (David Topping) Date: Fri, 2 Jun 2000 08:09:29 -0700 Subject: [Mailman-Users] Feature Request -- Again In-Reply-To: <00060209025000.09337@teton> References: <29919.959957045@kanga.nu> Message-ID: <39376BB9.16853.36ABFB7@localhost> > PLEASE! Please! please! consider changing Mailman so that it will at > least keep and display full email addresses complete with the sender's > name as in "Richard Pyne " instead of just > "rpyne at kinfolk.org" I'm a lurker, considering migrating from Listproc to doing an installation of Mailman on our dedicated server, but until this sort of functionality is added, there's no way we'll even consider it. I rely on the text-based subscriber files for a lot of my user support and although Web features are nice, they should be in *addition* to powerful, efficient, text-only options for the managers/owners of lists. David Topping ChoralNet Manager manager at choralnet.org - http://choralnet.org http://choralnet.org/topping/ From waynes at iexalt.net Fri Jun 2 17:20:32 2000 From: waynes at iexalt.net (Wayne Sitton) Date: Fri, 2 Jun 2000 10:20:32 -0500 Subject: [Mailman-Users] Re: mass delete In-Reply-To: <200006020551.WAA12501@utopia.west.sun.com> References: <200006020551.WAA12501@utopia.west.sun.com> Message-ID: <00060210280101.00949@white-star> I didn't mean to start a flame war! But for everyone's information, I am a Sr. Sys. Admin for a national ISP. And Yes, I know how to write scripts to do what I want. I was asking about a mass Delete, from the Web interface for the admin of the list. I may run the server, But I don't take care of the lists. And the users that do are not getting shell access. And too all you who claimed that mass delete is not common enough. Well, if your lists have never needed that, then this conversation is not for you! Some of us have this need for one reason or another, and it's a legitamet question for the List. If I'm not mistaken that is what this list is for. Not taking pot-shots at users, to make yourself feel better about your own knowledge. If it can be coded in, I would like to help out if I can. Wayne On Fri, 02 Jun 2000, you wrote: > > > > I'm sorry, but it's fair for a list admin not to know Unix, > > > > > > It may be fair, but it's a long way from optimal. > > > > "Optimal" would be: everyone I ever deal with knows Unix at the same > > level I do. Tell Mr McNealy that no matter how hard he dot-coms us, he > > will not get a world full of Unix users, and -- surprise -- a lot of > > those people who will never be Unix users have valid group > > communication needs. > > Okay, I really don't think gritching at either Scott, Sun or me is > appropriate to this conversation; we are having a disagreement, not a > slinging contest. Ease off, 'kay? > > > > I think it's much more common to "remove 5 bozos", and the > > > web page allows that nicely. > > > > As it happens, I disagree with that, too. > > ...but in a way you care not to explain? > > > > I guess it's safe to say that you're voting for mass-delete through > the web page, however disagreeably, so I'll take everything else > with the salt probably intended. > > I agree it would be an easy feature to supply, easier than "mass > sub with passwords", so if more than one person wants it (they do) > it should probably be added. As I said, I'll take a shot at coding it. > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users -- Wayne Sitton Sr. System Administrator iExalt, inc. waynes at iexalt.net 281-600-4000 x 423 281-850-8820 From simcoder at supereva.it Fri Jun 2 20:11:43 2000 From: simcoder at supereva.it (Simone Lupi) Date: Fri, 2 Jun 2000 20:11:43 +0200 Subject: [Mailman-Users] Stange error with mailman Message-ID: <20000602201143.A1161@lina.cli.di.unipi.it> Hi, I'm really new to this software and i've installed it. It seems to work fine, sends the test mail, but the web interface gives to me this strange error: Traceback: Traceback (innermost last): File "/home/mailman/scripts/driver", line 89, in run_main main() File "/home/mailman/Mailman/Cgi/admin.py", line 68, in main mlist = MailList.MailList(listname) File "/home/mailman/Mailman/MailList.py", line 69, in __init__ self.Load() File "/home/mailman/Mailman/MailList.py", line 858, in Load self.Lock() File "/home/mailman/Mailman/MailList.py", line 1300, in Lock self.__lock.lock() File "/home/mailman/Mailman/LockFile.py", line 209, in lock os.link(self.__lockfile, self.__tmpfname) OSError: [Errno 1] Operation not permitted On what depends? Not that i'm trying to work with mailman + apache in a chroot enviroment. Any suggestion would be appreciated. Cheers, Simone. From ptomblin at xcski.com Fri Jun 2 18:27:39 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Fri, 2 Jun 2000 12:27:39 -0400 Subject: [Mailman-Users] Feature Request -- Again In-Reply-To: <00060209025000.09337@teton> References: <200006020551.WAA12501@utopia.west.sun.com> <29919.959957045@kanga.nu> <00060209025000.09337@teton> Message-ID: <20000602122739.D19321@xcski.com> Quoting Richard Pyne (rpyne at kinfolk.org): > I am finding more and more all the time that people are using email > addresses that have absolutely NO relationship to their name and most of > my administrative requests are of the nature "Hi, I'm John Doe and my > new email address is hiphop at webmail.net. Can you please update my > address?". The correct answer to that is: "No." -- Paul Tomblin , not speaking for anybody "Please accept my resignation. I do not want to belong to a club that would have me as a member." - Groucho Marx From cblist at cityb.net Fri Jun 2 18:33:50 2000 From: cblist at cityb.net (cblist at cityb.net) Date: Fri, 2 Jun 2000 12:33:50 -0400 Subject: [Mailman-Users] Re: Feature Request -- Again In-Reply-To: <39376BB9.16853.36ABFB7@localhost>; from manager@choralnet.org on Fri, Jun 02, 2000 at 08:09:29AM -0700 References: <29919.959957045@kanga.nu> <00060209025000.09337@teton> <39376BB9.16853.36ABFB7@localhost> Message-ID: <20000602123350.A20031@ip215-176.the-beach.net> On Fri, Jun 02, 2000 at 08:09:29AM -0700, David Topping wrote: > > PLEASE! Please! please! consider changing Mailman so that it will at > > least keep and display full email addresses complete with the sender's > > name as in "Richard Pyne " instead of just > > "rpyne at kinfolk.org" > > I'm a lurker, considering migrating from Listproc to doing an installation of > Mailman on our dedicated server, but until this sort of functionality is added, > there's no way we'll even consider it. I rely on the text-based subscriber files for a > lot of my user support and although Web features are nice, they should be in > *addition* to powerful, efficient, text-only options for the managers/owners of lists. > Just to clear up a misconception... there _are_ "powerful, efficent, text-only" options in mailman... in fact, some significant functionality is _only_ available from the command line. Several things that you can do from the command line that can't be done from the web interface: * mass-unsubscribe (the subject of this thread) * search for a list member across all lists * mass-subscribe digest members (you can mass-subscribe regular members from the web interface) All of the list configuration information and subscriber lists are kept in db files, not flat text files, but the db files are nearly as easy to manipulate... you can even use bin/withlist to import the list object into the python interpreter, which lets you do some very interesting things... -- Chris Brown, suffering sysadmin... From claw at kanga.nu Fri Jun 2 20:02:28 2000 From: claw at kanga.nu (J C Lawrence) Date: Fri, 02 Jun 2000 11:02:28 -0700 Subject: [Mailman-Users] Feature Request -- Again In-Reply-To: Message from Richard Pyne of "Fri, 02 Jun 2000 08:53:16 MDT." <00060209025000.09337@teton> References: <200006020551.WAA12501@utopia.west.sun.com> <29919.959957045@kanga.nu> <00060209025000.09337@teton> Message-ID: <881.959968948@kanga.nu> On Fri, 2 Jun 2000 08:53:16 -0600 Richard Pyne wrote: > I am finding more and more all the time that people are using > email addresses that have absolutely NO relationship to their name > and most of my administrative requests are of the nature "Hi, I'm > John Doe and my new email address is hiphop at webmail.net. Can you > please update my address?". I handle those with an equally simple reply: This is one of those things that is far easier for you to do than I. Just unsubscribe your old address and then subscribe the new. To do this just go to the list page, plug in your subscription address at the bottom. On the next page is a button to unsubscribe. You can of course re-subscribe at the list page. A variation of the same indicating the send-me-my-password button handles the, "Please unsubscribe me as I've forgotten my PW" please. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From claw at kanga.nu Fri Jun 2 20:06:55 2000 From: claw at kanga.nu (J C Lawrence) Date: Fri, 02 Jun 2000 11:06:55 -0700 Subject: [Mailman-Users] Feature Request -- Again In-Reply-To: Message from Paul Tomblin of "Fri, 02 Jun 2000 12:27:39 EDT." <20000602122739.D19321@xcski.com> References: <200006020551.WAA12501@utopia.west.sun.com> <29919.959957045@kanga.nu> <00060209025000.09337@teton> <20000602122739.D19321@xcski.com> Message-ID: <962.959969215@kanga.nu> On Fri, 2 Jun 2000 12:27:39 -0400 Paul Tomblin wrote: > Quoting Richard Pyne (rpyne at kinfolk.org): >> I am finding more and more all the time that people are using >> email addresses that have absolutely NO relationship to their >> name and most of my administrative requests are of the nature >> "Hi, I'm John Doe and my new email address is >> hiphop at webmail.net. Can you please update my address?". > The correct answer to that is: > "No." Umm, quite. Its their job to handle their subscriptions, not mine. Ahh well. The other problem of course is that such messages are very possibly forgeries, written to throw someone else off a list. I used to CC my replies to all the addresses involved, checked headers for signs of malfeasance, and generally waste a lot of effort. A subtle advantage of my current DIY approach is that the instructions are only useful to someone who is who they claim to be. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From lra at insite.com.br Fri Jun 2 21:00:38 2000 From: lra at insite.com.br (Leonardo Rochael Almeida) Date: Fri, 2 Jun 2000 16:00:38 -0300 (EST) Subject: [Mailman-Users] Re: Feature Request -- Again In-Reply-To: <20000602123350.A20031@ip215-176.the-beach.net> Message-ID: On Fri, 2 Jun 2000 cblist at cityb.net wrote: > All of the list configuration information and subscriber lists are kept in > db files, not flat text files, but the db files are nearly as easy to > manipulate... you can even use bin/withlist to import the list object into > the python interpreter, which lets you do some very interesting things... Just to avoid misconceptions, the db files Mailman uses are not Berkley DB nor gdbm or anything like that. They are python marshals, generated by the "marshal" standard python module (on of the ways to do object persistence in python). And yes, they are very easy to manipulate (if you know python, that is...) Leo Insite System Administrator From ptomblin at xcski.com Fri Jun 2 21:10:25 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Fri, 2 Jun 2000 15:10:25 -0400 Subject: [Mailman-Users] Feature Request -- Again In-Reply-To: <881.959968948@kanga.nu> References: <200006020551.WAA12501@utopia.west.sun.com> <29919.959957045@kanga.nu> <00060209025000.09337@teton> <881.959968948@kanga.nu> Message-ID: <20000602151025.A5133@xcski.com> Quoting J C Lawrence (claw at kanga.nu): > On Fri, 2 Jun 2000 08:53:16 -0600 > Richard Pyne wrote: > > > I am finding more and more all the time that people are using > > email addresses that have absolutely NO relationship to their name > > and most of my administrative requests are of the nature "Hi, I'm > > John Doe and my new email address is hiphop at webmail.net. Can you > > please update my address?". > > I handle those with an equally simple reply: > > This is one of those things that is far easier for you to do than > I. Just unsubscribe your old address and then subscribe the new. > To do this just go to the list page, plug in your subscription > address at the bottom. On the next page is a button to > unsubscribe. You can of course re-subscribe at the list page. > > A variation of the same indicating the send-me-my-password button > handles the, "Please unsubscribe me as I've forgotten my PW" please. I still think my stock reply is more succinct and to the point: -begin canned reply- No. -end canned reply- :-) -- Paul Tomblin , not speaking for anybody "Only a NAZI would try to invoke Godwin's [law] deliberately" - Jeff Gostin in a.s.r From chuqui at plaidworks.com Sat Jun 3 00:30:54 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Fri, 2 Jun 2000 15:30:54 -0700 Subject: [Mailman-Users] Feature Request -- Again In-Reply-To: <20000602151025.A5133@xcski.com> References: <200006020551.WAA12501@utopia.west.sun.com> <29919.959957045@kanga.nu> <00060209025000.09337@teton> <881.959968948@kanga.nu> <20000602151025.A5133@xcski.com> Message-ID: At 3:10 PM -0400 6/2/2000, Paul Tomblin wrote: >I still think my stock reply is more succinct and to the point: >-begin canned reply- > No. >-end canned reply- >:-) > But maybe a bit too abrupt, and not customer focussed. I prefer: Here is where you can update your record. If you can't make it work, let me know and I'll help you resolve the problems. chuq (diplomacy is the art of saying nice doggie while looking for a rock) -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From bill.hoffman at kitware.com Sat Jun 3 00:48:09 2000 From: bill.hoffman at kitware.com (Bill Hoffman) Date: Fri, 02 Jun 2000 18:48:09 -0400 Subject: [Mailman-Users] Help? In-Reply-To: <200006021441.KAA02886@lynx.ve3jf.ampr.org> References: <20000602021233.A7433@smack.uchicago.edu> Message-ID: <4.2.0.58.20000602184700.00d87ed0@pop.nycap.rr.com> I am getting multiple copies of messages in my archives. Does anyone know what might cause this, or the best way to debug it? Thanks. -Bill From dgc at uchicago.edu Sat Jun 3 01:35:46 2000 From: dgc at uchicago.edu (David Champion) Date: Fri, 2 Jun 2000 18:35:46 -0500 Subject: [Mailman-Users] Re: Feature Request -- Again In-Reply-To: <20000602123350.A20031@ip215-176.the-beach.net>; from cblist@cityb.net on Fri, Jun 02, 2000 at 12:33:50PM -0400 References: <29919.959957045@kanga.nu> <00060209025000.09337@teton> <39376BB9.16853.36ABFB7@localhost> <20000602123350.A20031@ip215-176.the-beach.net> Message-ID: <20000602183546.C20524@smack.uchicago.edu> On 2000.06.02, in <20000602123350.A20031 at ip215-176.the-beach.net>, "cblist at cityb.net" wrote: > Just to clear up a misconception... there _are_ "powerful, efficent, > text-only" options in mailman... in fact, some significant functionality is > _only_ available from the command line. > ... Once again: this is fine if your list admins all have command-line access to the server and know python, but the list software's demanding those prerequisites is absurd. Paul (and others) -- BOFH tactics are fun, but hardly productive, and certainly not worth the saved time. I congratulate you on not working in an environment where this is obvious. -- -D. dgc at uchicago.edu NSIT University of Chicago From mentor at alb-net.com Sat Jun 3 02:16:52 2000 From: mentor at alb-net.com (Mentor Cana) Date: Fri, 2 Jun 2000 20:16:52 -0400 (EDT) Subject: [Mailman-Users] latest CVS: errors: AttributeError: LogMsg Message-ID: Just updated the CVS tree to the latest (@ 19:31 EST). Below is the error I get. I sent a message to the test list (on different installation then the production one) and got many many copies of the same messages. They just kept coming and coming. Different date stamp with bunch coming with the same date/time stamp. Only ne copy goes into the archives though, with approval or without. To stop the messages coming, I had to delete all the files in /qfiles . later, mentor --- Jun 02 19:59:16 2000 (8724) Delivery exception: LogMsg Jun 02 19:59:16 2000 (8724) Traceback (innermost last): File "/opt/home/mmtest/Mailman/Handlers/HandlerAPI.py", line 74, in DeliverTo$ func(mlist, msg, msgdata) File "/opt/home/mmtest/Mailman/Handlers/SMTPDirect.py", line 53, in process failures = deliver(mlist, msg, chunk) File "/opt/home/mmtest/Mailman/Handlers/SMTPDirect.py", line 128, in deliver mlist.LogMsg('smtp', AttributeError: LogMsg From chuqui at plaidworks.com Sat Jun 3 02:11:59 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Fri, 2 Jun 2000 17:11:59 -0700 Subject: [Mailman-Users] Re: Feature Request -- Again In-Reply-To: <20000602183546.C20524@smack.uchicago.edu> References: <29919.959957045@kanga.nu> <00060209025000.09337@teton> <39376BB9.16853.36ABFB7@localhost> <20000602123350.A20031@ip215-176.the-beach.net> <20000602183546.C20524@smack.uchicago.edu> Message-ID: At 6:35 PM -0500 6/2/2000, David Champion wrote: >Once again: this is fine if your list admins all have command-line >access to the server and know python, but the list software's demanding >those prerequisites is absurd. Two comments: first, a basic reality is that priorities are going to have to be set. If we (and Barry) waqit to release 2.0 until everything wanted/needed by everyone is done, it'll never ship. So there are going to have to be decisions on "must have" vs "should have" vs "nice to have". second, While I agree that requiring CLI access to be a list admin isn't a good idea, in reality, the functions being talked about are fairly uncommon in their use, and so to me, this falls into a "should have" category, leaning towards "nice to have". Because the work CAN get done, just not as conveniently, and if a list admin doesn't have cli access, then the mailman (and/or site) admin can do it for them. And as someone who supports a large site of mail lists, yes, I DO know exactly what I'm suggesting here. As site admin, there are times when you're simply going to have to step in and help out your list admins -- that's why you're site admin. Maximally convenient? no. But it works. And it's practical. Of course, if you can't wait for it, there's another option: start coding. I'm sure Barry will take submissions of needed functionality.... >Paul (and others) -- BOFH tactics are fun, but hardly productive, and >certainly not worth the saved time. I congratulate you on not working >in an environment where this is obvious. Jumping on people for disagreeing with them isn't productive, either. And neither is belittling someone's opinion just because you disagree with them. -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From bwarsaw at python.org Sat Jun 3 06:12:49 2000 From: bwarsaw at python.org (Barry A. Warsaw) Date: Sat, 3 Jun 2000 00:12:49 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] latest CVS: errors: AttributeError: LogMsg References: Message-ID: <14648.34241.919800.925959@anthem.python.org> >>>>> "MC" == Mentor Cana writes: MC> Just updated the CVS tree to the latest (@ 19:31 EST). Yikes! Sorry, we had a bunch of thunderstorms so I had to shut my machine down (don't have an ups yet) before I could finish checking things in. I'll finish it up now. Let's see if that fixes things for you. -Barry From bwarsaw at python.org Sat Jun 3 06:49:36 2000 From: bwarsaw at python.org (Barry A. Warsaw) Date: Sat, 3 Jun 2000 00:49:36 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] latest CVS: errors: AttributeError: LogMsg References: <14648.34241.919800.925959@anthem.python.org> Message-ID: <14648.36448.545779.386139@anthem.python.org> >>>>> "BAW" == Barry A Warsaw writes: BAW> Yikes! Sorry, we had a bunch of thunderstorms so I had to BAW> shut my machine down (don't have an ups yet) before I could BAW> finish checking things in. I'll finish it up now. Let's see BAW> if that fixes things for you. All done now. From jonah at votenader.org Sun Jun 4 00:27:24 2000 From: jonah at votenader.org (Jonah Baker) Date: Sat, 03 Jun 2000 18:27:24 -0400 Subject: [Mailman-Users] List swamped Message-ID: I am using mailman for Ralph Nader's presidential campaign. It has worked wonderfully except for one thing. Our main announce-only list seems not to be responding. It has 15,000 members subscribed. Are we a victim of our own success? Any idea how I can send e-mails out to this group of people? ---------------------------------------------------------------------------- "There can be no daily democracy without daily citizenship." -Ralph Nader Vote Nader http://votenader.org Paid for by the Nader 2000 Primary Committee, Inc. P.O. Box 18002, Washington, D.C. 20036 From mjs at blitz-technology.net Sun Jun 4 01:28:39 2000 From: mjs at blitz-technology.net (Mitchell) Date: Sun, 4 Jun 2000 09:28:39 +1000 Subject: [Mailman-Users] Default Listinfo Page Message-ID: <20000604092839.A5155@blitz-technology.net> I was wundering if there is any way of changin the html on the default listinfo page ie if someone browses to http://www.myurl.com/mailman/listinfo and doesn't provide the name of a mailing list a default page comes up showing what lists are available etc. Can that particular page be altered at all? Thanks >From Mitchell -- Mitchell Smith Blitz Technology Email: mjs at blitz-technology.net Phone: (07)55 723 307 or 0402 095 432 Every nonzero finite dimensional inner product space has an orthonormal basis. It makes sense, when you don't think about it. From cdh at CompleteIS.com Sun Jun 4 02:06:04 2000 From: cdh at CompleteIS.com (Chris D.Halverson) Date: 03 Jun 2000 19:06:04 -0500 Subject: [Mailman-Users] List swamped In-Reply-To: Jonah Baker's message of "Sat, 03 Jun 2000 18:27:24 -0400" References: Message-ID: Jonah Baker writes: > I am using mailman for Ralph Nader's presidential campaign. It has worked > wonderfully except for one thing. Our main announce-only list seems not to > be responding. It has 15,000 members subscribed. Are we a victim of our > own success? Any idea how I can send e-mails out to this group of people? I run a list that has about twice that many subscribers, and I can bet that some of the python.org or other big lists are much bigger than that. It too is an "annouce only" type of thing. No problems whatsoever. This is especially true after I switched from sendmail to postfix as the MTA. I would look at your MTA and/or system resources (memory, etc.) and see if you can tweak that a bit. Mailman should have no problem w/ this size of list (at least in my experience). cdh -- Chris D. Halverson Complete Internet Solutions PGP mail accepted, finger for public key http://www.CompleteIS.com/~cdh/ From kd5de at nwla.com Sun Jun 4 13:59:41 2000 From: kd5de at nwla.com (Mel Sojka) Date: Sun, 04 Jun 2000 06:59:41 -0500 Subject: [Mailman-Users] A little Weird Message-ID: <393A44AD.DC2C44F1@nwla.com> Folks: I am running mailman 1.0 from the red hat rpm and have one list set up as a virtual list. This list works great, but it seems that I can't add another list. I get the below when I send in the confirmation. I do have everything in the /etc/aliases and of course the wrapper link in /etc/smrsh. Any suggestions? ----- Transcript of session follows ----- 553 mail.nwla.com. config error: mail loops back to me (MX problem?) 554 ... Local configuration error -- ------------------------------------- This Mail composed using Netscape 4.5 Caldera OpenLinux 1.3 Linux 2.0.36 ---------------------------------- From root at theporch.com Sun Jun 4 14:21:20 2000 From: root at theporch.com (Phillip Porch) Date: Sun, 4 Jun 2000 07:21:20 -0500 (CDT) Subject: [Mailman-Users] A little Weird In-Reply-To: <393A44AD.DC2C44F1@nwla.com> Message-ID: On Sun, 4 Jun 2000, Mel Sojka wrote: > Subject: [Mailman-Users] A little Weird > > Folks: I am running mailman 1.0 from the red hat rpm and > have one list set up as a virtual list. This list works > great, but it seems that I can't add another list. I get the > below when I send in the confirmation. I do have everything > in the /etc/aliases and of course the wrapper link in > /etc/smrsh. Any suggestions? > > ----- Transcript of session follows ----- > 553 mail.nwla.com. config error: mail loops back to me (MX > problem?) > 554 ... Local configuration > error > This is a mailer configuration problem. The problem is that machine that is receiving the email doesn't recognize that it is mail.nwla.com. It uses the DNS to find the MX host for nwla.com which is mail.nwla.com but that is not a name that that machine "knows" as itself. The below text is fromt he sendmail FAQ on www.sendmail.org Subject: Q4.5 -- How can I solve "MX list for hostname points back to hostname" and "config error: mail loops back to myself" messages? Date: January 17, 1997 Updated: May 8, 2000 I'm getting these error messages: 553 MX list for domain.net points back to relay.domain.net 554 ... Local configuration error How can I solve this problem? You have asked mail to a domain (e.g., domain.net) to be forwarded to a specific host (in this case, relay.domain.net) by using an MX record, but the relay machine doesn't recognize itself as domain.net. Add domain.net to /etc/mail/local-host-names [known as /etc/sendmail.cw prior to version 8.10] (if you are using FEATURE(`use_cw_file')) or add "Cw domain.net" to your configuration file. There are a couple of additional cases where you don't actually want local delivery, and thus adding domain.net to class w is not the right fix: When relay.domain.net should just be acting as a forwarder, e.g. a firewall/gateway box. The proper fix could be to set up a mailertable entry for domain.net. When relay.domain.net is a secondary (etc.) MX, and the MX mistakenly points to a CNAME or other "non-canonical" name [this gives "config error: mail loops back to me (MX problem?)"]. The proper fix is to point the MX at the actual name, a "work-around" to add the MX target to class w. IMPORTANT: When making changes to your configuration file, be sure you kill and restart the sendmail daemon (for any change in the configuration, not just this one): kill -HUP `head -1 /var/run/sendmail.pid` -- Phillip P. Porch NIC:PP1573 finger for http://www.theporch.com UTM - 16 514546E 3994565N PGP key From dgc at uchicago.edu Sun Jun 4 15:44:50 2000 From: dgc at uchicago.edu (David Champion) Date: Sun, 4 Jun 2000 08:44:50 -0500 Subject: [Mailman-Users] White flag [Re: Feature Request -- Again] In-Reply-To: ; from chuqui@plaidworks.com on Fri, Jun 02, 2000 at 05:11:59PM -0700 References: <29919.959957045@kanga.nu> <00060209025000.09337@teton> <39376BB9.16853.36ABFB7@localhost> <20000602123350.A20031@ip215-176.the-beach.net> <20000602183546.C20524@smack.uchicago.edu> Message-ID: <20000604084450.A29573@smack.uchicago.edu> On 2000.06.02, in , "Chuq Von Rospach" wrote: > > Two comments: > > first, a basic reality is that priorities are going to have to be > set. If we (and Barry) waqit to release 2.0 until everything > wanted/needed by everyone is done, it'll never ship. So there are I don't mean to say that I think this must be done now. I do understand the development process, and it's fine for some things to wait. I only burst in where it seems that people are declaring that the current state is all that's needed, and completely practical. The message I replied to here said "[t]o clear up a misconception" -- I wanted to make it clear that there is no misconception, but that the current code has actual problems in practice. Fixing them later is fine. I want 2.0 out the door, too. > Jumping on people for disagreeing with them isn't productive, either. > And neither is belittling someone's opinion just because you disagree > with them. I don't think that was belittling anyone. Jumping on them: maybe. Someone wrote in response to a more helpful message that a simple "no" is better. It was my read that the whole point of that message was that to be blunt and unhelpful is a better approach, and my estimation of it is that it's discouraging for a user to hear, and not a very practical approach. Where I work, this does not fly, as nice as that would be. In context, it seems to say: "... and the software features that make this dichotomy disappear should never be implemented, either." I apologize if that was not the intent. Rereading myself, though, I'm definitely going over the edge on this topic, and I'm going to clam up after this and take some breath. All I'll say beyond this is that in my circumstances, the observations I've made, software-wise, are repeatably evident. I really don't have the resources for supporting some of this stuff, yet there's (currently) no room in Mailman for delegation of authority. It's OK if Mailman intends to mend these, but cannot spare time yet. This is how open software development is. I'm not complaining about Barry's or anyone else's work. But you can't *talk* these problems away. I'm only troubled when I hear it said that the problems I experience don't really exist. -- -D. dgc at uchicago.edu NSIT University of Chicago From ptomblin at xcski.com Sun Jun 4 15:56:44 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Sun, 4 Jun 2000 09:56:44 -0400 Subject: [Mailman-Users] White flag [Re: Feature Request -- Again] In-Reply-To: <20000604084450.A29573@smack.uchicago.edu> References: <29919.959957045@kanga.nu> <00060209025000.09337@teton> <39376BB9.16853.36ABFB7@localhost> <20000602123350.A20031@ip215-176.the-beach.net> <20000602183546.C20524@smack.uchicago.edu> <20000604084450.A29573@smack.uchicago.edu> Message-ID: <20000604095644.A14197@xcski.com> Quoting David Champion (dgc at uchicago.edu): > Someone wrote in response to a more helpful message that a simple "no" > is better. It was my read that the whole point of that message was > that to be blunt and unhelpful is a better approach, and my estimation > of it is that it's discouraging for a user to hear, and not a very Well, I guess it all comes down to wheteher you want to hand your lusers a fish every day, or have them learn to go fishing and stop bugging you. Since the people who use my mailing lists are not my customers, I can safely say "do it yourself". I never intend to find myself in a situation where I've gotta coddle users to the point where I've got to do their work for them. -- Paul Tomblin , not speaking for anybody There are two ways to write error-free programs. Only the third one works. From alamar at partners-intl.net Sun Jun 4 19:07:51 2000 From: alamar at partners-intl.net (Aaron La Mar) Date: Sun, 4 Jun 2000 13:07:51 -0400 (EDT) Subject: [Mailman-Users] Mailman breakdown Message-ID: I've been using Mailman 1.1 with Python 1.5.2 on FreeBSD 3.1 for several months now with no problems, but today no Mailman functions seem to be working. I haven't made any changes to the system, and would greatly appreciate any advice. I'm getting the following message from the cron daemon constantly: Subject: Cron /usr/local/bin/python /usr/local/mailman/cron/gate_news Traceback (innermost last): File "/usr/local/mailman/cron/gate_news", line 119, in ? main() File "/usr/local/mailman/cron/gate_news", line 58, in main mlist = MailList.MailList(name, lock=0) File "/usr/local/mailman/Mailman/MailList.py", line 62, in __init__ self.Load() File "/usr/local/mailman/Mailman/MailList.py", line 817, in Load raise Errors.MMBadListError, ('Failed to unmarshal config info: ' TypeError: __add__ nor __radd__ defined for these operands And the following error every time a Mailman web page is hit: Bug in Mailman version 1.1 We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks! Traceback: Traceback (innermost last): File "/usr/local/mailman/scripts/driver", line 112, in run_main main() File "/usr/local/mailman/Mailman/Cgi/admin.py", line 59, in main FormatAdminOverview() File "/usr/local/mailman/Mailman/Cgi/admin.py", line 192, in FormatAdminOverview l = MailList.MailList(n, lock=0) File "/usr/local/mailman/Mailman/MailList.py", line 62, in __init__ self.Load() File "/usr/local/mailman/Mailman/MailList.py", line 817, in Load raise Errors.MMBadListError, ('Failed to unmarshal config info: ' TypeError: __add__ nor __radd__ defined for these operands -------------------------------------------------------------------------------- Environment variables: Variable Value DOCUMENT_ROOT /web/www.neww.org/html UNIQUE_ID OTqL8c8WfRMAAARdFao HTTP_ACCEPT_ENCODING gzip, deflate REMOTE_HOST x.x SERVER_PORT 80 REMOTE_ADDR x.x.x.x HTTP_ACCEPT_LANGUAGE en-us GATEWAY_INTERFACE CGI/1.1 SERVER_NAME www.neww.org HTTP_CONNECTION Keep-Alive HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0) HTTP_ACCEPT image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, application/x-comet, */* REQUEST_URI /mailman/admin PATH /sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin QUERY_STRING SCRIPT_FILENAME /usr/local/mailman/cgi-bin/admin HTTP_HOST www.neww.org REQUEST_METHOD GET SERVER_SIGNATURE Apache/1.3.6 Server at www.neww.org Port 80 SCRIPT_NAME /mailman/admin SERVER_ADMIN webmaster at neww.org SERVER_SOFTWARE Apache/1.3.6 (FreeBSD) PHP/3.0.10 PYTHONPATH /usr/local/mailman SERVER_PROTOCOL HTTP/1.1 REMOTE_PORT 61839 From fwang2 at yahoo.com Sun Jun 4 21:19:59 2000 From: fwang2 at yahoo.com (oliver) Date: Sun, 4 Jun 2000 12:19:59 -0700 (PDT) Subject: [Mailman-Users] question on Attachment/MIME support Message-ID: <20000604191959.4548.qmail@web208.mail.yahoo.com> Hi, I am new to both mailman and mailing list adm work. Here is an annoying things I run into: One of the list user sent out a message with several jpg attachments, when I see it through my netscape mail client, each attachment is fine as a hyperlink, just the way I want it. However, in the mailman's archive, the jpg file was expanded into large ascii file (see blow). I suspect it has something to do with MIME support. Can anyone tell me how to resolve this? Can mailman just treat it as a link instead of trying to decode it? Thanks a lot!! oliver This is a multi-part message in MIME format. ------=_NextPart_000_004E_01BFCE24.B99ECD80 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit /9j/4AAQSkZJRgABAgEBLAEsAAD/7QfCUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABABLAAAAAEA AQEsAAAAAQABOEJJTQQNAAAAAAAEAAAAeDhCSU0D8wAAAAAACAAAAAAAAAAAOEJJTQQKAAAAAAAB AAA4QklNJxAAAAAAAAoAAQAAAAAAAAACOEJJTQP1AAAAAABIAC9mZgABAGxmZgAGAAAAAAABAC9m ZgABAKGZmgAGAAAAAAABADIAAAABAFoAAAAGAAAAAAABADUAAAABAC0AAAAGAAAAAAABOEJJTQP4 AAA __________________________________________________ Do You Yahoo!? Yahoo! Photos -- now, 100 FREE prints! http://photos.yahoo.com From claw at kanga.nu Sun Jun 4 21:26:08 2000 From: claw at kanga.nu (J C Lawrence) Date: Sun, 04 Jun 2000 12:26:08 -0700 Subject: [Mailman-Users] question on Attachment/MIME support In-Reply-To: Message from oliver of "Sun, 04 Jun 2000 12:19:59 PDT." <20000604191959.4548.qmail@web208.mail.yahoo.com> References: <20000604191959.4548.qmail@web208.mail.yahoo.com> Message-ID: <21696.960146768@kanga.nu> On Sun, 4 Jun 2000 12:19:59 -0700 (PDT) oliver wrote: > One of the list user sent out a message with several jpg > attachments, when I see it through my netscape mail client, each > attachment is fine as a hyperlink, just the way I want > it. However, in the mailman's archive, the jpg file was expanded > into large ascii file (see blow). I suspect it has something to do > with MIME support. Can anyone tell me how to resolve this? Can > mailman just treat it as a link instead of trying to decode it? Use an external archiver that understands MIME ala MHonArc. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From gilmanb at Jforge.net Sun Jun 4 21:41:23 2000 From: gilmanb at Jforge.net (Brian) Date: Sun, 4 Jun 2000 15:41:23 -0400 (EDT) Subject: [Mailman-Users] Where are RedHat rpms?? In-Reply-To: <21696.960146768@kanga.nu> Message-ID: Hello everyone! Can someone tell me where the RedHat rpm's are? Thanks! Brian --------------------------------- Brian Gilman Scientific Programmer WhiteHead Institute MIT From alamar at partners-intl.net Mon Jun 5 03:23:32 2000 From: alamar at partners-intl.net (Aaron La Mar) Date: Sun, 4 Jun 2000 21:23:32 -0400 (EDT) Subject: [Mailman-Users] Errors updating lists Message-ID: I'm trying to upgrade from 1.1 to 2.0beta 2 and am getting the following errors during the make install process: Upgrading from version 0xffffffff to 0x20000b2 Updating mailing list: isep-l - updating old private mbox file looks like you have a really recent CVS installation... you're either one brave soul, or you already ran me - updating old public mbox file Updating mailing list: women-east-west Traceback (innermost last): File "bin/update", line 282, in ? dolist(list) File "bin/update", line 77, in dolist l = MailList.MailList(list) File "/usr/local/mailman/Mailman/MailList.py", line 69, in __init__ self.Load() File "/usr/local/mailman/Mailman/MailList.py", line 874, in Load raise Errors.MMCorruptListDatabaseError, e Mailman.Errors.MMCorruptListDatabaseError: bad marshal data Any ideas? My entire mailman system is broken right now. BTW, I'm using Python 1.5.2. Thanks. From rlojek at myprimetime.com Mon Jun 5 06:27:44 2000 From: rlojek at myprimetime.com (robert lojek) Date: Sun, 4 Jun 2000 21:27:44 -0700 Subject: [Mailman-Users] big lists In-Reply-To: <20000604160007.2B4761CDA5@dinsdale.python.org> Message-ID: <000401bfcea6$657c4840$1803000a@myprimetime.com> I'm managing a list with several 100K users on mailman v1.1. The only hassle I have is with the sync_members function, which syncs a flat-text file of e-mail addresses to our latest mailing list db. The last time around it took almost a full day to finish, and our list is growing rapidly. We've got pleny of juice behind it, too--an E-250 with tons of RAM. Any suggestions on how scaling sync_members? -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- Robert Lojek Jr UNIX Systems Administration http://www.myprimetime.com "Personal Trainer for Life" -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- -----Original Message----- From: mailman-users-admin at python.org [mailto:mailman-users-admin at python.org]On Behalf Of mailman-users-request at python.org Sent: Sunday, June 04, 2000 9:00 AM To: mailman-users at python.org Subject: Mailman-Users digest, Vol 1 #611 - 7 msgs Send Mailman-Users mailing list submissions to mailman-users at python.org To subscribe or unsubscribe via the World Wide Web, visit http://www.python.org/mailman/listinfo/mailman-users or, via email, send a message with subject or body 'help' to mailman-users-request at python.org You can reach the person managing the list at mailman-users-admin at python.org When replying, please edit your Subject line so it is more specific than "Re: Contents of Mailman-Users digest..." From jfesler at gigo.com Mon Jun 5 06:30:24 2000 From: jfesler at gigo.com (Jason Fesler) Date: Sun, 4 Jun 2000 21:30:24 -0700 (PDT) Subject: [Mailman-Users] Idiots guide to merging archives ? Message-ID: Is there any simple way to merge an older archive with a newer one? Someone moved their list to my server; they'd like if possible to have their old archives merged in. Most of it looks managable other than the pipermail.pck . [And no, I have't got time to learn python itself.. :( ] -- Jason Fesler | "I can't believe that AOL now Good, Fast, Cheap - | owns Bugs Bunny" - ryan at inkt Pick any two. | From jwt at dskk.co.jp Mon Jun 5 08:26:42 2000 From: jwt at dskk.co.jp (Jim Tittsler) Date: Mon, 5 Jun 2000 15:26:42 +0900 Subject: [Mailman-Users] Where are RedHat rpms?? In-Reply-To: ; from gilmanb@Jforge.net on Sun, Jun 04, 2000 at 03:41:23PM -0400 References: <21696.960146768@kanga.nu> Message-ID: <20000605152642.A5389@mail.dskk.co.jp> On Sun, Jun 04, 2000 at 03:41:23PM -0400, Brian wrote: > Can someone tell me where the RedHat rpm's are? Thanks! ftp://ftp.redhat.com/pub/redhat/updates/secureweb/3.2/i386/mailman-2.0beta2-1.i386.rpm ftp://ftp.redhat.com/pub/redhat/updates/secureweb/3.2/SRPMS/mailman-2.0beta2-1.src.rpm Or any of the many mirrors. Jim -- Jim Tittsler, Tokyo Python Starship http://starship.python.net/crew/jwt/ From mw at ectool.de Mon Jun 5 10:19:14 2000 From: mw at ectool.de (Wochele, Markus) Date: Mon, 5 Jun 2000 10:19:14 +0200 Subject: AW: [Mailman-Users] smtp problems ? Message-ID: <01BFCED7.803C7700.mw@ectool.de> Hi Satya, > >i have a little problem with my mailman installation. > > > >the file: /home/mailman/logs/smtp > > > >Apr 27 17:12:00 2000 (1851) All recipients refused: host not found > > > >I don't receive any mailinglist emails (no error, no mail .... nothing). > > It *looks* like your SMTP server is refusing connections from > mailman-spawned processes. Check Mailman/mm_config.py (something like > that) and check the hostnames in it. You're not getting mail because > mailman can't send any. I check mm.cfg.py ... the same problem with any hostnames !!! I want to use sendmail with smtp and no dns. It's only a local server for intranet users. [root at mail Mailman]# hostname mail [root at mail logs]# host mail Host not found, try again. My system: redhat 6.1 cu markus From nbecker at fred.net Mon Jun 5 14:41:37 2000 From: nbecker at fred.net (nbecker at fred.net) Date: 05 Jun 2000 08:41:37 -0400 Subject: [Mailman-Users] Where are RedHat rpms?? In-Reply-To: Jim Tittsler's message of "Mon, 5 Jun 2000 15:26:42 +0900" References: <21696.960146768@kanga.nu> <20000605152642.A5389@mail.dskk.co.jp> Message-ID: I don't understand the config that RedHat used. I built mailman-2.0beta2 from source using ./configure --with-mail-gid=mailman and it worked great. But RedHat SRPM did: ./configure \ --prefix=/usr/share/mailman \ --with-python=/usr/bin/python \ --with-mail-gid=mail \ --with-cgi-id=nobody This didn't work for me (the wrapper used to post via mail returns an error). I don't understand why they installed with user mailman owning all the files, but --with-mail-gid=mail. From mentor at alb-net.com Mon Jun 5 15:56:21 2000 From: mentor at alb-net.com (Mentor Cana) Date: Mon, 5 Jun 2000 09:56:21 -0400 (EDT) Subject: [Mailman-Users] rejected notice not sent out (latest CVS) Message-ID: In a case of rejecting a message, the rejected notice is not sent out with the latest CVS. This happens independently if the messages it changed or not. later, mentor From doctor at kira.mcc.ac.uk Mon Jun 5 16:27:50 2000 From: doctor at kira.mcc.ac.uk (Mike Richardson) Date: Mon, 5 Jun 2000 15:27:50 +0100 Subject: [Mailman-Users] Example system specs Message-ID: <20000605152750.E22031@kira.mcc.ac.uk> Hi, We're currently testing mailman in parallel with majordomo on a P90 with 64Mb. Web page updates are a touch slow to say the least and mail deliveries take about 30s (1-2s with majordomo). (FreeBSD, with Mailman1.1) Two questions: 1) Is this normal or does it look like I've not configured something properly? 2) Can someone let me have example specs of their Mailman machine please? (CPU and speed, memory, disk space and type, no of lists and an idea of number of lists/period) The higher the throughput the better.. Thanks Mike -- -------------------------------------------------------------------- Copyright 2000 Mike Richardson, Rm G100D, Manchester Computing University of Manchester, M13 9PL. doctor at mcc.ac.uk, 0161 275-6009 -------------------------------------------------------------------- "If I want your opinion, I'll beat it out of you!" - Chuck Norris "If anything happens to my daughter I have a 45 and shovel" Clueless From scott at zeroknowledge.com Mon Jun 5 16:34:29 2000 From: scott at zeroknowledge.com (Scott Walker) Date: Mon, 5 Jun 2000 10:34:29 -0400 Subject: [Mailman-Users] Weird problem.. Message-ID: <20000605103429.A3426@paranoid.zks.net> We are using mailman as our internal mailing list software (and I must say it is nice) I am having a weird problem, I enter a description for a list (it's only affecting one list right now) click submit, and in the submit page you see the description, and if you go into the listinfo for the particular mailing list you see the description but on the top level page it's blank. Any ideas why/how I can fix this? From mark.eccles at drives.eurotherm.co.uk Mon Jun 5 17:23:33 2000 From: mark.eccles at drives.eurotherm.co.uk (Mark Eccles) Date: Mon, 5 Jun 2000 16:23:33 +0100 Subject: [Mailman-Users] Installation Problems with Mailman Message-ID: <01BFCF0A.658809A0.mark.eccles@drives.eurotherm.co.uk> I'm installing Mailman 2.0Beta and am having trouble with configure. When I run ./configure from the /home/mailman/mailman-2.0beta2 directory it fails with error message: checking for mailman UID... cat: conftest.out: No such file or directory No "mailman" user found The user/group mailman does exist and can login OK I'm installing on Redhat Linux v5.2 Any help would be greatly appreciated Mark Eccles Computer Systems Administrator Eurotherm Drives Ltd - an Invensys company Tel:(44)1903 73 7313 Fax:(44)1903 737120 From claw at kanga.nu Mon Jun 5 18:09:12 2000 From: claw at kanga.nu (J C Lawrence) Date: Mon, 05 Jun 2000 09:09:12 -0700 Subject: [Mailman-Users] Example system specs In-Reply-To: Message from Mike Richardson of "Mon, 05 Jun 2000 15:27:50 BST." <20000605152750.E22031@kira.mcc.ac.uk> References: <20000605152750.E22031@kira.mcc.ac.uk> Message-ID: <5071.960221352@kanga.nu> On Mon, 5 Jun 2000 15:27:50 +0100 Mike Richardson wrote: > 1) Is this normal or does it look like I've not configured > something properly? I suspect a problem with your configuration. I've run faster on slower hardware (different OS admittedly). > 2) Can someone let me have example specs of their Mailman machine > please? (CPU and speed, memory, disk space and type, no of lists > and an idea of number of lists/period) The higher the throughput > the better.. Hardware statistics for Kanga.Nu: http://www.kanga.nu/stats/sysinfo/ Number of lists: http://www.kanga.nu/lists/listinfo/ Web traffic is currently sitting at ~140K pages per month (average 12% growth per month): http://www.kanga.nu/stats/webalizer/ Average mail load (sorry, this isn't published as it contains email addresses): 30K - 40K per hour with the MTA usually idle as shown by: 96% of messages are delivered within 60 seconds of hitting the queue 98% are delivered within the hour MTA is a loosely tuned Exim. Most lists are moderated. eg MUD-Dev has a little under 1K members. Average posting time for approving a collection of 4 or 5 moderated posts is single digit seconds (varies slightly). Previous hardware was an AlphaStation 200 with 128Meg RAM -- a box with very similar performance to your P90 with 64Meg given Alpha's atrocious code and data density. Overall system performance was not that different from the above. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From alex at phred.org Mon Jun 5 18:31:29 2000 From: alex at phred.org (alex wetmore) Date: Mon, 5 Jun 2000 09:31:29 -0700 Subject: [Mailman-Users] Example system specs References: <20000605152750.E22031@kira.mcc.ac.uk> Message-ID: <01cd01bfcf0b$8119ba00$01fa3b9d@redmond.corp.microsoft.com> From: "Mike Richardson" > We're currently testing mailman in parallel with majordomo on a > P90 with 64Mb. Web page updates are a touch slow to say the least and > mail deliveries take about 30s (1-2s with majordomo). > > (FreeBSD, with Mailman1.1) I don't think this is normal, and my machine is very similar to your own. It is running FreeBSD 2.2.2 (will be 4.0 once I get off of my butt and do the upgrade). > 2) Can someone let me have example specs of their Mailman machine > please? (CPU and speed, memory, disk space and type, no of lists and > an idea of number of lists/period) P200mmx 64megs EDO 2*2g Seagate SCSI disks. The ~mailman disk is an old Hawk. The primary system (and sendmail queue disc is a Barracuda). 6 lists, largest has 700 members. I seem to get delivery within about 10 seconds on this list. None of my users have complained about slow delivery. I am currently using Windows NT SMTP server (on another machine) as my outbound MTA, although I used sendmail for a long time with similar results. My incoming MTA is sendmail. My webserver is apache. alex From bwarsaw at python.org Mon Jun 5 18:36:37 2000 From: bwarsaw at python.org (Barry A. Warsaw) Date: Mon, 5 Jun 2000 12:36:37 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] rejected notice not sent out (latest CVS) References: Message-ID: <14651.55061.111860.255989@anthem.python.org> >>>>> "MC" == Mentor Cana writes: MC> In a case of rejecting a message, the rejected notice is not MC> sent out with the latest CVS. This happens independently if MC> the messages it changed or not. Do you have dont_respond_to_post_requests turned on? Try this patch. I don't believe that Mailman should be conditionalizing on this variable for reject notices (it is, and should be in Hold.py for the actual hold message). -Barry Index: ListAdmin.py =================================================================== RCS file: /cvsroot/mailman/mailman/Mailman/ListAdmin.py,v retrieving revision 1.37 diff -c -r1.37 ListAdmin.py *** ListAdmin.py 2000/06/02 23:07:33 1.37 --- ListAdmin.py 2000/06/05 16:35:21 *************** *** 188,196 **** elif value == 1: # Rejected rejection = 'Refused' ! if not self.dont_respond_to_post_requests: ! self.__refuse('Posting of your message titled "%s"' % subject, ! sender, comment or '[No reason given]') else: assert value == 2 # Discarded --- 188,195 ---- elif value == 1: # Rejected rejection = 'Refused' ! self.__refuse('Posting of your message titled "%s"' % subject, ! sender, comment or '[No reason given]') else: assert value == 2 # Discarded From brett at iclick.com Mon Jun 5 18:36:53 2000 From: brett at iclick.com (Brett Dikeman) Date: Mon, 5 Jun 2000 12:36:53 -0400 Subject: [Mailman-Users] moved list to new server but still being routed through old server Message-ID: as the subject line says. Mailman has been completely disabled on the old system; after moving the server's mailman directory, I logged in via the web interface and changed the preferred system name. All web links on the user, admin, and archive pages now work properly, indicating it recognizes the proper system name. I suspect that the problem is that somewhere, in the MTA part of Mailman(didn't I read something about 2.0b having its own MTA?) is a hardcoded system name causing all mail to get bounced off the old server. Suggestions are more than welcome, but no, I don't want to reinstall Mailman, so please don't suggest it unless that's the -only- way. Reinstallation is a brute force way of fixing the problem. Brett -- ---- Brett Dikeman Systems Engineer iClick, Inc 914-872-8043 120 Bloomingdale Rd. 914-872-8100(fax) White Plains, NY 10605 http://www.iclick.com From morris at unc.edu Mon Jun 5 19:14:44 2000 From: morris at unc.edu (Joe Morris) Date: Mon, 5 Jun 2000 13:14:44 -0400 (Eastern Daylight Time) Subject: [Mailman-Users] Can I limit number of recipients per batch? Message-ID: We need to send messages to many (90) MetroCall pagers at a time. MetroCall just recently placed a restriction on the number of recipients of 25. The rest get deferred until the next pass of sendmail which delays emergency notifications. Eventually they all get through after 3 passes of sendmail in this case. Is there a way I can configure a Mailman list to limit the number of recipients in a batch to create multiple small batches? I'm trying to find a way in sendmail, but it's not leaping out at me at the moment... _______________________________________________________ Joe Morris http://metalab.unc.edu/morris Web Systems Manager, ATN http://help.unc.edu UNC-Chapel Hill http://www.unc.edu From claw at kanga.nu Mon Jun 5 19:16:12 2000 From: claw at kanga.nu (J C Lawrence) Date: Mon, 05 Jun 2000 10:16:12 -0700 Subject: [Mailman-Users] Can I limit number of recipients per batch? In-Reply-To: Message from Joe Morris of "Mon, 05 Jun 2000 13:14:44 EDT." References: Message-ID: <6503.960225372@kanga.nu> On Mon, 5 Jun 2000 13:14:44 -0400 (Eastern Daylight Time) Joe Morris wrote: > Is there a way I can configure a Mailman list to limit the number > of recipients in a batch to create multiple small batches? I'm > trying to find a way in sendmail, but it's not leaping out at me > at the moment... SMTP_MAX_RCPTS in Defaults.py -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From brett at iclick.com Mon Jun 5 21:06:18 2000 From: brett at iclick.com (Brett Dikeman) Date: Mon, 5 Jun 2000 15:06:18 -0400 Subject: [Mailman-Users] temp files collecting Message-ID: I have several hundred temp files hanging around in /home/mailman/lists/listname/ A small sampling: config.db.tmp.12892 config.db.tmp.16411 config.db.tmp.20101 config.db.tmp.24511 config.db.tmp.29398 config.db.tmp.4622 config.db.tmp.9939 config.db.tmp.12893 config.db.tmp.16414 config.db.tmp.20103 config.db.tmp.24525 config.db.tmp.29405 config.db.tmp.4633 config.db.tmp.9943 config.db.tmp.12901 config.db.tmp.16427 config.db.tmp.20124 config.db.tmp.24533 config.db.tmp.29424 config.db.tmp.4651 config.db.tmp.9945 The numbers aren't 1,2,3,4,5,6...they're more like 1, 4, 5,6,9,12...random spaces. Seems like mailman is not cleaning up the temp files. Most are owned by mailman, but some are owned by "nobody"(not many.) Is it safe to remove them? I assume so. Brett -- ---- Brett Dikeman Systems Engineer iClick, Inc 914-872-8043 120 Bloomingdale Rd. 914-872-8100(fax) White Plains, NY 10605 http://www.iclick.com From mailman at abelcine.com Mon Jun 5 21:52:38 2000 From: mailman at abelcine.com (mailman) Date: Mon, 05 Jun 2000 15:52:38 -0400 Subject: [Mailman-Users] Unsubscribing without passwords Message-ID: I just installed Mailman 2.0b2 to evaluate. I plan on using it for a few announce lists (no posting allowed). Everything is fine so far, but I want to provide people with an easy way to unsubscribe. Most of the initial subscribers will be imported from an existing list, and I would rather not send them the welcome message, so they won't know their passwords. Is there a way of letting people unsubscribe without requiring a password? Thanks, --Jesse From brett at iclick.com Mon Jun 5 22:47:35 2000 From: brett at iclick.com (Brett Dikeman) Date: Mon, 5 Jun 2000 16:47:35 -0400 Subject: [Mailman-Users] error in logs/error, archiver Message-ID: post(24046): Traceback (innermost last): post(24046): File "/home/mailman/Mailman/Archiver/Archiver.py", line 210, in ArchiveMail post(24046): self.__archive_to_mbox(msg) post(24046): File "/home/mailman/Mailman/Archiver/Archiver.py", line 166, in __archive_to_mbox post(24046): post.SetHeader('Date', time.ctime(time.time())) post(24046): AttributeError: SetHeader Jun 05 16:44:52 2000 post(24045): ending What does this mean? I'm getting one for each post to the list, I believe. Brett -- ---- Brett Dikeman Systems Engineer iClick, Inc 914-872-8043 120 Bloomingdale Rd. 914-872-8100(fax) White Plains, NY 10605 http://www.iclick.com From rpeterson at yellowbank.com Mon Jun 5 23:15:28 2000 From: rpeterson at yellowbank.com (Ron Peterson) Date: Mon, 05 Jun 2000 17:15:28 -0400 Subject: [Mailman-Users] sendmail & apache on different machines Message-ID: <393C1870.B3208BBB@yellowbank.com> Hi, Really newbie here, so please don't confuse ignorance for impertinence... I'm looking into using mailman. I have sendmail running on my masquerading gateway (linux 2.2.13). I port forward port 80 to apache on a different server running behind my firewall. I like that fact that mailman can synchronize web and mail list stuff, but how would I go about doing that in my situation? Anyone else doing this? ________________________ Ron Peterson rpeterson at yellowbank.com From mailman at abelcine.com Mon Jun 5 23:24:33 2000 From: mailman at abelcine.com (mailman) Date: Mon, 05 Jun 2000 17:24:33 -0400 Subject: Re(2): [Mailman-Users] Unsubscribing without passwords Message-ID: >They can ask for their password to be sent to them from the >webpage or >via email. I have a canned response that I give subscribers when >they >are asking how to unsub. I know -- that's what I'm doing now (I have a little note in the footer explaining the process). It's just that, since these are people who are accustomed to a different system I'd rather save them the inconvenience. And since it's a non-posting list anyway, I figure there aren't really too many security concerns (people would still have to confirm their subscribes). > > >Do you really mean to be sending email to this list from your >mailman >account instead of some user named account? Actually, this isn't my mailman account. Mailman is running in a subdomain -- this is an account I created just for this list to segregate the mail (don't ask -- it's not a unix server so I can't use procmail). > >alex --Jesse From brett at iclick.com Tue Jun 6 01:13:17 2000 From: brett at iclick.com (Brett Dikeman) Date: Mon, 5 Jun 2000 19:13:17 -0400 Subject: [Mailman-Users] server not using SMTPDirect, not splitting envelope, long delivery times Message-ID: Greetings, ever since upgrading to v2.0, mailman has, as far as I can tell: -delivered all mail through a single sendmail process(single envelope.) -taken 15-45 minutes to complete distribution to 110 addresses in what used to take less than 2-3 minutes tops after submitting a message to the list, the load average barely flinches; it used to be that the MTA(sendmail in this case) would go nuts and deliver all the messages to 90% of the list in less than a minute. That was -before- I striped the drives. FYI, it's a Celeron 450, 64MB of ram. Plenty fast enough(it was running about the same speed on a 486DX4-100.) the questions: a)why isn't it using the builtin SMTP MTA? b)why is it ignoring the multiple-threads setting(ie, how many concurrent delivery processes are launched) in the general admin page(currently set to 5.) I verified that in Defaults.py, the SMTP MTA is not set to sendmail, and the default process count is at least 4. The port is set to 25 in my mm I've searched the archives, read all the documentation, and can't find anything referring to this problem. Both 2.0b1 and 2.0b2 exhibit the same problems. I have no idea why SMTPPORT is defined by default to be zero in Defaults.py, but here's the mm_cfg.py. Note DELIVERY_MODULE is not set to sendmail. DEFAULT_HOST_NAME = 'FQDN removed' DEFAULT_URL = 'http://www.DNremoved/mailman' MAILMAN_OWNER = 'mailman-owner@%s' % DEFAULT_HOST_NAME PUBLIC_ARCHIVE_URL = '/pipermail' PRIVATE_ARCHIVE_URL = '/mailman/private' DELIVERY_MODULE = 'SMTPDirect' SMTPHOST = 'localhost' SMTPPORT = 25 Brett -- ---- Brett Dikeman Systems Engineer iClick, Inc 914-872-8043 120 Bloomingdale Rd. 914-872-8100(fax) White Plains, NY 10605 http://www.iclick.com From paul at enoch.com.au Tue Jun 6 03:12:18 2000 From: paul at enoch.com.au (enoch design) Date: Tue, 06 Jun 2000 11:12:18 +1000 Subject: [Mailman-Users] monthly mail outs Message-ID: <393C4FF2.76ECC149@enoch.com.au> Hi there, Paul here. Just a quick question, how do we suppress the automatic mail outs to users. At the moment we are using mailman to force feed information to students who are not aware of the back end options, so we want to keep them clear of their own admin pages. We set up a test list at first and then others at a later stage, however the main admin received an email from the first list taking him to his own admin page. If this happened to all users on all lists it would be bad. Very bad. As we don't want them to interact with the list or know of the back end. We have switched off the "mail out reminders" option, however are there any other features that govern this or is this the only one? Any input is very very welcome!!! Thanks, paul. From nagarjun at hbcse.tifr.res.in Tue Jun 6 04:18:51 2000 From: nagarjun at hbcse.tifr.res.in (Nagarjuna G.) Date: Tue, 6 Jun 2000 07:48:51 +0530 (IST) Subject: [Mailman-Users] Mails are sent very slow Message-ID: Dear Mailman users We are running a list with mailman 2.0b around 200 members. My MTA is sendmail. When I look at the status in the mailq, I see a problem with the delivery say with one email address, all other mails just remain in queue. Is this an MTA problem? Cant mailman issue separate send processes for each address? How to get around the problem? Nagarjuna From smead at amplepower.com Tue Jun 6 05:42:02 2000 From: smead at amplepower.com (David Smead) Date: Mon, 5 Jun 2000 20:42:02 -0700 (PDT) Subject: [Mailman-Users] sendmail & apache on different machines In-Reply-To: <393C1870.B3208BBB@yellowbank.com> Message-ID: Ron, We have a firewall from a DSL feed that has three NICs in it. The webserver is on one of them and is running mailman for a virtual host without a problem. Sincerely, David Smead http://www.amplepower.com. http://www.ampletech.com. On Mon, 5 Jun 2000, Ron Peterson wrote: > Hi, > > Really newbie here, so please don't confuse ignorance for > impertinence... > > I'm looking into using mailman. I have sendmail running on my > masquerading gateway (linux 2.2.13). I port forward port 80 to apache > on a different server running behind my firewall. > > I like that fact that mailman can synchronize web and mail list stuff, > but how would I go about doing that in my situation? Anyone else doing > this? > > ________________________ > Ron Peterson > rpeterson at yellowbank.com > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From fil at bok.net Tue Jun 6 16:57:11 2000 From: fil at bok.net (Fil) Date: Tue, 6 Jun 2000 16:57:11 +0200 Subject: [Mailman-Users] message not going out Message-ID: <20000606165711.A26240@orwell.bok.net> I have a seven-subscribers' list without any problem but today: a message refuses to go out, without explanation. $ pwd /var/lib/mailman $ ls qfiles/ ccd312bfc95c40645b1531290c03487609b7595d.db ccd312bfc95c40645b1531290c03487609b7595d.msg $ /usr/bin/python /var/lib/mailman/cron/qrunner $ ls qfiles/ ccd312bfc95c40645b1531290c03487609b7595d.db ccd312bfc95c40645b1531290c03487609b7595d.msg $ less qfiles/ccd312bfc95c40645b1531290c03487609b7595d.* {s^G^@^@^@versioni^A^@^@^@^@^@^@pipeline[^K^@^@^@s^D^@^@^@Holds^G^@^@^@Cleanses ^K^@^@^@CookHeaders^@^@^@ToDigests ^@^@^@ToArchive^@^@^@ToUsenets ^@^@^@CalcRecips^@^@^@Decorates ^@^@^@SMTPDirects^M^@^@^@AfterDeliverys^K^@^@^@Acknowledge^@^@^@listnames^B^@^@ ^@vu0 $ It looks like the .db message file is incomplete. Here is the traceback in logs/error Jun 06 16:55:01 2000 (14145) Delivery exception: Message Jun 06 16:55:01 2000 (14145) Traceback (innermost last): File "/var/lib/mailman/Mailman/Handlers/HandlerAPI.py", line 74, in DeliverTo func(mlist, msg, msgdata) File "/var/lib/mailman/Mailman/Handlers/Hold.py", line 183, in process hold_for_approval(mlist, msg, msgdata, MessageTooBig(bodylen)) File "/var/lib/mailman/Mailman/Handlers/Hold.py", line 198, in hold_for_appro reason = str(exc) File "/var/lib/mailman/Mailman/Handlers/Hold.py", line 88, in __str__ return HandlerAPI.Message.__str__(self) % self.__msgsize AttributeError: Message No other explanation, nothing in the web admindb... From godoy at conectiva.com Tue Jun 6 17:11:33 2000 From: godoy at conectiva.com (Jorge Godoy) Date: 06 Jun 2000 12:11:33 -0300 Subject: [Mailman-Users] Using Mailman with Postfix. Message-ID: Hi! Is there anybody using Mailman with postfix on a Linux machine here? I've installed, created a list but whenever I try to send a message to this list postfix rejects the message. These are the logged error messages on my /var/log/maillog file: Jun 6 12:04:51 nexus Mailman mail-wrapper: Failure to exec script. WANTED gid 12, GOT gid 99. (Reconfigure to take 99?) Jun 6 12:04:51 nexus postfix/local[5390]: 16B067BDF7: to=, relay=local, delay=0, status=bounced (Command died with status 2: "/usr/lib/mailman/mail/wrapper post desenvolvimento") GID 12 is the games group (???) and GID 99 is NOBODY. Mailman has the 44 U/GID. "desenvolvimento" is the list name... Any hints? -- Godoy. Departamento de Publica??es Publishing Department Conectiva S.A. From smead at amplepower.com Tue Jun 6 17:10:03 2000 From: smead at amplepower.com (David Smead) Date: Tue, 6 Jun 2000 08:10:03 -0700 (PDT) Subject: [Mailman-Users] message not going out In-Reply-To: <20000606165711.A26240@orwell.bok.net> Message-ID: Fil, This is a wild guess: Message body is without content. David Smead --- Inovation - packaging mistakes of the past with new pictures. On Tue, 6 Jun 2000, Fil wrote: > > I have a seven-subscribers' list without any problem but today: a message > refuses to go out, without explanation. > > $ pwd > /var/lib/mailman > $ ls qfiles/ > ccd312bfc95c40645b1531290c03487609b7595d.db > ccd312bfc95c40645b1531290c03487609b7595d.msg > $ /usr/bin/python /var/lib/mailman/cron/qrunner > $ ls qfiles/ > ccd312bfc95c40645b1531290c03487609b7595d.db > ccd312bfc95c40645b1531290c03487609b7595d.msg > $ less qfiles/ccd312bfc95c40645b1531290c03487609b7595d.* > {s^G^@^@^@versioni^A^@^@^@^@^@^@pipeline[^K^@^@^@s^D^@^@^@Holds^G^@^@^@Cleanses > ^K^@^@^@CookHeaders^@^@^@ToDigests ^@^@^@ToArchive^@^@^@ToUsenets > ^@^@^@CalcRecips^@^@^@Decorates > ^@^@^@SMTPDirects^M^@^@^@AfterDeliverys^K^@^@^@Acknowledge^@^@^@listnames^B^@^@ > ^@vu0 > $ > > It looks like the .db message file is incomplete. > > > Here is the traceback in logs/error > > Jun 06 16:55:01 2000 (14145) Delivery exception: Message > Jun 06 16:55:01 2000 (14145) Traceback (innermost last): > File "/var/lib/mailman/Mailman/Handlers/HandlerAPI.py", line 74, in > DeliverTo > func(mlist, msg, msgdata) > File "/var/lib/mailman/Mailman/Handlers/Hold.py", line 183, in process > hold_for_approval(mlist, msg, msgdata, MessageTooBig(bodylen)) > File "/var/lib/mailman/Mailman/Handlers/Hold.py", line 198, in > hold_for_appro > reason = str(exc) > File "/var/lib/mailman/Mailman/Handlers/Hold.py", line 88, in __str__ > return HandlerAPI.Message.__str__(self) % self.__msgsize > AttributeError: Message > > > No other explanation, nothing in the web admindb... > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From fil at bok.net Tue Jun 6 17:12:09 2000 From: fil at bok.net (Fil) Date: Tue, 6 Jun 2000 17:12:09 +0200 Subject: [Mailman-Users] message not going out In-Reply-To: ; from smead@amplepower.com on Tue, Jun 06, 2000 at 08:10:03AM -0700 References: <20000606165711.A26240@orwell.bok.net> Message-ID: <20000606171209.A26538@orwell.bok.net> Nope. The .msg is fine, only the .db is crap. * David Smead (smead at amplepower.com) ?crivait : > Fil, > > This is a wild guess: Message body is without content. > > David Smead > > > I have a seven-subscribers' list without any problem but today: a message > > refuses to go out, without explanation. From fil at bok.net Tue Jun 6 17:13:23 2000 From: fil at bok.net (Fil) Date: Tue, 6 Jun 2000 17:13:23 +0200 Subject: [Mailman-Users] Using Mailman with Postfix. In-Reply-To: ; from godoy@conectiva.com on Tue, Jun 06, 2000 at 12:11:33PM -0300 References: Message-ID: <20000606171323.B26538@orwell.bok.net> Try ./configure --with-mail-gid=99 * Jorge Godoy (godoy at conectiva.com) ?crivait : > > Hi! > > Is there anybody using Mailman with postfix on a Linux machine here? > I've installed, created a list but whenever I try to send a message to > this list postfix rejects the message. > > These are the logged error messages on my /var/log/maillog file: > > Jun 6 12:04:51 nexus Mailman mail-wrapper: Failure to exec script. WANTED gid 12, GOT gid 99. (Reconfigure to take 99?) > Jun 6 12:04:51 nexus postfix/local[5390]: 16B067BDF7: to=, relay=local, delay=0, status=bounced (Command died with status 2: "/usr/lib/mailman/mail/wrapper post desenvolvimento") > > GID 12 is the games group (???) and GID 99 is NOBODY. Mailman has the > 44 U/GID. "desenvolvimento" is the list name... > > > Any hints? > -- > Godoy. > > Departamento de Publica??es > Publishing Department Conectiva S.A. > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users From ptomblin at xcski.com Tue Jun 6 17:15:47 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Tue, 6 Jun 2000 11:15:47 -0400 Subject: [Mailman-Users] Using Mailman with Postfix. In-Reply-To: References: Message-ID: <20000606111547.A12997@xcski.com> Quoting Jorge Godoy (godoy at conectiva.com): > > Hi! > > Is there anybody using Mailman with postfix on a Linux machine here? Yes. > Jun 6 12:04:51 nexus Mailman mail-wrapper: Failure to exec script. WANTED gid 12, GOT gid 99. (Reconfigure to take 99?) > Jun 6 12:04:51 nexus postfix/local[5390]: 16B067BDF7: to=, relay=local, delay=0, status=bounced (Command died with status 2: "/usr/lib/mailman/mail/wrapper post desenvolvimento") > > GID 12 is the games group (???) and GID 99 is NOBODY. Mailman has the > 44 U/GID. "desenvolvimento" is the list name... Usually GID 12 is the mail group and GID 20 is the games group. If you've changed this, you're probably going to have to change the ownership and perms on postfix. Did you try doing what it said, and reconfiguring to take the gid 99? Mine was configured with "./configure --prefix=/usr/home/mailman --with-mail-gid=99 --with-cgi-gid=99" -- Paul Tomblin , not speaking for anybody "We all agree that your theory is crazy, but is it crazy enough?" - Niels Bohr (1885-1962) From smead at amplepower.com Tue Jun 6 17:28:36 2000 From: smead at amplepower.com (David Smead) Date: Tue, 6 Jun 2000 08:28:36 -0700 (PDT) Subject: [Mailman-Users] Using Mailman with Postfix. In-Reply-To: Message-ID: Jorge, On my Linux machine, running sendmail, gid 12 is mail and nobody is gid 99 which is what mailman runs under. With different gids, you will have to do some tweaking. In the Makefile, gid 12 is defined, and that is what wrapper uses as verification that the process invoking wrapper is mail. Sincerely, David Smead http://www.amplepower.com. http://www.ampletech.com. On 6 Jun 2000, Jorge Godoy wrote: > > Hi! > > Is there anybody using Mailman with postfix on a Linux machine here? > I've installed, created a list but whenever I try to send a message to > this list postfix rejects the message. > > These are the logged error messages on my /var/log/maillog file: > > Jun 6 12:04:51 nexus Mailman mail-wrapper: Failure to exec script. WANTED gid 12, GOT gid 99. (Reconfigure to take 99?) > Jun 6 12:04:51 nexus postfix/local[5390]: 16B067BDF7: to=, relay=local, delay=0, status=bounced (Command died with status 2: "/usr/lib/mailman/mail/wrapper post desenvolvimento") > > GID 12 is the games group (???) and GID 99 is NOBODY. Mailman has the > 44 U/GID. "desenvolvimento" is the list name... > > > Any hints? > -- > Godoy. > > Departamento de Publica??es > Publishing Department Conectiva S.A. > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From marouf at earlham.edu Tue Jun 6 18:56:23 2000 From: marouf at earlham.edu (Nick) Date: Tue, 06 Jun 2000 11:56:23 -0500 Subject: [Mailman-Users] question on Attachment/MIME support References: <20000604191959.4548.qmail@web208.mail.yahoo.com> <21696.960146768@kanga.nu> Message-ID: <393D2D37.31B85B11@earlham.edu> Hi all, I downloaded MHonArc, but I was wondering how do I go about changing the archiver from pipermail to MHonArc. or what are the files that I need to edit. Thanks Nick J C Lawrence wrote: > On Sun, 4 Jun 2000 12:19:59 -0700 (PDT) > oliver wrote: > > > One of the list user sent out a message with several jpg > > attachments, when I see it through my netscape mail client, each > > attachment is fine as a hyperlink, just the way I want > > it. However, in the mailman's archive, the jpg file was expanded > > into large ascii file (see blow). I suspect it has something to do > > with MIME support. Can anyone tell me how to resolve this? Can > > mailman just treat it as a link instead of trying to decode it? > > Use an external archiver that understands MIME ala MHonArc. > > -- > J C Lawrence Home: claw at kanga.nu > ----------(*) Other: coder at kanga.nu > --=| A man is as sane as he is dangerous to his environment |=-- > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org From gpoo at ubiobio.cl Tue Jun 6 18:03:12 2000 From: gpoo at ubiobio.cl (German Poo Caaman~o) Date: Tue, 6 Jun 2000 13:03:12 -0300 (ADT) Subject: [Mailman-Users] Some littles probles with 2.0b2 Message-ID: I've installed Mailman 2.0b2 (and pyron1.5.2 on a RH box). The first time works fine. But after two days whithout movement, I created a new list, and now the listinfo (web page) just show only de new list, not the others. However, I can get the lists pages (listinfo/list-...). Also, I created a list with news gateway. It works fine between list->news but not news->list. It setting up with default, except the Mail & News gateway, where the options are set "Yes". Are there something missing? Thanks in advance, -- German Poo Caaman~o mailto:gpoo at ubiobio.cl http://www.ubiobio.cl/~gpoo/chilelindo.html From claw at kanga.nu Tue Jun 6 20:07:13 2000 From: claw at kanga.nu (J C Lawrence) Date: Tue, 06 Jun 2000 11:07:13 -0700 Subject: [Mailman-Users] question on Attachment/MIME support In-Reply-To: Message from Nick of "Tue, 06 Jun 2000 11:56:23 CDT." <393D2D37.31B85B11@earlham.edu> References: <20000604191959.4548.qmail@web208.mail.yahoo.com> <21696.960146768@kanga.nu> <393D2D37.31B85B11@earlham.edu> Message-ID: <29575.960314833@kanga.nu> On Tue, 06 Jun 2000 11:56:23 -0500 Nick wrote: > I downloaded MHonArc, but I was wondering how do I go about > changing the archiver from pipermail to MHonArc. There are two ways to do it: 1) use the external archiver supports in Mailman and plug MHonArc in there. 2) Subscribe an archiver address to your list and then hang MHonArc off that address (usually via a .forward or procmail). There has been traffic on this list describing how to get #1 working. I haven't done that as I specifically want the following behaviour: -- the archived messages to be identical with what Mailman broadcasts to the subscriber base -- a pristine archive of the exact messages (bit identical) sent to the subscriber base and using #1 doesn't support either of those requirements. Mailman's internal archives (mbox etc) are not identical with what is broadcast, and having that data sent to MHonArc would result in archives that are different as well. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From atkinsr at colltech.com Tue Jun 6 20:56:16 2000 From: atkinsr at colltech.com (Rusty Atkins) Date: Tue, 06 Jun 2000 14:56:16 -0400 Subject: [Mailman-Users] Urgent: Help, python hanging Message-ID: <393D4950.2C1C7DA1@colltech.com> Hi all, I have a big list (122,000 people, and no, it's not spam! ;) that I'm trying to send a message to. I'm using python-1.5.2-13 with mailman-2.0beta2 and postfix-19991231_pl07-1. The problem is that python is running for about 9 seconds and then hanging/dying each time after a child process hangs: +===--- (hiding real hostname and the list name to protect the guilty :) [root at hostname ~mailman]# uname -a Linux hostname.domain.com 2.2.14-5.0smp #1 SMP Tue Mar 7 21:01:40 EST 2000 i686 unknown [root at hostname ~mailman] ps -efw | grep python | grep -v grep nobody 12684 12606 1 13:29 ? 00:00:09 /usr/bin/python -S /home/mailman/scripts/post listname nobody 12685 12684 0 13:29 ? 00:00:00 [python ] [root at hostname ~mailman]# ps -efw | grep 12606 postfix 12606 12581 0 13:28 ? 00:00:00 local -t unix [root at hostname ~mailman]# ps -efw | grep 12581 root 12581 1 0 13:27 ? 00:00:00 /usr/libexec/postfix/master So it's getting called from the aliases file correctly: listname: "|/home/mailman/mail/wrapper post listname" +===--- I've tried killing the python processes (it bounces the message back to the poster) and resending the message and I get the same thing. I've also tried stopping and starting postfix, which will start python again.. and it hangs after 9 seconds without ever changing the size of the queued mail file. I've ran ~mailman/bin/check_db and check_perms and all looks fine. If you have any idea what might be wrong, or how I can go about better debugging this problem, please let me know. Thanks! Rusty Atkins atkinsr at colltech.com From hankfein at yahoo.com Tue Jun 6 22:36:10 2000 From: hankfein at yahoo.com (Hank Fein) Date: Tue, 6 Jun 2000 13:36:10 -0700 (PDT) Subject: [Mailman-Users] repost: privacy settings Message-ID: <20000606203610.17031.qmail@web1103.mail.yahoo.com> Hi, I really need an answer to this question, thus the repost (sorry!) I'm running MM 2.0b2. I have set "posting only by list members" and "posts require approval" to yes, yet I can post from anywhere sans approval. Any help would be greatly appreciated. __________________________________________________ Do You Yahoo!? Yahoo! Photos -- now, 100 FREE prints! http://photos.yahoo.com From ivanlan at home.com Tue Jun 6 22:40:30 2000 From: ivanlan at home.com (Ivan Van Laningham) Date: Tue, 06 Jun 2000 14:40:30 -0600 Subject: [Mailman-Users] repost: privacy settings References: <20000606203610.17031.qmail@web1103.mail.yahoo.com> Message-ID: <393D61BE.E2A09E9@home.com> Hi All-- Hank Fein wrote: > > Hi, > > I really need an answer to this question, thus the > repost (sorry!) > > I'm running MM 2.0b2. I have set "posting only by > list members" and "posts require approval" to yes, yet > I can post from anywhere sans approval. > > Any help would be greatly appreciated. > What's the list? I'll post something and see what happens. -ly y'rs, Ivan ---------------------------------------------- Ivan Van Laningham Axent Technologies, Inc. http://www.pauahtun.org http://www.foretec.com/python/workshops/1998-11/proceedings.html Army Signal Corps: Cu Chi, Class of '70 Author: Teach Yourself Python in 24 Hours From admin at puretech.co.in Wed Jun 7 12:12:23 2000 From: admin at puretech.co.in (System Administrator) Date: Wed, 7 Jun 2000 15:42:23 +0530 (IST) Subject: [Mailman-Users] Virtual Domains Setup Message-ID: Hi can any one let me know how do i setup mailing lsit for virtualdomains under mailman. Parag Mehta System Administrator. Puretech Internet Pvt. Ltd. http://puretech.co.in/ 77 Atlanta. Nariman Point. Mumbai - 400021. India. Tel: +91-22-2833158 ============================================================ Support is now available thru our Web Based Support System. http://support.puretech.co.in ============================================================ From scott at emji.net Wed Jun 7 18:16:38 2000 From: scott at emji.net (Scott R. Every) Date: Wed, 07 Jun 2000 12:16:38 -0400 Subject: [Mailman-Users] arrgh, why am i getting these! Message-ID: <4174725.3169368998@sdhcp3.emji.net> I have setup a new list with the: "Should administrator get notices of subscribes/unsubscribes" option set to 'No', but I am still getting the following whne using the mass add tool: Subject: EMJI subscription notification Rgreuling at mindspring.com has been successfully subscribed to EMJI. Any suggestions? using 2.0b2 tia s -- Scott R. Every - mailto:scott at emji.net EMJ Internet - http://www.emji.net voice : 1-888-258-8959 fax : 1-919-363-4425 From smead at amplepower.com Wed Jun 7 18:17:49 2000 From: smead at amplepower.com (David Smead) Date: Wed, 7 Jun 2000 09:17:49 -0700 (PDT) Subject: [Mailman-Users] Virtual Domains Setup In-Reply-To: Message-ID: I put this in /etc/mail/virtusertable and then restarted sendmail. You also need to fix /etc/sendmail.cw. mailman at msgbd.com mailman at webserver.amplepower.com mailman mailman at webserver.amplepower.com @msgbd.com webserver.amplepower.com msgbd.com is a virtual host on webserver. Sincerely, David Smead http://www.amplepower.com. http://www.ampletech.com. On Wed, 7 Jun 2000, System Administrator wrote: > Hi > > can any one let me know how do i setup mailing lsit for virtualdomains > under mailman. > > Parag Mehta > System Administrator. > Puretech Internet Pvt. Ltd. http://puretech.co.in/ > 77 Atlanta. Nariman Point. > Mumbai - 400021. India. Tel: +91-22-2833158 > ============================================================ > Support is now available thru our Web Based Support System. > http://support.puretech.co.in > ============================================================ > > > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From brett at iclick.com Wed Jun 7 18:25:09 2000 From: brett at iclick.com (Brett Dikeman) Date: Wed, 7 Jun 2000 12:25:09 -0400 Subject: [Mailman-Users] switched servers, no more archives? Message-ID: from logs/error: post(24004): Traceback (innermost last): post(24004): File "/home/mailman/Mailman/Archiver/Archiver.py", line 210, in A rchiveMail post(24004): self.__archive_to_mbox(msg) post(24004): File "/home/mailman/Mailman/Archiver/Archiver.py", line 166, in _ _archive_to_mbox post(24004): post.SetHeader('Date', The other problem is that I had to add some archives back, and the index page isn't showing them. How do I force pipermail to re-process the entire archive directory? Thx, Brett -- ---- Brett Dikeman Systems Engineer iClick, Inc 914-872-8043 120 Bloomingdale Rd. 914-872-8100(fax) White Plains, NY 10605 http://www.iclick.com From lynnd at techangle.com Wed Jun 7 18:24:54 2000 From: lynnd at techangle.com (Lynn Danielson) Date: Wed, 07 Jun 2000 10:24:54 -0600 Subject: [Mailman-Users] arch tool error References: <20000607160007.E97BA1CD2A@dinsdale.python.org> Message-ID: <393E7756.61C26D66@techangle.com> I'm getting the following error from arch while processing a large Netscape mail folder: Traceback (innermost last): File "../bin/arch", line 128, in ? main() File "../bin/arch", line 117, in main archiver.processUnixMailbox(fp, Article) File "/home/mailman/Mailman/Archiver/pipermail.py", line 385, in processUnixMailbox a=articleClass(m, self.sequence) # Create an article object File "/home/mailman/Mailman/Archiver/HyperArch.py", line 251, in __init__ self.date='%011i' % (date,) TypeError: illegal argument type for built-in operation It seems to fail on specific emails within the folder. I can post an example if necessary, but I'm hoping some of you might be familiar with this error and could tell me if there are any offending characters or keywords that I should be looking for. -- Lynn Danielson From mentor at alb-net.com Wed Jun 7 18:45:12 2000 From: mentor at alb-net.com (Mentor Cana) Date: Wed, 7 Jun 2000 12:45:12 -0400 (EDT) Subject: [Mailman-Users] multifile.Error : sudden EOF in MultiFile.readline() Message-ID: FYI... Jun 07 11:52:27 2000 post(22115): Traceback (innermost last): post(22115): File "/opt/home/mailman/scripts/mailowner", line 89, in ? post(22115): main() post(22115): File "/opt/home/mailman/scripts/mailowner", line 68, in main post(22115): if BouncerAPI.ScanMessages(mlist, msg): post(22115): File "/opt/home/mailman/Mailman/Bouncers/BouncerAPI.py",line 50$ post(22115): addrs = func(msg) post(22115): File "/opt/home/mailman/Mailman/Bouncers/Postfix.py", line46, i$ post(22115): s = StringIO(mfile.read()) post(22115): File "/usr/local/lib/python1.5/multifile.py", line 118, inread post(22115): return string.joinfields(self.readlines(), '') post(22115): File "/usr/local/lib/python1.5/multifile.py", line 112, inreadl$ post(22115): line = self.readline() post(22115): File "/usr/local/lib/python1.5/multifile.py", line 77, inreadli$ post(22115): raise Error, 'sudden EOF in MultiFile.readline()' post(22115): multifile.Error : sudden EOF in MultiFile.readline() From postman at vs1.invsn.com Wed Jun 7 19:32:43 2000 From: postman at vs1.invsn.com (Bo Bankson (aka Postman77)) Date: Wed, 07 Jun 2000 10:32:43 -0700 Subject: [Mailman-Users] Reminder Message References: Message-ID: <393E873B.B2EE0299@vs1.invsn.com> Hi there, My most recent client demanded a mailing list setup that did this that and the other, and so I installed Mailman on his server. : ) But even though I've heard of how great Mailman is for a while, I'e never actually used it (nor have I ever programmed in Python). And we have one slight problem, well, two problems. 1. How can we eliminate the message that is generated on the first of the month by Mailman that tells you that you are subscribed to the list? We have a daytabase of 2600 + names that we are putting on this mailing list, and will be sending out bi-weekly e-mails, so we definetly don't need to remind our users. 2. How can we edit the text of the other Mailman-generated e-mails? Such as "we have received your post, and are reviewing it", and the subscribe confirmation e-mail, etc? All I need is where that data is kept, and I can sic my programmer on it. Thanks in advance, Bo Bankson From keithp at suse.com Wed Jun 7 19:38:53 2000 From: keithp at suse.com (Keith Packard) Date: Wed, 07 Jun 2000 10:38:53 -0700 Subject: [Mailman-Users] Searching list archives Message-ID: <200006071738.KAA04033@orestes.keithp.com> I'm sure I'm not the first newbie with this question, but I can't search the list archives to find out... How can I add searching to my mailing list archives, the existing archive format isn't very helpful in finding existing answers for questions. keithp at suse.com XFree86 Core Team SuSE, Inc. From scott at emji.net Wed Jun 7 20:18:53 2000 From: scott at emji.net (Scott R. Every) Date: Wed, 07 Jun 2000 14:18:53 -0400 Subject: [Mailman-Users] arrgh, why am i getting these! In-Reply-To: <4174725.3169368998@sdhcp3.emji.net> Message-ID: <4615894.3169376333@sdhcp3.emji.net> oops, nevermind. one of my other admins was "helping" and this option got turned on after i had turned it off... s --On Wednesday, June 7, 2000 12:16 PM -0400 "Scott R. Every" wrote: > I have setup a new list with the: > "Should administrator get notices of subscribes/unsubscribes" option set > to 'No', but I am still getting the following whne using the mass add > tool: > > Subject: EMJI subscription notification > Rgreuling at mindspring.com has been successfully subscribed to EMJI. > > > Any suggestions? > using 2.0b2 > > tia > > s > > -- > Scott R. Every - mailto:scott at emji.net > EMJ Internet - http://www.emji.net > voice : 1-888-258-8959 fax : 1-919-363-4425 > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users -- Scott R. Every - mailto:scott at emji.net EMJ Internet - http://www.emji.net voice : 1-888-258-8959 fax : 1-919-363-4425 From claw at cp.net Wed Jun 7 20:43:17 2000 From: claw at cp.net (J C Lawrence) Date: Wed, 07 Jun 2000 11:43:17 -0700 Subject: [Mailman-Users] Searching list archives In-Reply-To: Message from Keith Packard of "Wed, 07 Jun 2000 10:38:53 PDT." <200006071738.KAA04033@orestes.keithp.com> References: <200006071738.KAA04033@orestes.keithp.com> Message-ID: On Wed, 07 Jun 2000 10:38:53 -0700 Keith Packard wrote: > How can I add searching to my mailing list archives, the existing > archive format isn't very helpful in finding existing answers for > questions. Use an external archiver which generates the HTML to plug into the search engine of your choice. I use MHonArc and UdmSearch: http://www.kanga.nu/archives/ (The archives are actually in the middle of being redone, but eveything is still connected for now). -- J C Lawrence Internet: claw at kanga.nu ----------(*) Internet: coder at kanga.nu ...Honorary Member of Clan McFud -- Teamer's Avenging Monolith... From Dan.Mick at West.Sun.COM Thu Jun 8 05:21:30 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Wed, 7 Jun 2000 20:21:30 -0700 (PDT) Subject: [Mailman-Users] Mass unsubscription Message-ID: <200006080322.UAA03140@utopia.west.sun.com> In the "put up or shut up" category, I volunteer this patch to add and process a "mass-unsubscribe" text box to the "Membership Management" page for Mailman 1.1 (I haven't tried to make it apply to any 2.0 yet, although I'm sure the code will be similar). It seems to work for me for a test list. YMMV. I'll submit it over on mailman-developers too and see if anyone has any criticism. The file that changes is Cgi/admin.py: *** admin.py.orig Thu Jun 1 23:09:46 2000 --- admin.py Wed Jun 7 20:18:52 2000 *************** *** 612,617 **** --- 612,626 ---- container.AddItem(Center(t)) container.AddItem(Center(TextArea(name='subscribees', rows=10,cols=60,wrap=None))) + t = Table(width="90%") + t.AddRow([Center(Header(4, "Mass Remove Members"))]) + t.AddCellInfo(t.GetCurrentRowIndex(), + t.GetCurrentCellIndex(), + bgcolor="#cccccc", colspan=8) + t.AddRow(["Enter one address to remove per line:

"]) + container.AddItem(Center(t)) + container.AddItem(Center(TextArea(name='unsubscribees', + rows=10,cols=60,wrap=None))) return container def FormatPasswordStuff(): *************** *** 877,882 **** --- 886,920 ---- dirty = 1 if unsubscribe_errors: document.AddItem(Header(5, "Error Unsubscribing:")) + items = map(lambda x: "%s -- %s" % (x[0], x[1]), unsubscribe_errors) + document.AddItem(apply(UnorderedList, tuple((items)))) + document.AddItem("

") + + # + # mass unsubscription processing for members category + # + if cgi_info.has_key('unsubscribees'): + name_text = cgi_info['unsubscribees'].value + name_text = string.replace(name_text, '\r', '') + names = map(string.strip, string.split(name_text, '\n')) + unsubscribe_errors = [] + unsubscribe_success = [] + for name in names: + try: + lst.DeleteMember(name) + except: + unsubscribe_errors.append(name, "No such user") + else: + unsubscribe_success.append(name) + + if unsubscribe_success: + document.AddItem(Header(5, "Successfully Unsubscribed:")) + document.AddItem(apply(UnorderedList, tuple((unsubscribe_success)))) + document.AddItem("

") + dirty = 1 + + if unsubscribe_errors: + document.AddItem(Header(5, "Error Unsubscribing:")) items = map(lambda x: "%s -- %s" % (x[0], x[1]), unsubscribe_errors) document.AddItem(apply(UnorderedList, tuple((items)))) document.AddItem("

") From bwarsaw at python.org Thu Jun 8 05:45:36 2000 From: bwarsaw at python.org (Barry A. Warsaw) Date: Wed, 7 Jun 2000 23:45:36 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] multifile.Error : sudden EOF in MultiFile.readline() References: Message-ID: <14655.5856.797357.860746@anthem.concentric.net> In situations like this, it would be nice to have the original message, because it's probably incomplete or otherwise misformated. But in any case, please try this patch. -Barry Index: Postfix.py =================================================================== RCS file: /cvsroot/mailman/mailman/Mailman/Bouncers/Postfix.py,v retrieving revision 1.6 diff -c -r1.6 Postfix.py *** Postfix.py 2000/06/05 15:54:47 1.6 --- Postfix.py 2000/06/08 03:41:18 *************** *** 43,49 **** if not more: # we didn't find it return None ! s = StringIO(mfile.read()) msg2 = mimetools.Message(s) if msg2.gettype() == 'text/plain': desc = msg2.get('content-description') --- 43,53 ---- if not more: # we didn't find it return None ! try: ! s = StringIO(mfile.read()) ! except multifile.Error: ! # It is a mis-formated or incomplete message ! return None msg2 = mimetools.Message(s) if msg2.gettype() == 'text/plain': desc = msg2.get('content-description') From filippo.lippi at aat.it Thu Jun 8 11:10:05 2000 From: filippo.lippi at aat.it (Filippo Lippi) Date: Thu, 08 Jun 2000 11:10:05 +0200 Subject: [Mailman-Users] Attach Message-ID: <200006080907.LAA08138@ultra.aat.it> Is possible with Mailman get from mailing list site attachment like .doc or .xls ? From framling at sch.bme.hu Thu Jun 8 15:34:53 2000 From: framling at sch.bme.hu ( Barton Andras) Date: Thu, 8 Jun 2000 15:34:53 +0200 (MET DST) Subject: [Mailman-Users] closed sechole in mailman 1.x (debian linux) In-Reply-To: <852568EB.004ED402.00@knotes.kodak.com> Message-ID: Hi! I've just heard about the closed sechole of Mailman 1.x according to the debian linux distribution. Was this topic discussed on this list, or on the developer list? Brgds Andras Barton sziakoszi framling ------------------------------------------------------------------------------ Mosolyogj! framling=- ez csak e-mail! abarton at sch.bme.hu Legy vidam, vagany, akar egy srac.. framling at sch.bme.hu ------------------------------------------------------------------------------ From rcook at eisd.net Thu Jun 8 15:50:37 2000 From: rcook at eisd.net (Robin Cook) Date: Thu, 08 Jun 2000 08:50:37 CDT Subject: [Mailman-Users] Fw: setup problem Message-ID: <200006081251.HAA06376@dogwood.in.eisd.net> Hello, I am trying to setup mailman. I followed all the directions but it doesn't seem to be working. The webpages work fine. But when you subscribe it never sends out the confirmation e-mail. This on os a redhat 6.2 system with all updates. Robin Cook From mdower10 at hotmail.com Thu Jun 8 17:06:28 2000 From: mdower10 at hotmail.com (Michael Dower) Date: Thu, 08 Jun 2000 11:06:28 EDT Subject: [Mailman-Users] attachments newbie Message-ID: <20000608150628.70906.qmail@hotmail.com> Hello, I have been delegated administrative duties for a few listserves where I work and attachments to postings do not seem to work. They come through as a long stream of unintelligible text. Is there a way to enable this feature? We are currently running Mailman version 1.1. Any help would be appreciated. Thank you, ------------------------------- Michael Dower michael at post.harvard.edu School and Community Projects Institute for Community Inclusion/UAP Children's Hospital 300 Longwood Avenue Boston, Massachusetts 02115 Voice:(617) 355-7452 Fax: (617) 355-7940 ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com From rcook at eisd.net Thu Jun 8 17:48:57 2000 From: rcook at eisd.net (Robin Cook) Date: Thu, 08 Jun 2000 10:48:57 CDT Subject: [Mailman-Users] Fw: setup problem Message-ID: <200006081550.KAA00869@dogwood.in.eisd.net> It is also not sending the confirmation of the creation of the test list. I can't find any entries for mailman in the /var/log/maillog file. in /home/mailman/logs/smtp there is an error stating Jun 08 08:46:57 2000 (7577) All recipints refused : host not found There is also a db and a msg file is the qfiles > Can you send the appropriate section of /var/log/maillog? > > If the system is hainvg a problem with delivery, or executing the > wrapper, > you should find the error message there. > > On Thu, 8 Jun 2000, Robin Cook wrote: > > > > > > > Yep I did that. > > > > > > On Thu, 8 Jun 2000, Aaron La Mar wrote: > > > Date: Thu, 8 Jun 2000 09:54:17 -0400 (EDT) > > > To: Robin Cook > > > From: Aaron La Mar > > > Subject: Re: [Mailman-Users] Fw: setup problem > > > > > > Did you create a link from /etc/smrsh to /home/mailman/mail/wrapper? > > > > > > If not, do this: > > > > > > cd /etc/smrsh > > > ln -s /home/mailman/mail/wrapper wrapper > > > > > > And then try again. > > > > > > On Thu, 8 Jun 2000, Robin Cook wrote: > > > > > > > > > > > Hello, > > > > > > > > I am trying to setup mailman. I followed all the directions but it > > > > doesn't seem to be working. > > > > > > > > The webpages work fine. But when you subscribe it never sends out the > > > > confirmation e-mail. > > > > > > > > This on os a redhat 6.2 system with all updates. > > > > > > > > Robin Cook From fricike at kkovacs.cx Thu Jun 8 18:08:39 2000 From: fricike at kkovacs.cx (Frigyes Peter Kovacs) Date: Thu, 8 Jun 2000 18:08:39 +0200 Subject: [Mailman-Users] problems Message-ID: <20000608180838.A457@flagship.kovacs> Hi! Please, help me! I installed Mailman 2.0beta2, and I have two problem: 1, I've made a list "test", but I can't send messages to the list. It send back a message with subject: Returned mail: unknown mailer error 2 2, (As far as I read the FAQ, it could be a problem coused by problem 1) I can't look at archives. Thanks for the help! fricike -- 'Linux community', 'Sweet Reggae Music' and 'Blue Angels' 4ever! Frigyes Peter Kovacs fricike at kkovacs.cx Tel: (+36) 20 99-25-729 From keithp at suse.com Thu Jun 8 18:25:11 2000 From: keithp at suse.com (Keith Packard) Date: Thu, 08 Jun 2000 09:25:11 -0700 Subject: [Mailman-Users] problems In-Reply-To: Your message of "Thu, 08 Jun 2000 18:08:39 +0200." <20000608180838.A457@flagship.kovacs> Message-ID: <200006081625.JAA05385@orestes.keithp.com> > 1, I've made a list "test", but I can't send messages to the list. > It send back a message with subject: Returned mail: unknown mailer error 2 Your group id for mail is probably wrong, there should be a log message from sendmail with the correct group id, go rebuild mailman. keithp at suse.com XFree86 Core Team SuSE, Inc. From rcook at eisd.net Thu Jun 8 18:37:18 2000 From: rcook at eisd.net (Robin Cook) Date: Thu, 08 Jun 2000 11:37:18 CDT Subject: [Mailman-Users] mailman problem Message-ID: <200006081638.LAA02066@dogwood.in.eisd.net> What could I have set wrong when mailman cannot send any messages. I followed all the directions in INSTALL, README-LINUX, and README-SENDMAIL. The web pages work fine. But it doesn't send any of the confirmation messages. The confirmation message for the creation of the test list and the subscription confirmation just sit in the qfiles directory. In the logs directory the smtp file has an error of Jun 08 08:46:57 2000 (7577) All recipints refused : host not found There is one of these for each time qrunner has been run by cron. This is on a Redhat 6.2 system with all updates applied. From hknief at auctionwatch.com Thu Jun 8 18:42:07 2000 From: hknief at auctionwatch.com (Herman Knief) Date: Thu, 8 Jun 2000 09:42:07 -0700 Subject: [Mailman-Users] mailman problem Message-ID: I think the part that says "host not found" says it all. - Herman >-----Original Message----- >From: Robin Cook [mailto:rcook at eisd.net] >Sent: Thursday, June 08, 2000 9:37 AM >To: mailman-users at python.org >Subject: [Mailman-Users] mailman problem > > > >What could I have set wrong when mailman cannot send any messages. > >I followed all the directions in INSTALL, README-LINUX, and >README-SENDMAIL. > >The web pages work fine. > >But it doesn't send any of the confirmation messages. > >The confirmation message for the creation of the test list and the >subscription confirmation just sit in the qfiles directory. > >In the logs directory the smtp file has an error of >Jun 08 08:46:57 2000 (7577) All recipints refused : host not found > >There is one of these for each time qrunner has been run by cron. > >This is on a Redhat 6.2 system with all updates applied. > > >------------------------------------------------------ >Mailman-Users maillist - Mailman-Users at python.org >http://www.python.org/mailman/listinfo/mailman-users > From rcook at eisd.net Thu Jun 8 18:49:38 2000 From: rcook at eisd.net (Robin Cook) Date: Thu, 08 Jun 2000 11:49:38 CDT Subject: [Mailman-Users] mailman problem Message-ID: <200006081650.LAA02313@dogwood.in.eisd.net> Then you want to tell me how I am getting mail from this list. The host exists. On Thu, 8 Jun 2000, Herman Knief wrote: > Date: Thu, 8 Jun 2000 09:42:07 -0700 > To: "'rcook at eisd.net'" , mailman-users at python.org > From: Herman Knief > Subject: RE: [Mailman-Users] mailman problem > > I think the part that says "host not found" says it all. > > - Herman > > >-----Original Message----- > >From: Robin Cook [mailto:rcook at eisd.net] > >Sent: Thursday, June 08, 2000 9:37 AM > >To: mailman-users at python.org > >Subject: [Mailman-Users] mailman problem > > > > > > > >What could I have set wrong when mailman cannot send any messages. > > > >I followed all the directions in INSTALL, README-LINUX, and > >README-SENDMAIL. > > > >The web pages work fine. > > > >But it doesn't send any of the confirmation messages. > > > >The confirmation message for the creation of the test list and the > >subscription confirmation just sit in the qfiles directory. > > > >In the logs directory the smtp file has an error of > >Jun 08 08:46:57 2000 (7577) All recipints refused : host not found > > > >There is one of these for each time qrunner has been run by cron. > > > >This is on a Redhat 6.2 system with all updates applied. > > > > > >------------------------------------------------------ > >Mailman-Users maillist - Mailman-Users at python.org > >http://www.python.org/mailman/listinfo/mailman-users > > From rcook at eisd.net Thu Jun 8 18:50:40 2000 From: rcook at eisd.net (Robin Cook) Date: Thu, 08 Jun 2000 11:50:40 CDT Subject: [Mailman-Users] mailman problem Message-ID: <200006081651.LAA02327@dogwood.in.eisd.net> Do you have a suggestion of where to look to solve the problem with I receive mail from everywhere else from the same server. On Thu, 8 Jun 2000, Herman Knief wrote: > Date: Thu, 8 Jun 2000 09:42:07 -0700 > To: "'rcook at eisd.net'" , mailman-users at python.org > From: Herman Knief > Subject: RE: [Mailman-Users] mailman problem > > I think the part that says "host not found" says it all. > > - Herman > > >-----Original Message----- > >From: Robin Cook [mailto:rcook at eisd.net] > >Sent: Thursday, June 08, 2000 9:37 AM > >To: mailman-users at python.org > >Subject: [Mailman-Users] mailman problem > > > > > > > >What could I have set wrong when mailman cannot send any messages. > > > >I followed all the directions in INSTALL, README-LINUX, and > >README-SENDMAIL. > > > >The web pages work fine. > > > >But it doesn't send any of the confirmation messages. > > > >The confirmation message for the creation of the test list and the > >subscription confirmation just sit in the qfiles directory. > > > >In the logs directory the smtp file has an error of > >Jun 08 08:46:57 2000 (7577) All recipints refused : host not found > > > >There is one of these for each time qrunner has been run by cron. > > > >This is on a Redhat 6.2 system with all updates applied. > > > > > >------------------------------------------------------ > >Mailman-Users maillist - Mailman-Users at python.org > >http://www.python.org/mailman/listinfo/mailman-users > > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users From marcelo at psi.cl Thu Jun 8 22:59:30 2000 From: marcelo at psi.cl (Marcelo Vasquez) Date: Thu, 08 Jun 2000 16:59:30 -0400 Subject: [Mailman-Users] Report to error Message-ID: <39400932.8FAAAD34@psi.cl> Please, help me ... Mailman CGI error!!! The expected gid of the Mailman CGI wrapper did not match the gid as set by the Web server. The most likely cause is that Mailman was configured and installed incorrectly. Please read the INSTALL instructions again, paying close attention to the --with-cgi-gid configure option. This entry is being stored in your syslog: Failure to exec script. WANTED gid 1016, GOT gid 99. (Reconfigure to take 99?) thanks you -- Marcelo Vasquez V. marcelo at psi.cl Sistemas PSINet Chile S.A. From gpoo at ubiobio.cl Fri Jun 9 00:50:56 2000 From: gpoo at ubiobio.cl (German Poo Caaman~o) Date: Thu, 08 Jun 2000 18:50:56 -0400 Subject: [Mailman-Users] Report to error References: <39400932.8FAAAD34@psi.cl> Message-ID: <39402350.BC769D88@ubiobio.cl> Marcelo Vasquez wrote: > Mailman CGI error!!! > > The expected gid of the Mailman CGI wrapper did not match the gid as set > by the Web server. > > The most likely cause is that Mailman was configured and installed > incorrectly. Please read the INSTALL instructions ^^^^^^^^^^^^^^^^ > again, paying close attention to the --with-cgi-gid configure option. ^^^^^^^^^^^ ^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ > This entry is being stored in your syslog: > > Failure to exec script. WANTED gid 1016, GOT gid 99. (Reconfigure to > take 99?) RTFM. On the INSTALL doc appears clearly (uppercase) this problem. -- German Poo Caaman~o mailto:gpoo at ubiobio.cl http://www.ubiobio.cl/~gpoo/chilelindo.html "La historia no se lee, se escribe" From danka at zapotec.squaretrade.com Fri Jun 9 01:06:23 2000 From: danka at zapotec.squaretrade.com (Dan Kappus) Date: Thu, 8 Jun 2000 16:06:23 -0700 Subject: [Mailman-Users] migrating lists from hither to yon Message-ID: <20000608160623.A19617@zapotec.squaretrade.com> Hullo: I'm sure this has been addressed before, but I want to know what I need to do to move mailman lists from one box to another. Can someone clue me in? -- Dan Kappus, System Administrator SquareTrade, www.squaretrade.com From ted at aristotle.bomis.com Fri Jun 9 01:54:08 2000 From: ted at aristotle.bomis.com (Edward O'Connor) Date: Thu, 8 Jun 2000 18:54:08 -0500 Subject: [Mailman-Users] listinfo / admin inconsistency Message-ID: <20000608185407.A4488@aristotle.bomis.com> Hello. I'm currently setting up Mailman on a machine with several virtual hosts. The /mailman/listinfo CGI does the Right Thing by only listing the mailing lists for the domain that the user hit. For instance, if there are 3 lists under hostname A and 5 under hostname B, and the user goes to http://B/mailman/listinfo, he or she only sees the 5 B lists. However, the /mailman/admin CGI does not do this. It blindly lists all of the mailing lists that Mailman is managing, without regard to the hostname hit by the user. Is there some configuration option somewhere to toggle, or will changin admin to behave like listinfo in this regard involve gratuitous amounts of Python code smerging? Thanks. -- Edward O'Connor ted at aristotle.bomis.com From satyap at satya.virtualave.net Fri Jun 9 06:27:34 2000 From: satyap at satya.virtualave.net (Satya) Date: Fri, 9 Jun 2000 09:57:34 +0530 (IST) Subject: [Mailman-Users] Fw: setup problem In-Reply-To: <200006081550.KAA00869@dogwood.in.eisd.net> Message-ID: On Jun 8, 2000 at 10:48, Robin Cook wrote: >It is also not sending the confirmation of the creation of the test list. > >I can't find any entries for mailman in the /var/log/maillog file. > >in /home/mailman/logs/smtp there is an error stating >Jun 08 08:46:57 2000 (7577) All recipints refused : host not found Check Mailman/mm_cfg.py for the default hostname to use. -- Satya. US-bound grad students! For pre-apps, see Who stole my tagline? From Dan.Mick at west.sun.com Fri Jun 9 04:25:30 2000 From: Dan.Mick at west.sun.com (Dan Mick) Date: Thu, 8 Jun 2000 19:25:30 -0700 (PDT) Subject: [Mailman-Users] Mass unsubscription Message-ID: <200006090224.TAA06742@utopia.west.sun.com> > In the "put up or shut up" category, I volunteer this patch to > add and process a "mass-unsubscribe" text box to the "Membership > Management" page for Mailman 1.1 (I haven't tried to make it > apply to any 2.0 yet, although I'm sure the code will be similar). Geez, after all the folks crawling out of the woodwork to say that Mailman is much less useful to them without this feature, no one has used it yet?... Hmm. From admin at titanic.nyme.hu Fri Jun 9 08:43:22 2000 From: admin at titanic.nyme.hu (admin at titanic.nyme.hu) Date: Fri, 9 Jun 2000 08:43:22 +0200 (CEST) Subject: [Mailman-Users] Restricted hardlinks or what? Message-ID: I downloaded and compiled mailman 1.1 on SuSE Linux 6.4. I crated the list "test" and started crontab. Mailman started to send me two error messages via mail. I changed the kernel from 2.2.14.SuSE to a 2.2.15 compiled from the original sources but the problem didn't cease. What can be the problem and how can I solve it? The messages are the following ones: Traceback (innermost last): File "/usr/local/mailman//cron/run_queue", line 46, in ? main() File "/usr/local/mailman//cron/run_queue", line 39, in main lockfile.lock() File "/usr/local/mailman/Mailman/LockFile.py", line 186, in lock os.link(self.__lockfile, self.__tmpfname) OSError: [Errno 2] No such file or directory Traceback (innermost last): File "/usr/local/mailman//cron/gate_news", line 119, in ? main() File "/usr/local/mailman//cron/gate_news", line 58, in main mlist = MailList.MailList(name, lock=0) File "/usr/local/mailman/Mailman/MailList.py", line 62, in __init__ self.Load() File "/usr/local/mailman/Mailman/MailList.py", line 810, in Load raise Errors.MMBadListError, 'Failed to access config info' MMBadListError: Failed to access config info nice From ricardo at rixhq.nu Fri Jun 9 09:16:11 2000 From: ricardo at rixhq.nu (Ricardo Kustner) Date: Fri, 9 Jun 2000 09:16:11 +0200 Subject: [Mailman-Users] userdatabases Message-ID: <20000609091611.A1188@miss-janet.com> Hi, I know this subject has been touched before... but I was wondering if anybody has yet implemented some system where mailman is used next to a userdatabase where every subscriber is linked somehow to a user in that database. There are probably 1001 ways to synchronize mailman subscribers with an external user database, but the problem is finding the best solution. At this moment our programmers have several projects where announce mail lists are going to be needed, but of course customers want to have more details for every subscriber than just their email address. I've been pushing them to use mailman and I've been successfull so far, but we still haven't come up with a solution for the problem above... My job-description doesn't officially include programming :) but I'm willing to invest some of my own time in creating some standard solution for this which I could contribute back to mailman... So if anybody has any ideas... please let me know! Ricardo. -- From jonas at netwood.net Fri Jun 9 11:19:56 2000 From: jonas at netwood.net (Jonas Fornander) Date: Fri, 9 Jun 2000 02:19:56 -0700 Subject: [Mailman-Users] ./configure Permission denied Message-ID: <005701bfd1f3$e0cc3280$cb00a8c0@netwood.net> I'm new to the list and looking for help with installing Mailman. I have search the archives about my problem but to no avail. I'm not that good at Linux so I need some help from the community. I'm trying to install Mailman 2.0beta2 on my RH5.2. I have uploaded the Mailman files to a regular user directory (not mailman). Now when I try to run ./configure I get a permission denied error. I get the error regardless if I'm root, mailman or the username I used to upload the files as. I have installed gcc-2.7.2.3-14 and Python 1.5.2. Also, it says in the installation documentation that I should not run the installation as root but how can I write to mailman's directory if I'm not root? TIA for any help. Jonas Fornander - support at netwood.net Netwood Communications - www.netwood.net Find out why we're better - Tel: 310-442-1530 From GLeblanc at cu-portland.edu Fri Jun 9 17:11:44 2000 From: GLeblanc at cu-portland.edu (Gregory Leblanc) Date: Fri, 9 Jun 2000 08:11:44 -0700 Subject: [Mailman-Users] ./configure Permission denied Message-ID: > -----Original Message----- > From: Jonas Fornander [mailto:jonas at netwood.net] > Sent: Friday, June 09, 2000 2:20 AM > To: mailman-users at python.org > Subject: [Mailman-Users] ./configure Permission denied > > I'm new to the list and looking for help with installing > Mailman. I have > search the archives about my problem but to no avail. I'm not > that good at > Linux so I need some help from the community. > > I'm trying to install Mailman 2.0beta2 on my RH5.2. I have > uploaded the > Mailman files to a regular user directory (not mailman). Now > when I try to > run ./configure I get a permission denied error. What are the permissions on configure? It may be that it's not set to executable, if that's the case chmod +x configure should (probably) fix things. I don't claim to be a Linux partitions guru, however, the whole mess is still a blur to me. Greg From elslooj at goldeninter.net Fri Jun 9 18:39:47 2000 From: elslooj at goldeninter.net (Jeff) Date: Fri, 09 Jun 2000 09:39:47 -0700 Subject: [Mailman-Users] Problems executing wrapper.. Message-ID: <39411DD3.DB79F12@goldeninter.net> Has anyone seen this before? Jun 9 15:27:44 3C:trout Mailman mail-wrapper: Failure to exec script. WANTED gid 995, GOT gid 1. (Reconfigure to take 1?) Jun 9 15:27:44 6C:trout sendmail[4922]: e59FRhq04929: to="|/usr/people/mailman/mail/wrapper mailcmd list", ctladdr= (1/0), delay=00:00:00, xdelay=00:00:00, mailer=prog, pri=30857, dsn=5.3.0, stat=unknown mailer error 2 Jun 9 15:27:44 6C:trout sendmail[4922]: e59FRhq04929: e59FRiq04922: DSN: unknown mailer error 2 Here's my aliases list:"|/usr/people/mailman/mail/wrapper post list" list-admin:"|/usr/people/mailman/mail/wrapper mailowner list" list-request:"|/usr/people/mailman/mail/wrapper mailcmd list" list-owner:list-admin I don't know where to change the execute GID. By the way if it helps I'm using Sendmail 8.10.1 on an IP22 Indy running Irix 6.5.7. Jeff From marouf at earlham.edu Fri Jun 9 17:48:35 2000 From: marouf at earlham.edu (Nick) Date: Fri, 09 Jun 2000 10:48:35 -0500 Subject: [Mailman-Users] Configuration files from Majordomo References: <200006081638.LAA02066@dogwood.in.eisd.net> Message-ID: <394111D3.D01A2BF@earlham.edu> Hello all, Is there a way, or has anyone made a script that will take already configured majordomo config files and apply them to a mailman list. I am not keen on this idea, but my boss would be more persuaded to go with mailman, if users basically did not do anything to the lists they managed. but got their old config files from majordomo. also if I was going to write some script.. where does mailman store each lists configuration.. does it put it in config.db, how would I be able to access that? thanks for your time, I hope someone has a solution to this Nick From fife at AnywhereYouGo.com Fri Jun 9 18:19:56 2000 From: fife at AnywhereYouGo.com (Ryan Fife) Date: Fri, 9 Jun 2000 11:19:56 -0500 Subject: [Mailman-Users] users getting delivery error messages Message-ID: <20000609111956.H8647@AnywhereYouGo.com> I have a list with about 700 people on it and I have a lot of problems with people going over quota (yahoo, hotmail, etc. accounts) and their mail bouncing. Which is annoying for me, but I just disable mail delivery for the user and go on my merry way. However, it appears that people who post to the list are also getting the delivery failure messages - but only occasionally. I can't find any consistency except for certain mail domains always bounce to both...I think I might have just answered my question, but I'll go ahead and see if anyone can confirm. Is this a mailman problem or the mail server of the recipient? It seems to me that the mail server is sending the delivery problem report to the sender and the list admin - which means there is really nothing I can do. sorry for the ramble...when i'm confused, my messages reflect it! -- Ryan Fife fife at AnywhereYouGo.com "There's only 24 hours in a day and 2.5 of those are wasted sleeping." From godoy at conectiva.com Fri Jun 9 18:56:50 2000 From: godoy at conectiva.com (Jorge Godoy) Date: 09 Jun 2000 13:56:50 -0300 Subject: [Mailman-Users] users getting delivery error messages In-Reply-To: Ryan Fife's message of "Fri, 9 Jun 2000 11:19:56 -0500" References: <20000609111956.H8647@AnywhereYouGo.com> Message-ID: Ryan Fife writes: > I have a list with about 700 people on it and I have a lot of problems with > people going over quota (yahoo, hotmail, etc. accounts) and their mail > bouncing. Which is annoying for me, but I just disable mail delivery > for the user and go on my merry way. > > However, it appears that people who post to the list are also getting the > delivery failure messages - but only occasionally. I can't find any > consistency except for certain mail domains always bounce to both...I think > I might have just answered my question, but I'll go ahead and see if anyone > can confirm. > > Is this a mailman problem or the mail server of the recipient? It seems > to me that the mail server is sending the delivery problem report to the > sender and the list admin - which means there is really nothing I can do. > > sorry for the ramble...when i'm confused, my messages reflect it! I have these problems on some mailing lists that we have here at Conectiva. In our case, it's a misconfiguration of the SMTPd on the other side. It isn't respecting message headers and it's sending it's error messages to the wrong address. Your descriptions makes me think that you're having the same problem. -- Godoy. Departamento de Publica??es Publishing Department Conectiva S.A. From lra at insite.com.br Fri Jun 9 18:55:52 2000 From: lra at insite.com.br (Leonardo Rochael Almeida) Date: Fri, 9 Jun 2000 13:55:52 -0300 (EST) Subject: [Mailman-Users] Configuration files from Majordomo In-Reply-To: <394111D3.D01A2BF@earlham.edu> Message-ID: Someone might be able to answer about the majordomo migration better than I, but as for editing config.db, take a look at ~mailman/bin/withlist. If you know your way around python a little you will find that tool invaluable for scripted manipulation of lists parameters (such as the configuration conversion you want). On Fri, 9 Jun 2000, Nick wrote: > Hello all, > Is there a way, or has anyone made a script that will take already > configured majordomo config files and apply them to a mailman list. > I am not keen on this idea, but my boss would be more persuaded to go > with mailman, if users basically did not do anything to the lists they > managed. but got their old config files from majordomo. > also if I was going to write some script.. where does mailman store each > lists configuration.. does it put it in config.db, how would I be able > to access that? > > thanks for your time, I hope someone has a solution to this > Nick From GLeblanc at cu-portland.edu Fri Jun 9 19:30:14 2000 From: GLeblanc at cu-portland.edu (Gregory Leblanc) Date: Fri, 9 Jun 2000 10:30:14 -0700 Subject: [Mailman-Users] users getting delivery error messages Message-ID: > -----Original Message----- > From: Ryan Fife [mailto:fife at AnywhereYouGo.com] > Sent: Friday, June 09, 2000 9:20 AM > To: mailman-users at python.org > Subject: [Mailman-Users] users getting delivery error messages > > I have a list with about 700 people on it and I have a lot of > problems with > people going over quota (yahoo, hotmail, etc. accounts) and their mail > bouncing. Which is annoying for me, but I just disable mail delivery > for the user and go on my merry way. > > However, it appears that people who post to the list are also > getting the > delivery failure messages - but only occasionally. I can't find any > consistency except for certain mail domains always bounce to > both...I think > I might have just answered my question, but I'll go ahead and > see if anyone > can confirm. > > Is this a mailman problem or the mail server of the > recipient? It seems > to me that the mail server is sending the delivery problem > report to the > sender and the list admin - which means there is really > nothing I can do. > > sorry for the ramble...when i'm confused, my messages reflect it! I think that Bill Bradford was having a similar problem when he upgraded to 2Beta(something). Not sure if he ever got it resolved, but I haven't seen any bounces from his lists lately... Greg From Dan.Mick at west.sun.com Fri Jun 9 20:29:22 2000 From: Dan.Mick at west.sun.com (Dan Mick) Date: Fri, 09 Jun 2000 11:29:22 -0700 Subject: [Mailman-Users] Problems executing wrapper.. References: <39411DD3.DB79F12@goldeninter.net> Message-ID: <39413782.5F0CE307@west.sun.com> Yes, thousands of people; that's why it's prominent in the documentation you were already supposed to have read. Jeff wrote: > > Has anyone seen this before? > > Jun 9 15:27:44 3C:trout Mailman mail-wrapper: Failure to exec script. > WANTED gid 995, GOT gid 1. (Reconfigure to take 1?) > Jun 9 15:27:44 6C:trout sendmail[4922]: e59FRhq04929: > to="|/usr/people/mailman/mail/wrapper mailcmd list", > ctladdr= (1/0), delay=00:00:00, > xdelay=00:00:00, mailer=prog, pri=30857, dsn=5.3.0, stat=unknown mailer > error 2 > Jun 9 15:27:44 6C:trout sendmail[4922]: e59FRhq04929: e59FRiq04922: > DSN: unknown mailer error 2 > > Here's my aliases > > list:"|/usr/people/mailman/mail/wrapper post list" > list-admin:"|/usr/people/mailman/mail/wrapper mailowner list" > list-request:"|/usr/people/mailman/mail/wrapper mailcmd list" > list-owner:list-admin > > I don't know where to change the execute GID. > By the way if it helps I'm using Sendmail 8.10.1 on an IP22 Indy running > Irix 6.5.7. > > Jeff > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users From scott at emji.net Fri Jun 9 21:39:12 2000 From: scott at emji.net (Scott R. Every) Date: Fri, 09 Jun 2000 15:39:12 -0400 Subject: [Mailman-Users] please help URGENT Message-ID: <13387795.3169553952@sdhcp4.emji.net> I have mailman v2.0b2 with postfix as my MTA. I have 2 lists, one with 5000 people and one with 20000 people. when i approve the post, it just sits there and nothing happens for a long time. eventually i get an error saying that the server is inaccessible. I KNOW these lists are setup correctly as a mail to 5 users worked. what i don't understand is why mailman dies for big lists. i have another list of almost 1000 users that works just fine. the only thing i can think of that's weird with these 2 lists is that there may be a lot of bad email addresses. How can I get this working? The client absolutely HAS to get these sent out today. PLEASE help, anyone... thanx s -- Scott R. Every - mailto:scott at emji.net EMJ Internet - http://www.emji.net voice : 1-888-258-8959 fax : 1-919-363-4425 From scott at emji.net Fri Jun 9 21:45:53 2000 From: scott at emji.net (Scott R. Every) Date: Fri, 09 Jun 2000 15:45:53 -0400 Subject: [Mailman-Users] please help URGENT In-Reply-To: <13387795.3169553952@sdhcp4.emji.net> Message-ID: <13411891.3169554353@sdhcp4.emji.net> is there a way to approve from the command line so the web server doesn't time out? s --On Friday, June 9, 2000 3:39 PM -0400 "Scott R. Every" wrote: > I have mailman v2.0b2 with postfix as my MTA. > I have 2 lists, one with 5000 people and one with 20000 people. > > when i approve the post, it just sits there and nothing happens for a > long time. eventually i get an error saying that the server is > inaccessible. I KNOW these lists are setup correctly as a mail to 5 > users worked. > > what i don't understand is why mailman dies for big lists. i have > another list of almost 1000 users that works just fine. the only thing i > can think of that's weird with these 2 lists is that there may be a lot > of bad email addresses. > > How can I get this working? > > The client absolutely HAS to get these sent out today. > > PLEASE help, anyone... > > thanx > > s > > -- > Scott R. Every - mailto:scott at emji.net > EMJ Internet - http://www.emji.net > voice : 1-888-258-8959 fax : 1-919-363-4425 > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users -- Scott R. Every - mailto:scott at emji.net EMJ Internet - http://www.emji.net voice : 1-888-258-8959 fax : 1-919-363-4425 From rob at oreilly.com Fri Jun 9 21:54:13 2000 From: rob at oreilly.com (Rob Flickenger) Date: Fri, 9 Jun 2000 12:54:13 -0700 (PDT) Subject: [Mailman-Users] please help URGENT In-Reply-To: <13387795.3169553952@sdhcp4.emji.net> Message-ID: I just posted to jitterbug with this same issue. We have a list of about 59000 that bombs the same way: approving to a moderated list from the web interface. Four other lists (of about 10000 each) all work fine. The odd thing is it worked prior to upgrading to 2.0b2 (it was running 1.something...) So, you're not alone... In the meantime you could setup 1.x (which worked as of four days ago on 59k users) or extract the list with bin/list_members and send it manually... --Rob Flickenger Internet Systems Administrator O'Reilly Network rob at oreilly.com On Fri, 9 Jun 2000, Scott R. Every wrote: > I have mailman v2.0b2 with postfix as my MTA. > I have 2 lists, one with 5000 people and one with 20000 people. > > when i approve the post, it just sits there and nothing happens for a long > time. eventually i get an error saying that the server is inaccessible. I > KNOW these lists are setup correctly as a mail to 5 users worked. > > what i don't understand is why mailman dies for big lists. i have another > list of almost 1000 users that works just fine. the only thing i can think > of that's weird with these 2 lists is that there may be a lot of bad email > addresses. > > How can I get this working? > > The client absolutely HAS to get these sent out today. > > PLEASE help, anyone... > > thanx > > s > > -- > Scott R. Every - mailto:scott at emji.net > EMJ Internet - http://www.emji.net > voice : 1-888-258-8959 fax : 1-919-363-4425 > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From scott at emji.net Fri Jun 9 22:09:00 2000 From: scott at emji.net (Scott R. Every) Date: Fri, 09 Jun 2000 16:09:00 -0400 Subject: [Mailman-Users] please help URGENT In-Reply-To: Message-ID: <13495312.3169555740@sdhcp4.emji.net> an update: getting these errors in logs/smtp: Jun 09 15:35:26 2000 (26086) smtp for 5040 recips, completed in 5153.574 seconds Jun 09 15:35:26 2000 (26086) All recipients refused: please run connect() first and these in /var/adm/messages: Jun 9 15:35:26 penguin postfix/smtpd[26036]: too many errors after RCPT from lo calhost[127.0.0.1] Jun 9 15:35:26 penguin postfix/smtpd[26036]: disconnect from localhost[127.0.0. 1] any idea why postfix is giving up? all lists will have bad emails so i don't understand this behavior. also why is it taking SO long for mailman to process these lists? s --On Friday, June 9, 2000 12:54 PM -0700 Rob Flickenger wrote: > > I just posted to jitterbug with this same issue. > > We have a list of about 59000 that bombs the same way: approving to a > moderated list from the web interface. > > Four other lists (of about 10000 each) all work fine. The odd thing is it > worked prior to upgrading to 2.0b2 (it was running 1.something...) > > So, you're not alone... In the meantime you could setup 1.x (which worked > as of four days ago on 59k users) or extract the list with > bin/list_members and send it manually... > > --Rob Flickenger > Internet Systems Administrator > O'Reilly Network > rob at oreilly.com > > On Fri, 9 Jun 2000, Scott R. Every wrote: > >> I have mailman v2.0b2 with postfix as my MTA. >> I have 2 lists, one with 5000 people and one with 20000 people. >> >> when i approve the post, it just sits there and nothing happens for a >> long time. eventually i get an error saying that the server is >> inaccessible. I KNOW these lists are setup correctly as a mail to 5 >> users worked. >> >> what i don't understand is why mailman dies for big lists. i have >> another list of almost 1000 users that works just fine. the only thing >> i can think of that's weird with these 2 lists is that there may be a >> lot of bad email addresses. >> >> How can I get this working? >> >> The client absolutely HAS to get these sent out today. >> >> PLEASE help, anyone... >> >> thanx >> >> s >> >> -- >> Scott R. Every - mailto:scott at emji.net >> EMJ Internet - http://www.emji.net >> voice : 1-888-258-8959 fax : 1-919-363-4425 >> >> ------------------------------------------------------ >> Mailman-Users maillist - Mailman-Users at python.org >> http://www.python.org/mailman/listinfo/mailman-users >> > -- Scott R. Every - mailto:scott at emji.net EMJ Internet - http://www.emji.net voice : 1-888-258-8959 fax : 1-919-363-4425 From palsina at chasque.net Fri Jun 9 16:30:48 2000 From: palsina at chasque.net (Pablo Alsina) Date: Fri, 9 Jun 2000 17:30:48 +0300 (GMT-3) Subject: [Mailman-Users] please help URGENT In-Reply-To: <13495312.3169555740@sdhcp4.emji.net> Message-ID: Hi! I had a similar problem. It was happening because mailman exceded the max rcpt per envelope that postfix handles. I solved it changing the smtpd_recipient_limit at the postfix/main.cf file. I think Mailman b3 will handle MAX_RCPT so this don't happens anymore. Good luck. On Fri, 9 Jun 2000, Scott R. Every wrote: > an update: > getting these errors in logs/smtp: > Jun 09 15:35:26 2000 (26086) smtp for 5040 recips, completed in 5153.574 > seconds > Jun 09 15:35:26 2000 (26086) All recipients refused: please run connect() > first > > and these in /var/adm/messages: > Jun 9 15:35:26 penguin postfix/smtpd[26036]: too many errors after RCPT > from lo > calhost[127.0.0.1] > Jun 9 15:35:26 penguin postfix/smtpd[26036]: disconnect from > localhost[127.0.0. > 1] > > any idea why postfix is giving up? all lists will have bad emails so i > don't understand this behavior. also why is it taking SO long for mailman > to process these lists? > > s > > > --On Friday, June 9, 2000 12:54 PM -0700 Rob Flickenger > wrote: > > > > > I just posted to jitterbug with this same issue. > > > > We have a list of about 59000 that bombs the same way: approving to a > > moderated list from the web interface. > > > > Four other lists (of about 10000 each) all work fine. The odd thing is it > > worked prior to upgrading to 2.0b2 (it was running 1.something...) > > > > So, you're not alone... In the meantime you could setup 1.x (which worked > > as of four days ago on 59k users) or extract the list with > > bin/list_members and send it manually... > > > > --Rob Flickenger > > Internet Systems Administrator > > O'Reilly Network > > rob at oreilly.com > > > > On Fri, 9 Jun 2000, Scott R. Every wrote: > > > >> I have mailman v2.0b2 with postfix as my MTA. > >> I have 2 lists, one with 5000 people and one with 20000 people. > >> > >> when i approve the post, it just sits there and nothing happens for a > >> long time. eventually i get an error saying that the server is > >> inaccessible. I KNOW these lists are setup correctly as a mail to 5 > >> users worked. > >> > >> what i don't understand is why mailman dies for big lists. i have > >> another list of almost 1000 users that works just fine. the only thing > >> i can think of that's weird with these 2 lists is that there may be a > >> lot of bad email addresses. > >> > >> How can I get this working? > >> > >> The client absolutely HAS to get these sent out today. > >> > >> PLEASE help, anyone... > >> > >> thanx > >> > >> s > >> > >> -- > >> Scott R. Every - mailto:scott at emji.net > >> EMJ Internet - http://www.emji.net > >> voice : 1-888-258-8959 fax : 1-919-363-4425 > >> > >> ------------------------------------------------------ > >> Mailman-Users maillist - Mailman-Users at python.org > >> http://www.python.org/mailman/listinfo/mailman-users > >> > > > > > > -- > Scott R. Every - mailto:scott at emji.net > EMJ Internet - http://www.emji.net > voice : 1-888-258-8959 fax : 1-919-363-4425 > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From scott at emji.net Fri Jun 9 22:32:55 2000 From: scott at emji.net (Scott R. Every) Date: Fri, 09 Jun 2000 16:32:55 -0400 Subject: [Mailman-Users] please help URGENT In-Reply-To: Message-ID: <13581630.3169557175@sdhcp4.emji.net> ok, there was no line like that in my main.cf so i added it and am trying again. any ideas on the slowness of the mailman smtp sending??? s --On Friday, June 9, 2000 5:30 PM +0300 Pablo Alsina wrote: > > Hi! > I had a similar problem. It was happening because mailman exceded > the max rcpt per envelope that postfix handles. I solved it changing the > smtpd_recipient_limit at the postfix/main.cf file. > > I think Mailman b3 will handle MAX_RCPT so this don't happens > anymore. > > Good luck. > > On Fri, 9 Jun 2000, Scott R. Every wrote: > >> an update: >> getting these errors in logs/smtp: >> Jun 09 15:35:26 2000 (26086) smtp for 5040 recips, completed in 5153.574 >> seconds >> Jun 09 15:35:26 2000 (26086) All recipients refused: please run >> connect() first >> >> and these in /var/adm/messages: >> Jun 9 15:35:26 penguin postfix/smtpd[26036]: too many errors after RCPT >> from lo >> calhost[127.0.0.1] >> Jun 9 15:35:26 penguin postfix/smtpd[26036]: disconnect from >> localhost[127.0.0. >> 1] >> >> any idea why postfix is giving up? all lists will have bad emails so i >> don't understand this behavior. also why is it taking SO long for >> mailman to process these lists? >> >> s >> >> >> --On Friday, June 9, 2000 12:54 PM -0700 Rob Flickenger >> wrote: >> >> > >> > I just posted to jitterbug with this same issue. >> > >> > We have a list of about 59000 that bombs the same way: approving to a >> > moderated list from the web interface. >> > >> > Four other lists (of about 10000 each) all work fine. The odd thing >> > is it worked prior to upgrading to 2.0b2 (it was running >> > 1.something...) >> > >> > So, you're not alone... In the meantime you could setup 1.x (which >> > worked as of four days ago on 59k users) or extract the list with >> > bin/list_members and send it manually... >> > >> > --Rob Flickenger >> > Internet Systems Administrator >> > O'Reilly Network >> > rob at oreilly.com >> > >> > On Fri, 9 Jun 2000, Scott R. Every wrote: >> > >> >> I have mailman v2.0b2 with postfix as my MTA. >> >> I have 2 lists, one with 5000 people and one with 20000 people. >> >> >> >> when i approve the post, it just sits there and nothing happens for a >> >> long time. eventually i get an error saying that the server is >> >> inaccessible. I KNOW these lists are setup correctly as a mail to 5 >> >> users worked. >> >> >> >> what i don't understand is why mailman dies for big lists. i have >> >> another list of almost 1000 users that works just fine. the only >> >> thing i can think of that's weird with these 2 lists is that there >> >> may be a lot of bad email addresses. >> >> >> >> How can I get this working? >> >> >> >> The client absolutely HAS to get these sent out today. >> >> >> >> PLEASE help, anyone... >> >> >> >> thanx >> >> >> >> s >> >> >> >> -- >> >> Scott R. Every - mailto:scott at emji.net >> >> EMJ Internet - http://www.emji.net >> >> voice : 1-888-258-8959 fax : 1-919-363-4425 >> >> >> >> ------------------------------------------------------ >> >> Mailman-Users maillist - Mailman-Users at python.org >> >> http://www.python.org/mailman/listinfo/mailman-users >> >> >> > >> >> >> >> -- >> Scott R. Every - mailto:scott at emji.net >> EMJ Internet - http://www.emji.net >> voice : 1-888-258-8959 fax : 1-919-363-4425 >> >> ------------------------------------------------------ >> Mailman-Users maillist - Mailman-Users at python.org >> http://www.python.org/mailman/listinfo/mailman-users >> -- Scott R. Every - mailto:scott at emji.net EMJ Internet - http://www.emji.net voice : 1-888-258-8959 fax : 1-919-363-4425 From scott at emji.net Fri Jun 9 23:31:21 2000 From: scott at emji.net (Scott R. Every) Date: Fri, 09 Jun 2000 17:31:21 -0400 Subject: [Mailman-Users] please help URGENT In-Reply-To: Message-ID: <112649.3169560681@sdhcp4.emji.net> This seems to have fixed it! Pablo, I owe you one! thanx all... s --On Friday, June 9, 2000 5:30 PM +0300 Pablo Alsina wrote: > > Hi! > I had a similar problem. It was happening because mailman exceded > the max rcpt per envelope that postfix handles. I solved it changing the > smtpd_recipient_limit at the postfix/main.cf file. > > I think Mailman b3 will handle MAX_RCPT so this don't happens > anymore. > > Good luck. > > On Fri, 9 Jun 2000, Scott R. Every wrote: > >> an update: >> getting these errors in logs/smtp: >> Jun 09 15:35:26 2000 (26086) smtp for 5040 recips, completed in 5153.574 >> seconds >> Jun 09 15:35:26 2000 (26086) All recipients refused: please run >> connect() first >> >> and these in /var/adm/messages: >> Jun 9 15:35:26 penguin postfix/smtpd[26036]: too many errors after RCPT >> from lo >> calhost[127.0.0.1] >> Jun 9 15:35:26 penguin postfix/smtpd[26036]: disconnect from >> localhost[127.0.0. >> 1] >> >> any idea why postfix is giving up? all lists will have bad emails so i >> don't understand this behavior. also why is it taking SO long for >> mailman to process these lists? >> >> s >> >> >> --On Friday, June 9, 2000 12:54 PM -0700 Rob Flickenger >> wrote: >> >> > >> > I just posted to jitterbug with this same issue. >> > >> > We have a list of about 59000 that bombs the same way: approving to a >> > moderated list from the web interface. >> > >> > Four other lists (of about 10000 each) all work fine. The odd thing >> > is it worked prior to upgrading to 2.0b2 (it was running >> > 1.something...) >> > >> > So, you're not alone... In the meantime you could setup 1.x (which >> > worked as of four days ago on 59k users) or extract the list with >> > bin/list_members and send it manually... >> > >> > --Rob Flickenger >> > Internet Systems Administrator >> > O'Reilly Network >> > rob at oreilly.com >> > >> > On Fri, 9 Jun 2000, Scott R. Every wrote: >> > >> >> I have mailman v2.0b2 with postfix as my MTA. >> >> I have 2 lists, one with 5000 people and one with 20000 people. >> >> >> >> when i approve the post, it just sits there and nothing happens for a >> >> long time. eventually i get an error saying that the server is >> >> inaccessible. I KNOW these lists are setup correctly as a mail to 5 >> >> users worked. >> >> >> >> what i don't understand is why mailman dies for big lists. i have >> >> another list of almost 1000 users that works just fine. the only >> >> thing i can think of that's weird with these 2 lists is that there >> >> may be a lot of bad email addresses. >> >> >> >> How can I get this working? >> >> >> >> The client absolutely HAS to get these sent out today. >> >> >> >> PLEASE help, anyone... >> >> >> >> thanx >> >> >> >> s >> >> >> >> -- >> >> Scott R. Every - mailto:scott at emji.net >> >> EMJ Internet - http://www.emji.net >> >> voice : 1-888-258-8959 fax : 1-919-363-4425 >> >> >> >> ------------------------------------------------------ >> >> Mailman-Users maillist - Mailman-Users at python.org >> >> http://www.python.org/mailman/listinfo/mailman-users >> >> >> > >> >> >> >> -- >> Scott R. Every - mailto:scott at emji.net >> EMJ Internet - http://www.emji.net >> voice : 1-888-258-8959 fax : 1-919-363-4425 >> >> ------------------------------------------------------ >> Mailman-Users maillist - Mailman-Users at python.org >> http://www.python.org/mailman/listinfo/mailman-users >> -- Scott R. Every - mailto:scott at emji.net EMJ Internet - http://www.emji.net voice : 1-888-258-8959 fax : 1-919-363-4425 From davido at nuvomedia.com Sat Jun 10 01:28:46 2000 From: davido at nuvomedia.com (David Ornstein) Date: Fri, 9 Jun 2000 16:28:46 -0700 Subject: [Mailman-Users] Mailman on Windows Message-ID: So, is it truely hopeless? The web pages make it sound like it just can't work. Can anybody given some more details? What requirement does Windows (e.g., Win2K) fail? Has anybody tried to make it work? David ___________________________________________________________ David Ornstein, CTO, NuvoMedia, Inc. AIM: dbo666 voice: 650-314-1200 web: http://www.nuvomedia.com/ PGP Public Key Available at: ldap://certserver.pgp.com "An honest man is able to speak for himself, when a knave is not." Shakespeare, King Henry VI., Part 2 From claw at kanga.nu Sat Jun 10 06:05:28 2000 From: claw at kanga.nu (J C Lawrence) Date: Fri, 09 Jun 2000 21:05:28 -0700 Subject: [Mailman-Users] Mailman on Windows In-Reply-To: Message from "David Ornstein" of "Fri, 09 Jun 2000 16:28:46 PDT." References: Message-ID: <9377.960609928@kanga.nu> On Fri, 9 Jun 2000 16:28:46 -0700 David Ornstein wrote: > So, is it truely hopeless? The web pages make it sound like it > just can't work. Can anybody given some more details? What > requirement does Windows (e.g., Win2K) fail? Has anybody tried to > make it work? Its definitely possible. I doubt its worthwhile. Mailman was not designed with portability in mind, and so assumes things like a Unix process model and such forth. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From michael at spconnect.com Sat Jun 10 06:19:22 2000 From: michael at spconnect.com (Michael Ghens) Date: Fri, 9 Jun 2000 21:19:22 -0700 (PDT) Subject: [Mailman-Users] please help URGENT In-Reply-To: <13387795.3169553952@sdhcp4.emji.net> Message-ID: You may want to check the mail chunck that you are sending. Postfix may be rejecting your mail because of "Too many users." This is the main.cf command in postfix for limiting users: smtpd_recipient_limit = You may want to add it and bump it up or get mailman to send in smaller batches. -- The answer to the meaning of life: perl -e 'print$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10); ' On Fri, 9 Jun 2000, Scott R. Every wrote: > Date: Fri, 09 Jun 2000 15:39:12 -0400 > From: Scott R. Every > To: mailman > Subject: [Mailman-Users] please help URGENT > > I have mailman v2.0b2 with postfix as my MTA. > I have 2 lists, one with 5000 people and one with 20000 people. > > when i approve the post, it just sits there and nothing happens for a long > time. eventually i get an error saying that the server is inaccessible. I > KNOW these lists are setup correctly as a mail to 5 users worked. > > what i don't understand is why mailman dies for big lists. i have another > list of almost 1000 users that works just fine. the only thing i can think > of that's weird with these 2 lists is that there may be a lot of bad email > addresses. > > How can I get this working? > > The client absolutely HAS to get these sent out today. > > PLEASE help, anyone... > > thanx > > s > > -- > Scott R. Every - mailto:scott at emji.net > EMJ Internet - http://www.emji.net > voice : 1-888-258-8959 fax : 1-919-363-4425 > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From davido at nuvomedia.com Sat Jun 10 06:35:34 2000 From: davido at nuvomedia.com (David Ornstein) Date: Fri, 9 Jun 2000 21:35:34 -0700 Subject: [Mailman-Users] Mailman on Windows In-Reply-To: <9377.960609928@kanga.nu> Message-ID: > -----Original Message----- > From: mailman-users-admin at python.org > [mailto:mailman-users-admin at python.org]On Behalf Of J C Lawrence > Sent: Friday, June 09, 2000 9:05 PM > To: David Ornstein > Cc: mailman-users at python.org > Subject: Re: [Mailman-Users] Mailman on Windows > > > On Fri, 9 Jun 2000 16:28:46 -0700 > David Ornstein wrote: > > > So, is it truely hopeless? The web pages make it sound like it > > just can't work. Can anybody given some more details? What > > requirement does Windows (e.g., Win2K) fail? Has anybody tried to > > make it work? > > Its definitely possible. I doubt its worthwhile. Mailman was not > designed with portability in mind, and so assumes things like a Unix > process model and such forth. In what way do you think the Unix process model substantially differs from the Windows one? And I mean NT/Windows 200, here, not that crappy DOS-based Windows 9x series. David > -- > J C Lawrence Home: claw at kanga.nu > ----------(*) Other: coder at kanga.nu > --=| A man is as sane as he is dangerous to his environment |=-- > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From claw at kanga.nu Sat Jun 10 06:47:24 2000 From: claw at kanga.nu (J C Lawrence) Date: Fri, 09 Jun 2000 21:47:24 -0700 Subject: [Mailman-Users] Mailman on Windows In-Reply-To: Message from "David Ornstein" of "Fri, 09 Jun 2000 21:35:34 PDT." References: Message-ID: <10280.960612444@kanga.nu> On Fri, 9 Jun 2000 21:35:34 -0700 David Ornstein wrote: > In what way do you think the Unix process model substantially > differs from the Windows one? fork()/exec() come to mind, as do process permissions and authentication.. > And I mean NT/Windows 200, here, not that crappy DOS-based Windows > 9x series. I'm not familiar with the differences. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From ivanlan at home.com Sat Jun 10 06:47:59 2000 From: ivanlan at home.com (Ivan Van Laningham) Date: Fri, 09 Jun 2000 22:47:59 -0600 Subject: [Mailman-Users] Mailman on Windows References: Message-ID: <3941C87F.59C0F18E@home.com> Hi All-- David Ornstein wrote: > [bobbit] > > Its definitely possible. I doubt its worthwhile. Mailman was not > > designed with portability in mind, and so assumes things like a Unix > > process model and such forth. > > In what way do you think the Unix process model substantially differs from > the Windows one? And I mean NT/Windows 200, here, not that crappy DOS-based > Windows 9x series. > Does Windows 200* support fork and exec? If so, there might be something to discuss. <*i-think-you're-an-order-of-magnitude-off-here-or-i'm-in-the-wrong-century>-ly y'rs, Ivan ---------------------------------------------- Ivan Van Laningham Axent Technologies, Inc. http://www.pauahtun.org/ http://www.foretec.com/python/workshops/1998-11/proceedings.html Army Signal Corps: Cu Chi, Class of '70 Author: Teach Yourself Python in 24 Hours From davido at nuvomedia.com Sat Jun 10 07:11:21 2000 From: davido at nuvomedia.com (David Ornstein) Date: Fri, 9 Jun 2000 22:11:21 -0700 Subject: [Mailman-Users] Mailman on Windows In-Reply-To: <3941C87F.59C0F18E@home.com> Message-ID: > -----Original Message----- > From: mailman-users-admin at python.org > [mailto:mailman-users-admin at python.org]On Behalf Of Ivan Van Laningham > Sent: Friday, June 09, 2000 9:48 PM > To: mailman-users at python.org > Subject: Re: [Mailman-Users] Mailman on Windows > > > Hi All-- > > David Ornstein wrote: > > > > [bobbit] > > > > Its definitely possible. I doubt its worthwhile. Mailman was not > > > designed with portability in mind, and so assumes things like a Unix > > > process model and such forth. > > > > In what way do you think the Unix process model substantially > differs from > > the Windows one? And I mean NT/Windows 200, here, not that > crappy DOS-based > > Windows 9x series. > > > > Does Windows 200* support fork and exec? If so, there might be > something to discuss. I belive the process model supports these basic operations, but I suppose it'd be a matter of having a library that mapped the basic OS capabilities to the exact semantics of fork() and exec() on Unix. Maybe the cygwin stuff? I'm not sure... David > <*i-think-you're-an-order-of-magnitude-off-here-or-i'm-in-the-wron > g-century>-ly > y'rs, > Ivan > ---------------------------------------------- > Ivan Van Laningham > Axent Technologies, Inc. > http://www.pauahtun.org/ > http://www.foretec.com/python/workshops/1998-11/proceedings.html > Army Signal Corps: Cu Chi, Class of '70 > Author: Teach Yourself Python in 24 Hours > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From admin at titanic.nyme.hu Sat Jun 10 11:47:16 2000 From: admin at titanic.nyme.hu (admin at titanic.nyme.hu) Date: Sat, 10 Jun 2000 11:47:16 +0200 (CEST) Subject: [Mailman-Users] ./configure Permission denied In-Reply-To: <005701bfd1f3$e0cc3280$cb00a8c0@netwood.net> Message-ID: > Now when I try to > run ./configure I get a permission denied error. I get the error regardless > if I'm root, mailman or the username I used to upload the files as. Sorry for answering your letter so late, I'm just searching for the solution for my problem on this list too. I guess I was suffering from the same problem as that of the yours. I think your partition containig the "/home" directory is mounted with the "-o noexec" option. Check the line of this partition in "/etc/fstab" and if you find the "noexec" option, just delete it. To tell the truth I'd prefer another solution instead of this: move your mailman directory to another partition, on which the kernel lets you to execute programs. You should put it in "/usr/local/mailman" for example. To do so, you should also change the "mailman" user's home directory to the above one: "usermod -m -d /usr/local/mailman mailman". The argument "-m" is for moving the existing home directory and it's contents to the new location. > Also, it says in the installation documentation that I should not run > the installation as root but how can I write to mailman's directory if > I'm not root? The owner group of the mailman directory is "mailman", and the group memebers must have permission to write that directory. If you add yourself to the "mailman" group by editing "/etc/group" you will be able to write the mailman directory. If unsure check "man group". I'm still unsure about this solution beacause I'm a beginner. I suggest you to ask greater experts than me. I'm afraid that putting you to the group "mailman" may be a security hole. Or not? > TIA for any help. nice From ivanlan at home.com Sun Jun 11 05:51:16 2000 From: ivanlan at home.com (Ivan Van Laningham) Date: Sat, 10 Jun 2000 21:51:16 -0600 Subject: [Mailman-Users] Anonymous posting Message-ID: <39430CB4.9DC54388@home.com> Hi All-- Feel free to flagellate me if this is in the docs, but I didn't see it. I'm running a mailing list for which some members might wish to post anonymously. I know that majordomo can be set up with an alternate address which members can mail to, like "xxxlist-anonymous at spamneggs.org". The list-admin can find out who really posted in case of maliciousness, but no one else can. Is there some way to provide the moral equivalent in Mailman? -ly y'rs, Ivan ---------------------------------------------- Ivan Van Laningham Axent Technologies, Inc. http://www.pauahtun.org/ http://www.foretec.com/python/workshops/1998-11/proceedings.html Army Signal Corps: Cu Chi, Class of '70 Author: Teach Yourself Python in 24 Hours From esew at verio.net Sun Jun 11 09:24:15 2000 From: esew at verio.net (Erik S.E. Walum) Date: Sun, 11 Jun 2000 00:24:15 -0700 Subject: [Mailman-Users] 2.0 stable release coming soon? Message-ID: <20000611002415.C12684@verio.net> Does anyone know when the 2.0 release is rumored to come out of Beta? -- Erik Walum Internet Systems Engineer Verio Inc. - ISS Mail Team From ricardo at rixhq.nu Sun Jun 11 11:28:33 2000 From: ricardo at rixhq.nu (Ricardo Kustner) Date: Sun, 11 Jun 2000 11:28:33 +0200 Subject: [Mailman-Users] Anonymous posting In-Reply-To: <39430CB4.9DC54388@home.com>; from ivanlan@home.com on Sat, Jun 10, 2000 at 09:51:16PM -0600 References: <39430CB4.9DC54388@home.com> Message-ID: <20000611112832.A601@miss-janet.com> Hi, On Sat, Jun 10, 2000 at 09:51:16PM -0600, Ivan Van Laningham wrote: > "xxxlist-anonymous at spamneggs.org". The list-admin can find out who > really posted in case of maliciousness, but no one else can. > Is there some way to provide the moral equivalent in Mailman? yep... you can violate the RFC's ;) Privacy options... last line "Hide the sender of a message, replacing it with the list address" Ricardo. -- From ivanlan at home.com Sun Jun 11 14:49:46 2000 From: ivanlan at home.com (Ivan Van Laningham) Date: Sun, 11 Jun 2000 06:49:46 -0600 Subject: [Mailman-Users] Anonymous posting References: <39430CB4.9DC54388@home.com> <20000611112832.A601@miss-janet.com> Message-ID: <39438AEA.DF443017@home.com> Hi All-- Ricardo Kustner wrote: > > Hi, > > On Sat, Jun 10, 2000 at 09:51:16PM -0600, Ivan Van Laningham wrote: > > "xxxlist-anonymous at spamneggs.org". The list-admin can find out who > > really posted in case of maliciousness, but no one else can. > > Is there some way to provide the moral equivalent in Mailman? > > yep... you can violate the RFC's ;) > Privacy options... last line > "Hide the sender of a message, replacing it with the list address" > Yeah, I saw that. But I'm looking for a way for members to be able to select that option themselves, either for all their posts, or on a post-by-post basis. -ly y'rs, Ivan;-) ---------------------------------------------- Ivan Van Laningham Axent Technologies, Inc. http://www.pauahtun.org/ http://www.foretec.com/python/workshops/1998-11/proceedings.html Army Signal Corps: Cu Chi, Class of '70 Author: Teach Yourself Python in 24 Hours From claw at kanga.nu Sun Jun 11 17:26:25 2000 From: claw at kanga.nu (J C Lawrence) Date: Sun, 11 Jun 2000 08:26:25 -0700 Subject: [Mailman-Users] Anonymous posting In-Reply-To: Message from Ivan Van Laningham of "Sat, 10 Jun 2000 21:51:16 MDT." <39430CB4.9DC54388@home.com> References: <39430CB4.9DC54388@home.com> Message-ID: <14074.960737185@kanga.nu> On Sat, 10 Jun 2000 21:51:16 -0600 Ivan Van Laningham wrote: > I'm running a mailing list for which some members might wish to > post anonymously. I know that majordomo can be set up with an > alternate address which members can mail to, like > "xxxlist-anonymous at spamneggs.org". The list-admin can find out > who really posted in case of maliciousness, but no one else can. > Is there some way to provide the moral equivalent in Mailman? A procmail filter that sits in front of the mailman wrapper and uses formal to nuke/rewrite the From: header. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From iago at iago.net Sun Jun 11 17:31:03 2000 From: iago at iago.net (Fred Hicks) Date: Sun, 11 Jun 2000 08:31:03 -0700 Subject: [Mailman-Users] Anonymous posting In-Reply-To: <39438AEA.DF443017@home.com> References: <39430CB4.9DC54388@home.com> <20000611112832.A601@miss-janet.com> <39438AEA.DF443017@home.com> Message-ID: <20000611083103.R6285@iago.net> On Sun, 11 Jun 2000, Ivan Van Laningham wrote: > Ricardo Kustner wrote: > > > > On Sat, Jun 10, 2000 at 09:51:16PM -0600, Ivan Van Laningham wrote: > > > "xxxlist-anonymous at spamneggs.org". The list-admin can find out who > > > really posted in case of maliciousness, but no one else can. > > > Is there some way to provide the moral equivalent in Mailman? > > > > yep... you can violate the RFC's ;) > > Privacy options... last line > > "Hide the sender of a message, replacing it with the list address" > > > > Yeah, I saw that. But I'm looking for a way for members to be able > to select that option themselves, either for all their posts, or on a > post-by-post basis. Create a second list, which anonymizes posts. Subscribe the first list to the second list. Make sure your second list does not send out monthly password reminders. Mission accomplished, I'd think. From chuqui at plaidworks.com Sun Jun 11 17:30:44 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Sun, 11 Jun 2000 08:30:44 -0700 Subject: [Mailman-Users] 2.0 stable release coming soon? In-Reply-To: <20000611002415.C12684@verio.net> References: <20000611002415.C12684@verio.net> Message-ID: At 12:24 AM -0700 6/11/2000, Erik S.E. Walum wrote: >Does anyone know when the 2.0 release is rumored to come out of Beta? b3 is being cleaned up now. Dunno what'll happen after that. FWIW, the current CVS stuff is quite stable. -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From ptomblin at xcski.com Sun Jun 11 18:29:52 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Sun, 11 Jun 2000 12:29:52 -0400 Subject: [Mailman-Users] Anonymous posting In-Reply-To: <14074.960737185@kanga.nu> References: <39430CB4.9DC54388@home.com> <14074.960737185@kanga.nu> Message-ID: <20000611122952.A13773@xcski.com> Quoting J C Lawrence (claw at kanga.nu): > A procmail filter that sits in front of the mailman wrapper and uses > formal to nuke/rewrite the From: header. Also remember to nuke the Recieved headers, Message-Id, Sender, and any X-Given-(From|Sender). -- Paul Tomblin , not speaking for anybody In 1665 Issac Newton became discouraged when he fell up a flight of stairs. From brett at iclick.com Sun Jun 11 19:41:34 2000 From: brett at iclick.com (Brett Dikeman) Date: Sun, 11 Jun 2000 13:41:34 -0400 Subject: [Mailman-Users] administration in IE 5 for the Mac is difficult Message-ID: ...because every time you click on Membership, or a new sub-section of the membership list, you're asked for the list password again, and it puts you on the first sub-section of the list, not the one you asked for. I remember there being cookie problems with earlier versions of IE, and earlier versions of Mailman. Is this bug STILL around? -- ---- Brett Dikeman Systems Engineer iClick, Inc 914-872-8043 120 Bloomingdale Rd. 914-872-8100(fax) White Plains, NY 10605 http://www.iclick.com From ivanlan at home.com Sun Jun 11 19:58:37 2000 From: ivanlan at home.com (Ivan Van Laningham) Date: Sun, 11 Jun 2000 11:58:37 -0600 Subject: [Mailman-Users] Anonymous posting References: <39430CB4.9DC54388@home.com> <20000611112832.A601@miss-janet.com> <39438AEA.DF443017@home.com> <20000611083103.R6285@iago.net> Message-ID: <3943D34D.B407428@home.com> Hi All-- Fred Hicks wrote: > > On Sun, 11 Jun 2000, Ivan Van Laningham wrote: > > > Ricardo Kustner wrote: > > > > > > On Sat, Jun 10, 2000 at 09:51:16PM -0600, Ivan Van Laningham wrote: > > > > "xxxlist-anonymous at spamneggs.org". The list-admin can find out who > > > > really posted in case of maliciousness, but no one else can. > > > > Is there some way to provide the moral equivalent in Mailman? > > > > > > yep... you can violate the RFC's ;) > > > Privacy options... last line > > > "Hide the sender of a message, replacing it with the list address" > > > > > > > Yeah, I saw that. But I'm looking for a way for members to be able > > to select that option themselves, either for all their posts, or on a > > post-by-post basis. > > Create a second list, which anonymizes posts. > OK, xxxlist-anonymous... > Subscribe the first list to the second list. Make sure your second list > does not send out monthly password reminders. > I understand part B here, but I'm not sure about A. Wouldn't subscribing xxxlist to xxxlist-anon mean that members who signed up for xxxlist-anon would only get the anonymous posts? Or is that the point? Or am I just being obtuse? > Mission accomplished, I'd think. > -ly y'rs, Ivan ---------------------------------------------- Ivan Van Laningham Axent Technologies, Inc. http://www.pauahtun.org/ http://www.foretec.com/python/workshops/1998-11/proceedings.html Army Signal Corps: Cu Chi, Class of '70 Author: Teach Yourself Python in 24 Hours From rob at oreilly.com Sun Jun 11 19:59:35 2000 From: rob at oreilly.com (Rob Flickenger) Date: Sun, 11 Jun 2000 10:59:35 -0700 (PDT) Subject: [Mailman-Users] 2.0 stable release coming soon? In-Reply-To: Message-ID: On Sun, 11 Jun 2000, Chuq Von Rospach wrote: > b3 is being cleaned up now. Dunno what'll happen after that. FWIW, > the current CVS stuff is quite stable. Actually, I just tried the CVS snapshot from Friday. It fixed the big list issues of 2.0b2, but looks like it worked all too well (from logs/smtp) : Jun 10 04:37:13 2000 (23568) smtp for 58925 recips, completed in 23096.518 seconds Jun 10 04:37:21 2000 (22842) smtp for 58925 recips, completed in 33899.683 seconds Jun 10 04:37:31 2000 (22324) smtp for 58925 recips, completed in 37070.565 seconds Jun 10 04:37:37 2000 (23390) smtp for 58925 recips, completed in 26705.674 seconds Jun 10 04:37:44 2000 (23055) smtp for 58925 recips, completed in 30302.589 seconds ... Jun 10 06:08:34 2000 (23758) smtp for 58925 recips, completed in 24970.258 seconds Jun 10 06:32:28 2000 (24049) smtp for 58925 recips, completed in 22774.820 seconds ... Jun 10 08:02:51 2000 (24269) smtp for 58925 recips, completed in 24636.424 seconds ... Jun 10 09:12:01 2000 (24519) smtp for 58925 recips, completed in 25183.795 seconds ... Jun 10 10:17:14 2000 (24797) smtp for 58925 recips, completed in 25463.907 seconds Jun 10 10:33:37 2000 (25147) smtp for 58925 recips, completed in 22879.930 seconds We ended up with eleven copies of the same message to 59K people in the queue, on a list that was admin-only and that I personally ok'd only once on friday afternoon. (Shame on me for not checking the smtp log after sending, but as it seemed to go out without trouble, and as 59K messages take quite a long time to deliver, I didn't notice until 5 had been actually sent...) So, has anybody else running the new snapshot on a big list seen this yet? (I do feel silly asking the above as it seems criminally negligent on my part, but it's a looooong story...) --Rob From iago at iago.net Sun Jun 11 20:06:10 2000 From: iago at iago.net (Fred Hicks) Date: Sun, 11 Jun 2000 11:06:10 -0700 Subject: [Mailman-Users] Anonymous posting In-Reply-To: <3943D34D.B407428@home.com> References: <39430CB4.9DC54388@home.com> <20000611112832.A601@miss-janet.com> <39438AEA.DF443017@home.com> <20000611083103.R6285@iago.net> <3943D34D.B407428@home.com> Message-ID: <20000611110610.S6285@iago.net> On Sun, 11 Jun 2000, Ivan Van Laningham wrote: > OK, xxxlist-anonymous... > > > Subscribe the first list to the second list. Make sure your second list > > does not send out monthly password reminders. > > > > I understand part B here, but I'm not sure about A. Wouldn't > subscribing xxxlist to xxxlist-anon mean that members who signed up for > xxxlist-anon would only get the anonymous posts? Or is that the point? > > Or am I just being obtuse? xxxlist-anon wouldn't have any subscribers other than the main list; it's a posting tool more than a mailing list. If you wanted to restrict postings to xxxlist-anon to people subscribed to it, they'd subscribe to both lists, but they'd have the option for 'don't send me mail even though i'm subscribed' enabled for xxxlist-anon. Clunky, but the best you can do without writing an anonymizing agent (script) that preprocessed posts sent to a certain alias before forwarding them on to the 'real' list. From chuqui at plaidworks.com Sun Jun 11 20:07:39 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Sun, 11 Jun 2000 11:07:39 -0700 Subject: [Mailman-Users] administration in IE 5 for the Mac is difficult In-Reply-To: References: Message-ID: At 1:41 PM -0400 6/11/2000, Brett Dikeman wrote: >...because every time you click on Membership, or a new sub-section >of the membership list, you're asked for the list password again, >and it puts you on the first sub-section of the list, not the one >you asked for. > >I remember there being cookie problems with earlier versions of IE, >and earlier versions of Mailman. Is this bug STILL around? I'm running IE for the Mac 5, and I noticed this a couple of times, but not since upgrading to the most recent CVS versions. -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From postman at vs1.invsn.com Sun Jun 11 21:26:13 2000 From: postman at vs1.invsn.com (Bo Bankson (aka Postman77)) Date: Sun, 11 Jun 2000 12:26:13 -0700 Subject: [Mailman-Users] Anonymous posting References: <39430CB4.9DC54388@home.com> <20000611112832.A601@miss-janet.com> <39438AEA.DF443017@home.com> <20000611083103.R6285@iago.net> Message-ID: <3943E7D4.9479ADF6@vs1.invsn.com> Fred Hicks wrote: > Create a second list, which anonymizes posts. > > Subscribe the first list to the second list. Make sure your second list > does not send out monthly password reminders. > > Mission accomplished, I'd think. How do you turn off the monthly passwoord reminder message? Bo Bankson From wizards at wizdev.net Sun Jun 11 21:49:22 2000 From: wizards at wizdev.net (Mark Jaffe) Date: Sun, 11 Jun 2000 12:49:22 -0700 (PDT) Subject: [Mailman-Users] New installation Message-ID: I am unable to get basic functionality after an install of mailman 2.0b2 on a RedHat Linux running Apache 1.3.9. I am able to get a list created and have run bin/check_perms with no error but attempting to access the web page www.esprinkles.com/mailman/admin/testlist results in 404 error. Somehow the httpd error_log has been turned off, so I am unable to see what has gone wrong. Should I try installing Mailman 1.1? ============================================================ Mark Jaffe | (408) 972-9638 (home) Chief Wizard | (408) 807-1530 (cell/page/voicemail) Computer Wizards | (408) 346-4484 (work @ RSV ) wizards at wizdev.net | http://www.wizdev.net/ From iago at iago.net Sun Jun 11 21:38:11 2000 From: iago at iago.net (Fred Hicks) Date: Sun, 11 Jun 2000 12:38:11 -0700 Subject: [Mailman-Users] Anonymous posting In-Reply-To: <3943E7D4.9479ADF6@vs1.invsn.com> References: <39430CB4.9DC54388@home.com> <20000611112832.A601@miss-janet.com> <39438AEA.DF443017@home.com> <20000611083103.R6285@iago.net> <3943E7D4.9479ADF6@vs1.invsn.com> Message-ID: <20000611123811.T6285@iago.net> On Sun, 11 Jun 2000, Bo Bankson (aka Postman77) wrote: > How do you turn off the monthly passwoord reminder message? Click it to 'no' in your administrative tool for the list. :) From mattp at conundrum.com Mon Jun 12 00:40:42 2000 From: mattp at conundrum.com (Matt of the Long Red Hair) Date: Sun, 11 Jun 2000 18:40:42 -0400 (EDT) Subject: [Mailman-Users] Virtual domaining Message-ID: The features list for Mailman claims support for virtual domains, but the documentation doesn't indicate how to go about setting this up. Checking through recent mailman-users archives I see someone suggested forwarding via sendmail's virtusertable, but that doesn't address the problem of namespace collisions between domains. Is there some way to set up mailman to use a separate list db for different domains, or indicate in the list config somehow what domain a list is for? ---------------------------------------------------------------------- ``Chaos often breeds life, when order breeds habit.'' -- Henry Brooks Adams From mentor at alb-net.com Mon Jun 12 02:26:53 2000 From: mentor at alb-net.com (Mentor Cana) Date: Sun, 11 Jun 2000 20:26:53 -0400 (EDT) Subject: [Mailman-Users] 2.0 stable release coming soon? In-Reply-To: Message-ID: I had the same problem with approving a message to a list of 7400+ subscribers. It was distributed twice before I checked the log/smpt file. Immediately I went into the qfile/ dir and erased any other instances that had to do with this particular message. I believe that this message would have been distributed multiple times if I had not done the deletion. On another list with about 2000 subscribers, messages get distributed twice. The list with smaller number of subscribers do not have this problem. later, mentor On Sun, 11 Jun 2000, at 10:59, Rob Flickenger wrote: > > > On Sun, 11 Jun 2000, Chuq Von Rospach wrote: > > > b3 is being cleaned up now. Dunno what'll happen after that. FWIW, > > the current CVS stuff is quite stable. > > Actually, I just tried the CVS snapshot from Friday. It fixed the big list > issues of 2.0b2, but looks like it worked all too well (from logs/smtp) : > > Jun 10 04:37:13 2000 (23568) smtp for 58925 recips, completed in 23096.518 seconds > Jun 10 04:37:21 2000 (22842) smtp for 58925 recips, completed in 33899.683 seconds > Jun 10 04:37:31 2000 (22324) smtp for 58925 recips, completed in 37070.565 seconds > Jun 10 04:37:37 2000 (23390) smtp for 58925 recips, completed in 26705.674 seconds > Jun 10 04:37:44 2000 (23055) smtp for 58925 recips, completed in 30302.589 seconds > ... > Jun 10 06:08:34 2000 (23758) smtp for 58925 recips, completed in 24970.258 seconds > Jun 10 06:32:28 2000 (24049) smtp for 58925 recips, completed in 22774.820 seconds > ... > Jun 10 08:02:51 2000 (24269) smtp for 58925 recips, completed in 24636.424 seconds > ... > Jun 10 09:12:01 2000 (24519) smtp for 58925 recips, completed in 25183.795 seconds > ... > Jun 10 10:17:14 2000 (24797) smtp for 58925 recips, completed in 25463.907 seconds > Jun 10 10:33:37 2000 (25147) smtp for 58925 recips, completed in 22879.930 seconds > > We ended up with eleven copies of the same message to 59K people in the > queue, on a list that was admin-only and that I personally ok'd only once > on friday afternoon. (Shame on me for not checking the smtp log after > sending, but as it seemed to go out without trouble, and as 59K messages > take quite a long time to deliver, I didn't notice until 5 had been > actually sent...) > > So, has anybody else running the new snapshot on a big list seen this yet? > (I do feel silly asking the above as it seems criminally negligent on my > part, but it's a looooong story...) > > --Rob > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From jwblist at olympus.net Mon Jun 12 05:23:45 2000 From: jwblist at olympus.net (John W Baxter) Date: Sun, 11 Jun 2000 20:23:45 -0700 Subject: [Mailman-Users] 2.0 stable release coming soon? In-Reply-To: References: Message-ID: At 10:59 -0700 6/11/2000, Rob Flickenger wrote: >We ended up with eleven copies of the same message to 59K people in the >queue, on a list that was admin-only and that I personally ok'd only once >on friday afternoon. I was on the receiving end of multiple copies of a message from a Mailman 2 list earlier this weekend. That's likely the same problem. --John -- John Baxter jwblist at olympus.net Port Ludlow, WA, USA From luben at clc.vtc.edu.hk Mon Jun 12 18:05:29 2000 From: luben at clc.vtc.edu.hk (Benedict) Date: Tue, 13 Jun 2000 00:05:29 +0800 Subject: [Mailman-Users] [Mailman] Error.... Archive File Not Found Message-ID: <03e001bfd488$07ca4340$7d9782ca@hkat.net> No file /testing/ (/usr/share/mailman/archives/private/testing/) I have try sending post but there is still no archive. I'm using one administrator email address ie. admin at foo.com aliases testing at foo.com testing-admin at foo.com testing-request at foo.com testing-owner at foo.com Any suggestion ? From secabeen at pobox.com Mon Jun 12 20:08:54 2000 From: secabeen at pobox.com (Ted Cabeen) Date: Mon, 12 Jun 2000 13:08:54 -0500 Subject: [Mailman-Users] administration in IE 5 for the Mac is difficult In-Reply-To: Your message of "Sun, 11 Jun 2000 11:07:39 PDT." Message-ID: <200006121808.NAA21908@entropy.uchicago.edu> In message , Chuq Von Rospach writes: >At 1:41 PM -0400 6/11/2000, Brett Dikeman wrote: >>...because every time you click on Membership, or a new sub-section >>of the membership list, you're asked for the list password again, >>and it puts you on the first sub-section of the list, not the one >>you asked for. >> >>I remember there being cookie problems with earlier versions of IE, >>and earlier versions of Mailman. Is this bug STILL around? > >I'm running IE for the Mac 5, and I noticed this a couple of times, >but not since upgrading to the most recent CVS versions. I see this on all platforms. What happens is that mailman issues a cookie for the URL you visit, even if you use a shortened version of it. ie if you use http://lists/mailman/.../members instead of http:// lists.uchicago.edu/mailman/.../members the cookie will have to be reissued when you use the full URL, and the password prompt screen doesn't preserve options to the members URL when you're authenticated. -- Ted Cabeen http://www.pobox.com/~secabeen secabeen at pobox.com Check Website or finger for PGP/GPG Public Key secabeen at uchicago.edu "I have taken all knowledge to be my province." -F. Bacon secabeen at cabeen.org "Human kind cannot bear very much reality."-T.S.Eliot cabeen at netcom.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 240 bytes Desc: not available Url : http://mail.python.org/pipermail/mailman-users/attachments/20000612/0844a073/attachment.pgp From godoy at conectiva.com Mon Jun 12 21:31:58 2000 From: godoy at conectiva.com (Jorge Godoy) Date: 12 Jun 2000 16:31:58 -0300 Subject: [Mailman-Users] ISO-8859-1 chars don't appear correctly on archives Message-ID: Hi! I have a mailing list where people write in brazilian portuguese (pt_BR) and consequently with iso-8859-1 chars. While the messages appears ok, when I look into the archive I see the text in a wrong way: Ol=E1, =20 =20 Como se faz a substitui=E7=E3o de palavras no Emacs em modo PO. "Ol=E1" should be "Ol?". Any hints on what may be causing that? Thanks! -- Godoy. Departamento de Publica??es Publishing Department Conectiva S.A. From lra at insite.com.br Mon Jun 12 22:24:15 2000 From: lra at insite.com.br (Leonardo Rochael Almeida) Date: Mon, 12 Jun 2000 17:24:15 -0300 (EST) Subject: [Mailman-Users] ISO-8859-1 chars don't appear correctly on archives In-Reply-To: Message-ID: Ol=E1 Godoy, I mean... Ol? Godoy :-) I've noticed the same thing on my lists here. The thing is, someone somewhere should be converting quoted-printable to 8-bit. Pipermail (mailman's builtin archiver) is not very elaborate so I think that expecting it to convert quoted-printable to html quoting (á and friends) is a little bit too much to ask. Maybe some sendmail (or your mailer) option to convert from quoted-printable to 8-bit should do the trick. I'm still hunting that option down, though... []'s Leo On 12 Jun 2000, Jorge Godoy wrote: > > Hi! > > > I have a mailing list where people write in brazilian portuguese > (pt_BR) and consequently with iso-8859-1 chars. While the messages > appears ok, when I look into the archive I see the text in a wrong > way: > > Ol=E1, > =20 > =20 > Como se faz a substitui=E7=E3o de palavras no > Emacs em modo PO. > > > "Ol=E1" should be "Ol?". > > > Any hints on what may be causing that? > > > Thanks! > From godoy at conectiva.com Mon Jun 12 22:35:14 2000 From: godoy at conectiva.com (Jorge Godoy) Date: 12 Jun 2000 17:35:14 -0300 Subject: [Mailman-Users] ISO-8859-1 chars don't appear correctly on archives In-Reply-To: Leonardo Rochael Almeida's message of "Mon, 12 Jun 2000 17:24:15 -0300 (EST)" References: Message-ID: Leonardo Rochael Almeida writes: > Ol=E1 Godoy, > I mean... > Ol? Godoy :-) > > I've noticed the same thing on my lists here. The thing is, someone > somewhere should be converting quoted-printable to 8-bit. Pipermail > (mailman's builtin archiver) is not very elaborate so I think that > expecting it to convert quoted-printable to html quoting (á and > friends) is a little bit too much to ask. Maybe some sendmail (or your > mailer) option to convert from quoted-printable to 8-bit should do the > trick. I'm still hunting that option down, though... Hi Leo, how are you? How's S?o Paulo? :-) Curitiba is too hot and it doesn't seem to be winter here... ;-) Anyway, I'm using Postfix and not Sendmail. But I think that although I can change my mailer configuration it's Pipermail's job to do that conversion. There are lots of broken MTAs around. There's another machine running qmail and ezmlm with MHonArc as it's archiver. As you can see here http://listas.conectiva.com.br/listas/linux-br/arquivo/2000/06/msg00691.html everything works fine and without any special configuration on MHonArc. I was expecting it from MailMan. Thanks! (And send Simone a kiss! ;-)) -- Godoy. Departamento de Publica??es Publishing Department Conectiva S.A. From mike at openphase.com Tue Jun 13 10:54:58 2000 From: mike at openphase.com (mike paterson) Date: Tue, 13 Jun 2000 04:54:58 -0400 Subject: [Mailman-Users] email address problem "name " Message-ID: <00061305051400.01723@nothing> i know that mailman takes and address like "name and strips it down to just before storing it. However i need the full thing to be used.. i've been looking through the achives and cant seem to find anything on this. has this problems been addressed before? is there a solution? will i like it? later, mike From lra at insite.com.br Mon Jun 12 23:42:42 2000 From: lra at insite.com.br (Leonardo Rochael Almeida) Date: Mon, 12 Jun 2000 18:42:42 -0300 (EST) Subject: [Mailman-Users] ISO-8859-1 chars don't appear correctly on archives In-Reply-To: Message-ID: Hi Godoy, Well, I mentioned the MTA options because I noticed that you can give different options (such as quoted-printable to 8-bit conversion) to different transports in a single MTA, and I've seen sendmail converting from quoted-printable to 8-bit. It may be the case that, for pipe transports, my sendmail (and your postfix) is not doing this autoconversion. In any case, you can always use another archiver (such as MHonArc) with Mailman, which will give you more than just ISO-8859-1 diacriticals. Some archivers will give you attachment downloads, search and a whole bunch of other things pipermail don't even dream of. I came to think of pipermail as a placeholder for a real archiver. []'s Leo PS: S?o Paulo today is grey, as most days around this time of the year. Neither hot nor cold. It certainly doesn't look like winter here either. BTW, I'm going to Curitiba this weekend (my girlfriend's parents live there). So I'll probably pay you a visit :-) []'s Leo On 12 Jun 2000, Jorge Godoy wrote: > Leonardo Rochael Almeida writes: > > > Ol=E1 Godoy, > > I mean... > > Ol? Godoy :-) > > > > I've noticed the same thing on my lists here. The thing is, someone > > somewhere should be converting quoted-printable to 8-bit. Pipermail > > (mailman's builtin archiver) is not very elaborate so I think that > > expecting it to convert quoted-printable to html quoting (á and > > friends) is a little bit too much to ask. Maybe some sendmail (or your > > mailer) option to convert from quoted-printable to 8-bit should do the > > trick. I'm still hunting that option down, though... > > Hi Leo, how are you? How's S?o Paulo? :-) Curitiba is too hot and it > doesn't seem to be winter here... ;-) > > Anyway, I'm using Postfix and not Sendmail. But I think that although > I can change my mailer configuration it's Pipermail's job to do that > conversion. There are lots of broken MTAs around. > > There's another machine running qmail and ezmlm with MHonArc as it's > archiver. As you can see here > http://listas.conectiva.com.br/listas/linux-br/arquivo/2000/06/msg00691.html > everything works fine and without any special configuration on > MHonArc. > > I was expecting it from MailMan. > > > Thanks! (And send Simone a kiss! ;-)) From jonas at netwood.net Tue Jun 13 00:55:30 2000 From: jonas at netwood.net (Jonas Fornander) Date: Mon, 12 Jun 2000 15:55:30 -0700 Subject: [Mailman-Users] user unknown References: <39430CB4.9DC54388@home.com> <20000611112832.A601@miss-janet.com> <39438AEA.DF443017@home.com> <20000611083103.R6285@iago.net> <3943E7D4.9479ADF6@vs1.invsn.com> Message-ID: <1dff01bfd4c1$4ec6eee0$cb00a8c0@netwood.net> I have successfully (at least I think so) setup mailman and created the "test" list. Mailman sent me the confirmation that I created the list and I can login to the web administration. However when I send a message to test-request and to test, the mailserver responds with "user unknown". See log file below. Jun 12 12:30:38 montwood sendmail[13923]: MAA13923: ... User unknown Jun 12 13:44:07 montwood sendmail[14714]: NAA14714: ... User unknown Does anyone know what the problem might be? Does this have anything to do with the newaliases executable? I ran it and the log file says that it rebuilt the aliases. I'm using RHL 6.2 Jonas Fornander - support at netwood.net Netwood Communications - www.netwood.net Find out why we're better - Tel: 310-442-1530 From root at theporch.com Tue Jun 13 01:02:07 2000 From: root at theporch.com (Phillip Porch) Date: Mon, 12 Jun 2000 18:02:07 -0500 (CDT) Subject: [Mailman-Users] user unknown In-Reply-To: <1dff01bfd4c1$4ec6eee0$cb00a8c0@netwood.net> Message-ID: On Mon, 12 Jun 2000, Jonas Fornander wrote: > I have successfully (at least I think so) setup mailman and created the > "test" list. Mailman sent me the confirmation that I created the list and I > can login to the web administration. However when I send a message to > test-request and to test, the mailserver responds with "user unknown". See > log file below. > > Jun 12 12:30:38 montwood sendmail[13923]: MAA13923: > ... User unknown > Jun 12 13:44:07 montwood sendmail[14714]: NAA14714: > ... User unknown Sounds like you don't have the aliases set up in your mailer. -- Phillip P. Porch NIC:PP1573 finger for http://www.theporch.com UTM - 16 514546E 3994565N PGP key From jonas at netwood.net Tue Jun 13 01:16:49 2000 From: jonas at netwood.net (Jonas Fornander) Date: Mon, 12 Jun 2000 16:16:49 -0700 Subject: [Mailman-Users] user unknown References: Message-ID: <1e2901bfd4c4$4961fbe0$cb00a8c0@netwood.net> I created these aliases according to the instructions: mailman: jonas at netwood.net mailman-owner: mailman Then I did: #/usr/bin/newaliases Isn't this correct? Jonas Fornander - support at netwood.net Netwood Communications - www.netwood.net Find out why we're better - Tel: 310-442-1530 ----- Original Message ----- From: "Phillip Porch" To: "Jonas Fornander" Cc: Sent: Monday, June 12, 2000 4:02 PM Subject: Re: [Mailman-Users] user unknown > On Mon, 12 Jun 2000, Jonas Fornander wrote: > > > I have successfully (at least I think so) setup mailman and created the > > "test" list. Mailman sent me the confirmation that I created the list and I > > can login to the web administration. However when I send a message to > > test-request and to test, the mailserver responds with "user unknown". See > > log file below. > > > > Jun 12 12:30:38 montwood sendmail[13923]: MAA13923: > > ... User unknown > > Jun 12 13:44:07 montwood sendmail[14714]: NAA14714: > > ... User unknown > > Sounds like you don't have the aliases set up in your mailer. > > -- > Phillip P. Porch NIC:PP1573 finger for > http://www.theporch.com UTM - 16 514546E 3994565N PGP key > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From root at theporch.com Tue Jun 13 01:30:43 2000 From: root at theporch.com (Phillip Porch) Date: Mon, 12 Jun 2000 18:30:43 -0500 (CDT) Subject: [Mailman-Users] user unknown In-Reply-To: <1e2901bfd4c4$4961fbe0$cb00a8c0@netwood.net> Message-ID: On Mon, 12 Jun 2000, Jonas Fornander wrote: > Date: Mon, 12 Jun 2000 16:16:49 -0700 > From: Jonas Fornander > To: mailman-users at python.org > Subject: Re: [Mailman-Users] user unknown > > I created these aliases according to the instructions: > mailman: jonas at netwood.net > mailman-owner: mailman > > Then I did: > #/usr/bin/newaliases > > Isn't this correct? Yes but you also need aliases for the list you created: test: "|/home/mailman/mail/wrapper post test" test-admin: "|/home/mailman/mail/wrapper mailowner test" test-request: "|/usr/mailman/mail/wrapper mailcmd test" test-owner: mailman then do a newaliases. > > Jonas Fornander - support at netwood.net > Netwood Communications - www.netwood.net > Find out why we're better - Tel: 310-442-1530 > > ----- Original Message ----- > From: "Phillip Porch" > To: "Jonas Fornander" > Cc: > Sent: Monday, June 12, 2000 4:02 PM > Subject: Re: [Mailman-Users] user unknown > > > > On Mon, 12 Jun 2000, Jonas Fornander wrote: > > > > > I have successfully (at least I think so) setup mailman and created the > > > "test" list. Mailman sent me the confirmation that I created the list > and I > > > can login to the web administration. However when I send a message to > > > test-request and to test, the mailserver responds with "user unknown". > See > > > log file below. > > > > > > Jun 12 12:30:38 montwood sendmail[13923]: MAA13923: > > > ... User unknown > > > Jun 12 13:44:07 montwood sendmail[14714]: NAA14714: > > > ... User unknown > > > > Sounds like you don't have the aliases set up in your mailer. > > > > -- > > Phillip P. Porch NIC:PP1573 finger for > > http://www.theporch.com UTM - 16 514546E 3994565N PGP key > > > > > > ------------------------------------------------------ > > Mailman-Users maillist - Mailman-Users at python.org > > http://www.python.org/mailman/listinfo/mailman-users > > > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > -- Phillip P. Porch NIC:PP1573 finger for http://www.theporch.com UTM - 16 514546E 3994565N PGP key From jonas at netwood.net Tue Jun 13 05:39:30 2000 From: jonas at netwood.net (Jonas Fornander) Date: Mon, 12 Jun 2000 20:39:30 -0700 Subject: [Mailman-Users] user unknown References: Message-ID: <1f1f01bfd4e8$fbe2a8e0$cb00a8c0@netwood.net> > > Yes but you also need aliases for the list you created: > > test: "|/home/mailman/mail/wrapper post test" > test-admin: "|/home/mailman/mail/wrapper mailowner test" > test-request: "|/usr/mailman/mail/wrapper mailcmd test" > test-owner: mailman > > then do a newaliases. Should I create these aliases for every new list (replacing test with the new listname)? When I create the above aliases, it should be without the " and the | characters I assume? Where can I find instructions on this? I can't find it in the Mailman documentation. Jonas Fornander - support at netwood.net Netwood Communications - www.netwood.net Find out why we're better - Tel: 310-442-1530 ----- Original Message ----- From: "Phillip Porch" To: "Jonas Fornander" Cc: Sent: Monday, June 12, 2000 4:30 PM Subject: Re: [Mailman-Users] user unknown > On Mon, 12 Jun 2000, Jonas Fornander wrote: > > > Date: Mon, 12 Jun 2000 16:16:49 -0700 > > From: Jonas Fornander > > To: mailman-users at python.org > > Subject: Re: [Mailman-Users] user unknown > > > > I created these aliases according to the instructions: > > mailman: jonas at netwood.net > > mailman-owner: mailman > > > > Then I did: > > #/usr/bin/newaliases > > > > Isn't this correct? > > > Yes but you also need aliases for the list you created: > > test: "|/home/mailman/mail/wrapper post test" > test-admin: "|/home/mailman/mail/wrapper mailowner test" > test-request: "|/usr/mailman/mail/wrapper mailcmd test" > test-owner: mailman > > then do a newaliases. > > > > > Jonas Fornander - support at netwood.net > > Netwood Communications - www.netwood.net > > Find out why we're better - Tel: 310-442-1530 > > > > ----- Original Message ----- > > From: "Phillip Porch" > > To: "Jonas Fornander" > > Cc: > > Sent: Monday, June 12, 2000 4:02 PM > > Subject: Re: [Mailman-Users] user unknown > > > > > > > On Mon, 12 Jun 2000, Jonas Fornander wrote: > > > > > > > I have successfully (at least I think so) setup mailman and created the > > > > "test" list. Mailman sent me the confirmation that I created the list > > and I > > > > can login to the web administration. However when I send a message to > > > > test-request and to test, the mailserver responds with "user unknown". > > See > > > > log file below. > > > > > > > > Jun 12 12:30:38 montwood sendmail[13923]: MAA13923: > > > > ... User unknown > > > > Jun 12 13:44:07 montwood sendmail[14714]: NAA14714: > > > > ... User unknown > > > > > > Sounds like you don't have the aliases set up in your mailer. > > > > > > -- > > > Phillip P. Porch NIC:PP1573 finger for > > > http://www.theporch.com UTM - 16 514546E 3994565N PGP key > > > > > > > > > ------------------------------------------------------ > > > Mailman-Users maillist - Mailman-Users at python.org > > > http://www.python.org/mailman/listinfo/mailman-users > > > > > > > > > ------------------------------------------------------ > > Mailman-Users maillist - Mailman-Users at python.org > > http://www.python.org/mailman/listinfo/mailman-users > > > > -- > Phillip P. Porch NIC:PP1573 finger for > http://www.theporch.com UTM - 16 514546E 3994565N PGP key > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From Dan.Mick at West.Sun.COM Tue Jun 13 05:44:02 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Mon, 12 Jun 2000 20:44:02 -0700 (PDT) Subject: [Mailman-Users] user unknown Message-ID: <200006130343.UAA24940@utopia.west.sun.com> > > Yes but you also need aliases for the list you created: > > > > test: "|/home/mailman/mail/wrapper post test" > > test-admin: "|/home/mailman/mail/wrapper mailowner test" > > test-request: "|/usr/mailman/mail/wrapper mailcmd test" > > test-owner: mailman > > > > then do a newaliases. > > Should I create these aliases for every new list (replacing test with the > new listname)? Of course. When you ran 'newlist' to create the list, it told you that. > When I create the above aliases, it should be without the " and the | > characters I assume? No, they're necessary. > Where can I find instructions on this? I can't find it in the Mailman > documentation. Uh...man aliases?... It's really a bad idea to try to be a mailing list administrator without the slightest idea of how email works. Aliases are pretty basic knowledge; I'd do some studying were I you. From jonas at netwood.net Tue Jun 13 06:58:58 2000 From: jonas at netwood.net (Jonas Fornander) Date: Mon, 12 Jun 2000 21:58:58 -0700 Subject: [Mailman-Users] user unknown References: <200006130343.UAA24940@utopia.west.sun.com> Message-ID: <1f6601bfd4f4$158e0180$cb00a8c0@netwood.net> ----- Original Message ----- From: "Dan Mick" To: ; Sent: Monday, June 12, 2000 8:44 PM Subject: Re: [Mailman-Users] user unknown > > > > Yes but you also need aliases for the list you created: > > > > > > test: "|/home/mailman/mail/wrapper post test" > > > test-admin: "|/home/mailman/mail/wrapper mailowner test" > > > test-request: "|/usr/mailman/mail/wrapper mailcmd test" > > > test-owner: mailman > > > > > > then do a newaliases. > > > > Should I create these aliases for every new list (replacing test with the > > new listname)? > > Of course. When you ran 'newlist' to create the list, it told > you that. I'm pretty certain that it didn't but I will confirm that when I create the next list. > When I create the above aliases, it should be without the " and the | > > characters I assume? > > No, they're necessary. > > > Where can I find instructions on this? I can't find it in the Mailman > > documentation. > > Uh...man aliases?... It doesn't say anything in man aliases about creating these aliases to get mailman to work as you most likely know. > It's really a bad idea to try to be a mailing list administrator > without the slightest idea of how email works. Aliases are pretty > basic knowledge; I'd do some studying were I you. I know quite a lot about email and is already running mailing-lists but on another platform. Jonas Fornander - support at netwood.net Netwood Communications - www.netwood.net Find out why we're better - Tel: 310-442-1530 From Dan.Mick at West.Sun.COM Tue Jun 13 07:16:16 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Mon, 12 Jun 2000 22:16:16 -0700 (PDT) Subject: [Mailman-Users] user unknown Message-ID: <200006130515.WAA26013@utopia.west.sun.com> > > Of course. When you ran 'newlist' to create the list, it told > > you that. > > I'm pretty certain that it didn't but I will confirm that when I create the > next list. dmick at flair> bin/newlist Enter the name of the list: foo Enter the email of the person running the list: dmick at west.sun.com Initial foo password: foo Entry for aliases file: ## foo mailing list ## created: 12-Jun-2000 dmick foo: "|/export/home/mailman/mail/wrapper post foo" foo-admin: "|/export/home/mailman/mail/wrapper mailowner foo" foo-request: "|/export/home/mailman/mail/wrapper mailcmd foo" owner-foo: foo-admin foo-owner: foo-admin Hit enter to continue with foo owner notification... > > > Where can I find instructions on this? I can't find it in the Mailman > > > documentation. > > > > Uh...man aliases?... > > It doesn't say anything in man aliases about creating these aliases to get > mailman to work as you most likely know. No, but it certainly explains the "" and the | characters... From Dan.Mick at West.Sun.COM Tue Jun 13 07:17:24 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Mon, 12 Jun 2000 22:17:24 -0700 (PDT) Subject: [Mailman-Users] user unknown Message-ID: <200006130516.WAA26062@utopia.west.sun.com> > > > Should I create these aliases for every new list (replacing test with > the > > > new listname)? > > > > Of course. When you ran 'newlist' to create the list, it told > > you that. > > I'm pretty certain that it didn't but I will confirm that when I create the > next list. Moreover, here's a snippet from INSTALL (which, surely, you read, right)? - Running newlist will generate a list of aliases that must be added to the system. If you are running Sendmail, you may add the lines output directly to the file /etc/aliases. You may need to run the command 'newaliases' (all as root). Now the mailing address for your list as well as its administrative addresses will be set up. If you are not running Sendmail, consult your MTA's documentation for information on adding aliases. From claw at kanga.nu Tue Jun 13 09:33:42 2000 From: claw at kanga.nu (J C Lawrence) Date: Tue, 13 Jun 2000 00:33:42 -0700 Subject: [Mailman-Users] email address problem "name " In-Reply-To: Message from mike paterson of "Tue, 13 Jun 2000 04:54:58 EDT." <00061305051400.01723@nothing> References: <00061305051400.01723@nothing> Message-ID: <18510.960881622@kanga.nu> On Tue, 13 Jun 2000 04:54:58 -0400 mike paterson wrote: > i know that mailman takes and address like "name > and strips it down to just before storing > it. However i need the full thing to be used.. While such requests have been mentioned, nobody has offered a design or to do the work. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From claw at kanga.nu Tue Jun 13 09:36:44 2000 From: claw at kanga.nu (J C Lawrence) Date: Tue, 13 Jun 2000 00:36:44 -0700 Subject: [Mailman-Users] user unknown In-Reply-To: Message from Dan Mick of "Mon, 12 Jun 2000 22:17:24 PDT." <200006130516.WAA26062@utopia.west.sun.com> References: <200006130516.WAA26062@utopia.west.sun.com> Message-ID: <18578.960881804@kanga.nu> On Mon, 12 Jun 2000 22:17:24 -0700 (PDT) Dan Mick wrote: > - Running newlist will generate a list of aliases that must be > added to the system. If you are running Sendmail, you may add the > lines output directly to the file /etc/aliases. You may need to > run the command 'newaliases' (all as root). Now the mailing > address for your list as well as its administrative addresses will > be set up. If you are not running Sendmail, consult your MTA's > documentation for information on adding aliases. It is worth noting that instructions are available for some MTAs (like Exim) such that no aliases ever need be added. The MTA auto-recognises the existance of all lists due to the fact taht the customisations know about how Mailman works. Very neat. Nigel's HOW-TO for Exim in this regard is well done. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From yusufg at outblaze.com Tue Jun 13 11:06:58 2000 From: yusufg at outblaze.com (Yusuf Goolamabbas) Date: Tue, 13 Jun 2000 17:06:58 +0800 Subject: [Mailman-Users] Can I setup lists without passwords Message-ID: <20000613170658.B1416@outblaze.com> For an intranet, I would like to setup a list without having the users remember passwords for subscribe/unsubscribe. Is it possible ? Regards, Yusuf -- Yusuf Goolamabbas yusufg at outblaze.com From be at ceta.de Tue Jun 13 11:32:05 2000 From: be at ceta.de (Bernhard Erdmann) Date: Tue, 13 Jun 2000 11:32:05 +0200 Subject: [Mailman-Users] deleting a list properly Message-ID: <3945FF95.3856F93D@ceta.de> Hi, sorry, but I couldn't find how to remove a list properly. How do you do it? From jwt at dskk.co.jp Tue Jun 13 11:38:26 2000 From: jwt at dskk.co.jp (Jim Tittsler) Date: Tue, 13 Jun 2000 18:38:26 +0900 Subject: [Mailman-Users] deleting a list properly In-Reply-To: <3945FF95.3856F93D@ceta.de>; from be@ceta.de on Tue, Jun 13, 2000 at 11:32:05AM +0200 References: <3945FF95.3856F93D@ceta.de> Message-ID: <20000613183826.A2772@mail.dskk.co.jp> On Tue, Jun 13, 2000 at 11:32:05AM +0200, Bernhard Erdmann wrote: > sorry, but I couldn't find how to remove a list properly. How do you do it? bin/rmlist listname (or bin/rmlist -a listname if you also want to also remove the archives) If you are using a mail configuration that requires manual aliases for each mailing list, you'll probably also want to remember to remove those. -- Jim Tittsler, Tokyo Python Starship http://starship.python.net/crew/jwt/ From be at ceta.de Tue Jun 13 11:50:44 2000 From: be at ceta.de (Bernhard Erdmann) Date: Tue, 13 Jun 2000 11:50:44 +0200 Subject: [Mailman-Users] modifying Mailman's web interface Message-ID: <394603F4.A2A24501@ceta.de> Hi, I'd like to have Mailman's web interface with some corporate identity design. What files do I change best? Does Mailman use some sort of templates? How can I upgrade Mailman without doing the whole procedure once more? From dgc at uchicago.edu Tue Jun 13 12:37:33 2000 From: dgc at uchicago.edu (David Champion) Date: Tue, 13 Jun 2000 05:37:33 -0500 Subject: [Mailman-Users] user unknown In-Reply-To: <18578.960881804@kanga.nu>; from claw@kanga.nu on Tue, Jun 13, 2000 at 12:36:44AM -0700 References: <200006130516.WAA26062@utopia.west.sun.com> <18578.960881804@kanga.nu> Message-ID: <20000613053733.N1357@smack.uchicago.edu> On 2000.06.13, in <18578.960881804 at kanga.nu>, "J C Lawrence" wrote: > > It is worth noting that instructions are available for some MTAs > (like Exim) such that no aliases ever need be added. The MTA > auto-recognises the existance of all lists due to the fact taht the > customisations know about how Mailman works. Someone's probably already been all over this, but I didn't see it in a quick sweep of the web page.... This comment set me to thinking, and I wrote a sendmail mailer to obviate my aliases. I configured this in /etc/mail/sendmail.cf: Mmailman, P=/etc/mail/mm-handler, F=nrDFMehmu, S=10, R=20/40, A=mm-handler -- $u listserver.uchicago.edu and this in /etc/mail/mailertable: listserver.uchicago.edu mailman:listserver.uchicago.edu After installing /etc/mail/mm-handler, I rebuilt mailertable, restarted sendmail, and everything seems to work fine without aliases. I wonder whether this would be interesting or useful for anyone. It was more of an academic exercise for me, since we have scripts that make manual alias creation unnecessary, but it certainly makes expiry of addresses for dead lists easier. I apologize if its being written in perl is offensive to anyone. :) -- -D. dgc at uchicago.edu NSIT University of Chicago -------------- next part -------------- #!/opt/bin/perl ## ## Sendmail mailer for Mailman ## ## Simulates these aliases: ## testlist: "|/opt/pkgs/mailman/mail/wrapper post testlist" ## testlist-admin: "|/opt/pkgs/mailman/mail/wrapper mailowner testlist" ## testlist-request: "|/opt/pkgs/mailman/mail/wrapper mailcmd testlist" ## owner-testlist: testlist-admin ## testlist-owner: testlist-admin use FileHandle; $MMWRAPPER = "/opt/pkgs/mailman/mail/wrapper"; $MMLISTDIR = "/opt/pkgs/mailman/lists"; $SENDMAIL = "/usr/lib/sendmail -t -oem -oi"; $VERSION = '$Id: mm-handler,v 1.2 2000/06/13 10:19:37 milo Exp $'; $BOUNDARY = sprintf("%08x-%d", time, time % $$); ## Stupid non-standard rejection letter sub mail_error { my ($in, $to, $orig_to, $server, $reason) = @_; my $sendmail; $sendmail = new FileHandle "|$SENDMAIL"; #$sendmail = new FileHandle ">/tmp/mm-$$"; if (!defined($sendmail)) { print STDERR "$0: cannot exec \"$SENDMAIL\"\n"; exit (-1); } $sendmail->print ("From: MAILER-DAEMON\@$server To: $to Subject: Returned mail: List unknown Mime-Version: 1.0 Content-type: multipart/mixed; boundary=\"$BOUNDARY\" Content-Disposition: inline --$BOUNDARY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Your mail for $orig_to could not be sent: $reason Your original mail follows: --$BOUNDARY Content-Type: message/rfc822 Content-Disposition: inline "); while ($_ = <$in>) { $sendmail->print ($_); } $sendmail->print ("\n"); $sendmail->print ("--$BOUNDARY--\n"); close($sendmail); } $sender = undef; while ($_ = shift(@ARGV)) { $sender = $ARGV[0] if (/^-r$/); if (/^--$/) { $to = $ARGV[0]; $server = $ARGV[1]; } } #print STDERR "to: $to\n"; #print STDERR "sender: $sender\n"; #print STDERR "server: $server\n"; if ($to =~ /(.*)-admin/ || $to =~ /(.*)-owner/ || $to =~ /owner-(.*)/) { $LIST = $1; $CMD = "mailowner"; } elsif ($to =~ /(.*)-request/) { $LIST = $1; $CMD = "mailcmd"; } else { $LIST = $to; $CMD = "post"; } if (! -f "$MMLISTDIR/$LIST/config.db") { mail_error(\*STDIN, $sender, $to, $server, "no list named $LIST is known to this server"); exit 0; } $wrapper = new FileHandle "|$MMWRAPPER $CMD $LIST"; if (!defined($wrapper)) { ## Defer? print STDERR "$0: cannot exec \"$MMWRAPPER $CMD $LIST\": deferring\n"; exit (-1); } $wrapper->print ("X-Handler: $VERSION\n"); while () { $wrapper->print ($_); } close($wrapper); From city at gbt.hu Tue Jun 13 13:58:29 2000 From: city at gbt.hu (city) Date: Tue, 13 Jun 2000 13:58:29 +0200 Subject: [Mailman-Users] (no subject) Message-ID: <013901bfd52e$b08ff6e0$821010ac@gbt.hu> Bye City From rpyne at kinfolk.org Tue Jun 13 15:20:11 2000 From: rpyne at kinfolk.org (Richard Pyne) Date: Tue, 13 Jun 2000 07:20:11 -0600 Subject: [Mailman-Users] (no subject) Message-ID: <00061307211601.22006@teton> I keep getting the following error even though check_perms says everything is fine. any ideas? Traceback (innermost last): File "/home/mailman/cron/nightly_gzip", line 146, in ? main() File "/home/mailman/cron/nightly_gzip", line 102, in main mlist = MailList.MailList(name, lock=0) File "/home/mailman/Mailman/MailList.py", line 69, in __init__ self.Load() File "/home/mailman/Mailman/MailList.py", line 865, in Load raise Errors.MMUnknownListError, e Mailman.Errors.MMUnknownListError: [Errno 13] Permission denied: '/home/mailman/lists/pyne-family/config.db' -- Richard From marczak at usa.net Tue Jun 13 18:22:24 2000 From: marczak at usa.net (Edward Marczak) Date: Tue, 13 Jun 2000 12:22:24 -0400 Subject: [Mailman-Users] Subscription Confirmation/Alias Problem Message-ID: Fellow Mailman Admins; I just started using mailman, and it looks like a great system. I am using: - RedHat 6.1, - sendmail 8.10.2 I followed the INSTALL instructions to the letter. The web interface is working. I created the test list, and subscribed. When I return the confirmation email, I get an email back stating: ----- The following addresses had permanent fatal errors ----- "|/home/mailman/mail/wrapper mailcmd test" (reason: 2) (expanded from: ) ----- Transcript of session follows ----- 554 5.3.0 "|/home/mailman/mail/wrapper mailcmd test"... unknown mailer error 2 (domain names changed to protect the innocent) Well, it's definitely getting to the box, and sendmail is trying to handle it. Anyone seen this before? The closest thing I can find is that /bin/mail defines error 2 as 'File Error'. Any help appreciated. Thanks! -- Ed Marczak marczak at usa.net From mwendt at intertv.com Tue Jun 13 18:40:11 2000 From: mwendt at intertv.com (Mark Wendt) Date: Tue, 13 Jun 2000 12:40:11 -0400 Subject: [Mailman-Users] Broadcast message Message-ID: <4.3.1.2.20000613123819.00affbd0@intertv.com> Hi All, Quick question. Is there any way for the list admin, (who isn't subscribed to the list) to be able to send a broad cast message to the list(s)? Due to the number of lists maintained, I'd rather not subscribe my self to each and every one, but would like to be able to send out a housekeeping message to the list. Thanks, Mark Wendt From ptomblin at xcski.com Tue Jun 13 18:45:40 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Tue, 13 Jun 2000 12:45:40 -0400 Subject: [Mailman-Users] Broadcast message In-Reply-To: <4.3.1.2.20000613123819.00affbd0@intertv.com> References: <4.3.1.2.20000613123819.00affbd0@intertv.com> Message-ID: <20000613124540.B23566@xcski.com> Quoting Mark Wendt (mwendt at intertv.com): > Hi All, > > Quick question. Is there any way for the list admin, (who isn't > subscribed to the list) to be able to send a broad cast message to the > list(s)? Due to the number of lists maintained, I'd rather not subscribe > my self to each and every one, but would like to be able to send out a > housekeeping message to the list. Put yourself in the list of "people allowed to post without approval" for each list. It's under "Privacy Options". -- Paul Tomblin , not speaking for anybody Or, to put it another way, if you see a long line of rats streaming off of a ship, the correct assumption is *not* "gosh, I bet that's a real nice boat now that those rats are gone". - Mike Sphar From bug at aphid.net Tue Jun 13 19:06:33 2000 From: bug at aphid.net (Chuck Dale) Date: Wed, 14 Jun 2000 03:06:33 +1000 Subject: [Mailman-Users] Can I setup lists without passwords In-Reply-To: <20000613170658.B1416@outblaze.com>; from yusufg@outblaze.com on Tue, Jun 13, 2000 at 05:06:58PM +0800 References: <20000613170658.B1416@outblaze.com> Message-ID: <20000614030633.G7566@aphid.net> Wrote Yusuf Goolamabbas on Tue, Jun 13, 2000 at 05:06:58PM +0800: > For an intranet, I would like to setup a list without having the users > remember passwords for subscribe/unsubscribe. Is it possible ? I don't think there is an easy way to do this. I would like for there to be one but have never seen a good answer. One option is to turn off sending passwords monthly. This means they probably won't know about their password. Perhaps you could do a web form for subscribe/unsubscribe that didn't require passwords. Hopefully someone says this is actually possible. Chuck From bug at aphid.net Tue Jun 13 19:08:57 2000 From: bug at aphid.net (Chuck Dale) Date: Wed, 14 Jun 2000 03:08:57 +1000 Subject: [Mailman-Users] Subscription Confirmation/Alias Problem In-Reply-To: ; from marczak@usa.net on Tue, Jun 13, 2000 at 12:22:24PM -0400 References: Message-ID: <20000614030857.H7566@aphid.net> Wrote Edward Marczak on Tue, Jun 13, 2000 at 12:22:24PM -0400: > Fellow Mailman Admins; > > I just started using mailman, and it looks like a great system. I am using: > > - RedHat 6.1, > - sendmail 8.10.2 > > I followed the INSTALL instructions to the letter. The web interface is > working. I created the test list, and subscribed. When I return the > confirmation email, I get an email back stating: > > > ----- The following addresses had permanent fatal errors ----- > "|/home/mailman/mail/wrapper mailcmd test" > (reason: 2) > (expanded from: ) > > ----- Transcript of session follows ----- > 554 5.3.0 "|/home/mailman/mail/wrapper mailcmd test"... unknown mailer error > 2 > > > (domain names changed to protect the innocent) > > Well, it's definitely getting to the box, and sendmail is trying to handle > it. Anyone seen this before? The closest thing I can find is that > /bin/mail defines error 2 as 'File Error'. Any help appreciated. Thanks! Sounds like you entered the wrong UID/GID argument to configure when compiling. Check syslog for the exact error. Chuck From kirtg at micron.net Tue Jun 13 19:23:40 2000 From: kirtg at micron.net (Kirt Ginner) Date: Tue, 13 Jun 2000 11:23:40 -0600 Subject: [Mailman-Users] Option page not submitting changes Message-ID: <001401bfd55c$20dfab20$9301a8c0@zxlaptop> I have the web administration setup on Mailman for the different lists. When I use the web interface to change options and then select to submit changes, the changes are not registered with the listserv. Any ideas? -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000613/b81d50b2/attachment.html From tanya at novejan.com Tue Jun 13 19:20:28 2000 From: tanya at novejan.com (Tanya Renne) Date: Tue, 13 Jun 2000 13:20:28 -0400 Subject: [Mailman-Users] general questions Message-ID: <39466D5A.A962AD57@novejan.com> I have a few questions. I have a client that doesn't like the way majordomo works - specifically they don't like that the first message people get is a mysterious "Majordomo:Subscribe" they want that message header to be very customizable -- and friendly. They will be starting with two lists and hope to have several thousand subscribers - its announce only. We hacked majordomo so that it only sends one message - the welcome message with the ugly - subscribe message appended at the beginning. There are many other options - most of which are too expensive - or are client side - which is not ideal. Is GNU a potential replacement? Thanks for your time, Tanya From marczak at usa.net Tue Jun 13 19:27:29 2000 From: marczak at usa.net (Edward Marczak) Date: Tue, 13 Jun 2000 13:27:29 -0400 Subject: [Mailman-Users] Subscription Confirmation/Alias Problem In-Reply-To: <20000614030857.H7566@aphid.net> Message-ID: 13/6/00 1:08 PM, Chuck Dale a ?crit: > Sounds like you entered the wrong UID/GID argument to configure when > compiling. Check syslog for the exact error. Ah! /var/log/maillog *does* give me this: Jun 13 13:23:09 mail Mailman mail-wrapper: Failure to exec script. WANTED gid 0, GOT gid 504. (Reconfigure to take 504?) Does this mean a recompile? -- Ed Marczak marczak at usa.net From satyap at satya.virtualave.net Tue Jun 13 18:43:03 2000 From: satyap at satya.virtualave.net (Satya) Date: Tue, 13 Jun 2000 22:13:03 +0530 (IST) Subject: [Mailman-Users] modifying Mailman's web interface In-Reply-To: <394603F4.A2A24501@ceta.de> Message-ID: On Jun 13, 2000 at 11:50, Bernhard Erdmann wrote: >I'd like to have Mailman's web interface with some corporate identity >design. > >What files do I change best? Does Mailman use some sort of templates? $MailmanHome/templates/ >How can I upgrade Mailman without doing the whole procedure once more? Ummm... make a backup of that directory? -- Satya. US-bound grad students! For pre-apps, see Here be dragons. From bug at aphid.net Tue Jun 13 19:53:45 2000 From: bug at aphid.net (Chuck Dale) Date: Wed, 14 Jun 2000 03:53:45 +1000 Subject: [Mailman-Users] Option page not submitting changes In-Reply-To: <001401bfd55c$20dfab20$9301a8c0@zxlaptop>; from kirtg@micron.net on Tue, Jun 13, 2000 at 11:23:40AM -0600 References: <001401bfd55c$20dfab20$9301a8c0@zxlaptop> Message-ID: <20000614035345.I7566@aphid.net> Do you get a cookie authentication error when you click submit or does it all seem to come through fine? Chuck Wrote Kirt Ginner on Tue, Jun 13, 2000 at 11:23:40AM -0600: > I have the web administration setup on Mailman for the different lists. When I use the web interface to change options and then select to submit changes, the changes are not registered with the listserv. Any ideas? From bug at aphid.net Tue Jun 13 19:54:24 2000 From: bug at aphid.net (Chuck Dale) Date: Wed, 14 Jun 2000 03:54:24 +1000 Subject: [Mailman-Users] Subscription Confirmation/Alias Problem In-Reply-To: ; from marczak@usa.net on Tue, Jun 13, 2000 at 01:27:29PM -0400 References: <20000614030857.H7566@aphid.net> Message-ID: <20000614035424.J7566@aphid.net> Wrote Edward Marczak on Tue, Jun 13, 2000 at 01:27:29PM -0400: > 13/6/00 1:08 PM, Chuck Dale a ?crit: > > > Sounds like you entered the wrong UID/GID argument to configure when > > compiling. Check syslog for the exact error. > > Ah! /var/log/maillog *does* give me this: > > Jun 13 13:23:09 mail Mailman mail-wrapper: Failure to exec script. WANTED > gid 0, GOT gid 504. (Reconfigure to take 504?) > > Does this mean a recompile? Do you need any more encouragement? The error says it all.. ;? Chuck From mwendt at intertv.com Tue Jun 13 20:12:40 2000 From: mwendt at intertv.com (Mark Wendt) Date: Tue, 13 Jun 2000 14:12:40 -0400 Subject: [Mailman-Users] Broadcast message In-Reply-To: <20000613124540.B23566@xcski.com> References: <4.3.1.2.20000613123819.00affbd0@intertv.com> <4.3.1.2.20000613123819.00affbd0@intertv.com> Message-ID: <4.3.1.2.20000613141138.00afeb70@intertv.com> Isn't that pretty much the same as subscribing to each list? Hoping for a quicker and dirtier way. Thanks, Mark At 12:45 PM 6/13/00 -0400, you wrote: >Quoting Mark Wendt (mwendt at intertv.com): > > Hi All, > > > > Quick question. Is there any way for the list admin, (who isn't > > subscribed to the list) to be able to send a broad cast message to the > > list(s)? Due to the number of lists maintained, I'd rather not subscribe > > my self to each and every one, but would like to be able to send out a > > housekeeping message to the list. > >Put yourself in the list of "people allowed to post without approval" for >each list. It's under "Privacy Options". > >-- >Paul Tomblin , not speaking for anybody >Or, to put it another way, if you see a long line of rats streaming off of >a ship, the correct assumption is *not* "gosh, I bet that's a real nice >boat now that those rats are gone". - Mike Sphar From ptomblin at xcski.com Tue Jun 13 20:25:19 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Tue, 13 Jun 2000 14:25:19 -0400 Subject: [Mailman-Users] Broadcast message In-Reply-To: <4.3.1.2.20000613141138.00afeb70@intertv.com> References: <4.3.1.2.20000613123819.00affbd0@intertv.com> <4.3.1.2.20000613123819.00affbd0@intertv.com> <20000613124540.B23566@xcski.com> <4.3.1.2.20000613141138.00afeb70@intertv.com> Message-ID: <20000613142519.B26198@xcski.com> Quoting Mark Wendt (mwendt at intertv.com): > >Put yourself in the list of "people allowed to post without approval" for > >each list. It's under "Privacy Options". > Isn't that pretty much the same as subscribing to each list? Hoping for a > quicker and dirtier way. Except you don't recieve the email for the list. -- Paul Tomblin , not speaking for anybody Don't use a big word where a diminutive one will suffice. From marczak at usa.net Tue Jun 13 20:34:00 2000 From: marczak at usa.net (Edward Marczak) Date: Tue, 13 Jun 2000 14:34:00 -0400 Subject: [Mailman-Users] Subscription Confirmation/Alias Problem In-Reply-To: <20000614030857.H7566@aphid.net> Message-ID: 13/6/00 1:08 PM, Chuck Dale a ?crit: > Wrote Edward Marczak on Tue, Jun 13, 2000 at 12:22:24PM -0400: >> Fellow Mailman Admins; >> >> I just started using mailman, and it looks like a great system. I am using: >> >> - RedHat 6.1, >> - sendmail 8.10.2 >> >> I followed the INSTALL instructions to the letter. The web interface is >> working. I created the test list, and subscribed. When I return the >> confirmation email, I get an email back stating: >> >> >> ----- The following addresses had permanent fatal errors ----- >> "|/home/mailman/mail/wrapper mailcmd test" >> (reason: 2) >> (expanded from: ) >> >> ----- Transcript of session follows ----- >> 554 5.3.0 "|/home/mailman/mail/wrapper mailcmd test"... unknown mailer error >> 2 >> >> >> (domain names changed to protect the innocent) >> >> Well, it's definitely getting to the box, and sendmail is trying to handle >> it. Anyone seen this before? The closest thing I can find is that >> /bin/mail defines error 2 as 'File Error'. Any help appreciated. Thanks! > > Sounds like you entered the wrong UID/GID argument to configure when > compiling. Check syslog for the exact error. Yeah - that's it. I reconfigured (with the correct UID) and then 'make installe'd...and...seeming success! Thanks to everyone for helping me to get this going. -- Ed Marczak marczak at usa.net From smead at amplepower.com Tue Jun 13 21:22:02 2000 From: smead at amplepower.com (David Smead) Date: Tue, 13 Jun 2000 12:22:02 -0700 (PDT) Subject: [Mailman-Users] Subscription Confirmation/Alias Problem In-Reply-To: Message-ID: This is a permissions problem with the directory where wrapper resides. Sincerely, David Smead http://www.amplepower.com. http://www.ampletech.com. On Tue, 13 Jun 2000, Edward Marczak wrote: > Fellow Mailman Admins; > > I just started using mailman, and it looks like a great system. I am using: > > - RedHat 6.1, > - sendmail 8.10.2 > > I followed the INSTALL instructions to the letter. The web interface is > working. I created the test list, and subscribed. When I return the > confirmation email, I get an email back stating: > > > ----- The following addresses had permanent fatal errors ----- > "|/home/mailman/mail/wrapper mailcmd test" > (reason: 2) > (expanded from: ) > > ----- Transcript of session follows ----- > 554 5.3.0 "|/home/mailman/mail/wrapper mailcmd test"... unknown mailer error > 2 > > > (domain names changed to protect the innocent) > > Well, it's definitely getting to the box, and sendmail is trying to handle > it. Anyone seen this before? The closest thing I can find is that > /bin/mail defines error 2 as 'File Error'. Any help appreciated. Thanks! > -- > Ed Marczak > marczak at usa.net > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From smead at amplepower.com Tue Jun 13 21:23:10 2000 From: smead at amplepower.com (David Smead) Date: Tue, 13 Jun 2000 12:23:10 -0700 (PDT) Subject: [Mailman-Users] Broadcast message In-Reply-To: <4.3.1.2.20000613123819.00affbd0@intertv.com> Message-ID: Add yourself to the admin box where you can put people able to send messages that aren't subscribed. Sincerely, David Smead http://www.amplepower.com. http://www.ampletech.com. On Tue, 13 Jun 2000, Mark Wendt wrote: > Hi All, > > Quick question. Is there any way for the list admin, (who isn't > subscribed to the list) to be able to send a broad cast message to the > list(s)? Due to the number of lists maintained, I'd rather not subscribe > my self to each and every one, but would like to be able to send out a > housekeeping message to the list. > > Thanks, > > Mark Wendt > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From smead at amplepower.com Tue Jun 13 21:25:37 2000 From: smead at amplepower.com (David Smead) Date: Tue, 13 Jun 2000 12:25:37 -0700 (PDT) Subject: [Mailman-Users] Subscription Confirmation/Alias Problem In-Reply-To: Message-ID: No, instructions in the install procedure tell you what to set. Sincerely, David Smead http://www.amplepower.com. http://www.ampletech.com. On Tue, 13 Jun 2000, Edward Marczak wrote: > 13/6/00 1:08 PM, Chuck Dale a ?crit: > > > Sounds like you entered the wrong UID/GID argument to configure when > > compiling. Check syslog for the exact error. > > Ah! /var/log/maillog *does* give me this: > > Jun 13 13:23:09 mail Mailman mail-wrapper: Failure to exec script. WANTED > gid 0, GOT gid 504. (Reconfigure to take 504?) > > Does this mean a recompile? > -- > Ed Marczak > marczak at usa.net > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From pjh at mccc.edu Tue Jun 13 23:09:15 2000 From: pjh at mccc.edu (Pete Holsberg) Date: Tue, 13 Jun 2000 17:09:15 -0400 (EDT) Subject: [Mailman-Users] Changing the Overall Admin's Password Message-ID: When I set up mailman, I gave the program administrator a password that is different from the mailman user's password. How do I change it? Thanks, Pete From rob at oreilly.com Tue Jun 13 23:17:14 2000 From: rob at oreilly.com (Rob Flickenger) Date: Tue, 13 Jun 2000 14:17:14 -0700 (PDT) Subject: [Mailman-Users] Changing the Overall Admin's Password In-Reply-To: Message-ID: On Tue, 13 Jun 2000, Pete Holsberg wrote: > When I set up mailman, I gave the program administrator a > password that is different from the mailman user's > password. ~mailman/bin/mmsitepass --Rob From mats at laplaza.org Tue Jun 13 18:35:10 2000 From: mats at laplaza.org (Mats Wichmann) Date: Tue, 13 Jun 2000 12:35:10 -0400 Subject: [Mailman-Users] email address problem "name " In-Reply-To: <18510.960881622@kanga.nu> References: <00061305051400.01723@nothing> <00061305051400.01723@nothing> Message-ID: <3.0.6.32.20000613123510.007f5d90@laplaza.org> At 12:33 AM 06/13/2000 -0700, J C Lawrence wrote: >On Tue, 13 Jun 2000 04:54:58 -0400 >mike paterson wrote: > >> i know that mailman takes and address like "name >> and strips it down to just before storing >> it. However i need the full thing to be used.. > >While such requests have been mentioned, nobody has offered a design >or to do the work. Storing it...where? In the subscription list? If someone comes in through the web interface to subscribe, you don't /have/ that extra information. From fil at orwell.bok.net Wed Jun 14 00:58:13 2000 From: fil at orwell.bok.net (Fil) Date: Wed, 14 Jun 2000 00:58:13 +0200 Subject: [Mailman-Users] Can I setup lists without passwords In-Reply-To: <20000614030633.G7566@aphid.net>; from bug@aphid.net on Wed, Jun 14, 2000 at 03:06:33AM +1000 References: <20000613170658.B1416@outblaze.com> <20000614030633.G7566@aphid.net> Message-ID: <20000614005813.B13152@orwell.bok.net> > > For an intranet, I would like to setup a list without having the users > > remember passwords for subscribe/unsubscribe. Is it possible ? > > I don't think there is an easy way to do this. I would like for there to > be one but have never seen a good answer. Use this patch so that if you don't enter anything in any if the two password boxes in the 'subsribe' form the mailman chooses it for you. Then suppress the boxes altogether in the sub form. I have no such bypassing for unsubscribes, however. Mailman/Cgi/subscribe.py diff -r1.25 subscribe.py 139,141c139,140 < error = 1 < results = (results + < "You must supply a valid password, and confirm it.
") --- > pw = Utils.MakeRandomPassword() > pwc = pw From chris at opac.osl.state.or.us Wed Jun 14 01:33:51 2000 From: chris at opac.osl.state.or.us (Christopher Adams) Date: Tue, 13 Jun 2000 16:33:51 -0700 Subject: [Mailman-Users] subscription confirmation error Message-ID: <3946C4DF.8A863E64@opac.osl.state.or.us> When I reply to the message to confirm my subscription, I get the following error message: : Command died with status 2: "/usr/local/mailman/mail/wrapper mailcmd mailman_test" I have /usr/local/mailman/mail directory set to: drwxrwsr-x 2 mailman mailman 512 Dec 24 02:40 mail The /usr/local/mailman/mail/wrappet is set to: -rwxr-sr-x 1 root mailman 53328 Dec 24 02:40 wrapper Any ideas why this won't work? -- Christopher Adams Oregon State Library 503.378.4246 chris at opac.osl.state.or.us From claw at kanga.nu Wed Jun 14 01:33:55 2000 From: claw at kanga.nu (J C Lawrence) Date: Tue, 13 Jun 2000 16:33:55 -0700 Subject: [Mailman-Users] email address problem "name " In-Reply-To: Message from Mats Wichmann of "Tue, 13 Jun 2000 12:35:10 EDT." <3.0.6.32.20000613123510.007f5d90@laplaza.org> References: <00061305051400.01723@nothing> <00061305051400.01723@nothing> <3.0.6.32.20000613123510.007f5d90@laplaza.org> Message-ID: <6103.960939235@kanga.nu> On Tue, 13 Jun 2000 12:35:10 -0400 Mats Wichmann wrote: > At 12:33 AM 06/13/2000 -0700, J C Lawrence wrote: >> On Tue, 13 Jun 2000 04:54:58 -0400 mike paterson >> wrote: >> >>> i know that mailman takes and address like "name >>> and strips it down to just before storing >>> it. However i need the full thing to be used.. >> While such requests have been mentioned, nobody has offered a >> design or to do the work. > Storing it...where? In the subscription list? If someone comes > in through the web interface to subscribe, you don't /have/ that > extra information. Additionally it is entirely arbitrary data. I can stuff anything I want there, change it to anything at any time, and never have it need to actually mean anything. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From marczak at usa.net Wed Jun 14 04:36:26 2000 From: marczak at usa.net (Edward Marczak) Date: Tue, 13 Jun 2000 22:36:26 -0400 Subject: [Mailman-Users] subscription confirmation error In-Reply-To: <3946C4DF.8A863E64@opac.osl.state.or.us> Message-ID: 13/6/00 7:33 PM, Christopher Adams a ?crit: > When I reply to the message to confirm my subscription, I get the > following error message: > > > : Command died with status > 2: > "/usr/local/mailman/mail/wrapper mailcmd mailman_test" > > > I have /usr/local/mailman/mail directory set to: > > drwxrwsr-x 2 mailman mailman 512 Dec 24 02:40 mail > > The /usr/local/mailman/mail/wrappet is set to: > > -rwxr-sr-x 1 root mailman 53328 Dec 24 02:40 wrapper > > Any ideas why this won't work? Yeah - read the entire previous thread where I asked the same question! Basically, wrapper isn't running with the correct UID/GID. Check your syslog for the exact error. You'll need to re-'./configure', recompile/re-install. All will be well. -- Ed Marczak marczak at usa.net From webmaster at virtualbungalow.com Wed Jun 14 10:08:19 2000 From: webmaster at virtualbungalow.com (Webmaster) Date: Wed, 14 Jun 2000 04:08:19 -0400 Subject: [Mailman-Users] big list not posting Message-ID: <004e01bfd5d7$b3b91780$ea45fed8@new> hi, for some reason im having a problem with a big list 50,000 members i tested out my other lists and they work, whenever i send a message it stalls and the deliverer script process uses 90% cpu usage so i end up killing that and the message gets lost for ever,also whenever i go on the members management page for this list it takes forever and then again that process goes to 90% cpu usage,do i have to wait longer since its a big list,or does anybody know whats wrong?postfix is installed bytheway,i check permission and checked list.dbs all fine.no errors in mail or mailman directory. version 1.0 (i cant upgrade for some reason thats another story) 312 ram redhat 6.0 400 mhz Thank You From ashleyk at intekom.co.za Wed Jun 14 10:24:46 2000 From: ashleyk at intekom.co.za (Ashley Kleynhans) Date: Wed, 14 Jun 2000 10:24:46 +0200 Subject: [Mailman-Users] Restrict posting to a specific domain In-Reply-To: <004e01bfd5d7$b3b91780$ea45fed8@new> References: <004e01bfd5d7$b3b91780$ea45fed8@new> Message-ID: <200006141024460300.00C57EF3@smtp.intekom.co.za> We have an internal mailing list and would like to restrict the postings to the list to our domain only (ie only people @intekom.co.za can post to the list). Is this possible and if so, how would I go about setting it up? Thanks and Regards Ashley ------------------------------------------------------------ Systems Administrator Intekom Tel: (011) 266-7800 Fax: (011) 315-0707 http://www.intekom.co.za ------------------------------------------------------------- "The information in this email and in any attachments is confidential and intended solely for the attention and use of the named addressee(s). This information may be subject to attorney and client or other privilege. It must not be disclosed to any person without Intekom's permission." From jhoot at ipa.buffalostate.edu Wed Jun 14 15:50:49 2000 From: jhoot at ipa.buffalostate.edu (Joseph Hoot) Date: Wed, 14 Jun 2000 13:50:49 -0000 Subject: [Mailman-Users] Main page on my server Message-ID: <200006141350.IAA17930@ipa.buffalostate.edu> I installed mailman 1.1. Everything works fine, except http://domainname.com/mailman/. If I go to that, it gives me errors. Is there a page that shows all available lists? If so, how do I access it. If not, can I simply create a script that looks in /archives/ and lists all the directories and puts them in an html page-- maybe /home/mailman/cgi-bin/index.html? Any comments will help. Thanks, Joe ------------------------- Joseph R. Hoot Communications Specialist System Administrator joe at networkpenguin.com http://www.networkpenguin.com jhoot at ipa.buffalostate.edu http://ipa.buffalostate.edu ------------------------- From bug at aphid.net Wed Jun 14 16:02:19 2000 From: bug at aphid.net (Chuck Dale) Date: Thu, 15 Jun 2000 00:02:19 +1000 Subject: [Mailman-Users] Main page on my server In-Reply-To: <200006141350.IAA17930@ipa.buffalostate.edu>; from jhoot@ipa.buffalostate.edu on Wed, Jun 14, 2000 at 01:50:49PM -0000 References: <200006141350.IAA17930@ipa.buffalostate.edu> Message-ID: <20000615000219.L11884@aphid.net> Wrote Joseph Hoot on Wed, Jun 14, 2000 at 01:50:49PM -0000: > > I installed mailman 1.1. Everything works fine, except > http://domainname.com/mailman/. If I go to that, it gives me errors. Is > there a page that shows all available lists? If so, how do I access it. If > not, can I simply create a script that looks in /archives/ and lists all the > directories and puts them in an html page-- maybe > /home/mailman/cgi-bin/index.html? http://domainname.com/mailman/listinfo/ Chuck From bug at aphid.net Wed Jun 14 16:05:37 2000 From: bug at aphid.net (Chuck Dale) Date: Thu, 15 Jun 2000 00:05:37 +1000 Subject: [Mailman-Users] Restrict posting to a specific domain In-Reply-To: <200006141024460300.00C57EF3@smtp.intekom.co.za>; from ashleyk@intekom.co.za on Wed, Jun 14, 2000 at 10:24:46AM +0200 References: <004e01bfd5d7$b3b91780$ea45fed8@new> <200006141024460300.00C57EF3@smtp.intekom.co.za> Message-ID: <20000615000537.M11884@aphid.net> Privacy Options / General posting filters: Must posts be moderated? Yes Addresses of members accepted for posting to this list without implicit approval requirement: @intekom.co.za (Actually not exactly sure that you can only put the domain part there. Anyone?) Chuck Wrote Ashley Kleynhans on Wed, Jun 14, 2000 at 10:24:46AM +0200: > We have an internal mailing list and would like to restrict the postings to the list to our > domain only (ie only people @intekom.co.za can post to the list). > > Is this possible and if so, how would I go about setting it up? From nwilson at w3internet.com Wed Jun 14 16:15:22 2000 From: nwilson at w3internet.com (Nancy Wilson) Date: Wed, 14 Jun 2000 11:15:22 -0300 Subject: [Mailman-Users] Replying to a different email address Message-ID: Hi: I currently maintain a Mailing List that I am having some difficulty figuring out the best way to set up the options. The purpose of the Mailing List is to send out invitations. I have set myself as the administrator and do not want to include their e-mail address there as it generates too many confusing messages that they will just e-mail me about. I would like to set it so that if members do reply to the Mailing List, that it would be sent to a different e-mail address. Can this be done? Nancy Wilson From sdinn at spine.cx Wed Jun 14 16:12:03 2000 From: sdinn at spine.cx (Steve Dinn) Date: Wed, 14 Jun 2000 11:12:03 -0300 (ADT) Subject: [Mailman-Users] Main page on my server In-Reply-To: <20000615000219.L11884@aphid.net> Message-ID: I'm not all that experienced with CGI, but is there a way to make listinfo the" default" script? i.e., if someone goes to http://example.com/mailman I would like them to be redirected to listinfo. I have a host dedicated for mailman, so I'd like the root of the host to be the listinfo page. What I mean to say is that I hope there is a way for both http://lists.example.com AND http://lists.example.com/listinfo to get you to the same place. On Thu, 15 Jun 2000, Chuck Dale wrote: > Wrote Joseph Hoot on Wed, Jun 14, 2000 at 01:50:49PM -0000: > > > > I installed mailman 1.1. Everything works fine, except > > http://domainname.com/mailman/. If I go to that, it gives me errors. Is > > there a page that shows all available lists? If so, how do I access it. If > > not, can I simply create a script that looks in /archives/ and lists all the > > directories and puts them in an html page-- maybe > > /home/mailman/cgi-bin/index.html? > > http://domainname.com/mailman/listinfo/ > > Chuck > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > -- Steve Dinn email: mailto:sdinn at spine.cx www: http://users.andara.com/~sdinn "Save the whales. Feed the hungry. Free the mallocs." From bug at aphid.net Wed Jun 14 16:38:42 2000 From: bug at aphid.net (Chuck Dale) Date: Thu, 15 Jun 2000 00:38:42 +1000 Subject: [Mailman-Users] Main page on my server In-Reply-To: ; from sdinn@spine.cx on Wed, Jun 14, 2000 at 11:12:03AM -0300 References: <20000615000219.L11884@aphid.net> Message-ID: <20000615003841.N11884@aphid.net> Wrote Steve Dinn on Wed, Jun 14, 2000 at 11:12:03AM -0300: > > I'm not all that experienced with CGI, but is there a way to make listinfo > the" default" script? i.e., if someone goes to http://example.com/mailman > I would like them to be redirected to listinfo. I have a host dedicated > for mailman, so I'd like the root of the host to be the listinfo page. > > What I mean to say is that I hope there is a way for both > http://lists.example.com AND http://lists.example.com/listinfo to get you > to the same place. Hmm good question. I have a similar set up to you so making the domain on its own return the listinfo page is a good idea. I did this with Apache to make it work just now (in the lists.mydomain.com VirtualHost section of httpd.conf): RedirectMatch ^/$ http://lists.mydomain.com/listinfo/ This redirects all requests for /. Not sure if this is the "proper" way to do it, as this sends an HTTP "Page moved temporarily" result to the browser along with the redirection. It seems to work. Chuck From Alan.Nguyen at netapp.com Wed Jun 14 18:14:09 2000 From: Alan.Nguyen at netapp.com (Alan.Nguyen at netapp.com) Date: Wed, 14 Jun 2000 09:14:09 -0700 Subject: [Mailman-Users] Mailman 2.0B2 Message-ID: <3C22168D400BD411BE01009027FC7E04257BEB@ussvlexc03.corp.netapp.com> Is there a fix for the duplicate email issue yet? Is there a workaround? We're seeing duplicate emails sent to certain dl lists with "-admin" accounts. Alan. From rob at oreilly.com Wed Jun 14 18:25:44 2000 From: rob at oreilly.com (Rob Flickenger) Date: Wed, 14 Jun 2000 09:25:44 -0700 (PDT) Subject: [Mailman-Users] Mailman 2.0B2 In-Reply-To: <3C22168D400BD411BE01009027FC7E04257BEB@ussvlexc03.corp.netapp.com> Message-ID: On Wed, 14 Jun 2000 Alan.Nguyen at netapp.com wrote: > Is there a fix for the duplicate email issue yet? Is there a workaround? We're > seeing duplicate emails sent to certain dl lists with "-admin" accounts. I reported it to the bug list, and it's been recommended to try the most recent CVS. I haven't tried it yet, but I'm about to (it looks like it might be tied to the earlier question of mm taking up a huge amount of processor time to process a large list... The qrunner lock is probably expiring before the queue is flushed, so it sends it again, then that lock expires, etc etc...) I'll post my findings as I find them. --Rob From claw at kanga.nu Wed Jun 14 19:30:36 2000 From: claw at kanga.nu (J C Lawrence) Date: Wed, 14 Jun 2000 10:30:36 -0700 Subject: [Mailman-Users] Main page on my server In-Reply-To: Message from Steve Dinn of "Wed, 14 Jun 2000 11:12:03 -0300." References: Message-ID: <12616.961003836@kanga.nu> On Wed, 14 Jun 2000 11:12:03 -0300 (ADT) Steve Dinn wrote: > I'm not all that experienced with CGI, but is there a way to make > listinfo the" default" script? i.e., if someone goes to > http://example.com/mailman I would like them to be redirected to > listinfo. I have a host dedicated for mailman, so I'd like the > root of the host to be the listinfo page. You can do this with an Apache redirect. > What I mean to say is that I hope there is a way for both > http://lists.example.com AND http://lists.example.com/listinfo to > get you to the same place. Yup, a redirect. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From cwilhoit at kelin.net Thu Jun 15 00:27:47 2000 From: cwilhoit at kelin.net (Chris Wilhoit) Date: Wed, 14 Jun 2000 18:27:47 -0400 Subject: [Mailman-Users] Unknown Mailer Error 2 Message-ID: <394806E3.C15A7356@kelin.net> After replying to the "confirmation of subscription" I receive returned mail with: ----- The following addresses had permanent fatal errors ----- "|/home/mailman/mail/wrapper mailcmd test" (reason: 2) (expanded from: ) Thanks Chris From rob at oreilly.com Wed Jun 14 20:47:26 2000 From: rob at oreilly.com (Rob Flickenger) Date: Wed, 14 Jun 2000 11:47:26 -0700 (PDT) Subject: [Mailman-Users] Unknown Mailer Error 2 In-Reply-To: <394806E3.C15A7356@kelin.net> Message-ID: On Wed, 14 Jun 2000, Chris Wilhoit wrote: > After replying to the "confirmation of subscription" I receive returned > mail with: > > ----- The following addresses had permanent fatal errors ----- > "|/home/mailman/mail/wrapper mailcmd test" > (reason: 2) > (expanded from: ) >From what I've seen, this is almost always caused by not including the correct --with-mail-gid and/or --with-cgi-gid in your 'configure' at build time. Make sure you're using the right mail and web UID for your system... --Rob From rob_mm at hotmail.com Wed Jun 14 20:48:36 2000 From: rob_mm at hotmail.com (Robert mm) Date: Wed, 14 Jun 2000 14:48:36 EDT Subject: [Mailman-Users] integration with other databases? Message-ID: <20000614184837.14824.qmail@hotmail.com> Hi, I have just installed mailman on our test intranet. I was wondering if anyone has tried integrating mailman with other information systems? We use the LDAP standard (kind of a database) to keep track of people and groups in our organization. We have a need for a mail list manager for the purposes of archiving, digests, exploding lists, etc... but would like to have the actual lists managed from the LDAP side (or at least kept concurrent with). My Original plan was to simply have a daemon running to periodically extract members of groups from the LDAP database and rebuild the lists that mailman uses (I thought they would be text files). However, now that I have installed Mailman I see the lists are kept in the binary file format (.db). This makes things much more difficult. Does anyone have any experience/suggestions in this matter? ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com From gonter at maestria.wu-wien.ac.at Wed Jun 14 21:05:48 2000 From: gonter at maestria.wu-wien.ac.at (Gerhard Gonter) Date: Wed, 14 Jun 2000 21:05:48 +0200 (MES) Subject: [Mailman-Users] integration with other databases? In-Reply-To: <20000614184837.14824.qmail@hotmail.com> from Robert mm at "Jun 14, 2000 02:48:36 pm" Message-ID: <200006141905.VAA67524@maestria.wu-wien.ac.at> According to Robert mm: > My Original plan was to simply have a daemon running to periodically extract > members of groups from the LDAP database and rebuild the lists that mailman Good plan. > uses (I thought they would be text files). > > However, now that I have installed Mailman I see the lists are kept in the > binary file format (.db). This makes things much more difficult. The .db files are Python data structures that can be modified by Python programs. The Python LDAP module should make the transfer of your addresses pretty easy. +gg -- Gerhard.Gonter at wu-wien.ac.at Fax: +43/1/31336/702 g.gonter at ieee.org Zentrum fuer Informatikdienste, Wirtschaftsuniversitaet Wien, Austria From ostrowb at tblc.org Wed Jun 14 22:04:53 2000 From: ostrowb at tblc.org (ostrowb at tblc.org) Date: Wed, 14 Jun 2000 16:04:53 -0400 Subject: [Mailman-Users] Should mailman/cgi-bin/* really be executable by 'other'? Message-ID: <4.3.2.7.0.20000614155921.00b15b80@wheresmymailserver.com> I've just discovered that /home/mailman/cgi-bin/* are sgid mailman and world-executable (-rwxr-sr-x, to be specific) on a box I administer. I'm a novice at security, but this sounds like a Bad Thing to me, if only on general principle. Would you chmod o-rx these files if you were me? I've checked the archives and found only a brief discussion of sgid as relates to mailman, so I'm reasonably sure this hasn't been discussed already. Apologies in advance if it has, and thanks for reading this far! Ben -- Ben Ostrowsky, Automation Services Technologist Tampa Bay Library Consortium - http://www.tblc.org/ From cwilhoit at kelin.net Thu Jun 15 02:45:38 2000 From: cwilhoit at kelin.net (Chris Wilhoit) Date: Wed, 14 Jun 2000 20:45:38 -0400 Subject: [Mailman-Users] Unknown Mailer Error 2 References: <394806E3.C15A7356@kelin.net> <3947DECD.6B51C7B@opac.osl.state.or.us> Message-ID: <39482732.10691655@kelin.net> /var/log/maillog said "Wanted gid 12, GOT gid 11". I went back and did "make clean" then "./configure --with-mail-gid=12" then did "make install". Got the same result. Is there any clean-up necessary when reconfiguring besides "make clean"? Chris Christopher Adams wrote: > 13/6/00 7:33 PM, Christopher Adams a ?crit: > > > When I reply to the message to confirm my subscription, I get the > > following error message: > > > > > > : Command died with status > > 2: > > "/usr/local/mailman/mail/wrapper mailcmd mailman_test" > > > Below is a reply from a list member to me. I have essentially the same > problem as you. I believe it has to do with the UID/GID. I did examine > my syslog and it mentions that. So, let me know what you do. I don't > have the time now for a reinstall, so I'd be interested to know if you > take care of your problem. > > > > > I have /usr/local/mailman/mail directory set to: > > > > drwxrwsr-x 2 mailman mailman 512 Dec 24 02:40 mail > > > > The /usr/local/mailman/mail/wrapper is set to: > > > > -rwxr-sr-x 1 root mailman 53328 Dec 24 02:40 wrapper > > > > Any ideas why this won't work? > > Yeah - read the entire previous thread where I asked the same question! > Basically, wrapper isn't running with the correct UID/GID. Check your > syslog for the exact error. You'll need to re-'./configure', > recompile/re-install. All will be well. > -- > Ed Marczak > marczak at usa.net > > Chris Wilhoit wrote: > > > > After replying to the "confirmation of subscription" I receive returned > > mail with: > > > > ----- The following addresses had permanent fatal errors ----- > > "|/home/mailman/mail/wrapper mailcmd test" > > (reason: 2) > > (expanded from: ) > > > > Thanks > > Chris > > > > ------------------------------------------------------ > > Mailman-Users maillist - Mailman-Users at python.org > > http://www.python.org/mailman/listinfo/mailman-users > > -- > Christopher Adams > Oregon State Library > 503.378.4246 > chris at opac.osl.state.or.us From dereks at kd-dev.com Wed Jun 14 23:11:18 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Wed, 14 Jun 2000 14:11:18 -0700 (PDT) Subject: [Mailman-Users] Two quickies Message-ID: Hello, I have two quick questions: 1) I want to be able to offer a "search:" text entry box on my website that will search through the MailMan archives. What do people use/recommend for that? (URLs, please) 2) I want to use the auto-archive feature of MailMan on a mail list served by a different MLM (let's say Majordomo). I assume that I would simply need to (1) Create a list with zero subscribers, and then (2) subscribe that list's email address to the Majordomo-managed mail list I wish to archive. Are there any problems with that plan? Thanks, Derek Simkowiak dereks at kd-dev.com From cwilhoit at kelin.net Thu Jun 15 03:27:14 2000 From: cwilhoit at kelin.net (Chris Wilhoit) Date: Wed, 14 Jun 2000 21:27:14 -0400 Subject: [Mailman-Users] Unknown Mailer Error 2 References: <394806E3.C15A7356@kelin.net> <3947DECD.6B51C7B@opac.osl.state.or.us> <39482732.10691655@kelin.net> Message-ID: <394830F2.897ECAD2@kelin.net> Chris Wilhoit wrote: > /var/log/maillog said "Wanted gid 12, GOT gid 11". I went back and did "make > clean" then "./configure --with-mail-gid=12" then did "make install". Got > the same result. Is there any clean-up necessary when reconfiguring besides > "make clean"? > > Chris > > Christopher Adams wrote: > > > 13/6/00 7:33 PM, Christopher Adams a ?crit: > > > > > When I reply to the message to confirm my subscription, I get the > > > following error message: > > > > > > > > > : Command died with status > > > 2: > > > "/usr/local/mailman/mail/wrapper mailcmd mailman_test" > > > > > Below is a reply from a list member to me. I have essentially the same > > problem as you. I believe it has to do with the UID/GID. I did examine > > my syslog and it mentions that. So, let me know what you do. I don't > > have the time now for a reinstall, so I'd be interested to know if you > > take care of your problem. > > > > > > > > I have /usr/local/mailman/mail directory set to: > > > > > > drwxrwsr-x 2 mailman mailman 512 Dec 24 02:40 mail > > > > > > The /usr/local/mailman/mail/wrapper is set to: > > > > > > -rwxr-sr-x 1 root mailman 53328 Dec 24 02:40 wrapper > > > > > > Any ideas why this won't work? > > > > Yeah - read the entire previous thread where I asked the same question! > > Basically, wrapper isn't running with the correct UID/GID. Check your > > syslog for the exact error. You'll need to re-'./configure', > > recompile/re-install. All will be well. > > -- > > Ed Marczak > > marczak at usa.net > > > > Chris Wilhoit wrote: > > > > > > After replying to the "confirmation of subscription" I receive returned > > > mail with: > > > > > > ----- The following addresses had permanent fatal errors ----- > > > "|/home/mailman/mail/wrapper mailcmd test" > > > (reason: 2) > > > (expanded from: ) > > > > > > Thanks > > > Chris > > > > > > ------------------------------------------------------ > > > Mailman-Users maillist - Mailman-Users at python.org > > > http://www.python.org/mailman/listinfo/mailman-users > > > > -- > > Christopher Adams > > Oregon State Library > > 503.378.4246 > > chris at opac.osl.state.or.us > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users GID for mail was supposed to be 11. Now when I try to send in the confirmation I get "invalid confirmation number". I think I'll try starting another list and see what happens. Chris From cwilhoit at kelin.net Thu Jun 15 00:44:47 2000 From: cwilhoit at kelin.net (Chris Wilhoit) Date: Wed, 14 Jun 2000 18:44:47 -0400 Subject: [Mailman-Users] Unknown Mailer Error 2 References: <394806E3.C15A7356@kelin.net> <3947DECD.6B51C7B@opac.osl.state.or.us> <39482732.10691655@kelin.net> <394830F2.897ECAD2@kelin.net> <39480857.292BE5DF@opac.osl.state.or.us> Message-ID: <39480ADF.A9690A0A@kelin.net> Christopher Adams wrote: > I did exactly what you did below and still get the same message. The > Mailman group is GID 400 and the nobody group is 60001. It wants 400, > but is getting 6001. During my 'make install', I noticed a reference to > 60001, so I'm not sure where it's getting it from. > > Chris Wilhoit wrote: > > > > Chris Wilhoit wrote: > > > > > /var/log/maillog said "Wanted gid 12, GOT gid 11". I went back and did "make > > > clean" then "./configure --with-mail-gid=12" then did "make install". Got > > > the same result. Is there any clean-up necessary when reconfiguring besides > > > "make clean"? > > > > > > Chris > > > > > > Christopher Adams wrote: > > > > > > > 13/6/00 7:33 PM, Christopher Adams a ?crit: > > > > > > > > > When I reply to the message to confirm my subscription, I get the > > > > > following error message: > > > > > > > > > > > > > > > : Command died with status > > > > > 2: > > > > > "/usr/local/mailman/mail/wrapper mailcmd mailman_test" > > > > > > > > > Below is a reply from a list member to me. I have essentially the same > > > > problem as you. I believe it has to do with the UID/GID. I did examine > > > > my syslog and it mentions that. So, let me know what you do. I don't > > > > have the time now for a reinstall, so I'd be interested to know if you > > > > take care of your problem. > > > > > > > > > > > > > > I have /usr/local/mailman/mail directory set to: > > > > > > > > > > drwxrwsr-x 2 mailman mailman 512 Dec 24 02:40 mail > > > > > > > > > > The /usr/local/mailman/mail/wrapper is set to: > > > > > > > > > > -rwxr-sr-x 1 root mailman 53328 Dec 24 02:40 wrapper > > > > > > > > > > Any ideas why this won't work? > > > > > > > > Yeah - read the entire previous thread where I asked the same question! > > > > Basically, wrapper isn't running with the correct UID/GID. Check your > > > > syslog for the exact error. You'll need to re-'./configure', > > > > recompile/re-install. All will be well. > > > > -- > > > > Ed Marczak > > > > marczak at usa.net > > > > > > > > Chris Wilhoit wrote: > > > > > > > > > > After replying to the "confirmation of subscription" I receive returned > > > > > mail with: > > > > > > > > > > ----- The following addresses had permanent fatal errors ----- > > > > > "|/home/mailman/mail/wrapper mailcmd test" > > > > > (reason: 2) > > > > > (expanded from: ) > > > > > > > > > > Thanks > > > > > Chris > > > > > > > > > > ------------------------------------------------------ > > > > > Mailman-Users maillist - Mailman-Users at python.org > > > > > http://www.python.org/mailman/listinfo/mailman-users > > > > > > > > -- > > > > Christopher Adams > > > > Oregon State Library > > > > 503.378.4246 > > > > chris at opac.osl.state.or.us > > > > > > ------------------------------------------------------ > > > Mailman-Users maillist - Mailman-Users at python.org > > > http://www.python.org/mailman/listinfo/mailman-users > > > > GID for mail was supposed to be 11. Now when I try to send in the confirmation > > I get "invalid confirmation number". I think I'll try starting another list and > > see what happens. > > > > Chris > > > > ------------------------------------------------------ > > Mailman-Users maillist - Mailman-Users at python.org > > http://www.python.org/mailman/listinfo/mailman-users > > -- > Christopher Adams > Oregon State Library > 503.378.4246 > chris at opac.osl.state.or.us Try the other number. The 11 worked for me though the message looked like I should use 12. Also try creating another test list. The old test list would not work but the new one did. I have been at this all day (on and off) and am glad to get this going! Chris From claw at kanga.nu Thu Jun 15 02:26:54 2000 From: claw at kanga.nu (J C Lawrence) Date: Wed, 14 Jun 2000 17:26:54 -0700 Subject: [Mailman-Users] Two quickies In-Reply-To: Message from Derek Simkowiak of "Wed, 14 Jun 2000 14:11:18 PDT." References: Message-ID: <20641.961028814@kanga.nu> On Wed, 14 Jun 2000 14:11:18 -0700 (PDT) Derek Simkowiak wrote: > Hello, I have two quick questions: > 1) I want to be able to offer a "search:" text entry box on my > website that will search through the MailMan archives. What do > people use/recommend for that? (URLs, please) Use an external archiver that lets you control the HTML generation for your archives (eg MHonArc). http://www.kanga.nu/archives/ You can find the RC files I use for MHonArc for Kanga.Nu under; ftp://ftp.kanga.nu/pub/Kanga.Nu/MHonArc/ Then us an external search engine ala UdmSearch: http://search.mnogo.ru/ > 2) I want to use the auto-archive feature of MailMan on a mail > list served by a different MLM (let's say Majordomo). I assume > that I would simply need to (1) Create a list with zero > subscribers, and then (2) subscribe that list's email address to > the Majordomo-managed mail list I wish to archive. While this can be, and has been done. I'd suggest that it is easier to just subscribe an address that points to the appropriate MHonArc scripts and handle the archiving that way (this is what I do). -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From dereks at kd-dev.com Thu Jun 15 02:21:41 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Wed, 14 Jun 2000 17:21:41 -0700 (PDT) Subject: [Mailman-Users] Two quickies In-Reply-To: <20641.961028814@kanga.nu> Message-ID: -> Use an external archiver that lets you control the HTML generation -> for your archives (eg MHonArc). [...] -> Then us an external search engine ala UdmSearch: -> -> http://search.mnogo.ru/ Thanks for the UdnSearch URL. I'll check it out. Why the heck would I want to use an external archiver? What's wrong with the MailMan archiver? I do not enjoy extra administrative headaches... Thanks, Derek From claw at kanga.nu Thu Jun 15 02:32:33 2000 From: claw at kanga.nu (J C Lawrence) Date: Wed, 14 Jun 2000 17:32:33 -0700 Subject: [Mailman-Users] Two quickies In-Reply-To: Message from Derek Simkowiak of "Wed, 14 Jun 2000 17:21:41 PDT." References: Message-ID: <20885.961029153@kanga.nu> On Wed, 14 Jun 2000 17:21:41 -0700 (PDT) Derek Simkowiak wrote: > Thanks for the UdnSearch URL. I'll check it out. Welcome. > Why the heck would I want to use an external archiver? > What's wrong with the MailMan archiver? I do not enjoy extra > administrative headaches... The Mailman archiver has very limited functionality, no support for MIME or character sets, and absolutely no configurability. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From dereks at kd-dev.com Thu Jun 15 02:28:51 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Wed, 14 Jun 2000 17:28:51 -0700 (PDT) Subject: [Mailman-Users] Two quickies In-Reply-To: <20885.961029153@kanga.nu> Message-ID: -> The Mailman archiver has very limited functionality, no support for -> MIME or character sets, and absolutely no configurability. Ach so. Luckily for me, I don't need that stuff (but I'd love to have the option!) --Derek From dereks at kd-dev.com Thu Jun 15 02:36:47 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Wed, 14 Jun 2000 17:36:47 -0700 (PDT) Subject: [Mailman-Users] New user comments In-Reply-To: <20885.961029153@kanga.nu> Message-ID: I just installed from a 2.0 beta RPM I found. It was completely painless. There was a /usr/doc/README.rpm that told me exactly what to do. Excellent work! Thank you! The only problem I had is that some of the icons didn't get copied to $DOCUMENT_ROOT/icons and showed up as broken images. That's probably a problem with the RPM, not with MailMan. This was such a welcome relief from managing a Majordomo list. Phew! The cut'n'paste of the aliases info is genius. It would be nice if that was written to a file (i.e., listname.aliases) in the current directory. That way I could cat listname.aliases >> /etc/aliases ; newaliases and not have to cut'n'paste at all. I totally dig the USENET gateway functionality. Right on! I hope it works as advertised. Finally, I would really like to see an option for "No password". I'm using MailMan in an intranet, where list security is not an issue. The intranet is used by marketing shitheads too stupid to remember or use a password. I would like to be able to turn it off. The other thing is subscription policy. Again, I would like to have no confirmation at all as an option. I am perfectly aware that a "confirm" (or better) policy is a good idea, but I would like to have the choice of subscribing people without their knowledge or interaction. Just my $.02. Thanks again! --Derek From jim at cosource.com Thu Jun 15 03:21:07 2000 From: jim at cosource.com (Jim Hebert) Date: Wed, 14 Jun 2000 21:21:07 -0400 (EDT) Subject: [Mailman-Users] New user comments In-Reply-To: Message-ID: Derek Simkowiak wrote: > I totally dig the USENET gateway functionality. Right on! I hope > it works as advertised. We use it at for public lists at Cosource.com, and private lists internal to Vistasource.com, and love it. We had one minor snag involving crossposting hich we're in the middle of getting fixed: http://www.cosource.com/cgi-bin/cos.pl/wish/info/295 Note that even though the page doesn't show it at the time of this posting, someone is working on doing this work right now (kkenedy) as far as I know. Hoping for a positive result! > The other thing is subscription policy. Again, I would like to > have no confirmation at all as an option. I am perfectly aware that a > "confirm" (or better) policy is a good idea, but I would like to have the > choice of subscribing people without their knowledge or interaction. You can subscribe people via the mass-add box in membership management (see the web interface) and opt not to send them a 'welcome to the list' right there in the form. Is that what you were looking for? Best, jim who is about to convert another bunch of majordomo lists to mailman also! -- Jim Hebert http://www.cosource.com/ jim at cosource.com The cooperative market for open source software "Well actually I was considering opening a market in flying pigs. Mostly because it would be more practical...." -- Alan Cox From dereks at kd-dev.com Thu Jun 15 03:21:41 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Wed, 14 Jun 2000 18:21:41 -0700 (PDT) Subject: [Mailman-Users] New user comments In-Reply-To: Message-ID: -> You can subscribe people via the mass-add box in membership management -> (see the web interface) and opt not to send them a 'welcome to the list' -> right there in the form. Is that what you were looking for? Yes! Thanks! Although, I'm sure that if I tried hard enough, I could think of a situation where I'd still like the "No confirmation" option. But if you use this feature, how do people know what their password is? And, for that matter, *what* is their password? Finally, this still doesn't address the issue of not having any passwords at all (does it?). Thanks, Derek Simkowiak dereks at kd-dev.com From dereks at kd-dev.com Thu Jun 15 03:42:27 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Wed, 14 Jun 2000 18:42:27 -0700 (PDT) Subject: [Mailman-Users] Unknown mailer error 1 *sigh* In-Reply-To: Message-ID: Looks like I spoke too soon. Me gots a problem: [root at platinum mail]# tail -f /var/log/maillog [...extraneous deleted...] Jun 14 18:21:25 platinum sendmail[18002]: SAA18002: from=, size=1557, class=0, pri=31557, nrcpts=1, msgid=<4A5EE1379A0FD211ABAC00A0246ACEB101BB0A02 at exchkirk02.walldata.com>, proto=ESMTP, relay=exchkirk04.walldata.com [198.252.75.121] Jun 14 18:21:25 platinum sendmail[18003]: SAA18002: to="|/usr/lib/mailman/mail/wrapper mailcmd, delay=00:00:00, xdelay=00:00:00, mailer=prog, stat=unknown mailer error 1 Jun 14 18:21:25 platinum sendmail[18003]: SAA18002: SAA18003: DSN: unknown mailer error 1 Jun 14 18:21:25 platinum sendmail[18003]: SAA18003: to=, delay=00:00:00, xdelay=00:00:00, mailer=esmtp, relay=mx-na.netmanage.com. [156.27.18.16], stat=Deferred: No route to host I don't know if that "No route to host" at the end has anything to do with my problem or not. I'm working in an unknown intranet environment. Right now, I'd like to resolve that "Unknown mailer error" problem. [dereks at platinum mailman-2.0beta2]$ uname -a Linux platinum 2.2.13-4mdksmp #1 SMP Tue Sep 7 17:09:00 CEST 1999 i686 unknown [... This is Mandrake Linux 6.1 ...] [dereks at platinum mailman-2.0beta2]$ rpm -q sendmail mailman python sendmail-8.9.3-11mdk mailman-2.0beta2-1 python-1.5.2-1mdk [dereks at platinum mailman-2.0beta2]$ ls -la /etc/smrsh/wrapper lrwxrwxrwx 1 root root 29 Jun 14 15:18 /etc/smrsh/wrapper -> /usr/lib/mailman/mail/wrapper [dereks at platinum mailman-2.0beta2]$ ls -la /usr/lib/mailman/mail/wrapper -rwxr-sr-x 1 mailman mailman 30895 Apr 12 00:45 /usr/lib/mailman/mail/wrapper [The name of my mailing list is "w2hlegacy", and yes, I did rebuild the aliases db:] [dereks at platinum mailman-2.0beta2]$ tail -n 15 /etc/aliases ### Mailman (begin) ### mailman: root at platinum mailman-owner: mailman ### Mailman (end) ### ## w2hlegacy mailing list ## created: 14-Jun-2000 mailman w2hlegacy: "|/usr/lib/mailman/mail/wrapper post w2hlegacy" w2hlegacy-admin: "|/usr/lib/mailman/mail/wrapper mailowner w2hlegacy" w2hlegacy-request: "|/usr/lib/mailman/mail/wrapper mailcmd w2hlegacy" w2hlegacy-owner: w2hlegacy-admin [netmanage.com is the company I'm doing this for: ] [dereks at platinum mailman-2.0beta2]$ cat /etc/mail/access # Entries from obsoleted /etc/mail/deny # Entries from obsoleted /etc/mail/relay_allow # Entries from obsoleted /etc/mail/ip_allow # Entries from obsoleted /etc/mail/name_allow 198.252.68 RELAY localdomain RELAY netmanage.com RELAY Can anyone help me with this? Do I need to upgrade RPMs? I am sent the confirmation message, but when I try to reply to it is when I get the unknown mailer error. I am replying with Microsoft Outlook. Thank You, Derek Simkowiak dereks at kd-dev.com P.S.> I searched through the archives but didn't find anything... From jim at cosource.com Thu Jun 15 04:33:45 2000 From: jim at cosource.com (Jim Hebert) Date: Wed, 14 Jun 2000 22:33:45 -0400 (EDT) Subject: [Mailman-Users] New user comments In-Reply-To: Message-ID: On Wed, 14 Jun 2000, Derek Simkowiak wrote: > Yes! Thanks! Although, I'm sure that if I tried hard enough, I > could think of a situation where I'd still like the "No confirmation" > option. Well, you can turn off confirmations but in doing so you have to turn on administrative-approval for new subscribers. But you probably want that off too, I'll bet. ;-) > But if you use this feature, how do people know what their > password is? And, for that matter, *what* is their password? The password is randomly generated in this situation. People who forget/never knew their password can ask for it by visiting the web interface and hitting the right form button. > Finally, this still doesn't address the issue of not having any > passwords at all (does it?). Nope! =) But you can get pretty far without users having to know they have 'em. =) You might look through the archives -- people who want a no-passwords mode for mailman have discussed this off an on quite a bit. Best, jim -- Jim Hebert http://www.cosource.com/ jim at cosource.com The cooperative market for open source software "Well actually I was considering opening a market in flying pigs. Mostly because it would be more practical...." -- Alan Cox From smead at amplepower.com Thu Jun 15 05:13:13 2000 From: smead at amplepower.com (David Smead) Date: Wed, 14 Jun 2000 20:13:13 -0700 (PDT) Subject: [Mailman-Users] Unknown mailer error 1 *sigh* In-Reply-To: Message-ID: Derek, I should have kept better notes, but I'd guess that the no route is the problem. Sendmail won't deliver to a setuid program unless the directory where the process resides is writable only by the owner. That means no group write or `other' write priviledges. Mailman requires that the `s' bit be set for the group. Sincerely, David Smead http://www.amplepower.com. http://www.ampletech.com. On Wed, 14 Jun 2000, Derek Simkowiak wrote: > > Looks like I spoke too soon. Me gots a problem: > > [root at platinum mail]# tail -f /var/log/maillog > [...extraneous deleted...] > Jun 14 18:21:25 platinum sendmail[18002]: SAA18002: > from=, size=1557, class=0, pri=31557, > nrcpts=1, > msgid=<4A5EE1379A0FD211ABAC00A0246ACEB101BB0A02 at exchkirk02.walldata.com>, > proto=ESMTP, relay=exchkirk04.walldata.com [198.252.75.121] > Jun 14 18:21:25 platinum sendmail[18003]: SAA18002: > to="|/usr/lib/mailman/mail/wrapper mailcmd, delay=00:00:00, > xdelay=00:00:00, mailer=prog, stat=unknown mailer error 1 > Jun 14 18:21:25 platinum sendmail[18003]: SAA18002: SAA18003: DSN: unknown > mailer error 1 > Jun 14 18:21:25 platinum sendmail[18003]: SAA18003: > to=, delay=00:00:00, xdelay=00:00:00, > mailer=esmtp, relay=mx-na.netmanage.com. [156.27.18.16], stat=Deferred: No > route to host > > > > I don't know if that "No route to host" at the end has anything to > do with my problem or not. I'm working in an unknown intranet > environment. Right now, I'd like to resolve that "Unknown mailer error" > problem. > > > [dereks at platinum mailman-2.0beta2]$ uname -a > Linux platinum 2.2.13-4mdksmp #1 SMP Tue Sep 7 17:09:00 CEST 1999 i686 unknown > [... This is Mandrake Linux 6.1 ...] > > [dereks at platinum mailman-2.0beta2]$ rpm -q sendmail mailman python > sendmail-8.9.3-11mdk > mailman-2.0beta2-1 > python-1.5.2-1mdk > > [dereks at platinum mailman-2.0beta2]$ ls -la /etc/smrsh/wrapper > lrwxrwxrwx 1 root root 29 Jun 14 15:18 /etc/smrsh/wrapper -> /usr/lib/mailman/mail/wrapper > > [dereks at platinum mailman-2.0beta2]$ ls -la /usr/lib/mailman/mail/wrapper > -rwxr-sr-x 1 mailman mailman 30895 Apr 12 00:45 /usr/lib/mailman/mail/wrapper > > > [The name of my mailing list is "w2hlegacy", and yes, I did rebuild the > aliases db:] > [dereks at platinum mailman-2.0beta2]$ tail -n 15 /etc/aliases > ### Mailman (begin) ### > mailman: root at platinum > mailman-owner: mailman > ### Mailman (end) ### > > ## w2hlegacy mailing list > ## created: 14-Jun-2000 mailman > w2hlegacy: "|/usr/lib/mailman/mail/wrapper post w2hlegacy" > w2hlegacy-admin: "|/usr/lib/mailman/mail/wrapper mailowner > w2hlegacy" > w2hlegacy-request: "|/usr/lib/mailman/mail/wrapper mailcmd > w2hlegacy" > w2hlegacy-owner: w2hlegacy-admin > > > [netmanage.com is the company I'm doing this for: ] > [dereks at platinum mailman-2.0beta2]$ cat /etc/mail/access > # Entries from obsoleted /etc/mail/deny > # Entries from obsoleted /etc/mail/relay_allow > # Entries from obsoleted /etc/mail/ip_allow > # Entries from obsoleted /etc/mail/name_allow > 198.252.68 RELAY > localdomain RELAY > netmanage.com RELAY > > > Can anyone help me with this? Do I need to upgrade RPMs? I am > sent the confirmation message, but when I try to reply to it is when I get > the unknown mailer error. I am replying with Microsoft Outlook. > > > Thank You, > Derek Simkowiak > dereks at kd-dev.com > > P.S.> I searched through the archives but didn't find anything... > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From mentor at alb-net.com Thu Jun 15 06:07:25 2000 From: mentor at alb-net.com (Mentor Cana) Date: Thu, 15 Jun 2000 00:07:25 -0400 (EDT) Subject: [Mailman-Users] password a MUST?! Message-ID: Hello, Isn't it more user friendly and a nice feature to have the password as optional when users try to subscribe to a list? If they supply the password, ok, use it. Otherwise, let the mailman generate a password for them as it does when e-mail addresses are subscribed by the list owner through the web page. The optional password feature will be nice when embedding the subscription box on a different page that the default one. Just a thought...... later, mentor From chuqui at plaidworks.com Thu Jun 15 06:16:43 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Wed, 14 Jun 2000 21:16:43 -0700 Subject: [Mailman-Users] Re: [Mailman-Developers] password a MUST?! In-Reply-To: References: Message-ID: At 12:07 AM -0400 6/15/2000, Mentor Cana wrote: >Hello, > >Isn't it more user friendly and a nice feature to have the password as >optional when users try to subscribe to a list? You need some way to authenticate users on the web site. Otherwise, anyone with your emailaddress can raise havoc on you. But that doesn't mean the password needs to be set immediately, Simple leave it undefined until a user needs it, and then auto-generate it and mail it to them on request. That way, until the user needs it, they aren't confused by it.... But if you're going to do your admin via web, you need some sort of server-generated dongle to validate the user has access to the email address. Unfortunately, you can't trust the universe. -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From mentor at alb-net.com Thu Jun 15 06:24:44 2000 From: mentor at alb-net.com (Mentor Cana) Date: Thu, 15 Jun 2000 00:24:44 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] password a MUST?! In-Reply-To: Message-ID: On Wed, 14 Jun 2000, at 21:16, Chuq Von Rospach wrote: > At 12:07 AM -0400 6/15/2000, Mentor Cana wrote: > >Hello, > > > >Isn't it more user friendly and a nice feature to have the password as > >optional when users try to subscribe to a list? > > You need some way to authenticate users on the web site. Otherwise, > anyone with your emailaddress can raise havoc on you. Isn't this independent of the fact if password is required on subscription or not? What I'm saying is not to eliminate the password option all together, just suggestion that password should not be required if not supplied and mailman generates the password instead. The havoc is control by the list setting that should require confirmation on subscription which is not dependent on he passwords. later, Mentor From chuqui at plaidworks.com Thu Jun 15 06:28:30 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Wed, 14 Jun 2000 21:28:30 -0700 Subject: [Mailman-Users] Re: [Mailman-Developers] password a MUST?! In-Reply-To: References: Message-ID: At 12:24 AM -0400 6/15/2000, Mentor Cana wrote: >Isn't this independent of the fact if password is required on subscription >or not? Yes. > What I'm saying is not to eliminate the password option all >together, just suggestion that password should not be required if not >supplied and mailman generates the password instead. Could be done. At this point, I don't think I'd consider it a high priority for 2.0. But it'd be nice to have down the road. >The havoc is control by the list setting that should require confirmation >on subscription which is not dependent on he passwords. No, actually, both are independent but control different aspects of attack. -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From mentor at alb-net.com Thu Jun 15 06:33:30 2000 From: mentor at alb-net.com (Mentor Cana) Date: Thu, 15 Jun 2000 00:33:30 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] password a MUST?! In-Reply-To: Message-ID: On Wed, 14 Jun 2000, at 21:28, Chuq Von Rospach wrote: > > What I'm saying is not to eliminate the password option all > >together, just suggestion that password should not be required if not > >supplied and mailman generates the password instead. > > Could be done. At this point, I don't think I'd consider it a high > priority for 2.0. But it'd be nice to have down the road. The following patch was posted on this list few days ago. Isn't this doing the trick? later, mentor -- Mailman/Cgi/subscribe.py diff -r1.25 subscribe.py 139,141c139,140 < error = 1 < results = (results + < "You must supply a valid password, and confirm it.
") --- > pw = Utils.MakeRandomPassword() > pwc = pw From Harald.Meland at usit.uio.no Thu Jun 15 11:14:22 2000 From: Harald.Meland at usit.uio.no (Harald Meland) Date: 15 Jun 2000 11:14:22 +0200 Subject: [Mailman-Users] Re: [Mailman-Developers] password a MUST?! In-Reply-To: Mentor Cana's message of "Thu, 15 Jun 2000 00:33:30 -0400 (EDT)" References: Message-ID: [Mentor Cana] > On Wed, 14 Jun 2000, at 21:28, Chuq Von Rospach wrote: > > > What I'm saying is not to eliminate the password option all > > >together, just suggestion that password should not be required if not > > >supplied and mailman generates the password instead. > > > > Could be done. At this point, I don't think I'd consider it a high > > priority for 2.0. But it'd be nice to have down the road. > > The following patch was posted on this list few days ago. Isn't this doing > the trick? Not quite, I think. I, for one, don't want to allow my users to subscribe with random passwords -- explaining the Mailman password-and-user stuff we have in place here is confusing enough as it is. Here's a revised version of the patch (please use "diff -u" or "diff -c" when posting patches -- I believe Barry prefers the latter, while I myself prefer the former): Index: Mailman/Defaults.py.in =================================================================== RCS file: /cvsroot/mailman/mailman/Mailman/Defaults.py.in,v retrieving revision 1.101 diff -u -r1.101 Defaults.py.in --- Mailman/Defaults.py.in 2000/05/04 22:44:28 1.101 +++ Mailman/Defaults.py.in 2000/06/15 08:32:49 @@ -222,6 +222,10 @@ DEFAULT_SUBSCRIBE_POLICY = 1 # does this site allow completely unchecked subscriptions? ALLOW_OPEN_SUBSCRIBE = 0 +# does this site allow user to subscribe without specifying what their +# member password should be? If set to true, Mailman will generate +# random passwords for such users. +ALLOW_RANDOMPWD_SUBSCRIBE = 0 # Private_roster == 0: anyone can see, 1: members only, 2: admin only. DEFAULT_PRIVATE_ROSTER = 0 Index: Mailman/Cgi/subscribe.py =================================================================== RCS file: /cvsroot/mailman/mailman/Mailman/Cgi/subscribe.py,v retrieving revision 1.24 diff -u -r1.24 subscribe.py --- Mailman/Cgi/subscribe.py 2000/04/04 23:38:25 1.24 +++ Mailman/Cgi/subscribe.py 2000/06/15 09:13:14 @@ -135,9 +135,20 @@ results = results + "You must not subscribe a list to itself!
" if not form.has_key("pw") or not form.has_key("pw-conf"): - error = 1 - results = (results + - "You must supply a valid password, and confirm it.
") + if mm_cfg.ALLOW_RANDOMPWD_SUBSCRIBE: + # If the user has supplied a password, but not confirmed it, + # we use the supplied password anyway. + if form.has_key("pw"): + pw = form["pw"].value + # Otherwise generate a random password. + else: + pw = Utils.MakeRandomPassword() + # Auto-confirm this password + pwc = pw + else: + error = 1 + results = (results + + "You must supply a valid password, and confirm it.
") else: pw = form["pw"].value pwc = form["pw-conf"].value The patch has not (yet) been tested, please report back any failures or successes. If it works out OK, and no-one objects strongly, I'll consider committing this before 2.0 (I'll be away next week (attending USENIX 2000), which should leave ample time to voice any objections :). -- Harald From secabeen at pobox.com Thu Jun 15 17:59:28 2000 From: secabeen at pobox.com (Ted Cabeen) Date: Thu, 15 Jun 2000 10:59:28 -0500 Subject: [Mailman-Users] New user comments In-Reply-To: Your message of "Wed, 14 Jun 2000 17:36:47 PDT." Message-ID: <200006151559.KAA01254@entropy.uchicago.edu> In message , Derek Simkowiak writes: > This was such a welcome relief from managing a Majordomo list. >Phew! The cut'n'paste of the aliases info is genius. It would be nice if >that was written to a file (i.e., listname.aliases) in the current >directory. That way I could > >cat listname.aliases >> /etc/aliases ; newaliases > > and not have to cut'n'paste at all. I have a patch to newlist that has it automatically add the aliases to the file. Do you want it? Barry, should we put this in 2.0? It currently only works for sendmail-style alias files, but it could probably be made more general. > The other thing is subscription policy. Again, I would like to >have no confirmation at all as an option. I am perfectly aware that a >"confirm" (or better) policy is a good idea, but I would like to have the >choice of subscribing people without their knowledge or interaction. If you set the option ALLOW_OPEN_SUBSCRIBE to 1 in mm_cfg.py, a checkbox for None will appear on that page. That should be what you want. -- Ted Cabeen http://www.pobox.com/~secabeen secabeen at pobox.com Check Website or finger for PGP/GPG Public Key secabeen at uchicago.edu "I have taken all knowledge to be my province." -F. Bacon secabeen at cabeen.org "Human kind cannot bear very much reality."-T.S.Eliot cabeen at netcom.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 240 bytes Desc: not available Url : http://mail.python.org/pipermail/mailman-users/attachments/20000615/fcfb6a47/attachment.pgp From jhebert at compu-aid.com Thu Jun 15 18:23:09 2000 From: jhebert at compu-aid.com (Jim Hebert) Date: Thu, 15 Jun 2000 12:23:09 -0400 (EDT) Subject: [Mailman-Users] apply s///g regex to subscriber list? Message-ID: Maybe this can be done via withlist, or some other equally straightforward means, but I lack the python skills to figure this out myself. I want to iterate over each subscriber email address of each list I run on an internal machine, and apply a search-and-replace (regex style would be best but I can live with a string-literal search and replace) to the subscriber address. (I need to change the domain-part of all the subscriptions of some internal lists, argh...) Is this a trivial python skeleton that someone would be gracious enough to help me with? Or at least point me to a FM aimed at documenting Mailman from the perspective of someone who wants to do light python scripting to mess with list-data? Thanks in advance, jim -- Jim Hebert http://www.cosource.com/ jim at cosource.com The cooperative market for open source software "Well actually I was considering opening a market in flying pigs. Mostly because it would be more practical...." -- Alan Cox From godoy at conectiva.com Thu Jun 15 18:32:03 2000 From: godoy at conectiva.com (Jorge Godoy) Date: 15 Jun 2000 13:32:03 -0300 Subject: Applying validation scripts to mailman lists (Re: [Mailman-Users] apply s///g regex to subscriber list?) In-Reply-To: Jim Hebert's message of "Thu, 15 Jun 2000 12:23:09 -0400 (EDT)" References: Message-ID: Jim Hebert writes: > I want to iterate over each subscriber email address of each list I run on > an internal machine, and apply a search-and-replace (regex style would be > best but I can live with a string-literal search and replace) to the > subscriber address. (I need to change the domain-part of all the > subscriptions of some internal lists, argh...) Using your question as the start point, I'd like to know if there's some way to apply certain validation scripts to mailman lists. I mean, we are using ezmlm+idx and we have a script that checks for offensive words, blank messages, excessive quotes and other stuff like that and I'd like to benefit from these on my mailman lists. Is it possible? This script is a shell script using mainly sed and regexps. Thanks! -- Godoy. Departamento de Publica??es Publishing Department Conectiva S.A. From mwendt at intertv.com Thu Jun 15 18:40:12 2000 From: mwendt at intertv.com (Mark Wendt) Date: Thu, 15 Jun 2000 12:40:12 -0400 Subject: [Mailman-Users] Admin request for approval Message-ID: <4.3.1.2.20000615123659.00b05d50@intertv.com> Hi, Over the last few days, I've been getting a listname post approval required for user at listserv.com ( where the user and server name are correct ) for lists which are not moderated and anyone can post to the list. I'm getting a reason held: Only approved posters may post without moderator approval. Only problem, the list isn't moderated. Anybody got any clues on this one? Mark Wendt From godoy at conectiva.com Thu Jun 15 18:47:34 2000 From: godoy at conectiva.com (Jorge Godoy) Date: 15 Jun 2000 13:47:34 -0300 Subject: [Mailman-Users] Admin request for approval In-Reply-To: Mark Wendt's message of "Thu, 15 Jun 2000 12:40:12 -0400" References: <4.3.1.2.20000615123659.00b05d50@intertv.com> Message-ID: Mark Wendt writes: > Hi, > Over the last few days, I've been getting a listname post approval required for user at listserv.com ( where the > user and server name are correct ) for lists which are not moderated and anyone can post to the list. I'm getting a > reason held: Only approved posters may post without moderator approval. Only problem, the list isn't moderated. > Anybody got any clues on this one? There's one field where you can put addresses that are allowed to post without prior approval or anything. You must remove them. The field name and description are as follow and, as you can see, it's on your list privacy options: posters (privacy): Addresses of members accepted for posting to this list without implicit approval requirement. (See "Restrict ... to list members" for whether or not this is in addition to allowing posting by list members Adding entries here will have one of two effects, according to whether another option restricts posting to members. If member_posting_only is 'yes', then entries added here will have posting privilege in addition to list members. If member_posting_only is 'no', then only the posters listed here will be able to post without admin approval. Regards, -- Godoy. Departamento de Publica??es Publishing Department Conectiva S.A. From lindsey at mallorn.com Thu Jun 15 19:02:54 2000 From: lindsey at mallorn.com (Christopher P. Lindsey) Date: Thu, 15 Jun 2000 12:02:54 -0500 Subject: [Mailman-Users] apply s///g regex to subscriber list? In-Reply-To: ; from Jim Hebert on Thu, Jun 15, 2000 at 12:23:09PM -0400 References: Message-ID: <20000615120254.A21321@mallorn.com> > Maybe this can be done via withlist, or some other equally > straightforward means, but I lack the python skills to figure this out > myself. > > I want to iterate over each subscriber email address of each list I run on > an internal machine, and apply a search-and-replace (regex style would be > best but I can live with a string-literal search and replace) to the > subscriber address. (I need to change the domain-part of all the > subscriptions of some internal lists, argh...) Are you saying that this is a one-time change? Or are you looking for something that will allow a regex for acceptable_aliases? If the former, you're probably better off asking the admin with shell access to to a $prefix/bin/add_members and $prefix/bin/remove_members on the list. If the latter, there was talk about it in mid-April on Mailman-Developers, but I haven't had time to do anything other than talk (since I'm the one who wanted that change, the onus is on me to do it). :) Chris From jim at cosource.com Thu Jun 15 19:15:10 2000 From: jim at cosource.com (Jim Hebert) Date: Thu, 15 Jun 2000 13:15:10 -0400 (EDT) Subject: [Mailman-Users] apply s///g regex to subscriber list? In-Reply-To: <20000615120254.A21321@mallorn.com> Message-ID: On Thu, 15 Jun 2000, Christopher P. Lindsey wrote: > Are you saying that this is a one-time change? Or are you looking for > something that will allow a regex for acceptable_aliases? One-time. > If the former, you're probably better off asking the admin with shell > access to to a $prefix/bin/add_members and $prefix/bin/remove_members > on the list. Hmmm, yeah, I guess that'll do it. Thanks, I guess I was overengineering my solution =) jim From Vulch at kernow.demon.co.uk Thu Jun 15 18:29:38 2000 From: Vulch at kernow.demon.co.uk (Anthony Frost) Date: Thu, 15 Jun 2000 17:29:38 +0100 Subject: [Mailman-Users] New user comments In-Reply-To: <200006151559.KAA01254@entropy.uchicago.edu> Message-ID: In message <200006151559.KAA01254 at entropy.uchicago.edu> Ted Cabeen wrote: > In message> , Derek > Simkowiak writes: > >Phew! The cut'n'paste of the aliases info is genius. It would be nice if > >that was written to a file (i.e., listname.aliases) in the current > >directory. That way I could > > > >cat listname.aliases >> /etc/aliases ; newaliases > > > > and not have to cut'n'paste at all. > > I have a patch to newlist that has it automatically add the aliases to the > file. Do you want it? Barry, should we put this in 2.0? It currently only > works for sendmail-style alias files, but it could probably be made more > general. Speaking as an Exim user, no thanks. I'm quite happy with the way you don't have to touch /etc/aliases at all. :-) Anthony From mwendt at intertv.com Thu Jun 15 19:22:46 2000 From: mwendt at intertv.com (Mark Wendt) Date: Thu, 15 Jun 2000 13:22:46 -0400 Subject: [Mailman-Users] Admin request for approval In-Reply-To: References: <4.3.1.2.20000615123659.00b05d50@intertv.com> Message-ID: <4.3.1.2.20000615132131.00afd900@intertv.com> Jorge, You were correct. Thanks for the help. That solved the problem. Guess I didn't quite catch on to the logic of the setting. Thanks, Mark At 01:47 PM 6/15/00 -0300, you wrote: >Mark Wendt writes: > > > Hi, > > Over the last few days, I've been getting a listname post > approval required for user at listserv.com ( where the > > user and server name are correct ) for lists which are not moderated > and anyone can post to the list. I'm getting a > > reason held: Only approved posters may post without moderator > approval. Only problem, the list isn't moderated. > > Anybody got any clues on this one? > >There's one field where you can put addresses that are allowed to post >without prior approval or anything. You must remove them. The field >name and description are as follow and, as you can see, it's on your >list privacy options: > > > >posters (privacy): Addresses of members accepted for posting to this >list without implicit approval requirement. (See "Restrict ... to list >members" for whether or not this is in addition to allowing posting by >list members > >Adding entries here will have one of two effects, according to whether >another option restricts posting to members. > > If member_posting_only is 'yes', then entries added here will > have posting privilege in addition to list members. > If member_posting_only is 'no', then only the posters listed here > will be able to post without admin approval. > > > >Regards, >-- >Godoy. > >Departamento de Publica??es >Publishing Department Conectiva S.A. From marczak at usa.net Thu Jun 15 19:33:38 2000 From: marczak at usa.net (Edward Marczak) Date: Thu, 15 Jun 2000 13:33:38 -0400 Subject: [Mailman-Users] Header Question Message-ID: I've only been using mailman a few days, but I can say it's a very robust system. Not being a python guy, though, I'm having a little trouble with a customization. Under each "*-Member Option" page, there is a field for, "Header added to mail sent...". To start, I'm using mailman for some internal lists, and would like to put dynamically generated content in a message header. So, I'd like to be able to pick up this information from a file, or database (potentially). Can anyone point me to the file that would control this? Or is there some other method of achieving this? Thanks! -- Ed Marczak marczak at usa.net From claw at kanga.nu Thu Jun 15 19:40:21 2000 From: claw at kanga.nu (J C Lawrence) Date: Thu, 15 Jun 2000 10:40:21 -0700 Subject: [Mailman-Users] apply s///g regex to subscriber list? In-Reply-To: Message from Jim Hebert of "Thu, 15 Jun 2000 12:23:09 EDT." References: Message-ID: <4917.961090821@kanga.nu> On Thu, 15 Jun 2000 12:23:09 -0400 (EDT) Jim Hebert wrote: > I want to iterate over each subscriber email address of each list > I run on an internal machine, and apply a search-anRd-replace > (regex style would be best but I can live with a string-literal > search and replace) to the subscriber address. (I need to change > the domain-part of all the subscriptions of some internal lists, > argh...) You should be able to do this with a simple shell script wrapper around list_members, remove_members, and add_members. Just extract the membership list, remove them all from the list, run a sed script across the membership list, and then add then back in again. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From jim at cosource.com Thu Jun 15 19:48:20 2000 From: jim at cosource.com (Jim Hebert) Date: Thu, 15 Jun 2000 13:48:20 -0400 (EDT) Subject: [Mailman-Users] apply s///g regex to subscriber list? In-Reply-To: <4917.961090821@kanga.nu> Message-ID: On Thu, 15 Jun 2000, J C Lawrence wrote: > You should be able to do this with a simple shell script wrapper > around list_members, remove_members, and add_members. Just extract This is what I'm going to do, basically, though I now realize that afaik this will loose everyone's subscription options. Oh well, cest la vie. =) I suspect most people didn't know they _had_ subscription options. =) thanks, jim From dereks at kd-dev.com Thu Jun 15 20:15:19 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 11:15:19 -0700 (PDT) Subject: [Mailman-Users] New user comments In-Reply-To: <200006151559.KAA01254@entropy.uchicago.edu> Message-ID: -> I have a patch to newlist that has it automatically add the aliases to the -> file. Do you want it? Barry, should we put this in 2.0? Personally, I am against this kind of patch. I don't want some random script messing with my system configuration files. What if it's on a (slow, dangerous) networked filesystem? What if I'm using NIS? What if the script fscks up and I'm left without a backup of my config file? I just want to have the aliases put into a text file (in ADDITION to being printed to the screen), so I don't have to be in an xterm for cut'n'paste. --Derek From GLeblanc at cu-portland.edu Thu Jun 15 20:26:45 2000 From: GLeblanc at cu-portland.edu (Gregory Leblanc) Date: Thu, 15 Jun 2000 11:26:45 -0700 Subject: [Mailman-Users] New user comments Message-ID: > -----Original Message----- > From: Derek Simkowiak [mailto:dereks at kd-dev.com] > Sent: Thursday, June 15, 2000 11:15 AM > To: Ted Cabeen > Cc: mailman-users at python.org > Subject: Re: [Mailman-Users] New user comments > > -> I have a patch to newlist that has it automatically add > the aliases to the > -> file. Do you want it? Barry, should we put this in 2.0? > > Personally, I am against this kind of patch. I don't want some > random script messing with my system configuration files. > What if it's on > a (slow, dangerous) networked filesystem? What if I'm using > NIS? What if > the script fscks up and I'm left without a backup of my config file? > > I just want to have the aliases put into a text file > (in ADDITION > to being printed to the screen), so I don't have to be in an xterm for > cut'n'paste. I'm not opposed to this kind of patch, however I do understand the argument. Would it be hard to add autoconf support with an option like --enable-sendmail-auto-aliases? Greg From dereks at kd-dev.com Thu Jun 15 20:32:31 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 11:32:31 -0700 (PDT) Subject: [Mailman-Users] New user comments In-Reply-To: Message-ID: -> > Personally, I am against this kind of patch. -> I'm not opposed to this kind of patch, however I do understand the argument. -> Would it be hard to add autoconf support with an option like -> --enable-sendmail-auto-aliases? Blechz, how complicated do we need to get? If people really want this feature, just add a line to the script that does this: ------------------------------------ Begin screenshot --------------- Here are the aliases: [... just print the aliases it currently does here ...] Those have been written to /tmp/listname.aliases. Would you like that automatically appended to /etc/aliases for you? (y/n) ------------------------------------ End screenshot --------------- The script should (a) confirm /etc/aliases exists, and (b) run newaliases for you automatically (along with a notification of that) I don't really see a demand for this feature, though... (?) I do, however, see a demand for having the aliases written into a text file :) --Derek From dereks at kd-dev.com Thu Jun 15 20:41:10 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 11:41:10 -0700 (PDT) Subject: [Mailman-Users] Unknown mailer error 1 *sigh* In-Reply-To: Message-ID: -> I should have kept better notes, but I'd guess that the no route is the -> problem. David, How could a route problem result in an "Unknown mailer" error? -> Sendmail won't deliver to a setuid program unless the directory where the -> process resides is writable only by the owner. That means no group write -> or `other' write priviledges. Mailman requires that the `s' bit be set -> for the group. This sounds like you are saying Mailman will not work with Sendmail. That simply isn't true :) What action do you suggest I take? (More info on the problem to follow in the next email, stay tuned) --Derek From dereks at kd-dev.com Thu Jun 15 20:45:30 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 11:45:30 -0700 (PDT) Subject: [Mailman-Users] Unknown mailer error 1 *sigh* In-Reply-To: Message-ID: Here is some additional information I got in the bounced message (that was supposed to be the subscription confirmation). Here is the bounced message--notice the "List index out of range" Python error: >From Derek.Simkowiak at netmanage.com Thu Jun 15 11:33:40 2000 Date: Thu, 15 Jun 2000 11:02:16 -0700 From: Derek.Simkowiak at netmanage.com To: dereks at kd-dev.com Subject: FW: Returned mail: unknown mailer error 1 > -----Original Message----- > From: Mail Delivery Subsystem [SMTP:MAILER-DAEMON at platinum.walldata.com] > Sent: Wednesday, June 14, 2000 7:05 PM > To: Simkowiak, Derek > Subject: Returned mail: unknown mailer error 1 > > The original message was received at Wed, 14 Jun 2000 19:04:42 -0700 > from exchkirk04.walldata.com [198.252.75.121] > > ----- The following addresses had permanent fatal errors ----- > "|/usr/lib/mailman/mail/wrapper mailcmd > (expanded from: ) > > ----- Transcript of session follows ----- > 553 "|/usr/lib/mailman/mail/wrapper mailcmd... Unbalanced '"' > Traceback (innermost last): > File "/usr/lib/mailman/scripts/mailcmd", line 56, in ? > main() > File "/usr/lib/mailman/scripts/mailcmd", line 44, in main > mlist = MailList.MailList(sys.argv[1]) > IndexError: list index out of range > 554 "|/usr/lib/mailman/mail/wrapper mailcmd... unknown mailer error 1 > <> < request 537293>> [ Part 2, Application/OCTET-STREAM (Name: "ATT00104.TXT") 382bytes. ] [ Unable to print this part. ] [ Part 3: "RE: w2hlegacy -- confirmation of subscription -- request ] [ 537293" ] Date: Wed, 14 Jun 2000 19:02:57 -0700 From: Derek.Simkowiak at netmanage.com To: w2hlegacy-request at platinum.walldata.com Subject: RE: w2hlegacy -- confirmation of subscription -- request 537293 > -----Original Message----- > From: w2hlegacy-request at platinum.walldata.com > [SMTP:w2hlegacy-request at platinum.walldata.com] > Sent: Wednesday, June 14, 2000 6:20 PM > To: Simkowiak, Derek > Subject: w2hlegacy -- confirmation of subscription -- request 537293 > > w2hlegacy -- confirmation of subscription -- request 537293 > > We have received a request from 198.252.69.218 for subscription of > your email address, , to the > w2hlegacy at platinum mailing list. To confirm the request, please send > a message to w2hlegacy-request at platinum, and either: > > - maintain the subject line as is (the reply's additional "Re:" is > ok), > > - or include the following line - and only the following line - in the > message body: > > confirm 537293 > > (Simply sending a 'reply' to this message should work from most email > interfaces, since that usually leaves the subject line in the right > form.) > > If you do not wish to subscribe to this list, please simply disregard > this message. Send questions to w2hlegacy-admin at platinum. Why did the Python errors not appear in my /var/log/messages? Or my /var/log/maillog? Any help is greatly appreciated. Thank You, Derek Simkowiak dereks at kd-dev.com From claw at kanga.nu Thu Jun 15 20:54:05 2000 From: claw at kanga.nu (J C Lawrence) Date: Thu, 15 Jun 2000 11:54:05 -0700 Subject: [Mailman-Users] New user comments In-Reply-To: Message from Derek Simkowiak of "Thu, 15 Jun 2000 11:32:31 PDT." References: Message-ID: <6668.961095245@kanga.nu> On Thu, 15 Jun 2000 11:32:31 -0700 (PDT) Derek Simkowiak wrote: -> > Personally, I am against this kind of patch. I'm not opposed -> to this kind of patch, however I do understand the argument. -> Would it be hard to add autoconf support with an option like -> --enable-sendmail-auto-aliases? > Blechz, how complicated do we need to get? Command line option to newlist seems the best choice. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From dereks at kd-dev.com Thu Jun 15 20:50:18 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 11:50:18 -0700 (PDT) Subject: [Mailman-Users] New user comments In-Reply-To: <6668.961095245@kanga.nu> Message-ID: -> -> Would it be hard to add autoconf support with an option like -> -> --enable-sendmail-auto-aliases? -> -> > Blechz, how complicated do we need to get? -> -> Command line option to newlist seems the best choice. I agree. But then, I don't care about an option to append this stuff to the /etc/aliases; I'm worried about a (default) option to have the list-specific aliases written to a text file! --Derek From chuqui at plaidworks.com Thu Jun 15 21:06:42 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Thu, 15 Jun 2000 12:06:42 -0700 Subject: [Mailman-Users] New user comments In-Reply-To: References: Message-ID: At 11:50 AM -0700 6/15/2000, Derek Simkowiak wrote: > > But then, I don't care about an option to append this stuff to the >/etc/aliases; and not all of us use /etc/aliases -- I keep my list aliases in a second alias file, specifically to avoid accidental overwrites and the like. -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From dereks at kd-dev.com Thu Jun 15 21:02:08 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 12:02:08 -0700 (PDT) Subject: [Mailman-Users] New user comments In-Reply-To: Message-ID: -> >/etc/aliases; -> -> and not all of us use /etc/aliases -- I keep my list aliases in a -> second alias file, specifically to avoid accidental overwrites and -> the like. Just one more reason to write the stuff out to a temporary text file :) --Derek From dgc at uchicago.edu Thu Jun 15 22:26:11 2000 From: dgc at uchicago.edu (David Champion) Date: Thu, 15 Jun 2000 15:26:11 -0500 Subject: [Mailman-Users] Re: New user comments In-Reply-To: ; from dereks@kd-dev.com on Thu, Jun 15, 2000 at 11:15:19AM -0700 References: <200006151559.KAA01254@entropy.uchicago.edu> Message-ID: <20000615152611.O7685@smack.uchicago.edu> On 2000.06.15, in , "Derek Simkowiak" wrote: > -> I have a patch to newlist that has it automatically add the aliases to the > -> file. Do you want it? Barry, should we put this in 2.0? > > Personally, I am against this kind of patch. I don't want some > random script messing with my system configuration files. What if it's on > a (slow, dangerous) networked filesystem? What if I'm using NIS? What if > the script fscks up and I'm left without a backup of my config file? It can be optional, of course. I use a similar modificiation, and it's fine. It appends (no interpolation) to a different alias file that sendmail is configured to use, then runs newaliases. > I just want to have the aliases put into a text file (in ADDITION > to being printed to the screen), so I don't have to be in an xterm for > cut'n'paste. Then you want the same patch, only you want to append to a different file (not /etc/[mail/]aliases, and not to run newaliases. Actually, mine is just a shell wrapper around newlist, so there's no conflict at all. We have a web form that people fill out when they want new lists; the CGI that backs that form sends us information with which to evaluate whether we'll issue the list, and generates cut-and-pastable commands to create the list (and add the aliases). -- -D. dgc at uchicago.edu NSIT University of Chicago From dereks at kd-dev.com Thu Jun 15 22:26:32 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 13:26:32 -0700 (PDT) Subject: [Mailman-Users] Re: New user comments In-Reply-To: <20000615152611.O7685@smack.uchicago.edu> Message-ID: -> Actually, mine is just a shell wrapper around newlist, so there's no -> conflict at all. We have a web form that people fill out when they -> want new lists; the CGI that backs that form sends us information with -> which to evaluate whether we'll issue the list, and generates -> cut-and-pastable commands to create the list (and add the aliases). Can you post this shell wrapper to the list? However, I still think it would be better to have this directly in newaliases, so that special files/invokation/installation instructions were not required... Thanks, Derek From secabeen at pobox.com Thu Jun 15 22:55:42 2000 From: secabeen at pobox.com (Ted Cabeen) Date: Thu, 15 Jun 2000 15:55:42 -0500 Subject: [Mailman-Users] New user comments In-Reply-To: Your message of "Thu, 15 Jun 2000 17:29:38 BST." Message-ID: <200006152055.PAA04141@entropy.uchicago.edu> In message , Anthony Frost writes: >In message <200006151559.KAA01254 at entropy.uchicago.edu> > Ted Cabeen wrote: > > I have a patch to newlist that has it automatically add the aliases to the > > file. Do you want it? Barry, should we put this in 2.0? It currently onl >y > > works for sendmail-style alias files, but it could probably be made more > > general. > >Speaking as an Exim user, no thanks. I'm quite happy with the way you >don't have to touch /etc/aliases at all. :-) I didn't figure it would be mandatory, just an option or something. -a to add aliases to /etc/aliases automatically. I have a copy of newlist called autonewlist that I use for it. Whatever. Did you see my mm_cfg.py Archiving patch on Sourceforge yet? -- Ted Cabeen http://www.pobox.com/~secabeen secabeen at pobox.com Check Website or finger for PGP/GPG Public Key secabeen at uchicago.edu "I have taken all knowledge to be my province." -F. Bacon secabeen at cabeen.org "Human kind cannot bear very much reality."-T.S.Eliot cabeen at netcom.com -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 240 bytes Desc: not available Url : http://mail.python.org/pipermail/mailman-users/attachments/20000615/8f87170d/attachment.pgp From dereks at kd-dev.com Thu Jun 15 22:54:17 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 13:54:17 -0700 (PDT) Subject: [Mailman-Users] Re: New user comments In-Reply-To: Message-ID: -> However, I still think it would be better to have this directly in -> newaliases, so that special files/invokation/installation instructions -> were not required... s/newaliases/newlist/ Sorry, Derek From smead at amplepower.com Thu Jun 15 23:07:15 2000 From: smead at amplepower.com (David Smead) Date: Thu, 15 Jun 2000 14:07:15 -0700 (PDT) Subject: [Mailman-Users] Unknown mailer error 1 *sigh* In-Reply-To: Message-ID: Derek, Error 126 from sendmail is a permission problem. Error 2 means it can't open the receiving process, I think. I believe that error 1 means it can't find the receiver, but not sure. In the install instructions, you'll see that the group s bit has to be set. I think the kernel enforces the rule about having the directory where the receiver resides be writable only by the owner of the directory. Sincerely, David Smead http://www.amplepower.com. http://www.ampletech.com. On Thu, 15 Jun 2000, Derek Simkowiak wrote: > -> I should have kept better notes, but I'd guess that the no route is the > -> problem. > > David, > How could a route problem result in an "Unknown mailer" error? > > > -> Sendmail won't deliver to a setuid program unless the directory where the > -> process resides is writable only by the owner. That means no group write > -> or `other' write priviledges. Mailman requires that the `s' bit be set > -> for the group. > > This sounds like you are saying Mailman will not work with > Sendmail. That simply isn't true :) > > What action do you suggest I take? > > (More info on the problem to follow in the next email, stay tuned) > > > --Derek > > > From dereks at kd-dev.com Thu Jun 15 22:58:53 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 13:58:53 -0700 (PDT) Subject: [Mailman-Users] New user comments In-Reply-To: <200006152055.PAA04141@entropy.uchicago.edu> Message-ID: -> >don't have to touch /etc/aliases at all. :-) -> -> I didn't figure it would be mandatory, just an option or something. -a to -> add aliases to /etc/aliases automatically. Assuming /etc/aliases is A Bad Idea! Instead of the option adding aliases to /etc/aliases, it should create the file /tmp/listname.aliases. Then shell scripts could do whatever people wanted, regardless of where they keep their aliases file, what mailer they're using, etc. Again I repeat: my only real complaint with this issue is that I need to be in X to use the mouse-based cut'n'paste with newlist. I would rather just have a file that I can append to wherever I want... --Derek From claw at kanga.nu Thu Jun 15 23:13:28 2000 From: claw at kanga.nu (J C Lawrence) Date: Thu, 15 Jun 2000 14:13:28 -0700 Subject: [Mailman-Users] New user comments In-Reply-To: Message from Derek Simkowiak of "Thu, 15 Jun 2000 11:50:18 PDT." References: Message-ID: <8693.961103608@kanga.nu> On Thu, 15 Jun 2000 11:50:18 -0700 (PDT) Derek Simkowiak wrote: > But then, I don't care about an option to append this stuff to the > /etc/aliases; I'm worried about a (default) option to have the > list-specific aliases written to a text file! While I generically don't care (my MTA is smart enough to not need an aliases file for Mailman lists), I don't see the problem of newlist, say, both outputting the new aliases to stdout as it does now, AND to, say, the file, "data/newlist" or some such. This doesn't overwrite any system files, and yuor wrapper script can then do whatever is "the right thing" for your local installation. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From dereks at kd-dev.com Thu Jun 15 23:11:01 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 14:11:01 -0700 (PDT) Subject: [Mailman-Users] New user comments In-Reply-To: <8693.961103608@kanga.nu> Message-ID: -> > But then, I don't care about an option to append this stuff to the -> > /etc/aliases; I'm worried about a (default) option to have the -> > list-specific aliases written to a text file! -> -> While I generically don't care (my MTA is smart enough to not need -> an aliases file for Mailman lists), I don't see the problem of -> newlist, say, both outputting the new aliases to stdout as it does -> now, AND to, say, the file, "data/newlist" or some such. This -> doesn't overwrite any system files, and yuor wrapper script can then -> do whatever is "the right thing" for your local installation. This is exactly what I am proposing. (I was thinking /tmp/listname.newaliases instead of data/listname, but whatever...) --Derek From dereks at kd-dev.com Thu Jun 15 23:22:48 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 14:22:48 -0700 (PDT) Subject: [Mailman-Users] Possible 2.0beta bug? (was: Unknown mailer error 1 *sigh*) In-Reply-To: Message-ID: [This stems from my earlier error, check the archives if you're feeling lost] -> Error 126 from sendmail is a permission problem. Error 2 means it can't -> open the receiving process, I think. I believe that error 1 means it -> can't find the receiver, but not sure. (As an aside) Is there someplace to look up these sendmail error codes? -> In the install instructions, you'll see that the group s bit has to be -> set. That has been done for me by the RPM: [mailman at platinum mail]$ ls -la /usr/lib/mailman/mail/wrapper -rwxr-sr-x 1 mailman mailman 30895 Apr 12 00:45 /usr/lib/mailman/mail/wrapper* [mailman at platinum mail]$ ls -lad /usr/lib/mailman/mail drwxrwsr-x 2 mailman mailman 1024 Jun 14 15:18 /usr/lib/mailman/mail/ -> I think the kernel enforces the rule about having the directory -> where the receiver resides be writable only by the owner of the -> directory. By "kernel", you mean the Linux OS kernel? Interesting, never heard of that. I'll try it: [mailman at platinum mail]$ ls -lad /usr/lib/mailman/mail drwxr-sr-x 2 mailman mailman 1024 Jun 14 15:18 /usr/lib/mailman/mail/ I restarted sendmail (although that shouldn't be necessary), and still got the exact same error. In the bounced confirmation messages, I get this: > ----- Transcript of session follows ----- > 553 "|/usr/lib/mailman/mail/wrapper mailcmd... Unbalanced '"' > Traceback (innermost last): > File "/usr/lib/mailman/scripts/mailcmd", line 56, in ? > main() > File "/usr/lib/mailman/scripts/mailcmd", line 44, in main > mlist = MailList.MailList(sys.argv[1]) > IndexError: list index out of range > 554 "|/usr/lib/mailman/mail/wrapper mailcmd... unknown mailer error 1 I think the "IndexError: list index out of range" is the key to the problem. What could be causing that? Could it actually be a bug in the 2.0beta? And where is that " Unbalanced '"' " coming from? Is that because the script is dying? Thanks, Derek Simkowiak dereks at kd-dev.com From dereks at kd-dev.com Thu Jun 15 23:24:54 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 14:24:54 -0700 (PDT) Subject: [Mailman-Users] New user comments In-Reply-To: <9056.961104460@kanga.nu> Message-ID: -> > Again I repeat: my only real complaint with this issue is that I -> > need to be in X to use the mouse-based cut'n'paste with newlist. -> -> In the Linux world gdb supports cut'n'paste quite nicely in full -> screen text mode (err, DOS-style ya ken?). I suspect similar -> capability is available for the BSD's et al. gdb can conflict with other stuff (like SVGAlib Quake :), and many times I am telnetting from a station that does not have a mouse. -> Bets are off elsewhere. ...which is why bin/newlist should write out a text file :) --Derek From claw at kanga.nu Thu Jun 15 23:27:40 2000 From: claw at kanga.nu (J C Lawrence) Date: Thu, 15 Jun 2000 14:27:40 -0700 Subject: [Mailman-Users] New user comments In-Reply-To: Message from Derek Simkowiak of "Thu, 15 Jun 2000 13:58:53 PDT." References: Message-ID: <9056.961104460@kanga.nu> On Thu, 15 Jun 2000 13:58:53 -0700 (PDT) Derek Simkowiak wrote: > Again I repeat: my only real complaint with this issue is that I > need to be in X to use the mouse-based cut'n'paste with newlist. > I would rather just have a file that I can append to wherever I > want... In the Linux world gdb supports cut'n'paste quite nicely in full screen text mode (err, DOS-style ya ken?). I suspect similar capability is available for the BSD's et al. Bets are off elsewhere. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From mojo at whiteoaks.com Fri Jun 16 01:16:10 2000 From: mojo at whiteoaks.com (Morris Jones) Date: Thu, 15 Jun 2000 16:16:10 -0700 (PDT) Subject: [Mailman-Users] clobber_date crash Message-ID: Hi folks, nice meeting you all. On my recent installation (2.0B3) I tried turning on the clobber_date option for a list and got a crash from Archiver.py: Jun 13 14:28:19 2000 post(31195): Traceback (innermost last): post(31195): File "/home/mailman/Mailman/Archiver/Archiver.py", line 204, in A rchiveMail post(31195): self.__archive_to_mbox(msg) post(31195): File "/home/mailman/Mailman/Archiver/Archiver.py", line 160, in _ _archive_to_mbox post(31195): post.SetHeader('Date', time.ctime(time.time())) post(31195): AttributeError: SetHeader I found a patch posted by a member here and applied it to Archiver.py, as follows: ------------------------------------------------------------------ mailman at notrump Archiver]$ diff Archiver.py Archiver.py.orig 160c160 < post['Date'] = time.ctime(time.time()) --- > post.SetHeader('Date', time.ctime(time.time())) 173c173 < post['Date'] = olddate --- > post.SetHeader('Date', olddate) ------------------------------------------------------------------ Now this solved the crash, but I don't see any effectiveness of the feature. I tested with a machine that was a little off time, but didn't see a rewritten date, or corrected archiving order. Did I miss something simple? Chuqui, nice to see you again, since the days of ihnp4 and ptsfa and net.doggerel. :) Mojo -- Morris Jones <*> San Rafael, CA mojo at whiteoaks.com http://www.whiteoaks.com From allen at gist.net.au Fri Jun 16 02:14:27 2000 From: allen at gist.net.au (Allen Bolderoff) Date: Fri, 16 Jun 2000 09:44:27 +0930 Subject: [Mailman-Users] New user comments In-Reply-To: Message from Anthony Frost of "Thu, 15 Jun 2000 17:29:38 +0100." Message-ID: <20000616001427.7F54729004@harper.gist.net.au> Vulch at kernow.demon.co.uk said: > Speaking as an Exim user, no thanks. I'm quite happy with the way you > don't have to touch /etc/aliases at all. :-) Actually, as a sendmail user, you don't have to touch /etc/aliases either. I personally use all, sendmail, qmail, exim, and postfix. - each has it's merits, and each has it's bad points. I am just sick of the HOLY WAR that people go on in order to prove that their mailer is better. nyaaa nyaaa my mailer is better than yours, and my age appears to be below 4 flames > /dev/null Allen -- +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Allen Bolderoff LNC - Linux, help and commentary http://linux.netnerve.com CTPC - Caffeine - get it here: http://www.coffee-tea-pots-cups.com/ +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ GPG fingerprint = CBB0 8626 702C 3D01 B5AD A54A DC2C 93B7 3E4B 6472 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ From Dan.Mick at West.Sun.COM Fri Jun 16 02:25:36 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Thu, 15 Jun 2000 17:25:36 -0700 (PDT) Subject: [Mailman-Users] New user comments Message-ID: <200006160024.RAA08477@utopia.west.sun.com> > I just want to have the aliases put into a text file (in ADDITION > to being printed to the screen), so I don't have to be in an xterm for > cut'n'paste. newlist | tee filename or if that stuff is coming to stderr newlist 2>&1 | tee filename From dereks at kd-dev.com Fri Jun 16 02:19:19 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 17:19:19 -0700 (PDT) Subject: [Mailman-Users] New user comments In-Reply-To: <20000616001427.7F54729004@harper.gist.net.au> Message-ID: -> > Speaking as an Exim user, no thanks. I'm quite happy with the way you -> > don't have to touch /etc/aliases at all. :-) -> -> Actually, as a sendmail user, you don't have to touch /etc/aliases either. Can you describe how to do this? It would be nice if I didn't have to edit an aliases file for each new list... (Or are you simply referring to the fact that you can use an aliases file that has a name other than /etc/aliases?) -> I personally use all, sendmail, qmail, exim, and postfix. - each has it's -> merits, and each has it's bad points. No no no... Sendmail is superior in every way. Don't you know that? And I suppose you use Emacs instead of vi, too? I'd even wager that you use KDE instead of Gnome! As long as you're using Linux and not FreeBSD, though, your okay. Just refer to is as "Open Source", not that communist "Free Software". And whatever you do, make sure you're using Perl (not Python), and Bash (not Csh), and PPTP (not IPSec), on an AMD (not Intel) with a 3Df/x video card (not NVidia). Yup. (What's really funny are the sub-superiority complexes within superiority complexes; i.e., Linux users fight over what distro is best, Beowulf users fight over what MPI is best, etc.) I really love the net :) --Derek From dereks at kd-dev.com Fri Jun 16 02:27:26 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 17:27:26 -0700 (PDT) Subject: [Mailman-Users] New user comments In-Reply-To: <200006160024.RAA08477@utopia.west.sun.com> Message-ID: -> newlist | tee filename Problem with that is that I need to manually cut out all the other informational prompts and crap you get when you run newlist. Granted, that's not *really* a problem, I'm just saying it would be really convenient to be able to do $ newlist listname ; cat /tmp/listname.aliases >> /etc/aliases ; newaliases (especially if I want to create an automated CGI program or something that didn't have the brains to "cut out" all the informational prompt/etc., and I didn't want to make it smart enough to generate the aliases manually) --Derek From Dan.Mick at west.sun.com Fri Jun 16 02:45:44 2000 From: Dan.Mick at west.sun.com (Dan Mick) Date: Thu, 15 Jun 2000 17:45:44 -0700 (PDT) Subject: [Mailman-Users] New user comments Message-ID: <200006160045.RAA09996@utopia.west.sun.com> > -> newlist | tee filename > > Problem with that is that I need to manually cut out all the other > informational prompts and crap you get when you run newlist. > > Granted, that's not *really* a problem, I'm just saying it would > be really convenient to be able to do > > $ newlist listname ; cat /tmp/listname.aliases >> /etc/aliases ; newaliases > > (especially if I want to create an automated CGI program or > something that didn't have the brains to "cut out" all the informational > prompt/etc., and I didn't want to make it smart enough to generate the > aliases manually) Aw, come on: #!/bin/ksh LIST=foo OWNER=dmick at west.sun.com PASSWORD=password ~mailman/bin/newlist $LIST $OWNER $PASSWORD immediate | tee /tmp/out sed '1,/^$/d' /tmp/listname.aliases rm /tmp/out This is Unix, baby...don't build capabilities into a tool, build new tools from the components. From dgc at uchicago.edu Fri Jun 16 02:53:31 2000 From: dgc at uchicago.edu (David Champion) Date: Thu, 15 Jun 2000 19:53:31 -0500 Subject: [Mailman-Users] Re: New user comments In-Reply-To: ; from dereks@kd-dev.com on Thu, Jun 15, 2000 at 05:19:19PM -0700 References: <20000616001427.7F54729004@harper.gist.net.au> Message-ID: <20000615195331.B13782@smack.uchicago.edu> On 2000.06.15, in , "Derek Simkowiak" wrote: > -> > -> Actually, as a sendmail user, you don't have to touch /etc/aliases either. > > Can you describe how to do this? It would be nice if I didn't I posted one solution to this a couple of days ago. Subject: Re: [Mailman-Users] user unknown Date: Tue, 13 Jun 2000 05:37:33 -0500 Message-ID: <20000613053733.N1357 at smack.uchicago.edu> That script needs at least two edits I can think of. This revised copy should do it, although (I admit) I haven't tested the changes. -- -D. dgc at uchicago.edu NSIT University of Chicago -------------- next part -------------- #!/opt/bin/perl ## ## Sendmail mailer for Mailman ## ## Simulates these aliases: ## testlist: "|/opt/pkgs/mailman/mail/wrapper post testlist" ## testlist-admin: "|/opt/pkgs/mailman/mail/wrapper mailowner testlist" ## testlist-request: "|/opt/pkgs/mailman/mail/wrapper mailcmd testlist" ## owner-testlist: testlist-admin ## testlist-owner: testlist-admin use FileHandle; $MMWRAPPER = "/opt/pkgs/mailman/mail/wrapper"; $MMLISTDIR = "/opt/pkgs/mailman/lists"; $SENDMAIL = "/usr/lib/sendmail -t -oem -oi"; $VERSION = '$Id: mm-handler,v 1.3 2000/06/16 00:47:57 dgc Exp $'; $BOUNDARY = sprintf("%08x-%d", time, time % $$); ## Stupid non-standard rejection letter sub mail_error { my ($in, $to, $orig_to, $server, $reason) = @_; my $sendmail; $sendmail = new FileHandle "|$SENDMAIL"; #$sendmail = new FileHandle ">/tmp/mm-$$"; if (!defined($sendmail)) { print STDERR "$0: cannot exec \"$SENDMAIL\"\n"; exit (-1); } $sendmail->print ("From: MAILER-DAEMON\@$server To: $to Subject: Returned mail: List unknown Mime-Version: 1.0 Content-type: multipart/mixed; boundary=\"$BOUNDARY\" Content-Disposition: inline --$BOUNDARY Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Your mail for $orig_to could not be sent: $reason Your original mail follows: --$BOUNDARY Content-Type: message/rfc822 Content-Disposition: inline "); while ($_ = <$in>) { $sendmail->print ($_); } $sendmail->print ("\n"); $sendmail->print ("--$BOUNDARY--\n"); close($sendmail); } BEGIN: { $sender = undef; while ($_ = shift(@ARGV)) { $sender = $ARGV[0] if (/^-r$/); if (/^--$/) { $to = $ARGV[0]; $server = $ARGV[1]; } } # print STDERR "to: $to\n"; # print STDERR "sender: $sender\n"; # print STDERR "server: $server\n"; if (! -f "$MMLISTDIR/$to/config.db") { $LIST = $to; $CMD = "post"; } elsif ($to =~ /(.*)-admin/ || $to =~ /(.*)-owner/ || $to =~ /owner-(.*)/) { $LIST = $1; $CMD = "mailowner"; } elsif ($to =~ /(.*)-request/) { $LIST = $1; $CMD = "mailcmd"; } else { mail_error(\*STDIN, $sender, $to, $server, "no list named $LIST is known to this server"); exit 0; } $wrapper = new FileHandle "|$MMWRAPPER $CMD $LIST"; if (!defined($wrapper)) { ## Defer? print STDERR "$0: cannot exec \"$MMWRAPPER $CMD $LIST\": deferring\n"; exit (-1); } $wrapper->print ("X-Handler: $VERSION\n"); while () { $wrapper->print ($_); } close($wrapper); exit($?); } From dereks at kd-dev.com Fri Jun 16 02:45:40 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 17:45:40 -0700 (PDT) Subject: [Mailman-Users] New user comments In-Reply-To: <200006160045.RAA09996@utopia.west.sun.com> Message-ID: -> Aw, come on: -> -> #!/bin/ksh -> LIST=foo -> OWNER=dmick at west.sun.com -> PASSWORD=password So now I need to manually edit this script each time before I run it, instead of just answering prompts. Of course, you could write in the prompts into your script, and parse the input... adjusting, of course, for invalid input incase I hit a typo... tell me again how that's easier than just having bin/newlist write out a text file? Oh yeah, and remember to carry this script with you wherever you go, because it's not part of the standard MailMan installation... --Derek From Dan.Mick at west.sun.com Fri Jun 16 02:57:09 2000 From: Dan.Mick at west.sun.com (Dan Mick) Date: Thu, 15 Jun 2000 17:57:09 -0700 (PDT) Subject: [Mailman-Users] New user comments Message-ID: <200006160056.RAA10443@utopia.west.sun.com> > -> Aw, come on: > -> > -> #!/bin/ksh > -> LIST=foo > -> OWNER=dmick at west.sun.com > -> PASSWORD=password > > So now I need to manually edit this script each time before I run > it, instead of just answering prompts. No, of course not. I didn't mention anything about "read it with a bit of intelligence", and I suppose I should have. > Of course, you could write in the prompts into your script, and > parse the input... adjusting, of course, for invalid input incase I hit a > typo... No kidding. > tell me again how that's easier than just having bin/newlist write > out a text file? You can do it, today, and no one else needs to have newlist do something they don't want? I don't *want* another option to newlist, and I don't want turds in /tmp. This way, we're both happy. > Oh yeah, and remember to carry this script with you wherever you > go, because it's not part of the standard MailMan installation... If you make up your mind not to be pleased, you will get what you wish. From dereks at kd-dev.com Fri Jun 16 02:58:23 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 17:58:23 -0700 (PDT) Subject: [Mailman-Users] New user comments In-Reply-To: <200006160056.RAA10443@utopia.west.sun.com> Message-ID: -> You can do it, today, and no one else needs to have newlist do something -> they don't want? I don't *want* another option to newlist, and I -> don't want turds in /tmp. (Minor detail: the /tmp was just an arbitrary example. Some known location under the MailMan tree would probably make the most sense) -> This way, we're both happy. Here's the real issue. I didn't think anyone would object to such an option (because it's so minor --and convenient--), and I thought that most other people would appreciate having such an option (for the same reasons that I would appreciate having such an option). -> > Oh yeah, and remember to carry this script with you wherever you -> > go, because it's not part of the standard MailMan installation... -> -> If you make up your mind not to be pleased, you will get what you wish. It's not that at all. I just think that this is something other people, who are using Sendmail and telnetting in from mouseless workstations, could really appreciate. Incidentally, given that this particular option would not cause code bloat (or otherwise affect you), but could make life seriously easier for many people --which was the point of my last message-- , I don't see why anyone would object. Is it really all that painful to avoid typing "-a" (or whatever) at the command prompt? --Derek From Dan.Mick at west.sun.com Fri Jun 16 03:14:18 2000 From: Dan.Mick at west.sun.com (Dan Mick) Date: Thu, 15 Jun 2000 18:14:18 -0700 (PDT) Subject: [Mailman-Users] New user comments Message-ID: <200006160113.SAA11319@utopia.west.sun.com> > Here's the real issue. I didn't think anyone would object to such > an option (because it's so minor --and convenient--), and I thought that > most other people would appreciate having such an option (for the same > reasons that I would appreciate having such an option). Had you not harped on it, about 7 or 8 messages as I recall, and made it clear that your life was incomplete without such functionality, I would not have proposed that it was easy to add it. The functionality is a very small addition that I, and many others, simply don't need in the slightest. I am *never* without something that can cut and paste. So I don't think "most other people would appreciate" such an option; I think it's baggage. But the point is not who's right; the point is that we disagree. Thus custom solutions make sense. Moreover, you can have this *today*, so you can stop typing messages to mailman-users asking for it, and simply use it, rather than waiting for it to pop up as the currently-highest-priority item on the developers' list (there are a *lot* of other higher-priority bugs around). Finally, if you're so hot to get it and insist on it being in newlist, you can always feel free to add it yourself to newlist. > Incidentally, given that this particular option would not cause > code bloat How do you figure that? It is indeed new code, no? > (or otherwise affect you), but could make life seriously easier > for many people --which was the point of my last message-- , I don't see > why anyone would object. 1) I contend that few people need it at all 2) adding new options to commands is to be avoided, in general 3) the functionality is easily duplicated > Is it really all that painful to avoid typing "-a" (or whatever) > at the command prompt? No. Now look at the number of options 'find' has, or 'ls', and tell me "just adding a new option to a command shouldn't be met with objection." From esew at verio.net Fri Jun 16 03:26:04 2000 From: esew at verio.net (Erik S.E. Walum) Date: Thu, 15 Jun 2000 18:26:04 -0700 Subject: [Mailman-Users] Removing Default Footers? Message-ID: <20000615182604.K24181@verio.net> Is there a means for removing the default footers from mailman mailings withought editing the source? -- Erik Walum Internet Systems Engineer Verio Inc. - ISS Mail Team From esew at verio.net Fri Jun 16 03:30:56 2000 From: esew at verio.net (Erik S.E. Walum) Date: Thu, 15 Jun 2000 18:30:56 -0700 Subject: [Mailman-Users] Removing Default Footers? In-Reply-To: <20000615182604.K24181@verio.net>; from esew@verio.net on Thu, Jun 15, 2000 at 06:26:04PM -0700 References: <20000615182604.K24181@verio.net> Message-ID: <20000615183056.B27280@verio.net> nevermind. :) Erik S.E. Walum uttered: > Is there a means for removing the default footers from mailman > mailings withought editing the source? > -- > Erik Walum > Internet Systems Engineer > Verio Inc. - ISS Mail Team > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users -- Erik Walum Internet Systems Engineer Verio Inc. - ISS Mail Team From dereks at kd-dev.com Fri Jun 16 03:29:17 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 15 Jun 2000 18:29:17 -0700 (PDT) Subject: [Mailman-Users] New user comments In-Reply-To: <200006160113.SAA11319@utopia.west.sun.com> Message-ID: -> Had you not harped on it, about 7 or 8 messages as I recall, If I was harping, I apologize. Most of the messages I posted were to contest the idea of having a new option to write directly to /etc/aliases, which I consider a very bad idea. -> made it clear that your life was incomplete without such functionality, Heh, I'm glad that's clear :) -> waiting for it to pop up as the currently-highest-priority item -> on the developers' list (there are a *lot* of other higher-priority -> bugs around). No, I think it's imperitive that all other work be stopped to take care of this feature. Everything else is secondary to this all-important goal. In fact, we should start another mail list to focus explicitly on this one feature, so that my life can be complete. (I consider this feature useful but absolutely the lowest priority item around) -> Finally, if you're so hot to get it and insist on it being in newlist, -> you can always feel free to add it yourself to newlist. If I did that (--and the only reason I haven't yet is because I've never touched Python, or MailMan, before--) would the maintainers accept the patch? I'd be happy to do it. -> > code bloat -> -> How do you figure that? It is indeed new code, no? I didn't realise that *all* new code is "bloat". I always thought bloat was code that makes a program slower, with more resource consumption and maintenance headache, for a purpose which does not warrant it. Since the code would not cause a noticable change in execution time, and the feature (I believe) would be useful to many people, it's not bloat. At least, that was my assumption... -> 1) I contend that few people need it at all I disagree :). -> 2) adding new options to commands is to be avoided, in general Assuming the options are useful: I disagree :) -> 3) the functionality is easily duplicated It's not. That was the point of my message about a custom script having to parse input, error check, and be kept with you. -> > Is it really all that painful to avoid typing "-a" (or whatever) -> > at the command prompt? -> -> No. Now look at the number of options 'find' has, or 'ls', and tell -> me "just adding a new option to a command shouldn't be met with -> objection." It causes me no pain or inconvenience to avoid using those options. But when I need them, they're there. --Derek From dgc at uchicago.edu Fri Jun 16 03:40:56 2000 From: dgc at uchicago.edu (David Champion) Date: Thu, 15 Jun 2000 20:40:56 -0500 Subject: [Mailman-Users] Re: New user comments In-Reply-To: ; from dereks@kd-dev.com on Thu, Jun 15, 2000 at 01:26:32PM -0700 References: <20000615152611.O7685@smack.uchicago.edu> Message-ID: <20000615204056.E13782@smack.uchicago.edu> On 2000.06.15, in , "Derek Simkowiak" wrote: > -> Actually, mine is just a shell wrapper around newlist, so there's no > > Can you post this shell wrapper to the list? You'd want to make some changes, but we're using this. -- -D. dgc at uchicago.edu NSIT University of Chicago -------------- next part -------------- A non-text attachment was scrubbed... Name: createlist.sh Type: application/x-sh Size: 1036 bytes Desc: not available Url : http://mail.python.org/pipermail/mailman-users/attachments/20000615/8d6ed99d/attachment.sh From hknief at auctionwatch.com Fri Jun 16 03:52:09 2000 From: hknief at auctionwatch.com (Herman Knief) Date: Thu, 15 Jun 2000 18:52:09 -0700 (PDT) Subject: [Mailman-Users] Removing Default Footers? In-Reply-To: <20000615182604.K24181@verio.net> Message-ID: I'll check... I'm sure there is. On Thu, 15 Jun 2000, Erik S.E. Walum wrote: ->Is there a means for removing the default footers from mailman ->mailings withought editing the source? -> From jhebert at compu-aid.com Fri Jun 16 04:21:08 2000 From: jhebert at compu-aid.com (Jim Hebert) Date: Thu, 15 Jun 2000 22:21:08 -0400 (EDT) Subject: [Mailman-Users] New user comments In-Reply-To: Message-ID: [This post is intended to be humourous while also making a point. Please take it with a smiley.] On Thu, 15 Jun 2000, Derek Simkowiak wrote: > Oh yeah, and remember to carry this script with you wherever you > go, because it's not part of the standard MailMan installation... If you know how to use your editor, here's something very short that you don't have to "carry" with you from machine to machine: After you have one list in your aliases file: vim /etc/aliases GV5kyGpV5j:s/oldname/newname/g :wq 21 keystrokes plus the length of the 2 lists' names, once you're in the editor. Plus 'vim ' on the command line is 25. (the path to your aliases file, and that newline, is a break-even against part of cat whatever >> /etc/aliases) or emacs /etc/aliases M-> C-SPC C-u 6 (up arrow) C-w C-y C-y C-u 6 (up arrow) M-%oldname newname ! C-x C-c y 18 not counting modifier keys plus the length of the 2 lists' names. Plus 'emacs ' on the command line is 24. More if you count modifier keys. So, while the actual number depends on the temp file name, blah blah blah, we're talking about, order of magnitude, 25 keystrokes saved by getting this feature added, versus having to use previous entries in /etc/aliases as templates for later ones. So, you've posted probably approaching 10 thousand of keystrokes all told, reading the replies, logging back in again, etc etc etc. And it'll be more keystrokes to find out about, download, and install the latest version of the software, if we assume that with no further discussion they add your feature and relase a snapshot of the code, and we don't figure in the amount of keystrokes you cost anyone else like the programmer who writes this for you. So at this point, your keystroke investment would then hypothetically pay off for you after you've added about 400 lists to your mailman servers with your new feature. =) jim From claw at kanga.nu Fri Jun 16 06:16:47 2000 From: claw at kanga.nu (J C Lawrence) Date: Thu, 15 Jun 2000 21:16:47 -0700 Subject: [Mailman-Users] New user comments In-Reply-To: Message from Derek Simkowiak of "Thu, 15 Jun 2000 17:19:19 PDT." References: Message-ID: <14491.961129007@kanga.nu> On Thu, 15 Jun 2000 17:19:19 -0700 (PDT) Derek Simkowiak wrote: > I'd even wager that you use KDE instead of Gnome! Some of us use real window managers, not sissy pipsquake desktop "environments": ftp://ftp.kanga.nu/pub/JCL/Images/Desktop/ > (What's really funny are the sub-superiority complexes > within superiority complexes; i.e., Linux users fight over what > distro is best, Beowulf users fight over what MPI is best, etc.) > I really love the net :) We now return you to your reguarly scheduled signal. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From oscare at fib.upc.es Fri Jun 16 10:42:28 2000 From: oscare at fib.upc.es (Oscar Renalias) Date: Fri, 16 Jun 2000 10:42:28 +0200 Subject: [Mailman-Users] close a list Message-ID: <3949E874.C7ABA80@fib.upc.es> Hi! Could it be possible to close a list? I mean, first mass-subscribe manually a lot of members and then not allowing anybody else to subscribe. The reason for that is that the list is going to be private, and though I have thought of approval, it could be very boring to reject every subscription request if there were a lot of them. Thanks in advance! Oscar. -- "The less you know, the more you believe" (U2, Staring at the sun) Oscar Renalias - oscare at fib.upc.es From Nigel.Metheringham at VData.co.uk Fri Jun 16 10:49:32 2000 From: Nigel.Metheringham at VData.co.uk (Nigel Metheringham) Date: Fri, 16 Jun 2000 09:49:32 +0100 Subject: [Mailman-Users] New user comments In-Reply-To: Message from Gregory Leblanc of "Thu, 15 Jun 2000 11:26:45 PDT." Message-ID: GLeblanc at cu-portland.edu said: > I'm not opposed to this kind of patch, however I do understand the > argument. Would it be hard to add autoconf support with an option like > --enable-sendmail-auto-aliases? Configure/install time options that set policy are *bad*. For example if I make a prebuilt package like this configured without that option (because I never allow sendmail anywhere near my systems), it immediately makes that package specific for people not using sendmail. If the package is made using that option then its inappropriate for me, anyone else not using sendmail, and anyone running sendmail who doesn't have their aliases there or doesn't want random code diddling with aliases (which might be autogenerated off something else). Nigel. -- [ - Opinions expressed are personal and may not be shared by VData - ] [ Nigel Metheringham Nigel.Metheringham at VData.co.uk ] [ Phone: +44 1423 850000 Fax +44 1423 858866 ] From oscare at fib.upc.es Fri Jun 16 10:49:48 2000 From: oscare at fib.upc.es (Oscar Renalias) Date: Fri, 16 Jun 2000 10:49:48 +0200 Subject: [Mailman-Users] reply directly to the list Message-ID: <3949EA2C.FA0493DB@fib.upc.es> Hi! When I reply to a message coming from Mailman list, the reply goes to the sender rather than to list. Is it possible to press the "Reply" button (for example, in Netscape Messenger) and have the list address as the To: address instead of the user address? I tried to set an explicit Reply-To: header, but it doesn't work. Thank you. -- "The less you know, the more you believe" (U2, Staring at the sun) Oscar Renalias - oscare at fib.upc.es From godoy at conectiva.com Fri Jun 16 14:17:08 2000 From: godoy at conectiva.com (Jorge Godoy) Date: 16 Jun 2000 09:17:08 -0300 Subject: [Mailman-Users] Removing Default Footers? In-Reply-To: "Erik S.E. Walum"'s message of "Thu, 15 Jun 2000 18:26:04 -0700" References: <20000615182604.K24181@verio.net> Message-ID: "Erik S.E. Walum" writes: > Is there a means for removing the default footers from mailman > mailings withought editing the source? It would be interesting to remove them on replies... It would cut off some scripts needed. By the way, nobody answered me yet: is there any way to run external scripts on mailman based lists? Thanks, -- Godoy. Departamento de Publica??es Publishing Department Conectiva S.A. From jhebert at compu-aid.com Fri Jun 16 15:01:55 2000 From: jhebert at compu-aid.com (Jim Hebert) Date: Fri, 16 Jun 2000 09:01:55 -0400 (EDT) Subject: [Mailman-Users] Re: Applying validation scripts to mailman lists (Re: [Mailman-Users] apply s///g regex to subscriber list?) In-Reply-To: Message-ID: I'd port your script to be a procmail recipie, then change your aliases ( ok, that's a sendmail term, whatever it is for you) stuff to mail into procmail invoking this recipie rather than mailman-wrapper. The recipie would use procmail's ability to do things like regex-test mail headers and body, and optionally subject the mail to sed-based scrubbing before ultimately piping it to mailman-wrapper. But procmail certainly isn't a requisite. A shell script which stuck the message in a safe temp file (e.g. mktemp(1)-created), poked it and prodded it, and then ultimately if it decided to allow the message or some modified version of it through, ran mailman-wrapper whatever < $TMPFILE, would work fine too. So, yes, to the extent that you can place an arbitrary program in your aliases file that mail gets piped to, and that program can do arbitrary things like altering the mail or refusing to send it on to mailman at all, yes you can run scripts that do whatever you like with in conjunction mailman. [If I'm overlooking some sort of 'gotcha' to what I'm describing I hope someone will point it out.] HTH, jim On 15 Jun 2000, Jorge Godoy wrote: > I mean, we are using ezmlm+idx and we have a script that checks for > offensive words, blank messages, excessive quotes and other stuff like > that and I'd like to benefit from these on my mailman lists. > > Is it possible? This script is a shell script using mainly sed and > regexps. -- Jim Hebert http://www.cosource.com/ jim at cosource.com The cooperative market for open source software "Well actually I was considering opening a market in flying pigs. Mostly because it would be more practical...." -- Alan Cox Return-Path: Delivered-To: mailman-users at python.org Received: from cr355112-a.slnt1.on.wave.home.com (cr355112-a.slnt1.on.wave.home.com [24.42.139.67]) by dinsdale.python.org (Postfix) with ESMTP id 028941CE20 for ; Wed, 14 Jun 2000 22:04:25 -0400 (EDT) Received: from localhost (paul at localhost) by cr355112-a.slnt1.on.wave.home.com (8.9.3/8.9.3) with ESMTP id WAA08492 for ; Wed, 14 Jun 2000 22:05:51 -0400 Date: Wed, 14 Jun 2000 22:05:51 -0400 (EDT) From: paul To: mailman-users at python.org In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: [Mailman-Users] "not metoo" option & copy list config Sender: mailman-users-admin at python.org Errors-To: mailman-users-admin at python.org X-BeenThere: mailman-users at python.org X-Mailman-Version: 2.0beta3 Precedence: bulk List-Id: Mailman mailing list management users Question 1: Is there a way for users to select the "not metoo" option when they subscribe ? Question 2: Is there a way to copy a mailing list configuration to a new one but not the user list ? Thanks ___________________________________________________________ Paul Faure paul at engsoc.carleton.ca From marczak at usa.net Fri Jun 16 17:41:23 2000 From: marczak at usa.net (Edward Marczak) Date: Fri, 16 Jun 2000 11:41:23 -0400 Subject: [Mailman-Users] reply directly to the list In-Reply-To: <3949EA2C.FA0493DB@fib.upc.es> Message-ID: 16/6/00 4:49 AM, Oscar Renalias a ?crit: > Hi! > > When I reply to a message coming from Mailman list, the reply goes to > the sender rather than to list. Is it possible to press the "Reply" > button (for example, in Netscape Messenger) and have the list address as > the To: address instead of the user address? I tried to set an explicit > Reply-To: header, but it doesn't work. That's an option for each list. Go into admin for the list in question. Under 'General Options' you'll find "Where are replies to list messages directed?" Choose 'This List'. -- Ed Marczak marczak at usa.net From jerrya at jerrya.net Fri Jun 16 18:20:21 2000 From: jerrya at jerrya.net (Jerry Adlersfluegel) Date: Fri, 16 Jun 2000 11:20:21 -0500 (CDT) Subject: [Mailman-Users] Mailman with AOLserver Message-ID: This is a follow-up to my question earlier regarding the use of AOLserver instead of Apache. I finally had some time to look at it, and here are my results, which I tested with Mailman 2.0beta2. In your nsd.tcl config file, you should have the following: # # Modules to load # ns_section "ns/server/${servername}/modules" ns_param nssock ${bindir}/nssock.so ns_param nslog ${bindir}/nslog.so ns_param nscgi ${bindir}/nscgi.so # this one is important ns_param nsperm ${bindir}/nsperm.so # # mappings for mailman # ns_section "ns/server/${servername}/module/nscgi" ns_param Map "GET /mailman ${mailmanprefix}/cgi-bin" ns_param Map "POST /mailman ${mailmanprefix}/cgi-bin" This assumes that you have those variables set somewhere else in the file; something like this: set servername "foo" set bindir [file dirname [ns_info nsd]] set mailmanprefix "/home/mailman" -- Jerry Adlersfluegel From john.l.villalovos at intel.com Fri Jun 16 20:10:21 2000 From: john.l.villalovos at intel.com (Villalovos, John L) Date: Fri, 16 Jun 2000 11:10:21 -0700 Subject: [Mailman-Users] New user comments Message-ID: I'm with you Derek! I think it would be a nice convenient feature, hopefully you would have a command line argument for it. Later, John John Villalovos Intel Corporation 2111 NE 25TH AVE STOP JF2-70 HILLSBORO, OR 97124-5961 (503) 264-1320 Fax: (503) 264-6380 GPG 1.+/PGP 5.+/ DSS/Diffie Helman http://www.sodarock.com/JohnVillalovos-gpgkey.txt 1024D/1A25D86C 2F24 AD89 E5D5 C92B 7FE2 F878 7ED5 2D38 1A25 D86C -----Original Message----- From: Derek Simkowiak [mailto:dereks at kd-dev.com] Sent: Thursday, June 15, 2000 5:58 PM To: Dan Mick Cc: mailman-users at python.org Subject: Re: [Mailman-Users] New user comments -> You can do it, today, and no one else needs to have newlist do something -> they don't want? I don't *want* another option to newlist, and I -> don't want turds in /tmp. (Minor detail: the /tmp was just an arbitrary example. Some known location under the MailMan tree would probably make the most sense) -> This way, we're both happy. Here's the real issue. I didn't think anyone would object to such an option (because it's so minor --and convenient--), and I thought that most other people would appreciate having such an option (for the same reasons that I would appreciate having such an option). -> > Oh yeah, and remember to carry this script with you wherever you -> > go, because it's not part of the standard MailMan installation... -> -> If you make up your mind not to be pleased, you will get what you wish. It's not that at all. I just think that this is something other people, who are using Sendmail and telnetting in from mouseless workstations, could really appreciate. Incidentally, given that this particular option would not cause code bloat (or otherwise affect you), but could make life seriously easier for many people --which was the point of my last message-- , I don't see why anyone would object. Is it really all that painful to avoid typing "-a" (or whatever) at the command prompt? --Derek ------------------------------------------------------ Mailman-Users maillist - Mailman-Users at python.org http://www.python.org/mailman/listinfo/mailman-users From gaa at ulticom.com Fri Jun 16 20:27:54 2000 From: gaa at ulticom.com (Gary Algier) Date: Fri, 16 Jun 2000 14:27:54 -0400 Subject: [Mailman-Users] Subject: newlist output [was: New user comments] References: <20000615013014.3CE511CE00@dinsdale.python.org> Message-ID: <394A71AA.A26E4047@dgms.com> Alright I'm tired of all the pros and cons of writing a file. Here are patches to bin/newlist: --- bin/newlist.old Fri Jun 16 14:10:21 2000 +++ bin/newlist Fri Jun 16 14:15:09 2000 @@ -46,7 +46,6 @@ ALIASTEMPLATE = ''' -Entry for aliases file: ## %(listname)s mailing list ## created: %(date)s %(user)s @@ -128,7 +127,7 @@ } if len(argv) < 5: - print ("Hit enter to continue with %s owner notification..." + sys.stderr.write ("Hit enter to continue with %s owner notification..." % listname), sys.stdin.readline() # send the notice to the list owner These patches will make the "Hit enter" `text go to stderr and they will omit the "Entry for...". If you want to "see" the output and cut and paste with a mouse, use: newlist listname user at domain.com somepasswd If you don't have or want a mouse, use: newlist listname user at domain.com somepasswd >>/etc/aliases Also, if one wants to use this in a CGI it will write the useful stuff to stdout so it can be picked up by the CGI script and be used directly. Placing the data in a hardcoded file, _of_any_name_, is wrong. What if two instances of "newlist" are run at the same time? (I am assuming, of course, that the rest of the code in newlist is properly protected). Two little side questions (being a non-pythoner): Why does everyting write to stdout? Why is there no sys.stderr.print method? -- Gary Algier, WB2FWZ gary.algier at ulticom.com +1 856 787 2758 Ulticom Inc., 1020 Briggs Rd, Mt. Laurel, NJ 08054 Fax:+1 856 866 2033 This space intentionally left blank by the censors. From marczak at usa.net Fri Jun 16 21:25:17 2000 From: marczak at usa.net (Edward Marczak) Date: Fri, 16 Jun 2000 15:25:17 -0400 Subject: [Mailman-Users] Removing Default Footers? In-Reply-To: Message-ID: >> "Erik S.E. Walum" writes: >> Is there a means for removing the default footers from mailman >> mailings withought editing the source? Sure: Go to the admin page and look at the (blah, blah, blah)-member Options pages. Just clear out the text in the footer field. > 16/6/00 8:17 AM, Jorge Godoy a ?crit: > It would be interesting to remove them on replies... It would cut off > some scripts needed. By the way, nobody answered me yet: is there any > way to run external scripts on mailman based lists? By that you mean....? -- Ed Marczak marczak at usa.net From godoy at conectiva.com Fri Jun 16 21:40:25 2000 From: godoy at conectiva.com (Jorge Godoy) Date: 16 Jun 2000 16:40:25 -0300 Subject: [Mailman-Users] Removing Default Footers? In-Reply-To: Edward Marczak's message of "Fri, 16 Jun 2000 15:25:17 -0400" References: Message-ID: Edward Marczak writes: > > 16/6/00 8:17 AM, Jorge Godoy a ?crit: > > It would be interesting to remove them on replies... It would cut off > > some scripts needed. By the way, nobody answered me yet: is there any > > way to run external scripts on mailman based lists? > > By that you mean....? > -- > Ed Marczak > marczak at usa.net > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users Removing the above footer. Mailman should parse the message and compare the footer with it's default footer (plus a > or some other things used as quotation identifiers) and remove these lines. This way we wouldn't see the above three useless lines on my message. Thanks, -- Godoy. Departamento de Publica??es Publishing Department Conectiva S.A. From smead at amplepower.com Fri Jun 16 22:54:56 2000 From: smead at amplepower.com (David Smead) Date: Fri, 16 Jun 2000 13:54:56 -0700 (PDT) Subject: [Mailman-Users] Subject: newlist output [was: New user comments] In-Reply-To: <394A71AA.A26E4047@dgms.com> Message-ID: Gary, You can do things like sys.stdout.write(line), where no '\n' is added to line as it would be with print. Sincerely, David Smead http://www.amplepower.com. http://www.ampletech.com. On Fri, 16 Jun 2000, Gary Algier wrote: > Alright I'm tired of all the pros and cons of writing a file. Here > are patches to bin/newlist: > > --- bin/newlist.old Fri Jun 16 14:10:21 2000 > +++ bin/newlist Fri Jun 16 14:15:09 2000 > @@ -46,7 +46,6 @@ > > > ALIASTEMPLATE = ''' > -Entry for aliases file: > > ## %(listname)s mailing list > ## created: %(date)s %(user)s > @@ -128,7 +127,7 @@ > } > > if len(argv) < 5: > - print ("Hit enter to continue with %s owner notification..." > + sys.stderr.write ("Hit enter to continue with %s owner notification..." > % listname), > sys.stdin.readline() > # send the notice to the list owner > > These patches will make the "Hit enter" `text go to stderr and they will > omit the "Entry for...". If you want to "see" the output and cut and > paste with a mouse, use: > newlist listname user at domain.com somepasswd > If you don't have or want a mouse, use: > newlist listname user at domain.com somepasswd >>/etc/aliases > > > Also, if one wants to use this in a CGI it will write the useful stuff > to stdout so it can be picked up by the CGI script and be used directly. > Placing the data in a hardcoded file, _of_any_name_, is wrong. What if > two instances of "newlist" are run at the same time? (I am assuming, > of course, that the rest of the code in newlist is properly protected). > > Two little side questions (being a non-pythoner): > Why does everyting write to stdout? Why is there no > sys.stderr.print method? > > -- > Gary Algier, WB2FWZ gary.algier at ulticom.com +1 856 787 2758 > Ulticom Inc., 1020 Briggs Rd, Mt. Laurel, NJ 08054 Fax:+1 856 866 2033 > > This space intentionally left blank by the censors. > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From dereks at kd-dev.com Fri Jun 16 23:03:07 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Fri, 16 Jun 2000 14:03:07 -0700 (PDT) Subject: [Mailman-Users] Subject: newlist output [was: New user comments] In-Reply-To: Message-ID: -> > Alright I'm tired of all the pros and cons of writing a file. Here -> > are patches to bin/newlist: [...] -> > paste with a mouse, use: -> > newlist listname user at domain.com somepasswd -> > If you don't have or want a mouse, use: -> > newlist listname user at domain.com somepasswd >>/etc/aliases Heh, funny, I was just implementing the exact same idea except backwards. Great minds and all that. I was going to have the *aliases only* printed to stderr, and everything else to stdout (as it currently is). Then, anyone (like me) who wants the aliases into a text file could redirect stderr ONLY into a text file. Either patch, imho, is an excellent solution to the problem. Which one would people prefer? (In my experience, newbies know how to redirect stdout with '>' but not stderr with '2>' in bash, so perhaps Gary's patch is the one to use?) --Derek P.S.> Will this patch make it into 2.0? From mentor at alb-net.com Fri Jun 16 23:24:42 2000 From: mentor at alb-net.com (Mentor Cana) Date: Fri, 16 Jun 2000 17:24:42 -0400 (EDT) Subject: [Mailman-Users] editing messages on hold donesn't work Message-ID: I don't remember if modifying the messages for approval was supposed to be a feature yet or not. Anyways, I just tried modifying the message body and then approved the message and the changes were lost. The messages was distributed as it came... later, Mentor From bwarsaw at python.org Fri Jun 16 23:39:10 2000 From: bwarsaw at python.org (Barry A. Warsaw) Date: Fri, 16 Jun 2000 17:39:10 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] editing messages on hold donesn't work References: Message-ID: <14666.40574.479937.533421@anthem.concentric.net> >>>>> "MC" == Mentor Cana writes: MC> I don't remember if modifying the messages for approval was MC> supposed to be a feature yet or not. Not. From dgc at uchicago.edu Fri Jun 16 23:43:04 2000 From: dgc at uchicago.edu (David Champion) Date: Fri, 16 Jun 2000 16:43:04 -0500 Subject: [Mailman-Users] Re: editing messages on hold donesn't work In-Reply-To: <14666.40574.479937.533421@anthem.concentric.net>; from bwarsaw@python.org on Fri, Jun 16, 2000 at 05:39:10PM -0400 References: <14666.40574.479937.533421@anthem.concentric.net> Message-ID: <20000616164304.Q13782@smack.uchicago.edu> On 2000.06.16, in <14666.40574.479937.533421 at anthem.concentric.net>, "Barry A. Warsaw" wrote: > > >>>>> "MC" == Mentor Cana writes: > > MC> I don't remember if modifying the messages for approval was > MC> supposed to be a feature yet or not. > > Not. Now or ever? -- -D. dgc at uchicago.edu NSIT University of Chicago From marczak at usa.net Sat Jun 17 01:21:42 2000 From: marczak at usa.net (Edward Marczak) Date: Fri, 16 Jun 2000 19:21:42 -0400 Subject: [Mailman-Users] Removing Default Footers? In-Reply-To: Message-ID: 16/6/00 3:40 PM, Jorge Godoy a ?crit: > Edward Marczak writes: > >>> 16/6/00 8:17 AM, Jorge Godoy a ?crit: >>> It would be interesting to remove them on replies... It would cut off >>> some scripts needed. By the way, nobody answered me yet: is there any >>> way to run external scripts on mailman based lists? >> >> By that you mean....? >> >> ------------------------------------------------------ >> Mailman-Users maillist - Mailman-Users at python.org >> http://www.python.org/mailman/listinfo/mailman-users > > Removing the above footer. Mailman should parse the message and > compare the footer with it's default footer (plus a > or some other > things used as quotation identifiers) and remove these lines. This way > we wouldn't see the above three useless lines on my message. Ah. Yeah, that'd be cool. I think I'm going to have to learn python... -- Ed Marczak marczak at usa.net From MorrowTh at missouri.edu Sat Jun 17 02:05:14 2000 From: MorrowTh at missouri.edu (Morrow, Thomas) Date: Fri, 16 Jun 2000 19:05:14 -0500 Subject: [Mailman-Users] Hi folks I am new Message-ID: I have a site called www.northmosportsmen.com . I have it hosted by Burst.net. They have Mail man as a list serve. I chose to load it and set it up. I am still testing it and have not had a successful test yet. Currently I have two subscribers me and my self. When I send a test to the list it comes back "waiting for admin approval" or undeliverable. I have changed settings around and I get nothing more out of this list. I am the admin so I go in and try to approve a test and it never goes out to the list or the sender. My intent is to make this a general special interest discussion list where any member shoots out a question, everyone gets it and replies if they want to and everyone gets the replies. I am starting to believe my host has it set up wrong on the server but I have no control of that I know of. Lost in the woods Tom From gaa at ulticom.com Sat Jun 17 02:35:27 2000 From: gaa at ulticom.com (Gary Algier) Date: Fri, 16 Jun 2000 20:35:27 -0400 Subject: [Mailman-Users] Re: Quick question about your newlist patch References: Message-ID: <394AC7CF.EC1DF7D1@ulticom.com> Derek Simkowiak wrote: > > -> > These patches will make the "Hit enter" `text go to stderr and they will > -> > omit the "Entry for...". If you want to "see" the output and cut and > -> > paste with a mouse, use: > -> > newlist listname user at domain.com somepasswd > -> > If you don't have or want a mouse, use: > -> > newlist listname user at domain.com somepasswd >>/etc/aliases > > Gary, > Just to confirm: your patch still allows for interactive input to > the newlist script, right? > > What did you mean by omitting the "Entry for..."? I think the > newlist script should keep its informational messages, but just print them > to stderr (or stdout, if the useful stuff goes to stderr--whichever way > works). > > --Derek Unfortunately, all I really know about Python is how to find the book on my shelf so I did not want to dig too deeply into the code. Too many languages, too little time. In general, in the Unix world, user prompts should go to stderr (or /dev/tty) so that "real" output can be redirected. Sometime try the command: echo g/re/p | ed -x filename >output and you will see the prompt, the output will get the real output. [This does a grep of an "encrypted" file] Well, I gave it a try. I could not find where to fix raw_input() and getpass() is in the Mailman/pythonlib directory. I did not want to break anything else by "fixing" getpass, so I did a kludge in newlist. I made these function calls output nothing, while doing the sys.stderr.write() just before. I also fixed the usage() function. I hate programs that write error messages and usage messages into my files. Attached is the new (combined) patch. [Please excuse the attachment as I can't figure out how to make my email client (Netscape) insert a file inline. If I cut and paste I will mess up the spacing.] -- Gary Algier, WB2FWZ gary.algier at ulticom.com +1 856 787 2758 Ulticom Inc., 1020 Briggs Rd, Mt. Laurel, NJ 08054 Fax:+1 856 866 2033 This space intentionally left blank by the censors. -------------- next part -------------- --- bin/newlist.old Fri Jun 16 14:10:21 2000 +++ bin/newlist Fri Jun 16 20:10:03 2000 @@ -46,7 +46,6 @@ ALIASTEMPLATE = ''' -Entry for aliases file: ## %(listname)s mailing list ## created: %(date)s %(user)s @@ -70,9 +69,11 @@ def usage(code, msg=''): - print __doc__ + sys.stderr.write(__doc__) + sys.stderr.write("\n") if msg: - print msg + sys.stderr.write(msg) + sys.stderr.write("\n") sys.exit(code) @@ -81,7 +82,8 @@ if len(argv) > 1: listname = argv[1] else: - listname = raw_input("Enter the name of the list: ") + sys.stderr.write("Enter the name of the list: ") + listname = raw_input("") listname = string.lower(listname) if '@' in listname: @@ -93,12 +95,13 @@ if len(argv) > 2: owner_mail = argv[2] else: - owner_mail = raw_input( - "Enter the email of the person running the list: ") + sys.stderr.write("Enter the email of the person running the list: ") + owner_mail = raw_input("") if len(argv) > 3: list_pw = argv[3] else: - list_pw = getpass.getpass("Initial %s password: " % listname) + sys.stderr.write("Initial %s password: " % listname) + list_pw = getpass.getpass("") mlist = MailList.MailList() try: @@ -116,6 +119,7 @@ usage(1, 'Bad owner email address: ' + owner_mail) + sys.stderr.write("Entry for aliases file: \n\n") print ALIASTEMPLATE % { 'listname': listname, 'list' : "%-24s" % (listname + ":"), @@ -128,7 +132,7 @@ } if len(argv) < 5: - print ("Hit enter to continue with %s owner notification..." + sys.stderr.write ("Hit enter to continue with %s owner notification..." % listname), sys.stdin.readline() # send the notice to the list owner From edc at proadmin.com Sat Jun 17 04:40:42 2000 From: edc at proadmin.com (Eric D. Christensen) Date: Fri, 16 Jun 2000 19:40:42 -0700 Subject: [Mailman-Users] "aliases" for subscriber addresses? Message-ID: Maybe I'm missing something obvious, but I don't think so. I have a few subscribers on who have bizarre email systems (mostly Exchange and some Mac based systems) that generate a mangled (but valid) From: address on their postings (i.e. john.smith at mail1.stupid.exchange.com). However John has no clue what his email address looks like on the outside. He thinks he's john at exchange.com. Short of trying to educate users to subscribe with the address that their mail system identifies them as (which they often don't know), is there a way to "alias" addresses within mailman so I don't get clobbered with "Post by non-member to a members-only list" admin requests every time they post? If it was one or two I could deal with it, but it's like 10% of my 400 subscribers. ---- Eric D. Christensen ProAdmin, Inc. Serious System Administration (408)776-3410 From smead at amplepower.com Sat Jun 17 06:34:48 2000 From: smead at amplepower.com (David Smead) Date: Fri, 16 Jun 2000 21:34:48 -0700 (PDT) Subject: [Mailman-Users] "aliases" for subscriber addresses? In-Reply-To: Message-ID: Eric, Aren't you asking mailman to fix a problem that is in the clients network? Why not get their sys admin to fix the problem with how people address look on the outside? Sincerely, David Smead http://www.amplepower.com. http://www.ampletech.com. On Fri, 16 Jun 2000, Eric D. Christensen wrote: > Maybe I'm missing something obvious, but I don't think so. > > I have a few subscribers on who have bizarre email systems (mostly Exchange > and some Mac based systems) that generate a mangled (but valid) From: > address on their postings (i.e. john.smith at mail1.stupid.exchange.com). > However John has no clue what his email address looks like on the outside. > He thinks he's john at exchange.com. Short of trying to educate users to > subscribe with the address that their mail system identifies them as (which > they often don't know), is there a way to "alias" addresses within mailman > so I don't get clobbered with "Post by non-member to a members-only list" > admin requests every time they post? > > If it was one or two I could deal with it, but it's like 10% of my 400 > subscribers. > > ---- > Eric D. Christensen > ProAdmin, Inc. > Serious System Administration > (408)776-3410 > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From edc at proadmin.com Sat Jun 17 06:36:38 2000 From: edc at proadmin.com (Eric D. Christensen) Date: Fri, 16 Jun 2000 21:36:38 -0700 Subject: [Mailman-Users] "aliases" for subscriber addresses? In-Reply-To: Message-ID: > Aren't you asking mailman to fix a problem that is in the clients network? > > Why not get their sys admin to fix the problem with how people address > look on the outside? Yes, agreed it's really the user's problem... but we're dealing with the "real" world here. Lots of gateway products... particularly older Mac, Novell and various Mainframe gateways really munge up email addresses for no apparent reason. As a system administrator it irritates the living crap out of me. But go try to convince a bunch of old school mainframe admins at someplace like General Motors or Bank of America that their PROFS gateway is broken. I'd get more satisfaction by hitting myself over the head with a 2x4 for a couple hours. The other reason for having subscriber aliasing support (maybe better called "alternate addresses") is the more common problem of a user having 2 addresses... say home and work. They'd like to be able to post from more than one account, but that means that I inevitably end up doing the approval from one or the other. Some other list managers that I've worked with over the years have had this capability, and I've found it to be a handy feature. I suppose that I could make a mod to mailman to handle this, but I'm not a python guru and I really don't have much time to go explore the existing code to figure out what I need to modify. Not o mention that if I'm going to hack on the code, I want to do it "right" so I can contribute it back to the project. I could always rewrite addresses with a ruleset in sendmail or a procmail filter on the incoming queue, but that's hardly the "right" way to handle it. Perhaps next month when one of my contracts ends I'll be able to squeak in a few hours some afternoon to come up with a good solution. ---- Eric D. Christensen ProAdmin, Inc. Serious System Administration (408)776-3410 From jhebert at compu-aid.com Sat Jun 17 08:22:51 2000 From: jhebert at compu-aid.com (Jim Hebert) Date: Sat, 17 Jun 2000 02:22:51 -0400 (EDT) Subject: [Mailman-Users] "aliases" for subscriber addresses? In-Reply-To: Message-ID: You can subscribe those alt addresses and set 'nomail' for them. You also can just fill in a list of addresses that are allowed to post even without being list members. Between the two of them, does that cover it? I guess it's not somehow automated, in that it doesn't automatically erect all these workarounds based on detecting broken lusers or something, but dealing with each by hand once is better than dealing with each by hand every time they post. =) jim -- Jim Hebert http://www.cosource.com/ jim at cosource.com The cooperative market for open source software "Well actually I was considering opening a market in flying pigs. Mostly because it would be more practical...." -- Alan Cox From bwarsaw at python.org Sat Jun 17 07:40:52 2000 From: bwarsaw at python.org (Barry A. Warsaw) Date: Sat, 17 Jun 2000 01:40:52 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] Re: editing messages on hold donesn't work References: <14666.40574.479937.533421@anthem.concentric.net> <20000616164304.Q13782@smack.uchicago.edu> Message-ID: <14667.3940.630979.158550@anthem.concentric.net> >>>>> "DC" == David Champion writes: > >>>>> "MC" == Mentor Cana writes: > > MC> I don't remember if modifying the messages for approval was > MC> supposed to be a feature yet or not. > > Not. DC> Now or ever? Never say never. :) It would be a useful feature to have. From dan at scsiboy.com Sat Jun 17 09:44:59 2000 From: dan at scsiboy.com (Dan Lowe) Date: Sat, 17 Jun 2000 03:44:59 -0400 Subject: [Mailman-Users] New user comments In-Reply-To: ; from dereks@kd-dev.com on Thu, Jun 15, 2000 at 05:45:40PM -0700 References: <200006160045.RAA09996@utopia.west.sun.com> Message-ID: <20000617034458.A5446@scsiboy.com> Previously, Derek Simkowiak said: > -> Aw, come on: > -> > -> #!/bin/ksh > -> LIST=foo > -> OWNER=dmick at west.sun.com > -> PASSWORD=password > > So now I need to manually edit this script each time before I run > it, instead of just answering prompts. > > Of course, you could write in the prompts into your script, and > parse the input... adjusting, of course, for invalid input incase I hit a > typo... tell me again how that's easier than just having bin/newlist write > out a text file? You could always do this... ./newlist listname owner at domain.com somepassword > listname-aliases.txt [wait 3 seconds] [hit enter] Then with about 3 seconds of work in vi on /tmp/listname you'd have your alias import file and you can do with it as you wish. -- "Intel Inside" is a Government Warning required by Law. From claw at kanga.nu Sat Jun 17 18:17:13 2000 From: claw at kanga.nu (J C Lawrence) Date: Sat, 17 Jun 2000 09:17:13 -0700 Subject: [Mailman-Users] "aliases" for subscriber addresses? In-Reply-To: Message from "Eric D. Christensen" of "Fri, 16 Jun 2000 21:36:38 PDT." References: Message-ID: <10918.961258633@kanga.nu> On Fri, 16 Jun 2000 21:36:38 -0700 Eric D Christensen wrote: > Yes, agreed it's really the user's problem... but we're dealing > with the "real" world here. Lots of gateway > products... particularly older Mac, Novell and various Mainframe > gateways really munge up email addresses for no apparent > reason. As a system administrator it irritates the living crap out > of me. But go try to convince a bunch of old school mainframe > admins at someplace like General Motors or Bank of America that > their PROFS gateway is broken. I'd get more satisfaction by > hitting myself over the head with a 2x4 for a couple hours. I've found good success in simply not letting those people be on my lists, and telling them why. They then bitch to the correct people involved, both without involving me and usually with far more effect than me. > The other reason for having subscriber aliasing support (maybe > better called "alternate addresses") is the more common problem of > a user having 2 addresses... say home and work. They'd like to be > able to post from more than one account, but that means that I > inevitably end up doing the approval from one or the other. I tell them to subscribe both and set one to NoMail. > Some other list managers that I've worked with over the years have > had this capability, and I've found it to be a handy feature. You can also use the auto-approve-postings-from option in the Privacy section. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From smead at amplepower.com Sat Jun 17 19:55:11 2000 From: smead at amplepower.com (David Smead) Date: Sat, 17 Jun 2000 10:55:11 -0700 (PDT) Subject: [Mailman-Users] "aliases" for subscriber addresses? In-Reply-To: Message-ID: Eric, One way to handle the two address problem is to enter the second address into the list of people allowed to post to the list as `non-members'. That same method my be appropriate for the other problem of alternate email addresses. Sincerely, David Smead http://www.amplepower.com. http://www.ampletech.com. On Fri, 16 Jun 2000, Eric D. Christensen wrote: > > Aren't you asking mailman to fix a problem that is in the clients network? > > > > Why not get their sys admin to fix the problem with how people address > > look on the outside? > > Yes, agreed it's really the user's problem... but we're dealing with the > "real" world here. Lots of gateway products... particularly older Mac, > Novell and various Mainframe gateways really munge up email addresses for no > apparent reason. As a system administrator it irritates the living crap out > of me. But go try to convince a bunch of old school mainframe admins at > someplace like General Motors or Bank of America that their PROFS gateway is > broken. I'd get more satisfaction by hitting myself over the head with a 2x4 > for a couple hours. > > The other reason for having subscriber aliasing support (maybe better called > "alternate addresses") is the more common problem of a user having 2 > addresses... say home and work. They'd like to be able to post from more > than one account, but that means that I inevitably end up doing the approval > from one or the other. > > Some other list managers that I've worked with over the years have had this > capability, and I've found it to be a handy feature. > > I suppose that I could make a mod to mailman to handle this, but I'm not a > python guru and I really don't have much time to go explore the existing > code to figure out what I need to modify. Not o mention that if I'm going to > hack on the code, I want to do it "right" so I can contribute it back to the > project. I could always rewrite addresses with a ruleset in sendmail or a > procmail filter on the incoming queue, but that's hardly the "right" way to > handle it. Perhaps next month when one of my contracts ends I'll be able to > squeak in a few hours some afternoon to come up with a good solution. > > ---- > Eric D. Christensen > ProAdmin, Inc. > Serious System Administration > (408)776-3410 > > > From atkinsr at colltech.com Sat Jun 17 22:39:27 2000 From: atkinsr at colltech.com (Rusty Atkins) Date: Sat, 17 Jun 2000 16:39:27 -0400 Subject: [Mailman-Users] Migrating archives from smartlist Message-ID: <394BE1FF.D8381F6E@colltech.com> Has anyone had any success in doing this? I'm ready to migrate about 100 lists from smartlist to mailman, but have to be able to move the archives over or this project isn't going to fly. Thx in advance! From morris at unc.edu Sun Jun 18 03:49:29 2000 From: morris at unc.edu (Joe Morris) Date: Sat, 17 Jun 2000 21:49:29 -0400 (Eastern Daylight Time) Subject: [Mailman-Users] "aliases" for subscriber addresses? In-Reply-To: Message-ID: On Fri, 16 Jun 2000, Eric D. Christensen wrote: | I have a few subscribers on who have bizarre email systems (mostly Exchange | and some Mac based systems) that generate a mangled (but valid) From: | address on their postings (i.e. john.smith at mail1.stupid.exchange.com). | However John has no clue what his email address looks like on the outside. | He thinks he's john at exchange.com... Have you tried adding the following to your MAILMANHOME/Mailman/mm_cfg.py? I saw this in the Defaults.py... - - - - - 8< - - - - - Cut Here - - - - - 8< - - - - - # When true, mailman will consider user at host.domain to be the same address # as user at domain. If set to 0, mailman will consider user at host.domain to # be the same address as user at Host.DoMain, but different than user at domain. # Usernames will be case preserved, and host parts of addresses will all be # lowercased. SMART_ADDRESS_MATCH = 1 - - - - - 8< - - - - - Cut Here - - - - - 8< - - - - - Majordomo used to call it munging the domain. I think that will take care of the problem you are talking about. _______________________________________________________ Joe Morris http://metalab.unc.edu/morris Web Systems Manager, ATN http://help.unc.edu UNC-Chapel Hill http://www.unc.edu From mentor at alb-net.com Sun Jun 18 04:40:57 2000 From: mentor at alb-net.com (Mentor Cana) Date: Sat, 17 Jun 2000 22:40:57 -0400 (EDT) Subject: [Mailman-Users] a bug with the most recent CVS Message-ID: TypeError: not enough arguments; expected 7, got 4 --- Jun 17 21:44:25 2000 admin(20600): @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ admin(20600): [----- Mailman Version: 2.0beta3 -----] admin(20600): [----- Traceback ------] admin(20600): Traceback (innermost last): admin(20600): File "/opt/home/mailman/scripts/driver", line 95, in run_main admin(20600): main() admin(20600): File "/opt/home/mailman/Mailman/Cgi/admindb.py", line 122, in main admin(20600): PrintRequests(mlist, doc, form) admin(20600): File "/opt/home/mailman/Mailman/Cgi/admindb.py", line 177, in PrintRequests admin(20600): PrintPostRequest(mlist, id, info, total, count, form) admin(20600): File "/opt/home/mailman/Mailman/Cgi/admindb.py", line 216, in PrintPostRequest admin(20600): mlist.HandleRequest(id, 2, None) admin(20600): TypeError: not enough arguments; expected 7, got 4 admin(20600): [----- Python Information -----] admin(20600): sys.version = 1.5.2 (#6, Jan 5 2000, 13:41:49) [GCC 2.95.2 19991024 (release)] admin(20600): sys.executable = /usr/local/bin/python admin(20600): sys.prefix = /usr/local admin(20600): sys.exec_prefix= /usr/local admin(20600): sys.path = /usr/local admin(20600): sys.platform = sunos5 admin(20600): [----- Environment Variables -----] admin(20600): DOCUMENT_ROOT: /opt/i386/html admin(20600): SERVER_ADDR: 205.216.244.65 admin(20600): HTTP_ACCEPT_ENCODING: gzip, deflate admin(20600): REMOTE_HOST: spider-tm011.proxy.aol.com admin(20600): CONTENT_TYPE: application/x-www-form-urlencoded admin(20600): PATH_TRANSLATED: /opt/i386/html/alb-club admin(20600): SERVER_SOFTWARE: Apache/1.3.12 (Unix) mod_ssl/2.6.0 OpenSSL/0.9.4 admin(20600): GATEWAY_INTERFACE: CGI/1.1 admin(20600): HTTP_ACCEPT_LANGUAGE: en-us admin(20600): REMOTE_ADDR: 152.163.197.46 admin(20600): SERVER_PORT: 80 admin(20600): TZ: US/Eastern admin(20600): HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 4.01; AOL 5.0; Windows 98) admin(20600): HTTP_ACCEPT: application/msword, application/x-comet, */* admin(20600): REQUEST_URI: /mailman/admindb/alb-club admin(20600): LD_LIBRARY_PATH: /opt/i386/lib admin(20600): PATH: /usr/sbin:/usr/bin:/bin:/usr/bin:/usr/ucb:/usr/ccs/bin/:/opt/i386/bin:/usr/sbin:/opt/i386/bin/include:/etc:/usr/local/bin:/opt/i386/Perl/bin:/opt/i386/lib:/etc/lib admin(20600): QUERY_STRING: admin(20600): SERVER_PROTOCOL: HTTP/1.0 admin(20600): CONTENT_LENGTH: 15 admin(20600): HTTP_HOST: www.alb-net.com admin(20600): REQUEST_METHOD: POST admin(20600): SERVER_SIGNATURE:

Apache/1.3.12 Server at www.alb-net.com Port 80
admin(20600): SCRIPT_NAME: /mailman/admindb admin(20600): SERVER_ADMIN: staff at alb-net.com admin(20600): SCRIPT_FILENAME: /opt/home/mailman/cgi-bin/admindb admin(20600): PYTHONPATH: /opt/home/mailman admin(20600): PATH_INFO: /alb-club admin(20600): HTTP_REFERER: http://www.alb-net.com/mailman/admindb/alb-club admin(20600): HTTP_PRAGMA: No-Cache admin(20600): SERVER_NAME: www.alb-net.com admin(20600): REMOTE_PORT: 43440 From bigdog at dogpound.vnet.net Sun Jun 18 05:03:24 2000 From: bigdog at dogpound.vnet.net (Matt Davis) Date: Sat, 17 Jun 2000 23:03:24 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] a bug with the most recent CVS In-Reply-To: Message-ID: On Sat, 17 Jun 2000, Mentor Cana wrote: > TypeError: not enough arguments; expected 7, got 4 It might help if you tell us a bit more about what you were doing at hte time you got this problem. What did you click? What page was it from? What were you doing at the time? What color were your socks when this happened? -- Matt Davis - ICQ# 934680 http://dogpound.vnet.net/ ---------------------------------------------------------------- Drive C: Error, (A)bort (R)etry (I)gnore (K)ick (S)cream ---------------------------------------------------------------- Saturday, June 17, 2000 / 11:01PM From mentor at alb-net.com Sun Jun 18 05:14:47 2000 From: mentor at alb-net.com (Mentor Cana) Date: Sat, 17 Jun 2000 23:14:47 -0400 (EDT) Subject: [Mailman-Users] [Mailman-Developers] a bug with the most recent CVS (fwd) Message-ID: Sorry for not adding the additional line of explanation. It happened after hitting "Tend to pending administrative requests." The page shows the error below. The list in question has more then 10 pending approval (looking at data/ directory). thanks, mentor ---------- Forwarded message ---------- Date: Sat, 17 Jun 2000 22:40:57 -0400 (EDT) From: Mentor Cana To: mailman-developers at python.org Cc: mailman-users at python.org Subject: [Mailman-Developers] a bug with the most recent CVS TypeError: not enough arguments; expected 7, got 4 --- Jun 17 21:44:25 2000 admin(20600): @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ admin(20600): [----- Mailman Version: 2.0beta3 -----] admin(20600): [----- Traceback ------] admin(20600): Traceback (innermost last): admin(20600): File "/opt/home/mailman/scripts/driver", line 95, in run_main admin(20600): main() admin(20600): File "/opt/home/mailman/Mailman/Cgi/admindb.py", line 122, in main admin(20600): PrintRequests(mlist, doc, form) admin(20600): File "/opt/home/mailman/Mailman/Cgi/admindb.py", line 177, in PrintRequests admin(20600): PrintPostRequest(mlist, id, info, total, count, form) admin(20600): File "/opt/home/mailman/Mailman/Cgi/admindb.py", line 216, in PrintPostRequest admin(20600): mlist.HandleRequest(id, 2, None) admin(20600): TypeError: not enough arguments; expected 7, got 4 admin(20600): [----- Python Information -----] admin(20600): sys.version = 1.5.2 (#6, Jan 5 2000, 13:41:49) [GCC 2.95.2 19991024 (release)] admin(20600): sys.executable = /usr/local/bin/python admin(20600): sys.prefix = /usr/local admin(20600): sys.exec_prefix= /usr/local admin(20600): sys.path = /usr/local admin(20600): sys.platform = sunos5 admin(20600): [----- Environment Variables -----] admin(20600): DOCUMENT_ROOT: /opt/i386/html admin(20600): SERVER_ADDR: 205.216.244.65 admin(20600): HTTP_ACCEPT_ENCODING: gzip, deflate admin(20600): REMOTE_HOST: spider-tm011.proxy.aol.com admin(20600): CONTENT_TYPE: application/x-www-form-urlencoded admin(20600): PATH_TRANSLATED: /opt/i386/html/alb-club admin(20600): SERVER_SOFTWARE: Apache/1.3.12 (Unix) mod_ssl/2.6.0 OpenSSL/0.9.4 admin(20600): GATEWAY_INTERFACE: CGI/1.1 admin(20600): HTTP_ACCEPT_LANGUAGE: en-us admin(20600): REMOTE_ADDR: 152.163.197.46 admin(20600): SERVER_PORT: 80 admin(20600): TZ: US/Eastern admin(20600): HTTP_USER_AGENT: Mozilla/4.0 (compatible; MSIE 4.01; AOL 5.0; Windows 98) admin(20600): HTTP_ACCEPT: application/msword, application/x-comet, */* admin(20600): REQUEST_URI: /mailman/admindb/alb-club admin(20600): LD_LIBRARY_PATH: /opt/i386/lib admin(20600): PATH: /usr/sbin:/usr/bin:/bin:/usr/bin:/usr/ucb:/usr/ccs/bin/:/opt/i386/bin:/usr/sbin:/opt/i386/bin/include:/etc:/usr/local/bin:/opt/i386/Perl/bin:/opt/i386/lib:/etc/lib admin(20600): QUERY_STRING: admin(20600): SERVER_PROTOCOL: HTTP/1.0 admin(20600): CONTENT_LENGTH: 15 admin(20600): HTTP_HOST: www.alb-net.com admin(20600): REQUEST_METHOD: POST admin(20600): SERVER_SIGNATURE:
Apache/1.3.12 Server at www.alb-net.com Port 80
admin(20600): SCRIPT_NAME: /mailman/admindb admin(20600): SERVER_ADMIN: staff at alb-net.com admin(20600): SCRIPT_FILENAME: /opt/home/mailman/cgi-bin/admindb admin(20600): PYTHONPATH: /opt/home/mailman admin(20600): PATH_INFO: /alb-club admin(20600): HTTP_REFERER: http://www.alb-net.com/mailman/admindb/alb-club admin(20600): HTTP_PRAGMA: No-Cache admin(20600): SERVER_NAME: www.alb-net.com admin(20600): REMOTE_PORT: 43440 _______________________________________________ Mailman-Developers mailing list Mailman-Developers at python.org http://www.python.org/mailman/listinfo/mailman-developers From bwarsaw at python.org Mon Jun 19 08:12:30 2000 From: bwarsaw at python.org (Barry A. Warsaw) Date: Mon, 19 Jun 2000 02:12:30 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] a bug with the most recent CVS References: Message-ID: <14669.47566.224850.953941@anthem.concentric.net> >>>>> "MC" == Mentor Cana writes: MC> TypeError: not enough arguments; expected 7, got 4 Patch appended. -Barry Index: admindb.py =================================================================== RCS file: /cvsroot/mailman/mailman/Mailman/Cgi/admindb.py,v retrieving revision 1.25 retrieving revision 1.26 diff -u -r1.25 -r1.26 --- admindb.py 2000/06/15 21:01:51 1.25 +++ admindb.py 2000/06/19 06:11:18 1.26 @@ -213,7 +213,7 @@ # TBD: kludge to remove id from requests.db. value==2 means # discard the message. try: - mlist.HandleRequest(id, 2, None) + mlist.HandleRequest(id, 3, None, None, None, None) except Errors.LostHeldMessage: pass return From bwarsaw at python.org Mon Jun 19 08:17:41 2000 From: bwarsaw at python.org (Barry A. Warsaw) Date: Mon, 19 Jun 2000 02:17:41 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] a bug with the most recent CVS References: Message-ID: <14669.47877.911786.626295@anthem.concentric.net> >>>>> "MD" == Matt Davis writes: MD> It might help if you tell us a bit more about what you were MD> doing at hte time you got this problem. What did you click? MD> What page was it from? What were you doing at the time? What MD> color were your socks when this happened? Who wears socks? :) From mentor at alb-net.com Mon Jun 19 12:24:15 2000 From: mentor at alb-net.com (Mentor Cana) Date: Mon, 19 Jun 2000 06:24:15 -0400 (EDT) Subject: [Mailman-Users] latest CVS "reject" option gives Message-ID: latest CVS... If you try to reject a message in "Tend to pending administrative requests", you get an error "TypeError: object does not support item deletion" Then, if you go back to "Tend to pending administrative requests" shows the rejected messages as lost..... later, mentor From mailman at LuftHans.com Mon Jun 19 12:25:44 2000 From: mailman at LuftHans.com (der.hans) Date: Mon, 19 Jun 2000 03:25:44 -0700 (MST) Subject: [Mailman-Users] qmail and smtp to external host Message-ID: moin, moin, I'm having trouble getting mailman to send messages to external hosts. I've got qmail setup as the MTA. Non-list mail to and from the mailhost works just fine. Incoming list mail from either remote or local hosts works just fine. Outgoing list mail to the local host works fine. Outgoing mail to an external host doesn't appear to leave any traces that it should be ocurring, even though an external addy is subscribed. Also the sub message didn't go to the external email addy and the external email addy shows up both in the web page subbed list as well as in the list shown by using the command line list_members utility. I don't see anything in the syslog or mailman logs indicating that any attemp whatsoever was made to send the mail to the external host. Here's the syslog output from a piece of mail sent to the list: Jun 19 02:28:11 dw qmail: 961406891.660407 new msg 98633 Jun 19 02:28:11 dw qmail: 961406891.661128 info msg 98633: bytes 473 from qp 23183 uid 503 Jun 19 02:28:11 dw qmail: 961406891.666936 starting delivery 20: msg 98633 to local probe at somedomain.de Jun 19 02:28:11 dw qmail: 961406891.666999 status: local 1/10 remote 0/20 Jun 19 02:28:12 dw qmail: 961406892.083562 new msg 98634 Jun 19 02:28:12 dw qmail: 961406892.084285 info msg 98634: bytes 1057 from qp 23191 uid 505 Jun 19 02:28:12 dw qmail: 961406892.091150 starting delivery 21: msg 98634 to local LuftHans at somedomain.de Jun 19 02:28:12 dw qmail: 961406892.091213 status: local 2/10 remote 0/20 Jun 19 02:28:12 dw qmail: 961406892.124517 delivery 20: success: did_0+0+1/ Jun 19 02:28:12 dw qmail: 961406892.124626 status: local 1/10 remote 0/20 Jun 19 02:28:12 dw qmail: 961406892.124669 end msg 98633 Jun 19 02:28:12 dw qmail: 961406892.146717 delivery 21: success: did_0+0+1/ Jun 19 02:28:12 dw qmail: 961406892.146807 status: local 0/10 remote 0/20 Jun 19 02:28:12 dw qmail: 961406892.146849 end msg 98634 If the mail had originated from an external addy, the results would've been the same. I've got the list setup to only allow posts from subbed email addies, so by being able to post from my external address I think that shows the address is subbed to the mailing list, but the address doesn't get any mail from the list. Both subbed addies, e.g. the local one getting mail and the external one not getting mail, have the same user options. The questions are then: How do I get mailman and qmail to work together to also be able to send mail to remote hosts? How do I trace mail through the mailman system ( aside from having to learn python next weekend ;-)? If I get an answer to the 2nd question, I can further investigate the first one with that knowledge :). ciao, der.hans -- # der.hans at LuftHans.com home.pages.de/~lufthans/ www.Opnix.com # The only way for a woman to change a man # is if he's wearing Depends[TM] - der.hans From jhalstea at applicationsgateway.com Mon Jun 19 15:31:08 2000 From: jhalstea at applicationsgateway.com (Jason E. Halstead) Date: Mon, 19 Jun 2000 09:31:08 -0400 Subject: [Mailman-Users] Read Only List Message-ID: List, Can Mailman be set up so that I(administrator) can send mail to the list only. The members of the list will not be able to send back to the list or to each other? Any information on this would be greatly appreciated. Jason E. Halstead Webmaster/Systems Admin. Applications Gateway, Inc. 108 1/2 Capitol St. Charleston, WV 25301 (ph)304.347.8990 (fax)304.347.8991 jhalstea at applicationsgateway.com From bug at aphid.net Mon Jun 19 15:52:08 2000 From: bug at aphid.net (Chuck Dale) Date: Mon, 19 Jun 2000 23:52:08 +1000 Subject: [Mailman-Users] Read Only List In-Reply-To: ; from jhalstea@applicationsgateway.com on Mon, Jun 19, 2000 at 09:31:08AM -0400 References: Message-ID: <20000619235208.D18755@aphid.net> Wrote Jason E. Halstead on Mon, Jun 19, 2000 at 09:31:08AM -0400: > List, > > Can Mailman be set up so that I(administrator) can send mail to the list > only. The members of the list will not be able to send back to the list or > to each other? Any information on this would be greatly appreciated. Yes. Chuck (Hint: just set the list to be moderated and put your email address in the unmoderated addresses box.) From ajohnson at mail.xperts.com Mon Jun 19 16:05:24 2000 From: ajohnson at mail.xperts.com (Johnson, April) Date: Mon, 19 Jun 2000 10:05:24 -0400 Subject: [Mailman-Users] MIME issue Message-ID: <5B7C00CB140FD4119B4E00508BA54CD5018C4C@mail.xperts.com> We're using Mailman 2.0, and we're having problems archiving HTML-formatted messages sent to the list by Mac users (specifically with Outlook Express & Eudora). All HTML messages sent from the problem software display in the following format: This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. --MS_Mac_OE_3043930652_870392_MIME_Part Content-type: text/plain; charset="US-ASCII" Content-transfer-encoding: 7bit * this is bold * this is italic * this is bold italic * this is underlined --MS_Mac_OE_3043930652_870392_MIME_Part Content-type: text/html; charset="US-ASCII" Content-transfer-encoding: quoted-printable * this is bold * this is italic * this is bold italic * this is underlined --MS_Mac_OE_3043930652_870392_MIME_Part-- Has anyone else encountered this issue? If so, how did you work around it? Thanks! April Johnson Xperts, Inc. (804) 967-0700 x174 http://www.xperts.com http://www.xperts.org From bug at aphid.net Mon Jun 19 16:12:43 2000 From: bug at aphid.net (Chuck Dale) Date: Tue, 20 Jun 2000 00:12:43 +1000 Subject: [Mailman-Users] Read Only List In-Reply-To: ; from jhalstea@applicationsgateway.com on Mon, Jun 19, 2000 at 10:02:48AM -0400 References: <20000619235208.D18755@aphid.net> Message-ID: <20000620001243.C18930@aphid.net> Hey Jason, Sorry for the brevity, sounded like you hadn't actually tried it yet and were just looking to see if it worked. Look under the Privacy Options: Must posts be approved by an administrator? Yes Addresses of members accepted for posting to this list without implicit approval requirement. jason at halstead.com Chuck Wrote Jason E. Halstead on Mon, Jun 19, 2000 at 10:02:48AM -0400: > Chuck, > > I thank you for your immediate response to my urgent request. However, my > lack of knowledge concerning the mailman program requires a little more > detail when explaining your answer. I am sure it is very simple to do this > but I can not find any options that allow me to "set the list to be > moderated" nor can I find any input field for "the unmoderated addresses > box". I apologize for my sense of desperation on this issue but I really am > desperate. Thanks allot. > > Jason > > -----Original Message----- > From: mailman-users-admin at python.org > [mailto:mailman-users-admin at python.org]On Behalf Of Chuck Dale > Sent: Monday, June 19, 2000 9:52 AM > To: mailman-users at python.org > Subject: Re: [Mailman-Users] Read Only List > > > Wrote Jason E. Halstead on Mon, Jun 19, 2000 at 09:31:08AM -0400: > > List, > > > > Can Mailman be set up so that I(administrator) can send mail to the list > > only. The members of the list will not be able to send back to the list > or > > to each other? Any information on this would be greatly appreciated. > > Yes. > > Chuck > > (Hint: just set the list to be moderated and put your email address in > the unmoderated addresses box.) > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users From rlojek at myprimetime.com Mon Jun 19 18:48:48 2000 From: rlojek at myprimetime.com (robert lojek) Date: Mon, 19 Jun 2000 09:48:48 -0700 Subject: [Mailman-Users] sync_members question In-Reply-To: <20000619160201.C3F6B1CF64@dinsdale.python.org> Message-ID: <003701bfda0e$3de9e800$1803000a@myprimetime.com> I use the ....mailmail/bin/sync_members function synchronize our mailing list database with our website's subscribe/unsubscribe database (instead of managing subscriptions separately). It works well, with one exception: we're now getting many, many subscriptions from week to week thanks to big "marketing pushes" (over 100K in one week), and sync_members is taking incredibly long. I'm showing that our latest sync_members--which is still running from last week--has sucked up 65 hours of system time (On an 2-proc E-250. .5GB RAM). During this time, it's added about 130K names. Is there a better/faster solution? The sync_members python process is only using 25% of the CPU, and there's basically 0 i/o wait. Shouldn't it be bringing my box to its knees? Any input/wisdom would be appreciated. Thanks. -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- Robert Lojek Jr UNIX Systems Administration -~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~- From alex at phred.org Mon Jun 19 19:44:27 2000 From: alex at phred.org (alex wetmore) Date: Mon, 19 Jun 2000 10:44:27 -0700 Subject: [Mailman-Users] MIME issue References: <5B7C00CB140FD4119B4E00508BA54CD5018C4C@mail.xperts.com> Message-ID: <029401bfda16$0402a0c0$01fa3b9d@redmond.corp.microsoft.com> From: "Johnson, April" > Has anyone else encountered this issue? If so, how did you work around it? My solution is to filter all HTML (and other MIME attachments) from emails heading into my mailing lists. http://www.phred.org/~alex/stripmime.pl has the perl script that I wrote to do this. alex From dereks at kd-dev.com Mon Jun 19 20:15:29 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Mon, 19 Jun 2000 11:15:29 -0700 (PDT) Subject: [Mailman-Users] Experiencing error, getting desparate In-Reply-To: <20000617034458.A5446@scsiboy.com> Message-ID: Hello, I posted this error last week and I haven't gotten any help with it. A couple of quick suggestions were offered, but they didn't help. I'm trying to make an example of open source/"Free Software" in my company, but this failure is making a mockery of my efforts. Please help. I can fill out the web form to subscribe, but when I try to send in the confirmation message I get the following bounce. Notice the Python errors in the message: --------------------------BEGIN BOUNCED MESSAGE-------------------------- >From Derek.Simkowiak at netmanage.com Mon Jun 19 11:04:28 2000 Date: Thu, 15 Jun 2000 11:02:16 -0700 From: Derek.Simkowiak at netmanage.com To: dereks at kd-dev.com Subject: FW: Returned mail: unknown mailer error 1 > -----Original Message----- > From: Mail Delivery Subsystem [SMTP:MAILER-DAEMON at platinum.walldata.com] > Sent: Wednesday, June 14, 2000 7:05 PM > To: Simkowiak, Derek > Subject: Returned mail: unknown mailer error 1 > > The original message was received at Wed, 14 Jun 2000 19:04:42 -0700 > from exchkirk04.walldata.com [198.252.75.121] > > ----- The following addresses had permanent fatal errors ----- > "|/usr/lib/mailman/mail/wrapper mailcmd > (expanded from: ) > > ----- Transcript of session follows ----- > 553 "|/usr/lib/mailman/mail/wrapper mailcmd... Unbalanced '"' > Traceback (innermost last): > File "/usr/lib/mailman/scripts/mailcmd", line 56, in ? > main() > File "/usr/lib/mailman/scripts/mailcmd", line 44, in main > mlist = MailList.MailList(sys.argv[1]) > IndexError: list index out of range > 554 "|/usr/lib/mailman/mail/wrapper mailcmd... unknown mailer error 1 > <> < request 537293>> [ Part 2, Application/OCTET-STREAM (Name: "ATT00104.TXT") 382bytes. ] [ Unable to print this part. ] [ Part 3: "RE: w2hlegacy -- confirmation of subscription -- request ] [ 537293" ] Date: Wed, 14 Jun 2000 19:02:57 -0700 From: Derek.Simkowiak at netmanage.com To: w2hlegacy-request at platinum.walldata.com Subject: RE: w2hlegacy -- confirmation of subscription -- request 537293 > -----Original Message----- > From: w2hlegacy-request at platinum.walldata.com > [SMTP:w2hlegacy-request at platinum.walldata.com] > Sent: Wednesday, June 14, 2000 6:20 PM > To: Simkowiak, Derek > Subject: w2hlegacy -- confirmation of subscription -- request 537293 > > w2hlegacy -- confirmation of subscription -- request 537293 > > We have received a request from 198.252.69.218 for subscription of > your email address, , to the > w2hlegacy at platinum mailing list. To confirm the request, please send > a message to w2hlegacy-request at platinum, and either: > > - maintain the subject line as is (the reply's additional "Re:" is > ok), > > - or include the following line - and only the following line - in the > message body: > > confirm 537293 > > (Simply sending a 'reply' to this message should work from most email > interfaces, since that usually leaves the subject line in the right > form.) > > If you do not wish to subscribe to this list, please simply disregard > this message. Send questions to w2hlegacy-admin at platinum. --------------------------END BOUNCED MESSAGE-------------------------- The part that I think is key are these few lines: > 553 "|/usr/lib/mailman/mail/wrapper mailcmd... Unbalanced '"' > Traceback (innermost last): > File "/usr/lib/mailman/scripts/mailcmd", line 56, in ? > main() > File "/usr/lib/mailman/scripts/mailcmd", line 44, in main > mlist = MailList.MailList(sys.argv[1]) > IndexError: list index out of range > 554 "|/usr/lib/mailman/mail/wrapper mailcmd... unknown mailer error 1 I believe (but am not certain) that the Python IndexError is causing sendmail to have the "unknown mailer error 1". This is running on a Mandrake Linux 6.1 box: [mailman at platinum bin]$ rpm -q sendmail python mailman sendmail-8.9.3-11mdk python-1.5.2-1mdk mailman-2.0beta2-1 I can offer more details about the system and my setup, but I believe this is the most important information. If anyone can offer troubleshooting steps, I would greatly appreciate it. I looked in the archives but did not find any prior messages about "IndexError". Thank You, Derek Simkowiak dereks at kd-dev.com From contact at 13x.com Mon Jun 19 20:29:02 2000 From: contact at 13x.com (DNS Contact) Date: Mon, 19 Jun 2000 14:29:02 -0400 Subject: [Mailman-Users] mailman-2.0beta2 install / upgrade question Message-ID: <001801bfda1c$3e61cec0$6300000a@13x.com> I have a server running sendmail and mailman 1.1. I am installing a new server with postfix and mailman-2.0beta2. Is there an easy way to move my current lists (about 25 lists with 2000 members each) over to my new 2.0 server? Should I move them before or after I install 2.0? Thanks in advance. Jim From dereks at kd-dev.com Mon Jun 19 20:24:56 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Mon, 19 Jun 2000 11:24:56 -0700 (PDT) Subject: [Mailman-Users] Re: Quick question about your newlist patch In-Reply-To: <394AC7CF.EC1DF7D1@ulticom.com> Message-ID: -> > Just to confirm: your patch still allows for interactive input to -> > the newlist script, right? -> Well, I gave it a try. I could not find where to fix raw_input() and -> getpass() is in the Mailman/pythonlib directory. I did not want to -> break anything else by "fixing" getpass, so I did a kludge in newlist. [...] -> -> I hate programs that write error messages and usage messages into -> my files. -> Gary, While it would be preferable to have informational messages to be written to stderr, the entire architecture of the program seems to be built around sending them to stdout (with the "print" statements being in several different functions). Therefor, I suggest we go with my version of the patch, which will print only the data to stderr. This allows us to pipe the aliases directly onto >> /etc/aliases, or wherever we want it, by redirecting stderr. Also, it only requires changing one line in the code, and does not otherwise affect the program (interactive mode, options, etc. all remain the same). My patch will follow to this list as soon as I have time to put it together... --Derek From jrs at oup-usa.org Mon Jun 19 22:14:18 2000 From: jrs at oup-usa.org (JRS) Date: Mon, 19 Jun 2000 16:14:18 -0400 (EDT) Subject: [Mailman-Users] Looking for config info Message-ID: <7218141619062000/A18863/GUMBY/11E69C0E1200*@MHS> Does anyone know where I can find the following config options: msg_footer (nondigest): Footer added to mail sent to regular list members Text appended to the bottom of every immediately-delivery message. **** This text can include %(field)s format strings which are resolved against the list's attribute dictionary (__dict__). **** I see how to configure the footers, but I cannot find any listing of what fields I can put in the footers other than the "useful" examples which seem limited to what is already in use in the footer. In particular, i am looking for the whole of the list's attribute dictionary "(__dict__)" from above. Thanks, J. Simmons Web Coordinator, Oxford University Press jrs at oup-usa.org 919/677-0977 ext. 5351 From tsf at opus.Telcom.Arizona.EDU Tue Jun 20 00:36:26 2000 From: tsf at opus.Telcom.Arizona.EDU (Ted Frohling) Date: Mon, 19 Jun 2000 15:36:26 -0700 Subject: [Mailman-Users] Moved the web server, config.db has wrong info Message-ID: <394EA06A.14D350CD@opus.telcom.arizona.edu> We recently wanted to get some better response from our web server and after moving it we of course ran into a problem with mailman. Seems the web url is embedded in the config.db file in each list directory. This causes all sorts of strange errors. What is the method for changing a list's URL? When I try to do this with the web pages, it's apparently picking up the info from config.db so that's not an option. Perhaps it would be better to ask how to build config.db from scratch. thanks, -- Ted Frohling (TF30-ARIN) The University of Arizona 520.621.4834 CCIT Room 307 tsf at Arizona.EDU PO Box 210073 www.Telcom.Arizona.EDU/tsf Tucson, AZ 85721-0073 From Dan.Mick at West.Sun.COM Tue Jun 20 00:41:52 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Mon, 19 Jun 2000 15:41:52 -0700 (PDT) Subject: [Mailman-Users] Moved the web server, config.db has wrong info Message-ID: <200006192241.PAA10219@utopia.west.sun.com> bin/move_list in v2.x will do the job (and will, I believe, work on 1.1 files without problem) > We recently wanted to get some better response from our web server > and after moving it we of course ran into a problem with mailman. > Seems the web url is embedded in the config.db file in each list > directory. This causes all sorts of strange errors. What is the > method for changing a list's URL? When I try to do this with the > web pages, it's apparently picking up the info from config.db > so that's not an option. Perhaps it would be better to ask how > to build config.db from scratch. From dereks at kd-dev.com Tue Jun 20 02:27:58 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Mon, 19 Jun 2000 17:27:58 -0700 (PDT) Subject: [Mailman-Users] Experiencing error, getting desparate In-Reply-To: Message-ID: -> > > ----- Transcript of session follows ----- -> > > 553 "|/usr/lib/mailman/mail/wrapper mailcmd... Unbalanced '"' -> -> This would seem to indicate that you might have left an ending " out of -> the aliases file.. Dammit... I can't believe I got burned by this. When I cut'n'pasted the aliases created by newlist, I had /etc/aliases open in pico--with word wrap on. As you can guess, the last word wrapped... *sigh* (Just one more reason to have the generated aliases redirectable: the Idiot Factor :) Thank you very, very much for your astute diagnosis. --Derek From lra at insite.com.br Tue Jun 20 02:47:41 2000 From: lra at insite.com.br (Leonardo Rochael Almeida) Date: Mon, 19 Jun 2000 21:47:41 -0300 (EST) Subject: [Mailman-Users] Experiencing error, getting desparate In-Reply-To: Message-ID: On Mon, 19 Jun 2000, Derek Simkowiak wrote: > When I cut'n'pasted the aliases created by newlist, I had > /etc/aliases open in pico--with word wrap on. As you can guess, the last > word wrapped... *sigh* (Just one more reason to have the generated > aliases redirectable: the Idiot Factor :) Shame on you for using such a stupid editor :-) But just in case you're too lazy to move on to a decent one, start pico with the -w switch to disable wordwrap, as in "pico -w /etc/aliases". Regards, Leo From dereks at kd-dev.com Tue Jun 20 02:49:09 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Mon, 19 Jun 2000 17:49:09 -0700 (PDT) Subject: [Mailman-Users] RPM installation error In-Reply-To: Message-ID: I installed MailMan off the 2.0beta RPM, and am having a problem with the archives. When I click on the link for the archive of my list, I get a 404 not found. This then shows up in my Apache log file: [Mon Jun 19 17:45:16 2000] [error] [client 198.252.69.218] script not found or unable to stat: /usr/lib/mailman/cgi-bin/pipermail When I look for that on my system, it's not there: [root at platinum html]# ls /usr/lib/mailman/cgi-bin/ admin* archives* handle_opts* options* roster* admindb* edithtml* listinfo* private* subscribe* [root at platinum /]# find / -name pipermail [root at platinum /]# Has the name of the archiving script changed? I thought it might be the "archives" script, but I really don't know how to go about changing my installation... (which is why I used an RPM in the first place :) Should I just grab the latest tarball and copy the file "pipermail" from it? Or is there a more elegant solution to this problem? As always, any help is greatly appreciated. Thank You, Derek Simkowiak dereks at kd-dev.com From Dan.Mick at West.Sun.COM Tue Jun 20 03:01:28 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Mon, 19 Jun 2000 18:01:28 -0700 (PDT) Subject: [Mailman-Users] RPM installation error Message-ID: <200006200100.SAA14428@utopia.west.sun.com> You have to actually read the instructions. >From INSTALL: - Configure your Web server to point to the Pipermail public mailing list archives: For example, in Apache: Alias /pipermail/ $prefix/archives/public/ Consult your Web server's documentation for details. Also be sure to configure your Web server to follow symbolic links in this directory, otherwise public Pipermail archives won't be accessible. For Apache users, consult the FollowSymLinks option. Now restart your Web server. > I installed MailMan off the 2.0beta RPM, and am having a problem > with the archives. When I click on the link for the archive of my list, I > get a 404 not found. > > This then shows up in my Apache log file: > > [Mon Jun 19 17:45:16 2000] [error] [client 198.252.69.218] script not > found or unable to stat: /usr/lib/mailman/cgi-bin/pipermail > > > When I look for that on my system, it's not there: > > [root at platinum html]# ls /usr/lib/mailman/cgi-bin/ > admin* archives* handle_opts* options* roster* > admindb* edithtml* listinfo* private* subscribe* > > [root at platinum /]# find / -name pipermail > [root at platinum /]# > > > Has the name of the archiving script changed? I thought it might > be the "archives" script, but I really don't know how to go about changing > my installation... (which is why I used an RPM in the first place :) > > Should I just grab the latest tarball and copy the file > "pipermail" from it? Or is there a more elegant solution to this problem? > > > As always, any help is greatly appreciated. > > Thank You, > Derek Simkowiak > dereks at kd-dev.com > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users From dereks at kd-dev.com Tue Jun 20 03:02:59 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Mon, 19 Jun 2000 18:02:59 -0700 (PDT) Subject: [Mailman-Users] RPM installation error In-Reply-To: <200006200100.SAA14428@utopia.west.sun.com> Message-ID: -> You have to actually read the instructions. [...] -> Alias /pipermail/ $prefix/archives/public/ Did that: [root at platinum conf]# grep piper /etc/httpd/conf/httpd.conf Alias /pipermail/ /usr/lib/mailman/archives/public/ As a matter of fact, the RPM actually put that line there for me, and even restarted the Apache webserver for me when I installed it. There's a file called "README.rpm" which tells you exactly what steps you need to take after the RPM installation, and editing httpd.conf isn't one of them. I'm fairly certain the crux of the problem is that I have no file called "pipermail" on my hard drive. I just want to know if I should copy the one from the tarball, or if there's a new (2.0-only) replacement called "archives" that I should symlink to, or what. --Derek From Dan.Mick at west.sun.com Tue Jun 20 03:20:38 2000 From: Dan.Mick at west.sun.com (Dan Mick) Date: Mon, 19 Jun 2000 18:20:38 -0700 (PDT) Subject: [Mailman-Users] RPM installation error Message-ID: <200006200119.SAA15109@utopia.west.sun.com> > I'm fairly certain the crux of the problem is that I have no file > called "pipermail" on my hard drive. I just want to know if I should copy > the one from the tarball, or if there's a new (2.0-only) replacement > called "archives" that I should symlink to, or what. There's no file called "pipermail" on my hard drive either. That's what the Alias line does: it says "you don't need a file called pipermail, because when I see pipermail, I'll think /usr/lib/mailman/archives/public instead". What URL are you trying to retrieve, which causes the error? From dereks at kd-dev.com Tue Jun 20 03:59:54 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Mon, 19 Jun 2000 18:59:54 -0700 (PDT) Subject: [Mailman-Users] RPM installation error In-Reply-To: <200006200119.SAA15109@utopia.west.sun.com> Message-ID: -> > I'm fairly certain the crux of the problem is that I have no file -> > called "pipermail" on my hard drive. -> There's no file called "pipermail" on my hard drive either. Okay; at least now I'm not operating under the assumption I'm missing a file. Since this does appear (still) to be a problem with the RPM installation, I'll take notes as I try to fix it: [ Trying URL: http://platinum.walldata.com/pipermail/w2hlegacy/ ...and wind up with 404 not found. The URL is what appears on the list's info webpage as the "archive". ] [root at platinum cgi-bin]# tail /var/log/httpd/error_log [...extraneous deleted...] [Mon Jun 19 18:25:01 2000] [error] [client 198.252.69.218] File does not exist: /usr/lib/mailman/archives/public/w2hlegacy/ [root at platinum cgi-bin]# ls -la /usr/lib/mailman/archives/public/w2hlegacy lrwxrwxrwx 1 mailman mailman 43 Jun 14 15:24 /usr/lib/mailman/archives/public/w2hlegacy -> /usr/lib/mailman/archives/private/w2hlegacy [ It does exist, but only as a symlink. So: ] [root at platinum cgi-bin]# ls -la /usr/lib/mailman/archives/private/w2hlegacy ls: /usr/lib/mailman/archives/private/w2hlegacy: No such file or directory [root at platinum private]# ls -la /usr/lib/mailman/archives/private/ total 3 drwxrws--x 3 mailman mailman 1024 Jun 14 15:24 ./ drwxrwsr-x 4 mailman mailman 1024 Jun 14 15:18 ../ drwxrwsr-x 2 mailman mailman 1024 Jun 14 15:24 w2hlegacy.mbox/ [ Okay, so I have a w2hlegacy.mbox, but no w2hlegacy. Hmm... ] [root at platinum w2hlegacy.mbox]# ls -la /usr/lib/mailman/archives/private/w2hlegacy.mbox total 2 drwxrwsr-x 2 mailman mailman 1024 Jun 14 15:24 ./ drwxrws--x 3 mailman mailman 1024 Jun 14 15:24 ../ [ And the .mbox directory is empty. Seeing as where I've sent one message to the list already, which was subsequently sent out to the list, I'd expect to see some kind of file here. ] [ ...RTFM to see what it says about archiving: nothing new. Damn. The FAQ does say this: 6. Why doesn't the archive link work? Have any messages been posted to the list? This is a known buglet; the archive link doesn't work until at least one message has been posted. One message has gone through--I'll try another one just to be sure. I send another message to the list, watching /var/log/maillog to make sure things are working: ] [root at platinum /root]# tail -f /var/log/maillog [...extraneous deleted...] Jun 19 18:46:23 platinum sendmail[25989]: SAA25989: from=, size=754, class=0, pri=30754, nrcpts=1, msgid=<4A5EE1379A0FD211ABAC00A0246ACEB101BB0A0F at exchkirk02.walldata.com>, proto=ESMTP, relay=exchkirk04.walldata.com [198.252.75.121] Jun 19 18:46:26 platinum sendmail[25995]: SAA25995: from=, size=1318, class=-60, pri=139318, nrcpts=1, msgid=<4A5EE1379A0FD211ABAC00A0246ACEB101BB0A0F at exchkirk02.walldata.com>, proto=ESMTP, relay=IDENT:mail at localhost [127.0.0.1] Jun 19 18:46:26 platinum sendmail[25990]: SAA25989: to="|/usr/lib/mailman/mail/wrapper post w2hlegacy", delay=00:00:06, xdelay=00:00:03, mailer=prog, stat=Sent Jun 19 18:46:57 platinum sendmail[25997]: SAA25995: to=, delay=00:00:33, xdelay=00:00:31, mailer=esmtp, relay=nmmail.netmanage.com. [156.27.8.16], stat=Sent (SAA15337 Message accepted for delivery) [ Everything appears to have worked normally. I'm the only person on this list, and I got the message successfully. But there is still no file or directory called /usr/lib/mailman/archives/private/w2hlegacy, and the .mbox version of that is still empty. ] The only thing about my archiving setup is that (1) the archive is volumed quarterly, and (2) the option that reads: Set date in archive to when the mail is claimed to have been sent, or to the time we resend it? ...is sent to "When resent". I've seen some archives on the Gnome lists which are dated the year 2042 (or some such thing), so I moved this option to "When resent" to avoid that ugliness. On a hunch, I put that back to say "When sent", and Voila! It works! Conclusion: The archiving "When resent" system is broken in the 2.0beta. Please fix :) --Derek From dereks at kd-dev.com Tue Jun 20 04:10:27 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Mon, 19 Jun 2000 19:10:27 -0700 (PDT) Subject: [Mailman-Users] Feature request: Archived MIME attachments In-Reply-To: Message-ID: In the archives, it would be nice if the attachments would be decoded and put as (read-only, non-executable) file linked on the message archive. So people could just click on my GIF attachment to view it, instead of (a) cut'n'paste the uucode out of the archive, (b) decode, and finally (c) open in up in their favorite viewer. --Derek From chuqui at plaidworks.com Tue Jun 20 05:52:53 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Mon, 19 Jun 2000 20:52:53 -0700 Subject: [Mailman-Users] Feature request: Archived MIME attachments In-Reply-To: References: Message-ID: At 7:10 PM -0700 6/19/2000, Derek Simkowiak wrote: > In the archives, it would be nice if the attachments would be >decoded and put as (read-only, non-executable) file linked on the message >archive. Definitely. If you can't wait, consider replacing the existing archive system with something like Mhonarc. In fact, I wouldn't be terribly unhappy if Mailman switches to Mhonarc as the default archiver, but I wouldn't think that's something that ought to be done in the 2.0 timeframe. There's so much going on with 2.0 that I'd really hate to see it delayed two weeks or a month for a switch in archivers now. -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From claw at kanga.nu Tue Jun 20 06:26:08 2000 From: claw at kanga.nu (J C Lawrence) Date: Mon, 19 Jun 2000 21:26:08 -0700 Subject: [Mailman-Users] Feature request: Archived MIME attachments In-Reply-To: Message from Chuq Von Rospach of "Mon, 19 Jun 2000 20:52:53 PDT." References: Message-ID: <2431.961475168@kanga.nu> On Mon, 19 Jun 2000 20:52:53 -0700 Chuq Von Rospach wrote: > At 7:10 PM -0700 6/19/2000, Derek Simkowiak wrote: >> In the archives, it would be nice if the attachments would be >> decoded and put as (read-only, non-executable) file linked on the >> message archive. > Definitely. If you can't wait, consider replacing the existing > archive system with something like Mhonarc. Ahh, I see I have taught you well grasshopper! (This is normally my mantra) This really is becoming a FAQ, much like smrsh, UID/GID, and allt he rest that makes up far too much of this list's traffic. Anybody want to start maintaining a FAQ or setup a FAQ-A-Matic? > In fact, I wouldn't be terribly unhappy if Mailman switches to > Mhonarc as the default archiver, but I wouldn't think that's > something that ought to be done in the 2.0 timeframe. Ahh, but its not Python... My main complaint with the internal archiver is that it archives messages as they are received and not as they are broadcast. While the current setup has advantages for reproducability, it makes far more sense to me to archive the messages as they users see them, not pre-processing. Eek, another web option. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From GLeblanc at cu-portland.edu Tue Jun 20 06:50:16 2000 From: GLeblanc at cu-portland.edu (Gregory Leblanc) Date: Mon, 19 Jun 2000 21:50:16 -0700 Subject: [Mailman-Users] Feature request: Archived MIME attachments Message-ID: > -----Original Message----- > From: J C Lawrence [mailto:claw at kanga.nu] > Sent: Monday, June 19, 2000 9:26 PM > To: Chuq Von Rospach > Cc: Derek Simkowiak; mailman-users at python.org > Subject: Re: [Mailman-Users] Feature request: Archived MIME > attachments > > On Mon, 19 Jun 2000 20:52:53 -0700 > Chuq Von Rospach wrote: > > > At 7:10 PM -0700 6/19/2000, Derek Simkowiak wrote: > >> In the archives, it would be nice if the attachments would be > >> decoded and put as (read-only, non-executable) file linked on the > >> message archive. > > > Definitely. If you can't wait, consider replacing the existing > > archive system with something like Mhonarc. > > Ahh, I see I have taught you well grasshopper! (This is normally my > mantra) I'd have some concerns about going to Mhonarc, seeing how it's horribly unreliable for the guys down at Metalab. Our archives (LDP) are often full of errors generated by it. > This really is becoming a FAQ, much like smrsh, UID/GID, and allt he > rest that makes up far too much of this list's traffic. Anybody > want to start maintaining a FAQ or setup a FAQ-A-Matic? Somebody going to provide official space on the mailman site for it? > > In fact, I wouldn't be terribly unhappy if Mailman switches to > > Mhonarc as the default archiver, but I wouldn't think that's > > something that ought to be done in the 2.0 timeframe. > > Ahh, but its not Python... > > My main complaint with the internal archiver is that it archives > messages as they are received and not as they are broadcast. While > the current setup has advantages for reproducability, it makes far > more sense to me to archive the messages as they users see them, not > pre-processing. > > Eek, another web option. I think that the lack of mime support is a bit of a "bad thing" as well. Mailman handles mime in some places, so some of the code to handle mime in archives should exist, I think. Greg From chuqui at plaidworks.com Tue Jun 20 06:53:57 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Mon, 19 Jun 2000 21:53:57 -0700 Subject: [Mailman-Users] Feature request: Archived MIME attachments In-Reply-To: <2431.961475168@kanga.nu> References: <2431.961475168@kanga.nu> Message-ID: At 9:26 PM -0700 6/19/2000, J C Lawrence wrote: >This really is becoming a FAQ, much like smrsh, UID/GID, and allt he >rest that makes up far too much of this list's traffic. Anybody >want to start maintaining a FAQ or setup a FAQ-A-Matic? I can, *once* I get my system into production. Until then, I don't have the resources. > > In fact, I wouldn't be terribly unhappy if Mailman switches to >> Mhonarc as the default archiver, but I wouldn't think that's > > something that ought to be done in the 2.0 timeframe. >Ahh, but its not Python... Ah, but pipermail may be python, but if you attempt to go to the home page documented on the archive pages generated by pipermail, you'll see you go to a dead link. Which implies to me that unless someone knows where it's hiding, whoever was maintaining it has given up. Which worries me, for some odd reason.. Does anyone know what the current status (and/or release) of pipermail is? because the one in 2.0b2 seems to point to nothing now... Mhonarc may not be python, but it's a lot more mature, has a solid track record, it works, and it's maintained.. Pipermail is python, but -- is it still in existance? -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From claw at kanga.nu Tue Jun 20 07:15:25 2000 From: claw at kanga.nu (J C Lawrence) Date: Mon, 19 Jun 2000 22:15:25 -0700 Subject: [Mailman-Users] Feature request: Archived MIME attachments In-Reply-To: Message from Gregory Leblanc of "Mon, 19 Jun 2000 21:50:16 PDT." References: Message-ID: <3073.961478125@kanga.nu> On Mon, 19 Jun 2000 21:50:16 -0700 Gregory Leblanc wrote: > I'd have some concerns about going to Mhonarc, seeing how it's > horribly unreliable for the guys down at Metalab. Our archives > (LDP) are often full of errors generated by it. Care to give any details? I've been running MHonArc for several years now without trouble. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From claw at kanga.nu Tue Jun 20 07:16:18 2000 From: claw at kanga.nu (J C Lawrence) Date: Mon, 19 Jun 2000 22:16:18 -0700 Subject: [Mailman-Users] Feature request: Archived MIME attachments In-Reply-To: Message from Chuq Von Rospach of "Mon, 19 Jun 2000 21:53:57 PDT." References: <2431.961475168@kanga.nu> Message-ID: <3132.961478178@kanga.nu> On Mon, 19 Jun 2000 21:53:57 -0700 Chuq Von Rospach wrote: > At 9:26 PM -0700 6/19/2000, J C Lawrence wrote: > Ah, but pipermail may be python, but if you attempt to go to the > home page documented on the archive pages generated by pipermail, > you'll see you go to a dead link. Which implies to me that unless > someone knows where it's hiding, whoever was maintaining it has > given up. Pipermail is abandonware. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From GLeblanc at cu-portland.edu Tue Jun 20 07:19:02 2000 From: GLeblanc at cu-portland.edu (Gregory Leblanc) Date: Mon, 19 Jun 2000 22:19:02 -0700 Subject: [Mailman-Users] Feature request: Archived MIME attachments Message-ID: > -----Original Message----- > From: J C Lawrence [mailto:claw at kanga.nu] > Sent: Monday, June 19, 2000 10:15 PM > To: Gregory Leblanc > Cc: Chuq Von Rospach; Derek Simkowiak; mailman-users at python.org > Subject: Re: [Mailman-Users] Feature request: Archived MIME > attachments > > On Mon, 19 Jun 2000 21:50:16 -0700 > Gregory Leblanc wrote: > > > I'd have some concerns about going to Mhonarc, seeing how it's > > horribly unreliable for the guys down at Metalab. Our archives > > (LDP) are often full of errors generated by it. > > Care to give any details? I've been running MHonArc for several > years now without trouble. I don't run the site, just a big user and do some chatting with the admins. (doesn't everybody use Metalab?) I'll ask Paul if he can provide some details to pass along. Greg From lindsey at mallorn.com Tue Jun 20 07:32:05 2000 From: lindsey at mallorn.com (Christopher P. Lindsey) Date: Tue, 20 Jun 2000 00:32:05 -0500 Subject: [Mailman-Users] Feature request: Archived MIME attachments In-Reply-To: ; from Chuq Von Rospach on Mon, Jun 19, 2000 at 09:53:57PM -0700 References: <2431.961475168@kanga.nu> Message-ID: <20000620003205.H22050@mallorn.com> > Ah, but pipermail may be python, but if you attempt to go to the home > page documented on the archive pages generated by pipermail, you'll > see you go to a dead link. Which implies to me that unless someone > knows where it's hiding, whoever was maintaining it has given up. > > Which worries me, for some odd reason.. Does anyone know what the > current status (and/or release) of pipermail is? because the one in > 2.0b2 seems to point to nothing now... About a year and a half ago it was listed as being a dead product, in maintenance mode only (meaning serious bugs could be fixed, but don't look for any new features). I'm trying to find the message in the archives via the python.org search engine, but it's like pulling teeth so far (what the heck is a Python Starship? :) Chris From chuqui at plaidworks.com Tue Jun 20 07:45:05 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Mon, 19 Jun 2000 22:45:05 -0700 Subject: [Mailman-Users] Feature request: Archived MIME attachments In-Reply-To: <20000620003205.H22050@mallorn.com> References: <2431.961475168@kanga.nu> <20000620003205.H22050@mallorn.com> Message-ID: At 12:32 AM -0500 6/20/2000, Christopher P. Lindsey wrote: >I'm trying to find the message in the archives via the python.org >search engine, but it's like pulling teeth so far (what the heck is >a Python Starship? :) I found the link using sherlock, but the link points to a page warning about a system problem... -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From Jacot at ru.ac.za Tue Jun 20 09:33:44 2000 From: Jacot at ru.ac.za (F.F. Jacot-Guillarmod) Date: Tue, 20 Jun 2000 09:33:44 +0200 (SAST) Subject: [Mailman-Users] Problem with Mailman 2.0beta2 Message-ID: Hi, I'm not sure if this is the right forum, but we've got email addresses of the form: A.l'Ange at ru.ac.za F.O'Keeffe at ru.ac.za and so on as subscribers to our mailman lists. These are causing all sorts of problems in 2.0beta2, but worked fine in 1.1. Presumably the ' in the email address is giving the problem and causing some of the python scripts to whine? I don't know enough about python to start tracking down where to fix things. We're using exim as our MTA, and have our mailman using "sendmail" for delivery. Thanks for any feedback. Jacot -- F.F. Jacot Guillarmod - IT Division - Rhodes University - Grahamstown mailto:Jacot at ru.ac.za tel:+27.46.603-8600 fax:+27.46.622-7764 The views expressed above are not necessarily those of Rhodes University From Fergus.Donohue at dcu.ie Tue Jun 20 18:18:47 2000 From: Fergus.Donohue at dcu.ie (Fergus Donohue) Date: Tue, 20 Jun 2000 17:18:47 +0100 Subject: [Mailman-Users] Domain allowed to post to a list. Message-ID: <394F9967.B4E77C6D@dcu.ie> Hi, Could someone give me some info on the following? I want to allow all users in a particular mail domain to post to a list - I've searched the archives and found the answer "add @domain.tld to the field Addresses of members accepted for posting to this list without implicit approval requirement." I've tried this and also some regular expression variations on it and can't get it to work. I also tried the same in "Addresses always held for Approval" (making the list open and add a regex to hold anything not in domain @domain.tld). Again no luck! Can someone give me an example of how they're doing this? Thanks, Fergus Donohue. From claw at kanga.nu Tue Jun 20 18:39:26 2000 From: claw at kanga.nu (J C Lawrence) Date: Tue, 20 Jun 2000 09:39:26 -0700 Subject: [Mailman-Users] Problem with Mailman 2.0beta2 In-Reply-To: Message from "F.F. Jacot-Guillarmod" of "Tue, 20 Jun 2000 09:33:44 +0200." References: Message-ID: <11729.961519166@kanga.nu> On Tue, 20 Jun 2000 09:33:44 +0200 (SAST) F F Jacot-Guillarmod wrote: > Hi, I'm not sure if this is the right forum, but we've got email > addresses of the form: > A.l'Ange at ru.ac.za > F.O'Keeffe at ru.ac.za Those addresses violate RFC 822. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From sandra at conectiva.com.co Tue Jun 20 18:50:32 2000 From: sandra at conectiva.com.co (Sandra Milena Tibocha Roa) Date: Tue, 20 Jun 2000 11:50:32 -0500 Subject: [Mailman-Users] beginner Message-ID: <394FA0D8.958055E6@conectiva.com.co> Hi, Excuseme, but my englis isn`t very good... The problem is: I instaled Mailman 1.0 in Linux, I create a list for my company(its name is test), I can view Administration`s page, I can use all its options (General, Memberships, Privacy, ..) But when I send a message to the list, its no delivered for the members of "test"..... Thank you for your help!! From lindsey at mallorn.com Tue Jun 20 18:53:32 2000 From: lindsey at mallorn.com (Christopher P. Lindsey) Date: Tue, 20 Jun 2000 11:53:32 -0500 Subject: [Mailman-Users] Problem with Mailman 2.0beta2 In-Reply-To: <11729.961519166@kanga.nu>; from J C Lawrence on Tue, Jun 20, 2000 at 09:39:26AM -0700 References: <11729.961519166@kanga.nu> Message-ID: <20000620115332.C6381@mallorn.com> > > Hi, I'm not sure if this is the right forum, but we've got email > > addresses of the form: > > > A.l'Ange at ru.ac.za > > F.O'Keeffe at ru.ac.za > > Those addresses violate RFC 822. Actually they're perfectly fine... RFC 822 says that an address should be of the form 'word * "@" domain'. A word is defined as 1* or a quoted string (which isn't relevant here). specials = "(" / ")" / "<" / ">" / "@" ; Must be in quoted- / "," / ";" / ":" / "\" / <"> ; string, to use / "." / "[" / "]" ; within a word. CTL = ; ( 177, 127.) Since the ASCII value of ' is 39, it falls within the acceptable range. If Mailman is bombing on these, it's definitely Mailman's problem. Chris From GLeblanc at cu-portland.edu Tue Jun 20 19:44:47 2000 From: GLeblanc at cu-portland.edu (Gregory Leblanc) Date: Tue, 20 Jun 2000 10:44:47 -0700 Subject: [Mailman-Users] Domain allowed to post to a list. Message-ID: > -----Original Message----- > From: Fergus Donohue [mailto:Fergus.Donohue at dcu.ie] > Sent: Tuesday, June 20, 2000 9:19 AM > To: mailman-users at python.org > Subject: [Mailman-Users] Domain allowed to post to a list. > > Hi, > > Could someone give me some info on the following? I want to allow all > users in a particular mail domain to post to a list - I've > searched the > archives and found the answer "add @domain.tld to the field > Addresses of > members accepted for posting to this list without implicit approval > requirement." I've tried this and also some regular expression > variations on it and can't get it to work. I also tried the same in > "Addresses always held for Approval" (making the list open and add a > regex to hold anything not in domain @domain.tld). Again no luck! Can > someone give me an example of how they're doing this? One of us is confused, or possibly both. :-) There are two possible things that I see from this. The first is: I want anybody who has an account at example.com to be able to post to list X. The second is: I want to stop anybody who has an account at example.com from posting to list X. Your subject line suggests the first, the steps that you describe in the message body suggest the latter. Which one is it? Greg From lra at insite.com.br Tue Jun 20 20:28:11 2000 From: lra at insite.com.br (Leonardo Rochael Almeida) Date: Tue, 20 Jun 2000 15:28:11 -0300 (EST) Subject: [Mailman-Users] beginner In-Reply-To: <394FA0D8.958055E6@conectiva.com.co> Message-ID: Hi Sandra, First of all, whenever something goes wrong with e-mails, check your mail logs (/var/log/maillog if it is a Conectiva Linux with a rpm packaged mta such as sendmail, I think. Godoy can correct me on this :-). Then check mailman logs (~mailman/logs). Unfortunately there isn't much else we can tell you without more information about your problem and your system. Regards, Leo. System Administrator Insite Internet Solutions On Tue, 20 Jun 2000, Sandra Milena Tibocha Roa wrote: > [...] > > I instaled Mailman 1.0 in Linux, I create a list for my company(its > name is test), I can view Administration`s page, I can use all its > options (General, Memberships, Privacy, ..) But when I send a message to > the list, its no delivered for the members of "test"..... From garry at mrbean.insider.org Tue Jun 20 20:34:50 2000 From: garry at mrbean.insider.org (Garry Glendown) Date: Tue, 20 Jun 2000 20:34:50 +0200 Subject: [Mailman-Users] Problem with Mailman sending postings ... Message-ID: <394FB94A.4FBC0AF1@mrbean.insider.org> After installing mailman (which is a great package! Thanks to all the people who put their work and time in!), and seemingly getting it too work, I still have one minor problem left that I can't seem to figure out ... While mailman sends mail all right, i.e. subscription request/confirmation, moderation request, etc., re-sending of postings to the list just don't work! According to the logfile, mails are sent: [..] Jun 20 19:59:06 2000 (3958) smtp for 1 recips, completed in 0.058 seconds Jun 20 20:23:27 2000 (4088) smtp for 2 recips, completed in 0.065 seconds Jun 20 20:23:33 2000 (4097) smtp for 1 recips, completed in 0.037 seconds Jun 20 20:23:33 2000 (4097) smtp for 1 recips, completed in 0.056 seconds [..] but no subscribed member ever gets a mail ... any idea where I can start looking??? I've checked everything I could find documented ... maybe I'm missing something here ... !? Tnx, -gg -- Garry Glendown - garry at mrbean.insider.org MCSE - Minesweeper Consultant and Solitaire Expert From Fergus.Donohue at dcu.ie Tue Jun 20 20:59:48 2000 From: Fergus.Donohue at dcu.ie (Fergus Donohue) Date: Tue, 20 Jun 2000 19:59:48 +0100 Subject: [Mailman-Users] Domain allowed to post to a list. References: Message-ID: <394FBF24.E96FF80@dcu.ie> Hi Greg, I've re-read it and think it makes sense - but what does that mean? ;) It's the first. I want all users in a domain to be able to post to a list. At the moment I'm generating a list of all possible e-mail addresses and adding them to posters[], using my first python script - surely the other way should work? Regards, Fergus. Gregory Leblanc wrote: > > -----Original Message----- > > From: Fergus Donohue [mailto:Fergus.Donohue at dcu.ie] > > Sent: Tuesday, June 20, 2000 9:19 AM > > To: mailman-users at python.org > > Subject: [Mailman-Users] Domain allowed to post to a list. > > > > Hi, > > > > Could someone give me some info on the following? I want to allow all > > users in a particular mail domain to post to a list - I've > > searched the > > archives and found the answer "add @domain.tld to the field > > Addresses of > > members accepted for posting to this list without implicit approval > > requirement." I've tried this and also some regular expression > > variations on it and can't get it to work. I also tried the same in > > "Addresses always held for Approval" (making the list open and add a > > regex to hold anything not in domain @domain.tld). Again no luck! Can > > someone give me an example of how they're doing this? > > One of us is confused, or possibly both. :-) There are two possible things > that I see from this. The first is: > I want anybody who has an account at example.com to be able to post to list > X. > > The second is: > I want to stop anybody who has an account at example.com from posting to > list X. > > Your subject line suggests the first, the steps that you describe in the > message body suggest the latter. Which one is it? > Greg From garry at mrbean.insider.org Tue Jun 20 21:43:53 2000 From: garry at mrbean.insider.org (Garry Glendown) Date: Tue, 20 Jun 2000 21:43:53 +0200 Subject: [Mailman-Users] Problem with Mailman sending postings ... References: <394FB94A.4FBC0AF1@mrbean.insider.org> Message-ID: <394FC979.B63B11F7@mrbean.insider.org> Garry Glendown wrote: > but no subscribed member ever gets a mail ... any idea where I can start > looking??? I've checked everything I could find documented ... maybe I'm > missing something here ... !? Please disregard my posting - unexplainable for me, it is now working ... I didn't change anything, but now postings are sent out correctly ... Oh well ... Tnx, -gg -- Garry Glendown - garry at mrbean.insider.org MCSE - Minesweeper Consultant and Solitaire Expert From bdial at rkkengineers.com Tue Jun 20 22:21:54 2000 From: bdial at rkkengineers.com (Brian M Dial) Date: Tue, 20 Jun 2000 16:21:54 -0400 Subject: [Mailman-Users] mailman 2.0beta2 problems Message-ID: <394FD262.FCA76EA0@rkkengineers.com> Greetings, I've installed mailman 2.0beta2, the correct way it seems but I have one small problem. When I go to the admin page to administrate, i.e. add users it doesn't seem to be retaining my password across pages. Everytime I click on a link in the administrative area, it brings me back to the login page, at which time I can enter my password and it'll take me to the page I want. This causes problems though with like membership management, because if I enter the emails i want subscribed, and press the submit button it brings me back to the login page. If I enter the admin password it brings me back to the membership management area but does not subscribe the users I entered into the box. Any ideas what might be wrong? -Brian From elvisgrotto at coastalnet.com Tue Jun 20 23:36:24 2000 From: elvisgrotto at coastalnet.com (Jeff) Date: Tue, 20 Jun 2000 17:36:24 -0400 Subject: [Mailman-Users] Read-only lists Message-ID: <00af01bfdaff$96190140$43b00ad8@jeff> How do I make a read only list? I must be overlooking something in the documentation about it. Thanks. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000620/cef14f1e/attachment.htm From Dan.Mick at west.sun.com Wed Jun 21 00:16:37 2000 From: Dan.Mick at west.sun.com (Dan Mick) Date: Tue, 20 Jun 2000 15:16:37 -0700 Subject: [Mailman-Users] Looking for config info References: <7218141619062000/A18863/GUMBY/11E69C0E1200*@MHS> Message-ID: <394FED45.80EAA698@west.sun.com> JRS wrote: > > Does anyone know where I can find the following config options: > > msg_footer (nondigest): Footer added to mail sent to regular list members > Text appended to the bottom of every immediately-delivery message. > > **** > This text can include %(field)s format strings which are resolved against the > list's attribute dictionary (__dict__). > **** > > I see how to configure the footers, but I cannot find any listing of what > fields I can put in the footers other than the "useful" examples which seem > limited to what is already in use in the footer. In particular, i am looking > for the whole of the list's attribute dictionary "(__dict__)" from above. You can do a quick look with 'withlist': cd ~mailman python -i bin/withlist dir(m) It's not pretty, but it does show you what attributes are available. For the value of any particular attribute, use m. Note: when you do this, you're writing Python code. Don't assign things to m or m. unless you know what you're doing...but the above (dir(m) and m.) are completely safe. From lra at insite.com.br Wed Jun 21 00:32:53 2000 From: lra at insite.com.br (Leonardo Rochael Almeida) Date: Tue, 20 Jun 2000 19:32:53 -0300 (EST) Subject: [Mailman-Users] Looking for config info In-Reply-To: <394FED45.80EAA698@west.sun.com> Message-ID: On Tue, 20 Jun 2000, Dan Mick wrote: > JRS wrote: > > > > Does anyone know where I can find the following config options: > > > > msg_footer (nondigest): Footer added to mail sent to regular list members > > Text appended to the bottom of every immediately-delivery message. > > > > **** > > This text can include %(field)s format strings which are resolved against the > > list's attribute dictionary (__dict__). > > **** > > > > I see how to configure the footers, but I cannot find any listing of what > > fields I can put in the footers other than the "useful" examples which seem > > limited to what is already in use in the footer. In particular, i am looking > > for the whole of the list's attribute dictionary "(__dict__)" from above. > > You can do a quick look with 'withlist': > > cd ~mailman > python -i bin/withlist > dir(m) > > It's not pretty, but it does show you what attributes are available. > For the value of any particular attribute, use > > m. Just a tip. if is an attribute full of values (such as long lists or dictionaries), or with long values (such as e-mails held for approval 'cause they were too big), you won't be able to do much with the values. One suggestion is to type: >>> type(m.) to discover what type of attribute it is. > > Note: when you do this, you're writing Python code. Don't assign > things to m or m. unless you know what you're doing...but > the above (dir(m) and m.) are completely safe. Well, unless I'm mistaken (which I usually am :-), you can do pretty much anything, as long as you don't call "m.Save()". Regards, Leo From Dan.Mick at west.sun.com Wed Jun 21 00:37:56 2000 From: Dan.Mick at west.sun.com (Dan Mick) Date: Tue, 20 Jun 2000 15:37:56 -0700 Subject: [Mailman-Users] Looking for config info References: Message-ID: <394FF244.6F9C1BC7@west.sun.com> > Just a tip. if is an attribute full of values (such as long > lists or dictionaries), or with long values (such as e-mails held for > approval 'cause they were too big), you won't be able to do much with the > values. One suggestion is to type: > >>> type(m.) > to discover what type of attribute it is. Sure. But knowing the type doesn't tell you much about what it contains. > > Note: when you do this, you're writing Python code. Don't assign > > things to m or m. unless you know what you're doing...but > > the above (dir(m) and m.) are completely safe. > > Well, unless I'm mistaken (which I usually am :-), you can do pretty much > anything, as long as you don't call "m.Save()". True; I was erring on the side of caution (as "assigning to an attribute" doesn't stay permanent without the Save, and there's no point in it for "exploring".) From lra at insite.com.br Wed Jun 21 01:07:51 2000 From: lra at insite.com.br (Leonardo Rochael Almeida) Date: Tue, 20 Jun 2000 20:07:51 -0300 (EST) Subject: [Mailman-Users] Looking for config info In-Reply-To: <394FF244.6F9C1BC7@west.sun.com> Message-ID: On Tue, 20 Jun 2000, Dan Mick wrote: > > > Just a tip. if is an attribute full of values (such as long > > lists or dictionaries), or with long values (such as e-mails held for > > approval 'cause they were too big), you won't be able to do much with the > > values. One suggestion is to type: > > >>> type(m.) > > to discover what type of attribute it is. > > Sure. But knowing the type doesn't tell you much about what it contains. Yes, but you can, if it is a list or tuple, get m.[0] or m.[0:5] to get just a few elements. Or if it is a dictionary (for the perl folks in the audience, dictionary is the python idiom for associative arrays or hashes), you can get m..keys() to get the (tada!!) keys or m.['']. You can also call type() on elements of lists and dictionaries in case they are big too. > > > Note: when you do this, you're writing Python code. Don't assign > > > things to m or m. unless you know what you're doing...but > > > the above (dir(m) and m.) are completely safe. > > > > Well, unless I'm mistaken (which I usually am :-), you can do pretty much > > anything, as long as you don't call "m.Save()". > > True; I was erring on the side of caution (as "assigning to an > attribute" doesn't stay permanent without the Save, and there's no > point in it for "exploring".) Regards, Leo From kivey at pennypi.com Wed Jun 21 08:08:11 2000 From: kivey at pennypi.com (Ken Ivey) Date: Wed, 21 Jun 2000 01:08:11 -0500 Subject: [Mailman-Users] post approvals timing out Message-ID: Running Mailman 2.0beta on redhat 6.0, running sendmail. Approx 30,000 members in list. When I submit an approval for a post it just sits on this screen for quite some time and then I get a page timeout on the browser. During this wait, sendmail appears to be delivering some mail. After about 2-3 minutes, I get the timeout and sendmail stops. When I return to the "pending admin tasks" screen, I still see the same post, awaiting my approval. mailq returns nothing. HELP ... HELP Ken kivey at pennypi.com From bernhard at intevation.de Wed Jun 21 12:28:16 2000 From: bernhard at intevation.de (Bernhard Reiter) Date: Wed, 21 Jun 2000 12:28:16 +0200 Subject: [Mailman-Users] New beta release needed (+ little patch) Message-ID: <20000621122816.F2702@cheops.usf.Uni-Osnabrueck.DE> It looks like a new mailman beta or even pre beta release is badly needed. I had to make to many little adjustments to 2.0b2. (Also see my mail to mailman-users in April.) So please release a bug-fix version. I see people going for the CVS version. This creates a lot of work for people who just want to run mailman in a stable way. Here is another little patch so that error messages for external archivers do not get lost. (You have to other chance to get that information.) Regards, Bernhard -- Professional Service around Free Software (intevation.net) The FreeGIS Project (freegis.org) Association for a Free Informational Infrastructure (ffii.org) -------------- next part -------------- --- Mailman/Archiver/Archiver.py.org Tue Jun 20 21:30:00 2000 +++ Mailman/Archiver/Archiver.py Tue Jun 20 21:38:45 2000 @@ -180,8 +180,10 @@ status = extarch.close() if status: self.LogMsg('error', - 'external archiver non-zero exit status: %d\n' % - (status & 0xff00) >> 8) + 'external archiver non-zero exit status: %d\n' + '\t while piping mail into:\n' + '\t\"%s\"' % + ((status & 0xff00) >> 8,cmd) ) # # archiving in real time this is called from list.post(msg) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 244 bytes Desc: not available Url : http://mail.python.org/pipermail/mailman-users/attachments/20000621/9f1377d4/attachment.pgp From bug at aphid.net Wed Jun 21 17:21:28 2000 From: bug at aphid.net (Chuck Dale) Date: Thu, 22 Jun 2000 01:21:28 +1000 Subject: [Mailman-Users] mailman 2.0beta2 problems In-Reply-To: <394FD262.FCA76EA0@rkkengineers.com>; from bdial@rkkengineers.com on Tue, Jun 20, 2000 at 04:21:54PM -0400 References: <394FD262.FCA76EA0@rkkengineers.com> Message-ID: <20000622012128.M26679@aphid.net> Wrote Brian M Dial on Tue, Jun 20, 2000 at 04:21:54PM -0400: > I've installed mailman 2.0beta2, the correct way it seems but I have one > small problem. When I go to the admin page to administrate, i.e. add > users it doesn't seem to be retaining my password across pages. [..] > Any ideas what might be wrong? Are you using an HTTP proxy? If so try turning it off and see how you go. Make sure you have cookies turned on. Chuck From bug at aphid.net Wed Jun 21 17:21:58 2000 From: bug at aphid.net (Chuck Dale) Date: Thu, 22 Jun 2000 01:21:58 +1000 Subject: [Mailman-Users] Read-only lists In-Reply-To: <00af01bfdaff$96190140$43b00ad8@jeff>; from elvisgrotto@coastalnet.com on Tue, Jun 20, 2000 at 05:36:24PM -0400 References: <00af01bfdaff$96190140$43b00ad8@jeff> Message-ID: <20000622012158.N26679@aphid.net> Wrote Jeff on Tue, Jun 20, 2000 at 05:36:24PM -0400: > How do I make a read only list? I must be overlooking something in the documentation about it. > Thanks. Set all posts to be moderated. Under Privacy options. Chuck From contact at 13x.com Wed Jun 21 16:29:46 2000 From: contact at 13x.com (DNS Contact) Date: Wed, 21 Jun 2000 10:29:46 -0400 Subject: [Mailman-Users] postfix configuration question Message-ID: <000901bfdb8d$266fdc40$6300000a@13x.com> I have recently installed postfix and mailman 2.0beta2. Small test lists work fine. When I try to post to a list with over 2000 members I get the following error: ./logs/smtp Jun 21 10:07:57 2000 (2174) smtp for 2244 recips, completed in 5155.373 seconds Jun 21 10:07:57 2000 (2174) All recipients refused: Server not connected /var/log/maillog Jun 21 10:07:57 anxiety postfix/smtpd[2169]: too many errors after RCPT from localhost[127.0.0.1] Jun 21 10:07:57 anxiety postfix/smtpd[2169]: disconnect from localhost[127.0.0.1] Jun 21 10:12:01 anxiety postfix/smtpd[2363]: connect from localhost[127.0.0.1] Jun 21 10:12:01 anxiety postfix/smtpd[2363]: A897217971: client=localhost[127.0.0.1] Jun 21 10:12:04 anxiety postfix/cleanup[2199]: fatal: timed_ipc_read: command read timeout Jun 21 10:12:05 anxiety postfix/master[764]: warning: process /usr/libexec/postfix/cleanup pid 2199 exit status 1 Jun 21 10:12:05 anxiety postfix/master[764]: warning: /usr/libexec/postfix/cleanup: bad command startup -- throttling I'm also getting this in ./logs/error Jun 21 10:07:57 2000 qrunner(2174): Traceback (innermost last): qrunner(2174): File "/home/mailman/cron/qrunner", line 106, in ? qrunner(2174): main() qrunner(2174): File "/home/mailman/cron/qrunner", line 101, in main qrunner(2174): lock.unlock() qrunner(2174): File "/home/mailman/Mailman/LockFile.py", line 310, in unlock qrunner(2174): raise NotLockedError qrunner(2174): Mailman.LockFile . NotLockedError I'm not sure if it's related or not. I did not configure mailman specifically for postfix or vise versa. Any help would be appreciated. Jim From sweidner at efiniti.com Wed Jun 21 19:26:37 2000 From: sweidner at efiniti.com (Sheryl Weidner) Date: Wed, 21 Jun 2000 10:26:37 -0700 Subject: [Mailman-Users] Archives not archiving Message-ID: <005b01bfdba5$e81d3be0$1400a8c0@SEAMONKEY> Hello folks, My apologies if this question is covered somewhere I missed, but I believe I have looked through the docs pretty thoroughly. My vitals: Mailman 2.0beta2 RedHat Linux 6.1 Secure/Apache Secure Python 1.5 I have selected options to archive my discussion list monthly. I previously received e-mail error messages about a directory where the archives were supposed to go not existing, but am no longer getting those error messages after having created the directory the archiver wanted. Now, there are just plain no archives, and my error log says: post(1219): File "/home/mailman/Mailman/Archiver/Archiver.py", line 204, in ArchiveMail post(1219): self.__archive_to_mbox(msg) post(1219): File "/home/mailman/Mailman/Archiver/Archiver.py", line 160, in __archive_to_mbox post(1219): post.SetHeader('Date', time.ctime(time.time())) post(1219): AttributeError: SetHeader If I am reading the log correctly and the "post(number)" entry denotes a post ID, I am not getting this error with every post, although I am getting the same error with each post that does error out. Any wise administrators who've seen this one already? Thanks in advance. Sheryl From bdial at rkkengineers.com Wed Jun 21 20:12:52 2000 From: bdial at rkkengineers.com (Brian M Dial) Date: Wed, 21 Jun 2000 14:12:52 -0400 Subject: [Mailman-Users] mailman 2.0beta2 problems References: <394FD262.FCA76EA0@rkkengineers.com> <20000622012128.M26679@aphid.net> Message-ID: <395105A4.62816D@rkkengineers.com> I'm not behind a proxy. I actually administrate a mailman 1.x installation from this same workstation on another server. The 2.0beta2 installation doesn't even send a cookie out to me though. I set netscape to warn for cookies and I don't get anything going across pages. -Brian Chuck Dale wrote: > > Wrote Brian M Dial on Tue, Jun 20, 2000 at 04:21:54PM -0400: > > I've installed mailman 2.0beta2, the correct way it seems but I have one > > small problem. When I go to the admin page to administrate, i.e. add > > users it doesn't seem to be retaining my password across pages. > [..] > > Any ideas what might be wrong? > > Are you using an HTTP proxy? If so try turning it off and see how you > go. Make sure you have cookies turned on. > > Chuck > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users From bwarsaw at python.org Wed Jun 21 17:45:59 2000 From: bwarsaw at python.org (Barry A. Warsaw) Date: Wed, 21 Jun 2000 11:45:59 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] New beta release needed (+ little patch) References: <20000621122816.F2702@cheops.usf.Uni-Osnabrueck.DE> Message-ID: <14672.58167.653957.234326@anthem.concentric.net> >>>>> "BR" == Bernhard Reiter writes: BR> It looks like a new mailman beta or even pre beta release is BR> badly needed. I had to make to many little adjustments to BR> 2.0b2. (Also see my mail to mailman-users in April.) There will be one very soon now (within hours or at most a day). I was all set to push the button and we saw errors in the logs on python.org, and duplicates in the digests. I want to see if I can fix that problem first. -Barry From edelrio at icm.csic.es Thu Jun 22 10:18:32 2000 From: edelrio at icm.csic.es (Evilio del Rio) Date: Thu, 22 Jun 2000 10:18:32 +0200 (CEST) Subject: [Mailman-Users] Domain allowed to post to a list. In-Reply-To: <394F9967.B4E77C6D@dcu.ie> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tue, 20 Jun 2000, Fergus Donohue wrote: > > Hi, > > Could someone give me some info on the following? I want to allow all > users in a particular mail domain to post to a list - I've searched the > archives and found the answer "add @domain.tld to the field Addresses of > members accepted for posting to this list without implicit approval > requirement." I've tried this and also some regular expression > variations on it and can't get it to work. I also tried the same in > "Addresses always held for Approval" (making the list open and add a > regex to hold anything not in domain @domain.tld). Again no luck! Can > someone give me an example of how they're doing this? > > Thanks, > > Fergus Donohue. > [Note: I have already sent a message similar to this one but I had no reply.] Hi Fergus, Some days ago I was searching for the same feature. AFAIK, this is not possible with the current stable distribution (I haven't tried with the developement one). Now the good news: it is easy to patch Mailman to accept a regular expression as the "posters" settings (addresses allowed to post to a restricted list even if they are not members). I have patched the following file: /home/mailman/Mailman/Handlers/Hold.py (/home/mailman is where I installed it) The result of the "diff" between the patched file vs. the original one are (you can use patch if you want to try): 32a33 > import re 120c121,123 < posters = Utils.List2Dict(map(string.lower, mlist.posters)) - --- > isposter = 0 > for poster in mlist.posters: > isposter = isposter or re.compile(poster, re.I).match(sender) 122c125 < not Utils.FindMatchingAddresses(sender, posters): - --- > not isposter: Then, you must set the "posters" settings to something like that: .+ at my.domain.com If you do it via Web it's on the "Privacy Options", under the label "Addresses of members accepted for posting (...) in addition to allowing posting by list members" or if you use /home/mailman/bin/config_list, you must set the following in the input config file: posters = ['.+ at my.doma.in'] I would like to know if this is works for you. I would also like to hear some comments about this patch because I am a begginer in python and I do not know quite well if this is the correct place to implement this feature. I propose that this or a similar feature must be included in the standard Mailman distribution (that's why I send this message to the developers list) HTH, ________________________________________________________________ Evilio Jose del Rio Silvan Institut de Ciencies del Mar edelrio at icm.csic.es http://members.es.tripod.de/Evilio/ "He tingut una idea" - Joan Gamper, 27 de novembre de 1899 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE5UcviBYZlGm2iEEIRAme1AJ47QhAOgebJe+sEItgyYoF4zRDz/wCfZOUt EzKh2jX5gWMcSzNlCzlOqxY= =JUaF -----END PGP SIGNATURE----- From bwarsaw at python.org Wed Jun 21 17:45:59 2000 From: bwarsaw at python.org (Barry A. Warsaw) Date: Wed, 21 Jun 2000 11:45:59 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] New beta release needed (+ little patch) References: <20000621122816.F2702@cheops.usf.Uni-Osnabrueck.DE> Message-ID: <14672.58167.653957.234326@anthem.concentric.net> >>>>> "BR" == Bernhard Reiter writes: BR> It looks like a new mailman beta or even pre beta release is BR> badly needed. I had to make to many little adjustments to BR> 2.0b2. (Also see my mail to mailman-users in April.) There will be one very soon now (within hours or at most a day). I was all set to push the button and we saw errors in the logs on python.org, and duplicates in the digests. I want to see if I can fix that problem first. -Barry From dereks at kd-dev.com Wed Jun 21 23:10:55 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Wed, 21 Jun 2000 14:10:55 -0700 (PDT) Subject: [Mailman-Users] Archives not archiving In-Reply-To: <005b01bfdba5$e81d3be0$1400a8c0@SEAMONKEY> Message-ID: In you list's archiving options, is the "When sent date" option set to (a) When the message is received [...or...] (b) When the message is resent? If it's (b), then archiving is broken (for me) in the 2.0beta release. When I switched it to (a), archiving magically started working. --Derek P.S.> What is the name of the file where you found that Python error message? On Wed, 21 Jun 2000, Sheryl Weidner wrote: -> Hello folks, -> -> My apologies if this question is covered somewhere I missed, but I -> believe I have looked through the docs pretty thoroughly. -> -> My vitals: -> -> Mailman 2.0beta2 -> RedHat Linux 6.1 Secure/Apache Secure -> Python 1.5 -> -> I have selected options to archive my discussion list monthly. I -> previously received e-mail error messages about a directory where the -> archives were supposed to go not existing, but am no longer getting -> those error messages after having created the directory the archiver -> wanted. Now, there are just plain no archives, and my error log says: -> -> post(1219): File "/home/mailman/Mailman/Archiver/Archiver.py", line -> 204, in ArchiveMail -> post(1219): self.__archive_to_mbox(msg) -> post(1219): File "/home/mailman/Mailman/Archiver/Archiver.py", line -> 160, in __archive_to_mbox -> post(1219): post.SetHeader('Date', time.ctime(time.time())) -> post(1219): AttributeError: SetHeader -> -> If I am reading the log correctly and the "post(number)" entry denotes a -> post ID, I am not getting this error with every post, although I am -> getting the same error with each post that does error out. -> -> Any wise administrators who've seen this one already? -> -> Thanks in advance. -> Sheryl -> -> -> ------------------------------------------------------ -> Mailman-Users maillist - Mailman-Users at python.org -> http://www.python.org/mailman/listinfo/mailman-users -> From mojo at whiteoaks.com Wed Jun 21 23:23:26 2000 From: mojo at whiteoaks.com (Morris Jones) Date: Wed, 21 Jun 2000 14:23:26 -0700 (PDT) Subject: [Mailman-Users] Archives not archiving In-Reply-To: <005b01bfdba5$e81d3be0$1400a8c0@SEAMONKEY> Message-ID: Yes I have ... In the "Archival Options" for the list go and set the value for this question: "Set date in archive to when the mail is claimed to have been sent, or to the time we resend it? " back to "When sent." The other setting is busted. There's a way to patch it so it doesn't crash, but it doesn't have the effect of changing the archive sort, so it doesn't make any difference. :) I filed a bug on it last week. Best regards, Mojo On Wed, 21 Jun 2000, Sheryl Weidner wrote: > Hello folks, > > My apologies if this question is covered somewhere I missed, but I > believe I have looked through the docs pretty thoroughly. > > My vitals: > > Mailman 2.0beta2 > RedHat Linux 6.1 Secure/Apache Secure > Python 1.5 > > I have selected options to archive my discussion list monthly. I > previously received e-mail error messages about a directory where the > archives were supposed to go not existing, but am no longer getting > those error messages after having created the directory the archiver > wanted. Now, there are just plain no archives, and my error log says: > > post(1219): File "/home/mailman/Mailman/Archiver/Archiver.py", line > 204, in ArchiveMail > post(1219): self.__archive_to_mbox(msg) > post(1219): File "/home/mailman/Mailman/Archiver/Archiver.py", line > 160, in __archive_to_mbox > post(1219): post.SetHeader('Date', time.ctime(time.time())) > post(1219): AttributeError: SetHeader > > If I am reading the log correctly and the "post(number)" entry denotes a > post ID, I am not getting this error with every post, although I am > getting the same error with each post that does error out. > > Any wise administrators who've seen this one already? > > Thanks in advance. > Sheryl > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > -- Morris Jones <*> San Rafael, CA mojo at whiteoaks.com http://www.whiteoaks.com From mojo at whiteoaks.com Wed Jun 21 23:23:26 2000 From: mojo at whiteoaks.com (Morris Jones) Date: Wed, 21 Jun 2000 14:23:26 -0700 (PDT) Subject: [Mailman-Users] Archives not archiving In-Reply-To: <005b01bfdba5$e81d3be0$1400a8c0@SEAMONKEY> Message-ID: Yes I have ... In the "Archival Options" for the list go and set the value for this question: "Set date in archive to when the mail is claimed to have been sent, or to the time we resend it? " back to "When sent." The other setting is busted. There's a way to patch it so it doesn't crash, but it doesn't have the effect of changing the archive sort, so it doesn't make any difference. :) I filed a bug on it last week. Best regards, Mojo On Wed, 21 Jun 2000, Sheryl Weidner wrote: > Hello folks, > > My apologies if this question is covered somewhere I missed, but I > believe I have looked through the docs pretty thoroughly. > > My vitals: > > Mailman 2.0beta2 > RedHat Linux 6.1 Secure/Apache Secure > Python 1.5 > > I have selected options to archive my discussion list monthly. I > previously received e-mail error messages about a directory where the > archives were supposed to go not existing, but am no longer getting > those error messages after having created the directory the archiver > wanted. Now, there are just plain no archives, and my error log says: > > post(1219): File "/home/mailman/Mailman/Archiver/Archiver.py", line > 204, in ArchiveMail > post(1219): self.__archive_to_mbox(msg) > post(1219): File "/home/mailman/Mailman/Archiver/Archiver.py", line > 160, in __archive_to_mbox > post(1219): post.SetHeader('Date', time.ctime(time.time())) > post(1219): AttributeError: SetHeader > > If I am reading the log correctly and the "post(number)" entry denotes a > post ID, I am not getting this error with every post, although I am > getting the same error with each post that does error out. > > Any wise administrators who've seen this one already? > > Thanks in advance. > Sheryl > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > -- Morris Jones <*> San Rafael, CA mojo at whiteoaks.com http://www.whiteoaks.com From bwarsaw at python.org Wed Jun 21 17:45:59 2000 From: bwarsaw at python.org (Barry A. Warsaw) Date: Wed, 21 Jun 2000 11:45:59 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] New beta release needed (+ little patch) References: <20000621122816.F2702@cheops.usf.Uni-Osnabrueck.DE> Message-ID: <14672.58167.653957.234326@anthem.concentric.net> >>>>> "BR" == Bernhard Reiter writes: BR> It looks like a new mailman beta or even pre beta release is BR> badly needed. I had to make to many little adjustments to BR> 2.0b2. (Also see my mail to mailman-users in April.) There will be one very soon now (within hours or at most a day). I was all set to push the button and we saw errors in the logs on python.org, and duplicates in the digests. I want to see if I can fix that problem first. -Barry From bwarsaw at python.org Wed Jun 21 17:45:59 2000 From: bwarsaw at python.org (Barry A. Warsaw) Date: Wed, 21 Jun 2000 11:45:59 -0400 (EDT) Subject: [Mailman-Users] Re: [Mailman-Developers] New beta release needed (+ little patch) References: <20000621122816.F2702@cheops.usf.Uni-Osnabrueck.DE> Message-ID: <14672.58167.653957.234326@anthem.concentric.net> >>>>> "BR" == Bernhard Reiter writes: BR> It looks like a new mailman beta or even pre beta release is BR> badly needed. I had to make to many little adjustments to BR> 2.0b2. (Also see my mail to mailman-users in April.) There will be one very soon now (within hours or at most a day). I was all set to push the button and we saw errors in the logs on python.org, and duplicates in the digests. I want to see if I can fix that problem first. -Barry From dereks at kd-dev.com Thu Jun 22 00:57:25 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Wed, 21 Jun 2000 15:57:25 -0700 (PDT) Subject: [Mailman-Users] Archives not archiving (fwd) Message-ID: This is now confirmed as a bug on two different systems in the 2.0beta. --Derek ---------- Forwarded message ---------- Date: Wed, 21 Jun 2000 15:34:06 -0700 From: Sheryl Weidner To: Derek Simkowiak Subject: Re: [Mailman-Users] Archives not archiving Hi Derek, Thanks for the feedback. That does indeed correct the problem. :) I found the error message in /home/mailman/logs/error. I tailed the file and got nothing but that same four-line entry for various messages, time after time. Muchas gracias, Sheryl ----- Original Message ----- From: "Derek Simkowiak" To: "Sheryl Weidner" Cc: Sent: Wednesday, June 21, 2000 2:10 PM Subject: Re: [Mailman-Users] Archives not archiving | | In you list's archiving options, is the "When sent date" option | set to | | (a) When the message is received [...or...] | (b) When the message is resent? | | If it's (b), then archiving is broken (for me) in the 2.0beta | release. When I switched it to (a), archiving magically started working. | | | --Derek | P.S.> What is the name of the file where you found that Python error | message? | | | On Wed, 21 Jun 2000, Sheryl Weidner wrote: | | -> Hello folks, | -> | -> My apologies if this question is covered somewhere I missed, but I | -> believe I have looked through the docs pretty thoroughly. | -> | -> My vitals: | -> | -> Mailman 2.0beta2 | -> RedHat Linux 6.1 Secure/Apache Secure | -> Python 1.5 | -> | -> I have selected options to archive my discussion list monthly. I | -> previously received e-mail error messages about a directory where the | -> archives were supposed to go not existing, but am no longer getting | -> those error messages after having created the directory the archiver | -> wanted. Now, there are just plain no archives, and my error log says: | -> | -> post(1219): File "/home/mailman/Mailman/Archiver/Archiver.py", line | -> 204, in ArchiveMail | -> post(1219): self.__archive_to_mbox(msg) | -> post(1219): File "/home/mailman/Mailman/Archiver/Archiver.py", line | -> 160, in __archive_to_mbox | -> post(1219): post.SetHeader('Date', time.ctime(time.time())) | -> post(1219): AttributeError: SetHeader | -> | -> If I am reading the log correctly and the "post(number)" entry denotes a | -> post ID, I am not getting this error with every post, although I am | -> getting the same error with each post that does error out. | -> | -> Any wise administrators who've seen this one already? | -> | -> Thanks in advance. | -> Sheryl | -> | -> | -> ------------------------------------------------------ | -> Mailman-Users maillist - Mailman-Users at python.org | -> http://www.python.org/mailman/listinfo/mailman-users | -> | From tanner at real-time.com Thu Jun 22 02:17:05 2000 From: tanner at real-time.com (Bob Tanner) Date: Wed, 21 Jun 2000 19:17:05 -0500 Subject: [Mailman-Users] mailman-2.0beta2 Message-ID: <20000621191705.C30574@real-time.com> % ~/bin/newlist Enter the name of the list: test Enter the email of the person running the list: tanner at real-time.com Initial test password: Entry for aliases file: ## test mailing list ## created: 21-Jun-2000 mailman test: "|/home/mailman/mail/wrapper post test" test-admin: "|/home/mailman/mail/wrapper mailowner test" test-request: "|/home/mailman/mail/wrapper mailcmd test" test-owner: test-admin Hit enter to continue with test owner notification... Traceback (innermost last): File "/home/mailman/bin/newlist", line 154, in ? main(sys.argv) File "/home/mailman/bin/newlist", line 148, in main HandlerAPI.DeliverToUser(mlist, msg) File "/home/mailman/Mailman/Handlers/HandlerAPI.py", line 82, in DeliverToUser pipeline_delivery(mlist, msg, pipeline) File "/home/mailman/Mailman/Handlers/HandlerAPI.py", line 37, in pipeline_delivery func(mlist, msg) File "/home/mailman/Mailman/Handlers/Replybot.py", line 37, in process toadmin = getattr(msg, 'toadmin', 0) TypeError: getattr requires exactly 2 arguments; 3 given -- Bob Tanner | Phone : (612)943-8700 http://www.mn-linux.org | Fax : (612)943-8500 Key fingerprint = 6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 From al00 at eurecom.fr Thu Jun 22 09:56:28 2000 From: al00 at eurecom.fr (Alain ENOUT) Date: Thu, 22 Jun 2000 09:56:28 +0200 (CEST) Subject: [Mailman-Users] Problem accessing private archives with 2.0b2 Message-ID: Hello, I'm using mailman2.0b2 from a linux debian woody distribution and netscape 4.73. I have some problems when trying to access private archives. I fill the "Private Archive Authentification" dialog : address/Passwd -> submit query everything is OK, I get the list of Archives: Archive View by: Downloadable version 2000-June: [ Thread ] [ Subject ] [ Author ] [ Date ] [ Text 2 KB ] .... When I click for example on [Thread], I re-get a dialog "Private Archive Authentification", I retype address/password and I re-get the same Archives list, not the messages. I can see the cookies, authentification seems correct, but no messages ... What happens ? Thanks in advance ... -- Alain ENOUT Research Engineer, Mobile Communications Dpt EURECOM, 2229 rte des cretes, BP 193, F-06904 Sophia Antipolis Cedex, France From fife at AnywhereYouGo.com Thu Jun 22 09:22:06 2000 From: fife at AnywhereYouGo.com (Ryan Fife) Date: Thu, 22 Jun 2000 02:22:06 -0500 Subject: [Mailman-Users] MIME issue In-Reply-To: <029401bfda16$0402a0c0$01fa3b9d@redmond.corp.microsoft.com>; from alex@phred.org on Mon, Jun 19, 2000 at 10:44:27AM -0700 References: <5B7C00CB140FD4119B4E00508BA54CD5018C4C@mail.xperts.com> <029401bfda16$0402a0c0$01fa3b9d@redmond.corp.microsoft.com> Message-ID: <20000622022206.M5948@AnywhereYouGo.com> alex, I was inspired by your work and wanted to do some more detailed reporting on what was deleted...I found that it was a more difficult parsing task than I thought it initially would be...so I started over and wrote a script that uses the Mime-Tools package... One word of caution for people - remember to leave the mbox "From" header in or your archiving won't work! I know this has been discussed a lot on this list in the past...I just overlooked it in my script...took a while to track that one down. Anyway, it's at: http://www.mindspring.com/~fife/mailman/ayg_maillist_filter.pl The "deleted" report shows you the MIME type and recommended filename if there was one. On Mon, Jun 19, 2000 at 10:44:27AM -0700, alex wetmore wrote: > From: "Johnson, April" > > Has anyone else encountered this issue? If so, how did you work > around it? > > My solution is to filter all HTML (and other MIME attachments) from > emails heading into my mailing lists. > > http://www.phred.org/~alex/stripmime.pl has the perl script that I wrote > to do this. > > alex > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users -- Ryan Fife fife at AnywhereYouGo.com Creators of the world's first online WAP testing tool: http://www.AnywhereYouGo.com/Content.po?name=lab/About From alex at phred.org Thu Jun 22 16:52:05 2000 From: alex at phred.org (alex wetmore) Date: Thu, 22 Jun 2000 07:52:05 -0700 Subject: [Mailman-Users] MIME issue References: <5B7C00CB140FD4119B4E00508BA54CD5018C4C@mail.xperts.com> <029401bfda16$0402a0c0$01fa3b9d@redmond.corp.microsoft.com> <20000622022206.M5948@AnywhereYouGo.com> Message-ID: <04fe01bfdc59$6f4b5030$01fa3b9d@redmond.corp.microsoft.com> I was careful not to use the Mime-Tools package because it seemed to want to write temporary files and/or use large memory buffers for doing the parsing. My script was designed to be a single pass, and the only buffer that it keeps is for the original message headers (it can't begin writing those until it knows what it has to strip out of them). My script does do some reporting of what has been stripped, but it does not include the filename. Adding the filename shouldn't be too hard though. I have some other cleanup work to do on the script, and can see about adding it to the next version. Another feature which I have been thinking of adding is something to send the full source of the message to another recipient so that I could analyze them for debugging purposes. There are some other stripping tools which have been written recently that also use the Mime-tools package. You might want to look at http://www.freshmeat.net. Take a look at http://freshmeat.net/news/2000/06/21/961561626.html. alex ----- Original Message ----- From: "Ryan Fife" To: Sent: Thursday, June 22, 2000 12:22 AM Subject: Re: [Mailman-Users] MIME issue > > alex, > > I was inspired by your work and wanted to do some more detailed reporting > on what was deleted...I found that it was a more difficult parsing task > than I thought it initially would be...so I started over and wrote a script > that uses the Mime-Tools package... > > One word of caution for people - remember to leave the mbox "From" header > in or your archiving won't work! I know this has been discussed a lot on > this list in the past...I just overlooked it in my script...took a while > to track that one down. > > Anyway, it's at: > > http://www.mindspring.com/~fife/mailman/ayg_maillist_filter.pl > > The "deleted" report shows you the MIME type and recommended filename if > there was one. > > On Mon, Jun 19, 2000 at 10:44:27AM -0700, alex wetmore wrote: > > From: "Johnson, April" > > > Has anyone else encountered this issue? If so, how did you work > > around it? > > > > My solution is to filter all HTML (and other MIME attachments) from > > emails heading into my mailing lists. > > > > http://www.phred.org/~alex/stripmime.pl has the perl script that I wrote > > to do this. > > > > alex > > > > > > ------------------------------------------------------ > > Mailman-Users maillist - Mailman-Users at python.org > > http://www.python.org/mailman/listinfo/mailman-users > > -- > Ryan Fife > fife at AnywhereYouGo.com > Creators of the world's first online WAP testing tool: > http://www.AnywhereYouGo.com/Content.po?name=lab/About > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From dereks at kd-dev.com Thu Jun 22 16:59:13 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 22 Jun 2000 07:59:13 -0700 (PDT) Subject: [Mailman-Users] Re: [Mailman-Developers] New beta release needed (+ little patch) In-Reply-To: <14672.58167.653957.234326@anthem.concentric.net> Message-ID: Will the new release fix the broken-archiving-if-using-resend-date bug? (I'm not sure that ever got entered into the bug tracking database; I never entered it) --Derek On Wed, 21 Jun 2000, Barry A. Warsaw wrote: -> -> >>>>> "BR" == Bernhard Reiter writes: -> -> BR> It looks like a new mailman beta or even pre beta release is -> BR> badly needed. I had to make to many little adjustments to -> BR> 2.0b2. (Also see my mail to mailman-users in April.) -> -> There will be one very soon now (within hours or at most a day). I -> was all set to push the button and we saw errors in the logs on -> python.org, and duplicates in the digests. I want to see if I can fix -> that problem first. -> -> -Barry -> -> ------------------------------------------------------ -> Mailman-Users maillist - Mailman-Users at python.org -> http://www.python.org/mailman/listinfo/mailman-users -> From rpyne at kinfolk.org Thu Jun 22 17:21:30 2000 From: rpyne at kinfolk.org (Richard Pyne) Date: Thu, 22 Jun 2000 09:21:30 -0600 Subject: [Mailman-Users] mailman-2.0beta2 In-Reply-To: <20000621191705.C30574@real-time.com> References: <20000621191705.C30574@real-time.com> Message-ID: <00062209223900.20170@teton> You didn't read the release notes. You need to update your version of Python. --Richard On Wed, 21 Jun 2000, you wrote: > % ~/bin/newlist > Enter the name of the list: test > Enter the email of the person running the list: tanner at real-time.com > Initial test password: > > Entry for aliases file: > ## test mailing list > ## created: 21-Jun-2000 mailman > test: "|/home/mailman/mail/wrapper post test" > test-admin: "|/home/mailman/mail/wrapper mailowner test" > test-request: "|/home/mailman/mail/wrapper mailcmd test" > test-owner: test-admin > > Hit enter to continue with test owner notification... > > Traceback (innermost last): > File "/home/mailman/bin/newlist", line 154, in ? > main(sys.argv) > File "/home/mailman/bin/newlist", line 148, in main > HandlerAPI.DeliverToUser(mlist, msg) > File "/home/mailman/Mailman/Handlers/HandlerAPI.py", line 82, in > DeliverToUser pipeline_delivery(mlist, msg, pipeline) > File "/home/mailman/Mailman/Handlers/HandlerAPI.py", line 37, in > pipeline_delivery > func(mlist, msg) > File "/home/mailman/Mailman/Handlers/Replybot.py", line 37, in process > toadmin = getattr(msg, 'toadmin', 0) > TypeError: getattr requires exactly 2 arguments; 3 given > > -- > Bob Tanner | Phone : (612)943-8700 > http://www.mn-linux.org | Fax : (612)943-8500 > Key fingerprint = 6C E9 51 4F D5 3E 4C 66 62 A9 10 E5 35 85 39 D9 > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users From gorgo at caesar.elte.hu Thu Jun 22 17:21:45 2000 From: gorgo at caesar.elte.hu (Gergely Madarasz) Date: Thu, 22 Jun 2000 17:21:45 +0200 (METDST) Subject: [Mailman-Users] Problem accessing private archives with 2.0b2 In-Reply-To: Message-ID: On Thu, 22 Jun 2000, Alain ENOUT wrote: > Hello, > > I'm using mailman2.0b2 from a linux debian woody distribution and netscape 4.73. > > I have some problems when trying to access private archives. > I fill the "Private Archive Authentification" dialog : > address/Passwd -> submit query > everything is OK, I get the list of Archives: > Archive View by: Downloadable version > 2000-June: [ Thread ] [ Subject ] [ Author ] [ Date ] [ Text 2 KB ] > .... > > When I click for example on [Thread], I re-get a dialog "Private Archive > Authentification", I retype address/password and I re-get the same Archives > list, not the messages. I can see the cookies, authentification seems correct, > but no messages ... > > What happens ? the default URL for the list is probably set for a different path than the one you're accessing it... if you're using /mailman/private, try /cgi-bin/mailman/private, and the other way round :) -- Madarasz Gergely gorgo at caesar.elte.hu gorgo at linux.rulez.org It's practically impossible to look at a penguin and feel angry. Egy pingvinre gyakorlatilag lehetetlen haragosan nezni. HuLUG: http://mlf.linux.rulez.org/ From al00 at eurecom.fr Thu Jun 22 18:24:33 2000 From: al00 at eurecom.fr (Alain ENOUT) Date: Thu, 22 Jun 2000 18:24:33 +0200 (CEST) Subject: [Mailman-Users] Problem accessing private archives with 2.0b In-Reply-To: Message-ID: Hello Gergely, On 22-Jun-00 Gergely Madarasz wrote: > On Thu, 22 Jun 2000, Alain ENOUT wrote: >> I'm using mailman2.0b2 from a linux debian woody distribution and netscape >> 4.73. >> ..... >> What happens ? > the default URL for the list is probably set for a different path than the > one you're accessing it... > if you're using /mailman/private, try /cgi-bin/mailman/private, and the > other way round :) Your answer show me the problem. The Info page has a link for archives to http://machine/mailman/private/test/ going there is an endless authentification loop. If I modify the url to http://machine/cgi-bin/mailman/private/test/ everything works. The DEFAULT_URL is set to http://machine/cgi-bin/mailman, changing it to http://machine/mailman doesn't change the problem. I tryed to regenerate the archive and using Shift Reload in netscape, I always get a bad link in the Info page (http://machine/cgi-bin/mailman/listinfo/test). What's my mistake ? -- Alain ENOUT Research Engineer, Mobile Communications Dpt Alain.Enout at eurecom.fr Phone: +33 (0)4 93 00 26 65 EURECOM, 2229 rte des cretes, BP 193, F-06904 Sophia Antipolis Cedex, France From ivanlan at home.com Thu Jun 22 18:34:16 2000 From: ivanlan at home.com (Ivan Van Laningham) Date: Thu, 22 Jun 2000 10:34:16 -0600 Subject: [Mailman-Users] We hit a bug should be fix permissions Message-ID: <39524008.745785C1@home.com> Hi All-- Somehow or another, my permissions got hosed, so I got this: ---------------------------------------------- Bug in Mailman version 2.0beta2 We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks! Traceback: Traceback (innermost last): File "/home/mailman/scripts/driver", line 64, in run_main immediate=1) File "/home/mailman/Mailman/Logging/StampedLogger.py", line 49, in __init__ Logger.__init__(self, category, nofail, immediate) File "/home/mailman/Mailman/Logging/Logger.py", line 40, in __init__ self.__get_f() File "/home/mailman/Mailman/Logging/Logger.py", line 55, in __get_f f = self.__fp = open(self.__filename, 'a+', 1) IOError: [Errno 13] Permission denied: '/home/mailman/logs/error' ---------------------------------------------- It seems like this one ought to be easy to detect in the script, AND to post the appropriate error, which ought to be something like "The administrator of this website needs to run check_perms -f to repair this problem." -ly y'rs, Ivan ---------------------------------------------- Ivan Van Laningham Axent Technologies, Inc. http://www.pauahtun.org http://www.foretec.com/python/workshops/1998-11/proceedings.html Army Signal Corps: Cu Chi, Class of '70 Author: Teach Yourself Python in 24 Hours From fife at AnywhereYouGo.com Thu Jun 22 19:05:58 2000 From: fife at AnywhereYouGo.com (Ryan Fife) Date: Thu, 22 Jun 2000 12:05:58 -0500 Subject: [Mailman-Users] MIME issue In-Reply-To: <04fe01bfdc59$6f4b5030$01fa3b9d@redmond.corp.microsoft.com>; from alex@phred.org on Thu, Jun 22, 2000 at 07:52:05AM -0700 References: <5B7C00CB140FD4119B4E00508BA54CD5018C4C@mail.xperts.com> <029401bfda16$0402a0c0$01fa3b9d@redmond.corp.microsoft.com> <20000622022206.M5948@AnywhereYouGo.com> <04fe01bfdc59$6f4b5030$01fa3b9d@redmond.corp.microsoft.com> Message-ID: <20000622120558.C8010@AnywhereYouGo.com> Very good reasons to avoid the Mime-Tools package. I actually had some additional motives for looking into it, however. We were looking at (for some of our private lists) a couple of other processing issues: + delete the attachment from the message, save it to disk, then insert a link in the message body. + convert wav files to mp3 (our voice mail system uses uncompressed wav files for some ridiculous reason) To be true to mailman, I should look at doing these in python I suppose... ;-) We're considering mailman as a basis for some other interesting systems: + email based version control + automated content submission And some other things. I'd like to make them readily available for mailman users so those larger type systems will be written in python (if we actually do them, of course!) The entire reason we went with mailman was it seemed easy to build systems like this on top of it. On Thu, Jun 22, 2000 at 07:52:05AM -0700, alex wetmore wrote: > I was careful not to use the Mime-Tools package because it seemed to > want to write temporary files and/or use large memory buffers for doing > the parsing. My script was designed to be a single pass, and the only > buffer that it keeps is for the original message headers (it can't begin > writing those until it knows what it has to strip out of them). > > My script does do some reporting of what has been stripped, but it does > not include the filename. Adding the filename shouldn't be too hard > though. I have some other cleanup work to do on the script, and can see > about adding it to the next version. Another feature which I have been > thinking of adding is something to send the full source of the message > to another recipient so that I could analyze them for debugging > purposes. > > There are some other stripping tools which have been written recently > that also use the Mime-tools package. You might want to look at > http://www.freshmeat.net. Take a look at > http://freshmeat.net/news/2000/06/21/961561626.html. > > alex > > ----- Original Message ----- > From: "Ryan Fife" > To: > Sent: Thursday, June 22, 2000 12:22 AM > Subject: Re: [Mailman-Users] MIME issue > > > > > > alex, > > > > I was inspired by your work and wanted to do some more detailed > reporting > > on what was deleted...I found that it was a more difficult parsing > task > > than I thought it initially would be...so I started over and wrote a > script > > that uses the Mime-Tools package... > > > > One word of caution for people - remember to leave the mbox "From" > header > > in or your archiving won't work! I know this has been discussed a lot > on > > this list in the past...I just overlooked it in my script...took a > while > > to track that one down. > > > > Anyway, it's at: > > > > http://www.mindspring.com/~fife/mailman/ayg_maillist_filter.pl > > > > The "deleted" report shows you the MIME type and recommended filename > if > > there was one. > > > > On Mon, Jun 19, 2000 at 10:44:27AM -0700, alex wetmore wrote: > > > From: "Johnson, April" > > > > Has anyone else encountered this issue? If so, how did you work > > > around it? > > > > > > My solution is to filter all HTML (and other MIME attachments) from > > > emails heading into my mailing lists. > > > > > > http://www.phred.org/~alex/stripmime.pl has the perl script that I > wrote > > > to do this. > > > > > > alex > > > > > > > > > ------------------------------------------------------ > > > Mailman-Users maillist - Mailman-Users at python.org > > > http://www.python.org/mailman/listinfo/mailman-users > > > > -- > > Ryan Fife > > fife at AnywhereYouGo.com > > Creators of the world's first online WAP testing tool: > > http://www.AnywhereYouGo.com/Content.po?name=lab/About > > > > ------------------------------------------------------ > > Mailman-Users maillist - Mailman-Users at python.org > > http://www.python.org/mailman/listinfo/mailman-users > > -- Ryan Fife fife at AnywhereYouGo.com Creators of the world's first online WAP testing tool: http://www.AnywhereYouGo.com/Content.po?name=lab/About From claw at kanga.nu Thu Jun 22 21:23:12 2000 From: claw at kanga.nu (J C Lawrence) Date: Thu, 22 Jun 2000 12:23:12 -0700 Subject: [Mailman-Developers] Re: [Mailman-Users] Domain allowed to post to a list. In-Reply-To: Message from Evilio del Rio of "Thu, 22 Jun 2000 10:18:32 EST." References: Message-ID: <660.961701792@kanga.nu> On Thu, 22 Jun 2000 10:18:32 +0200 (CEST) Evilio del Rio wrote: > Now the good news: it is easy to patch Mailman to accept a regular > expression as the "posters" settings (addresses allowed to post to > a restricted list even if they are not members). I have patched > the following file: Oooo. This one should get into the next beta. A whole bunch of people would be very happy to see that. Barry? -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From john.l.villalovos at intel.com Thu Jun 22 21:23:45 2000 From: john.l.villalovos at intel.com (Villalovos, John L) Date: Thu, 22 Jun 2000 12:23:45 -0700 Subject: [Mailman-Users] How to fix: Sendmail keeps stalling Message-ID: I have just started using Mailman on my system and I have a mailing list of just a 100 people. The problem I have is that mail takes about 2-3 hours to process for everybody in the queue. The reason for this is that Sendmail keeps stalling on email addresses which are located behind firewalls so it walks up the MX chain looking for a viable mail server. In the meantime all the other messages get stuck. Is there a way to get Mailman to generate a unique email message for each person so that I get 100 jobs in the Sendmail queue rather than the one job with 100 email addresses? Or is their a good way to fix this problem in Sendmail or elsewhere. I tried changing the configuration option about maximum # of outgoing connections but this didn't seem to make a difference. Thanks for any help! John John Villalovos Intel Corporation 2111 NE 25TH AVE STOP JF2-70 HILLSBORO, OR 97124-5961 (503) 264-1320 Fax: (503) 264-6380 GPG 1.+/PGP 5.+/ DSS/Diffie Helman http://www.sodarock.com/JohnVillalovos-gpgkey.txt 1024D/1A25D86C 2F24 AD89 E5D5 C92B 7FE2 F878 7ED5 2D38 1A25 D86C From rcozzani at zia.ms.it Fri Jun 23 11:45:41 2000 From: rcozzani at zia.ms.it (Riccardo Cozzani) Date: Fri, 23 Jun 2000 11:45:41 +0200 (CEST) Subject: [Mailman-Users] about use of external archiver In-Reply-To: <20000623093714.322B01CD4E@dinsdale.python.org> Message-ID: Hi all, I'would like to known if someone have experienced in using some external archiver (like MHonArch) for archiving messages. I've tryed following the instruction found in the Default.py file, and it seams to work well, but when I access the listinfo page and click to "list archive" I receive a document not found. Any suggestions? Thanks Riccardo From huber at mclx.com Fri Jun 23 19:27:00 2000 From: huber at mclx.com (Josh Huber) Date: Fri, 23 Jun 2000 13:27:00 -0400 Subject: [Mailman-Users] multiple domains Message-ID: <20000623132700.C351@mclx.com> I'm setting up mailman and I'm having some trouble with it thinking that different domains pointing to the same IP are virtual domains. It appears as though I need the opposite of what people want in the mailing list archives for this list. We have three domains which are all essentially equivilant -- how can I get mailman to think so? When I enter the URL as whatever is specified in mm_cfg.py, mailman/listinfo correctly gives me a list of the mailing lists hosted on that machine, but when I use one of the alternate domains, it thinks there are no publicly advertised lists. Thanks for the help in advance, -- Josh 6B21489A | GnuPG ID/Fingerprint | huber at mclx.com | 61F0 6138 BE7B FEBF A223 E9D1 BFE1 2065 6B21 489A From jonas at netwood.net Sat Jun 24 02:24:09 2000 From: jonas at netwood.net (Jonas Fornander) Date: Fri, 23 Jun 2000 17:24:09 -0700 Subject: [Mailman-Users] What do you charge for a list server? References: <20000623132700.C351@mclx.com> Message-ID: <0a7801bfdd72$83d8d8a0$cb00a8c0@netwood.net> I wonder if someone would be so kind and give some feedback of what you charge your customers to run a list server for them. Do you charge per list and/or subscriber or by some other formula. Please email me off the list if that is more appropriate. TIA, Jonas Fornander - support at netwood.net Netwood Communications - www.netwood.net Find out why we're better - Tel: 310-442-1530 From andy at mcds.com Sat Jun 24 02:58:38 2000 From: andy at mcds.com (Andy Broadaway) Date: Fri, 23 Jun 2000 17:58:38 -0700 Subject: [Mailman-Users] Installing MailMan Message-ID: <4.3.2.7.0.20000623175753.00afd780@mcds.com> Where can I find someone to install and configure MailMan software? Andy B. From bryn at nwlink.com Sat Jun 24 05:31:44 2000 From: bryn at nwlink.com (Bryn Wm. Moslow) Date: Fri, 23 Jun 2000 20:31:44 -0700 Subject: [Mailman-Users] Daily cron error in 2.0b2 Message-ID: <39542BA0.64A4F31A@nwlink.com> Getting this from cron every day in the (default) 5:00PM admin request reminder, Redhat 6.2 (x86): From: root at list.spacemonster.org (Cron Daemon) To: mailman at list.spacemonster.org Subject: Cron /usr/bin/python /home/mailman/cron/checkdbs X-Cron-Env: X-Cron-Env: X-Cron-Env: X-Cron-Env: Traceback (innermost last): File "/home/mailman/cron/checkdbs", line 87, in ? main() File "/home/mailman/cron/checkdbs", line 52, in main text = text + '\n' + pending_requests(mlist) File "/home/mailman/cron/checkdbs", line 72, in pending_requests pending.append(' %s %s' % addr, time.ctime(when)) TypeError: not enough arguments for format string -Bryn From Dan.Mick at West.Sun.COM Sat Jun 24 05:39:25 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Fri, 23 Jun 2000 20:39:25 -0700 (PDT) Subject: [Mailman-Users] Daily cron error in 2.0b2 Message-ID: <200006240338.UAA14592@utopia.west.sun.com> > File "/home/mailman/cron/checkdbs", line 72, in pending_requests > pending.append(' %s %s' % addr, time.ctime(when)) > TypeError: not enough arguments for format string Yup, already much-discussed. Fixed in current CVS (about to be beta3). The two arguments need to be explicitly tuple-ized with parens: pending.append(' %s %s' % (addr, time.ctime(when))) A casual perusal of the archives should have found this. From danverz at libero.it Sat Jun 24 16:59:24 2000 From: danverz at libero.it (Daniele Verzelloni) Date: Sat, 24 Jun 2000 16:59:24 +0200 Subject: [Mailman-Users] error Message-ID: Bug in Mailman version 2.0beta2 We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks! Traceback: Traceback (innermost last): File "/home/mailman/scripts/driver", line 89, in run_main main() File "/home/mailman/Mailman/Cgi/admin.py", line 68, in main mlist = MailList.MailList(listname) File "/home/mailman/Mailman/MailList.py", line 69, in __init__ self.Load() File "/home/mailman/Mailman/MailList.py", line 858, in Load self.Lock() File "/home/mailman/Mailman/MailList.py", line 1300, in Lock self.__lock.lock() File "/home/mailman/Mailman/LockFile.py", line 209, in lock os.link(self.__lockfile, self.__tmpfname) OSError: [Errno 1] Operation not permitted Anyone could help me pls ? Danverz From mau at beatles.cselt.it Sat Jun 24 16:53:32 2000 From: mau at beatles.cselt.it (Maurizio Codogno) Date: Sat, 24 Jun 2000 16:53:32 +0200 (MET DST) Subject: [Mailman-Users] local address on a list? Message-ID: <200006241453.QAA14180@beatles.cselt.it> Dear all, I noticed that mailman (2.0b2, at least) does not allow addresses not qualified (that is, without @) neither as subscribers nor in the "white list" of people allowed to post even if not subscribed to the list Unfortunately, my sendmail munges domain information for local names: this means that every message of mine must be approved by hand (or I must use a different address outside my host). What do you think I can do? ciao, .mau. From mikelias at hotmail.com Sat Jun 24 16:54:05 2000 From: mikelias at hotmail.com (Michael Budiman) Date: Sat, 24 Jun 2000 07:54:05 PDT Subject: [Mailman-Users] mailing list problem Message-ID: <20000624145405.86280.qmail@hotmail.com> I have a problem in subscribing MY mailing list to other mailing list. It turns out that every message that comes from the mailing list I subscribed to need to have my approval, even though I've included the address of the mailing list I subscribed to in the "Addresses of members accepted for posting to this list without implicit approval requirement." Any idea on how to fix this? Thanx in advance. Mike ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com From bug at aphid.net Sat Jun 24 17:37:14 2000 From: bug at aphid.net (Chuck Dale) Date: Sun, 25 Jun 2000 01:37:14 +1000 Subject: [Mailman-Users] multiple domains In-Reply-To: <20000623132700.C351@mclx.com>; from huber@mclx.com on Fri, Jun 23, 2000 at 01:27:00PM -0400 References: <20000623132700.C351@mclx.com> Message-ID: <20000625013714.N29124@aphid.net> Wrote Josh Huber on Fri, Jun 23, 2000 at 01:27:00PM -0400: > I'm setting up mailman and I'm having some trouble with it thinking that > different domains pointing to the same IP are virtual domains. It appears > as though I need the opposite of what people want in the mailing list > archives for this list. > > We have three domains which are all essentially equivilant -- how can I get > mailman to think so? > > When I enter the URL as whatever is specified in mm_cfg.py, mailman/listinfo > correctly gives me a list of the mailing lists hosted on that machine, but > when I use one of the alternate domains, it thinks there are no publicly > advertised lists. This sounds like a problem with your web server set up not mailman. Although your question is not clear - do you get a 404 when accessing the listinfo CGI from one of your virtual domains? Or does it come up, only with no lists? Chuck From bug at aphid.net Sat Jun 24 17:41:34 2000 From: bug at aphid.net (Chuck Dale) Date: Sun, 25 Jun 2000 01:41:34 +1000 Subject: [Mailman-Users] mailing list problem In-Reply-To: <20000624145405.86280.qmail@hotmail.com>; from mikelias@hotmail.com on Sat, Jun 24, 2000 at 07:54:05AM -0700 References: <20000624145405.86280.qmail@hotmail.com> Message-ID: <20000625014134.P29124@aphid.net> Put the list address in "Alias names (regexps) which qualify as explicit to or cc destination names for this list." in the Privacy Options. I found that it didn't match if I included the domain part of the address, I just put the username part. YMMV. Chuck Wrote Michael Budiman on Sat, Jun 24, 2000 at 07:54:05AM -0700: > I have a problem in subscribing MY mailing list to other mailing list. It > turns out that every message that comes from the mailing list I subscribed > to need to have my approval, even though I've included the address of the > mailing list I subscribed to in the "Addresses of members accepted for > posting to this list without implicit approval requirement." > > Any idea on how to fix this? Thanx in advance. From MorrowTh at missouri.edu Sat Jun 24 18:06:14 2000 From: MorrowTh at missouri.edu (Morrow, Thomas) Date: Sat, 24 Jun 2000 11:06:14 -0500 Subject: [Mailman-Users] new install not working Message-ID: I have just set up my second Mailman list and neither one has worked at all. The list is set up for replies to go back to the list. As far as I have gotten is the list is sending out welcome messages. When a member tries to post to the list the mail is either returned undeliverable or a message returns saying the mail is being held for admin approval. When I go in as admin and try to approve for delivery nothing happens. I am setting this up through the control panel my site host provides which asks add list? I say yes and fill out the name and password and click install. I can make changes to the general options page and all other admin pages but nothing I have tried makes the list work. I am not getting any help from my site host as far as tech support. I do not think they know anything about this mailman stuff. Any help would be appreciated I have been messing with this for a month on and off with no success. Tom Morrow www.northmosportsmen.com From morris at unc.edu Sun Jun 25 04:48:13 2000 From: morris at unc.edu (Joe Morris) Date: Sat, 24 Jun 2000 22:48:13 -0400 (Eastern Daylight Time) Subject: [Mailman-Users] multiple domains In-Reply-To: <20000623132700.C351@mclx.com> Message-ID: On Fri, 23 Jun 2000, Josh Huber wrote: | I'm setting up mailman and I'm having some trouble with it thinking that | different domains pointing to the same IP are virtual domains. It appears | as though I need the opposite of what people want in the mailing list | archives for this list. | We have three domains which are all essentially equivilant -- how can I get | mailman to think so? Add the following to your $mailmanhome/Mailman/mm_cfg.py... VIRTUAL_HOST_OVERVIEW = 0 Here are the comments as listed in Defaults.py... # When set, the listinfo web page overview of lists on the machine will be # confined to only those lists whose web_page_url configuration option host # is included within the URL by which the page is visited - only those "on # the virtual host". If unset, then all lists are included in the # overview. (The admin page overview always includes all the lists.) The default is to turn this on. Sounds like this should go into the FAQ. _______________________________________________________ Joe Morris http://metalab.unc.edu/morris Web Systems Manager, ATN http://help.unc.edu UNC-Chapel Hill http://www.unc.edu From ivanlan at home.com Sun Jun 25 19:46:54 2000 From: ivanlan at home.com (Ivan Van Laningham) Date: Sun, 25 Jun 2000 11:46:54 -0600 Subject: [Mailman-Users] Private mailing list/private web page Message-ID: <3956458E.79DEB6D9@home.com> Hi All-- I'm running member-only mailing list; I've turned on most of the privacy options, including the option to restrict access to the archives to list members. The list members want to do bios, including pictures, but I want to restrict access to the bio page to list members only. Which would be the better way to approach this? 1) Modify mailpasswds to retrieve the passwords and stuff them, along with email addresses, into a .htaccess file; or 2) Figure out some way of appending a link to the archive page for just that list (I don't want to do this for all the lists I run, only this one). Opinions? Thanks, Ivan ---------------------------------------------- Ivan Van Laningham Axent Technologies, Inc. http://www.pauahtun.org/ http://www.foretec.com/python/workshops/1998-11/proceedings.html Army Signal Corps: Cu Chi, Class of '70 Author: Teach Yourself Python in 24 Hours From vedran at renata.irb.hr Mon Jun 26 10:23:48 2000 From: vedran at renata.irb.hr (Vedran Rodic) Date: Mon, 26 Jun 2000 10:23:48 +0200 (CEST) Subject: [Mailman-Users] Can this be done? In-Reply-To: <20000626081813.A57FA1CD72@dinsdale.python.org> Message-ID: Hello! I don't have much experience with mailing list software, so I've decided to ask here first before I attempt to do anything else. I need to have a simple mailing list that would have two types of subscribers: 'list owners' which are allowed do post messages on mailing list, and 'list subscribers' which are allowed only to recieve mails from the list. If 'list subscribers' attempt to write mail to mailing list directly, that mail should be forwarded to list owners. Is this possible with mailman? And also, does python work on OSF1? Thanks, Vedran Rodic From vic at vgg.sci.uma.es Mon Jun 26 11:10:16 2000 From: vic at vgg.sci.uma.es (Victoriano Giralt) Date: Mon, 26 Jun 2000 11:10:16 +0200 (CEST) Subject: [Mailman-Users] Can this be done? In-Reply-To: Message-ID: On Mon, 26 Jun 2000, Vedran Rodic wrote: > > I need to have a simple mailing list that would have two types of > subscribers: > > 'list owners' which are allowed do post messages on mailing list, > and 'list subscribers' which are allowed only to recieve mails from the > list. > > If 'list subscribers' attempt to write mail to mailing list directly, that > mail should be forwarded to list owners. > > Is this possible with mailman? That is a standard moderated list. You can have a list owner address and several addresses that are allowed to post freely. Both settings are in the privacy options for the list. > > And also, does python work on OSF1? Yes, Python runs on Digital Unix a.k.a. OSF/1 a.k.a. Tru64 -- Victoriano Giralt Systems Programmer Central Computing Facility University of M?laga SPAIN From detlef.neubauer at charite.de Mon Jun 26 11:31:17 2000 From: detlef.neubauer at charite.de (Detlef Neubauer) Date: 26 Jun 2000 11:31:17 +0200 Subject: [Mailman-Users] Installing MailMan In-Reply-To: Andy Broadaway's message of "Fri, 23 Jun 2000 17:58:38 -0700" References: <4.3.2.7.0.20000623175753.00afd780@mcds.com> Message-ID: Andy Broadaway writes: > Where can I find someone to install and configure MailMan software? In the sourepakage is a INSTALL and README.x file. From pjcd at maties.sun.ac.za Mon Jun 26 12:51:53 2000 From: pjcd at maties.sun.ac.za (Dovey J, Mr) Date: Mon, 26 Jun 2000 12:51:53 +0200 Subject: [Mailman-Users] Adding old Archives Message-ID: <2827D92BF3C4D311A3DA00805FB7852308F104@exchange01.sun.ac.za> Hi, I have just moved one of my lists to Mailman. I have been running the list for about 6 years now on various systems/hosts, but I have always have an alias subscribed to the list that archived messages to a unix mbox. What I would like to know is if there is a way that I can add all the messages in the old archives that I have to the archive of the MailMan list.. I have seen the arch program in the bin directory, but it seems as if this is only to _rebuild_ the entire archive from the mbox file. What I am looking for is the ability to run the same (or similar) program against about 6 other mbox files and have the messages added to the lists archive? Does anyone know if this is possible ? Thanx John From pjcd at maties.sun.ac.za Mon Jun 26 12:56:32 2000 From: pjcd at maties.sun.ac.za (Dovey J, Mr) Date: Mon, 26 Jun 2000 12:56:32 +0200 Subject: [Mailman-Users] Mime Messages Message-ID: <2827D92BF3C4D311A3DA00805FB7852308F106@exchange01.sun.ac.za> Hi, Mailman does not seem to do anything specific with MIME messages.. eg the mime messages that include inline images or even the M$ Exchange messages that have attachments.. Is there any way to change this or is this a feature that will come ? Thanx John From godoy at conectiva.com Mon Jun 26 13:01:41 2000 From: godoy at conectiva.com (Jorge Godoy) Date: 26 Jun 2000 08:01:41 -0300 Subject: [Mailman-Users] Adding old Archives In-Reply-To: "Dovey J, Mr"'s message of "Mon, 26 Jun 2000 12:51:53 +0200" References: <2827D92BF3C4D311A3DA00805FB7852308F104@exchange01.sun.ac.za> Message-ID: "Dovey J, Mr" writes: > Hi, > > I have just moved one of my lists to Mailman. I have been running the list > for about 6 years now on various systems/hosts, but I have always have an > alias subscribed to the list that archived messages to a unix mbox. What I > would like to know is if there is a way that I can add all the messages in > the old archives that I have to the archive of the MailMan list.. > > I have seen the arch program in the bin directory, but it seems as if this > is only to _rebuild_ the entire archive from the mbox file. What I am > looking for is the ability to run the same (or similar) program against > about 6 other mbox files and have the messages added to the lists archive? > Does anyone know if this is possible ? You could "cat" the new file to your old file (to preserve order of arrival) and then run the arch program on it. There's a procedure for running arch on FAQ (you must remove a directory first and things like that) that is about removing some messages from archives. Good luck! -- Godoy. Departamento de Publica??es Publishing Department Conectiva S.A. From Nigel.Metheringham at VData.co.uk Mon Jun 26 13:05:41 2000 From: Nigel.Metheringham at VData.co.uk (Nigel Metheringham) Date: Mon, 26 Jun 2000 12:05:41 +0100 Subject: [Mailman-Users] Mime Messages In-Reply-To: Message from "Dovey J, Mr" of "Mon, 26 Jun 2000 12:56:32 +0200." <2827D92BF3C4D311A3DA00805FB7852308F106@exchange01.sun.ac.za> Message-ID: pjcd at maties.sun.ac.za said: > Mailman does not seem to do anything specific with MIME messages.. eg > the mime messages that include inline images or even the M$ Exchange > messages that have attachments.. Do you mean the MLM part of mailman or the archiver? The only real option for the MLM is to kill attachments or even bounce mail with attachments (this latter can probably be done using the header filtering). Pipermail (the archiver) does not handle MIME. You can use an external archiver (such as MHonArc) if you need this functionality. There may be future extensions to pipermail to handle MIME or there may not... There has been substantial coverage of this subject recently on the users and developers lists. Please make use of the archives for further information. Nigel. -- [ - Opinions expressed are personal and may not be shared by VData - ] [ Nigel Metheringham Nigel.Metheringham at VData.co.uk ] [ Phone: +44 1423 850000 Fax +44 1423 858866 ] From pjcd at maties.sun.ac.za Mon Jun 26 13:07:07 2000 From: pjcd at maties.sun.ac.za (Dovey J, Mr) Date: Mon, 26 Jun 2000 13:07:07 +0200 Subject: [Mailman-Users] Adding old Archives Message-ID: <2827D92BF3C4D311A3DA00805FB7852308F107@exchange01.sun.ac.za> > -----Original Message----- > From: Nigel Metheringham [mailto:Nigel.Metheringham at VData.co.uk] > The arch program takes a mbox and builds, or adds to an > archive. So it > does exactly what you want. Brilliant. Thanx. > BTW if you have extensive old archives, you probably need to > split them > somewhat... arch seems to use resources in some way > proportional to the > number of messages handled... so when I gave it 5 years backissues of > the exim list it chuntered for a while then crashed and burned. mmm Do you have any idea what the limit is ? > -----Original Message----- > From: Jorge Godoy [mailto:godoy at conectiva.com] > Sent: Monday, June 26, 2000 1:02 PM > You could "cat" the new file to your old file (to preserve order of > arrival) and then run the arch program on it. Ok.. But then I suspect that I will encounter the limit that Nigel pointed out ? > There's a procedure for running arch on FAQ (you must remove a > directory first and things like that) that is about removing some > messages from archives. Thanx.. I will check it out.. John From fil at bok.net Mon Jun 26 17:47:17 2000 From: fil at bok.net (Fil) Date: Mon, 26 Jun 2000 17:47:17 +0200 Subject: [Mailman-Users] strange behavior of the "Additionally, forward this message to: " Message-ID: <20000626174717.B12159@orwell.bok.net> The "Additionally, forward this message to: " feature in admindb has a strange behavior // if I enter the address "fil at bok.net" (without the quotes) the postfix server tries to send to "f at server" "i at server" "l at server" "b at server" "o at server" "n at server" "e at server" "t at server" and "root at server". Not quite what it's supposed to do ;) If I enter nothin in the address section, nothin happens If I enter just "root" it sends to "r at server", "o at server" and "t at server", but not to root (which hence must be coming from the '@' character) latest cvs // postfix From fil at bok.net Mon Jun 26 17:47:17 2000 From: fil at bok.net (Fil) Date: Mon, 26 Jun 2000 17:47:17 +0200 Subject: [Mailman-Users] strange behavior of the "Additionally, forward this message to: " Message-ID: <20000626174717.B12159@orwell.bok.net> The "Additionally, forward this message to: " feature in admindb has a strange behavior // if I enter the address "fil at bok.net" (without the quotes) the postfix server tries to send to "f at server" "i at server" "l at server" "b at server" "o at server" "n at server" "e at server" "t at server" and "root at server". Not quite what it's supposed to do ;) If I enter nothin in the address section, nothin happens If I enter just "root" it sends to "r at server", "o at server" and "t at server", but not to root (which hence must be coming from the '@' character) latest cvs // postfix From SJeer at planning.org Mon Jun 26 20:21:31 2000 From: SJeer at planning.org (Sanjay Jeer) Date: Mon, 26 Jun 2000 13:21:31 -0500 Subject: [Mailman-Users] checkdbs errors Message-ID: <41D73E1964F0D3118E5700508B55C6C9022822@exchange.planning.org> Why does Mailman send the mail administrator these error messages? It's sent everyday. Thanks for any help. --Sanjay. --------contents of error message ----------------- Subject: Cron /usr/bin/python /home/mailman/cron/checkdbs Traceback (innermost last): File "/home/mailman/cron/checkdbs", line 87, in ? main() File "/home/mailman/cron/checkdbs", line 52, in main text = text + '\n' + pending_requests(mlist) File "/home/mailman/cron/checkdbs", line 72, in pending_requests pending.append(' %s %s' % addr, time.ctime(when)) TypeError: not enough arguments for format string From Dan.Mick at West.Sun.COM Mon Jun 26 22:36:32 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Mon, 26 Jun 2000 13:36:32 -0700 (PDT) Subject: [Mailman-Users] checkdbs errors Message-ID: <200006262035.NAA29951@utopia.west.sun.com> Because it's getting a TypeError on that line. I just answered this question last week, and it's been answered several times before on this list. Did you search the archives at all? > Why does Mailman send the mail administrator these error messages? It's sent > everyday. Thanks for any help. --Sanjay. > > --------contents of error message ----------------- > > Subject: Cron /usr/bin/python /home/mailman/cron/checkdbs > > Traceback (innermost last): > File "/home/mailman/cron/checkdbs", line 87, in ? > main() > File "/home/mailman/cron/checkdbs", line 52, in main > text = text + '\n' + pending_requests(mlist) > File "/home/mailman/cron/checkdbs", line 72, in pending_requests > pending.append(' %s %s' % addr, time.ctime(when)) > TypeError: not enough arguments for format string > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users From ckolar at admin.aurora.edu Tue Jun 27 03:48:58 2000 From: ckolar at admin.aurora.edu (Christopher Kolar) Date: Mon, 26 Jun 2000 20:48:58 -0500 Subject: [Mailman-Users] umbrella lists smart about sending duplicates Message-ID: <4.3.2.7.2.20000626204615.00bfee00@mail001.chicago.avenew.com> Hi all. I am not running the 2bx on any of my production machines right now, so I was wondering if umbrella lists are smart now about delivering duplicate massages to individual accounts. So if I am subscribed to list A and list B, and umbrella list C consists of those two, will I get two copies of a message sent to list C? I know that a merged database is not on the burner WRT to passwords, but I was wondering if MM is smart enough on this issue. Thanks in advance. --chris From sweidner at efiniti.com Mon Jun 26 19:29:33 2000 From: sweidner at efiniti.com (Sheryl Weidner) Date: Mon, 26 Jun 2000 10:29:33 -0700 Subject: [Mailman-Users] Indexing the archived messages through UdmSearch Message-ID: <002701bfdf94$1822f040$1400a8c0@SEAMONKEY> Hi folks, Another question, this time about making the mailing list archive searchable. I currently run UdmSearch on the server where Mailman resides. It does a beautiful job of indexing and categorizing my regular web content, and all of the public_html directories, but because the Mailman archives live in a private directory, it doesn't index those. What's more, it couldn't reference those properly anyway since they aren't broken out in to URLs by article until they go through the pipermail utility. Has anyone had any experience referencing the "/pipermail/listname" directories with an automatic indexer and getting useable results? Thanks again, Sheryl From fil at bok.net Tue Jun 27 10:40:49 2000 From: fil at bok.net (Fil) Date: Tue, 27 Jun 2000 10:40:49 +0200 Subject: [Mailman-Users] list subscribers' numbers Message-ID: <20000627104049.B19668@orwell.bok.net> Thought I could share this simple cron job, that neatly lists the number of subscribers of all lists. Once every day is good for your mental health. 32 10 * * * cd /var/lib/mailman/lists/ ; for i in `\ls` ; do echo $i ` /var/lib/mailman/bin/list_members $i| wc -l` ; done Results in things like : acromed 2 copoins 1429 debocrimed 1 infdipo 2 mentor 4745 spiop 7 uoenda 283 uofo 38 vuju 10 From kevin_myer at iu13.k12.pa.us Tue Jun 27 15:10:12 2000 From: kevin_myer at iu13.k12.pa.us (Kevin M. Myer) Date: Tue, 27 Jun 2000 09:10:12 -0400 (EDT) Subject: [Mailman-Users] Private archives and wilma/glimpse/mhonarc Message-ID: Hi, I have wilma/glimpse/mhonarc setup as an archiver, using mostly Todd Pfaff's instructions and scripts and its working really well for lists that have public archives. However, I can't seem to figure out the combination to have it work with a public list but private archive. Here is what happens - with a public list but private archive, I'm taken to a URL where I need to enter a subscriber name and password. Clicking on the Submit Query button takes me the equivalent of /home/mailman/archives/private/listname/index.html on the file system. This is a file that I think wilma or glimpse creates but unfortunately, its always blank. Ideally, I'd like it to be the same interface that I get with wilma so that authorized users can search private archives too. However, there's nothing stopping a user from just using the wilma/glimpse layout to request a private list archive. For example, if test-list is a public archive but I want private archives, I can still access the private archives by going to http:///search/wilma/test-list. I think all my problems would go away if I could get the /home/mailman/archives/private/listname/index.html file to be a non-zero file with real content. Maybe thats what I should aim for (and the mailman list archives seem to be broken - I keep getting 502 Proxy errors so I can't search :/). Does anyone have wilma/glimpse/mhonarc working with private archives? Thanks, Kevin -- Kevin M. Myer Systems Administrator Lancaster-Lebanon Intermediate Unit 13 (717)-560-6140 From SJeer at planning.org Tue Jun 27 18:37:11 2000 From: SJeer at planning.org (Sanjay Jeer) Date: Tue, 27 Jun 2000 11:37:11 -0500 Subject: [Mailman-Users] checkdbs errors, still not clear Message-ID: <41D73E1964F0D3118E5700508B55C6C9022823@exchange.planning.org> Sorry I couldn't find the message where you explain this problem in this month's archives. Not having a search mechanism on the archives, I just perused messages you posted in the last two months. Seems like most are similar: go look elsewhere. > -----Original Message----- > From: Dan Mick [mailto:Dan.Mick at West.Sun.COM] > Sent: Monday, June 26, 2000 3:37 PM > To: mailman-users at python.org; SJeer at planning.org > Subject: Re: [Mailman-Users] checkdbs errors > > > Because it's getting a TypeError on that line. > > I just answered this question last week, and it's been answered > several times before on this list. Did you search the archives > at all? > > > Why does Mailman send the mail administrator these error > messages? It's sent > > everyday. Thanks for any help. --Sanjay. > > > > --------contents of error message ----------------- > > > > Subject: Cron /usr/bin/python > /home/mailman/cron/checkdbs > > > > Traceback (innermost last): > > File "/home/mailman/cron/checkdbs", line 87, in ? > > main() > > File "/home/mailman/cron/checkdbs", line 52, in main > > text = text + '\n' + pending_requests(mlist) > > File "/home/mailman/cron/checkdbs", line 72, in pending_requests > > pending.append(' %s %s' % addr, time.ctime(when)) > > TypeError: not enough arguments for format string > > > > ------------------------------------------------------ > > Mailman-Users maillist - Mailman-Users at python.org > > http://www.python.org/mailman/listinfo/mailman-users > > From dunne at netlab.wild.de Tue Jun 27 21:06:15 2000 From: dunne at netlab.wild.de (Thomas Dunne (Sys. Admin.)) Date: Tue, 27 Jun 2000 21:06:15 +0200 (MET DST) Subject: [Mailman-Users] If you encounter an error instaling mailman 2.0beta2 , send an error report to ... Message-ID: ran into a bug, thought you'd like to know... doing STEP 6 in the file INSTALL from mailman 2.0beta2 mailman at once:/home/mailman>./bin/newlist testlist Enter the email of the person running the list: dunne at dpunkt.de Initial testlist password: Entry for aliases file: ## testlist mailing list ## created: 27-Jun-2000 mailman testlist: "|/home/mailman/mail/wrapper post testlist" testlist-admin: "|/home/mailman/mail/wrapper mailowner testlist" testlist-request: "|/home/mailman/mail/wrapper mailcmd testlist" testlist-owner: testlist-admin Hit enter to continue with testlist owner notification... Traceback (innermost last): File "./bin/newlist", line 154, in ? main(sys.argv) File "./bin/newlist", line 148, in main HandlerAPI.DeliverToUser(mlist, msg) File "/home/mailman/Mailman/Handlers/HandlerAPI.py", line 82, in DeliverToUser pipeline_delivery(mlist, msg, pipeline) File "/home/mailman/Mailman/Handlers/HandlerAPI.py", line 37, in pipeline_delivery func(mlist, msg) File "/home/mailman/Mailman/Handlers/Replybot.py", line 37, in process toadmin = getattr(msg, 'toadmin', 0) TypeError: getattr requires exactly 2 arguments; 3 given greetings, tom Thomas Dunne dunne at wild.de ---------------------------------------------------------------- Vorstand: Benny B. Weiler WILD PROJECTS Aktiengesellschaft Seckenheimer Str. 86 D-68165 Mannheim Tel ++49-(0)621-46008-0 Fax ++49-(0)621-46008-80 http://www.wild.de/ HRB 8233 Amtsgericht Mannheim USt-Id-Nr. DE152569104 From smead at amplepower.com Tue Jun 27 22:03:38 2000 From: smead at amplepower.com (David Smead) Date: Tue, 27 Jun 2000 13:03:38 -0700 (PDT) Subject: [Mailman-Users] If you encounter an error instaling mailman 2.0beta2 , send an error report to ... In-Reply-To: Message-ID: Thomas, You're using an old version of Python. Upgrade! Sincerely, David Smead http://www.amplepower.com. http://www.ampletech.com. On Tue, 27 Jun 2000, Thomas Dunne (Sys. Admin.) wrote: > ran into a bug, thought you'd like to know... > > doing STEP 6 in the file INSTALL from mailman 2.0beta2 > > mailman at once:/home/mailman>./bin/newlist testlist > Enter the email of the person running the list: dunne at dpunkt.de > Initial testlist password: > > Entry for aliases file: > > ## testlist mailing list > ## created: 27-Jun-2000 mailman > testlist: "|/home/mailman/mail/wrapper post testlist" > testlist-admin: "|/home/mailman/mail/wrapper mailowner testlist" > testlist-request: "|/home/mailman/mail/wrapper mailcmd testlist" > testlist-owner: testlist-admin > > Hit enter to continue with testlist owner notification... > > Traceback (innermost last): > File "./bin/newlist", line 154, in ? > main(sys.argv) > File "./bin/newlist", line 148, in main > HandlerAPI.DeliverToUser(mlist, msg) > File "/home/mailman/Mailman/Handlers/HandlerAPI.py", line 82, in DeliverToUser > pipeline_delivery(mlist, msg, pipeline) > File "/home/mailman/Mailman/Handlers/HandlerAPI.py", line 37, in > pipeline_delivery > func(mlist, msg) > File "/home/mailman/Mailman/Handlers/Replybot.py", line 37, in process > toadmin = getattr(msg, 'toadmin', 0) > TypeError: getattr requires exactly 2 arguments; 3 given > > > greetings, > tom > > Thomas Dunne > dunne at wild.de > ---------------------------------------------------------------- > Vorstand: Benny B. Weiler > WILD PROJECTS Aktiengesellschaft > Seckenheimer Str. 86 > D-68165 Mannheim > Tel ++49-(0)621-46008-0 > Fax ++49-(0)621-46008-80 > http://www.wild.de/ > > HRB 8233 Amtsgericht Mannheim > USt-Id-Nr. DE152569104 > > > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From lansdoct at screech.cs.alfred.edu Tue Jun 27 22:07:27 2000 From: lansdoct at screech.cs.alfred.edu (Christopher T. Lansdown) Date: Tue, 27 Jun 2000 16:07:27 -0400 Subject: [Mailman-Users] automated list creation (non-interactive) Message-ID: <20000627160727.F23317@cs.alfred.edu> Hi, The newlist script is quite easy to use, but the problem with it is that it requires a user at the console. I'm working on a system which sets up a mailman account as part of a bunch of stuff set up, and consequently want to automate the list creation process. I really don't want to have to fake a controlling terminal, so if anyone has a suggestion I would really appreciate it. Thanks in advance. -Chris P.S. please cc me on all replies. -- lansdoct at cs.alfred.edu Homepage: http://cs.alfred.edu/~lansdoct/ (Linux Programs, Information, Tutorials, and non-linux stuff too) "If I had had more time I would have written a shorter letter." - Pascal "They laughed at Einstein. They laughed at the Wright Brothers. But they also laughed at Bozo the Clown." -- Carl Sagan From brian at gweep.bc.ca Tue Jun 27 19:11:58 2000 From: brian at gweep.bc.ca (Brian Edmonds) Date: 27 Jun 2000 10:11:58 -0700 Subject: [Mailman-Users] Private mailing list/private web page In-Reply-To: Ivan Van Laningham's message of "Sun, 25 Jun 2000 11:46:54 -0600" References: <3956458E.79DEB6D9@home.com> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Ivan Van Laningham writes: > The list members want to do bios, including pictures, but I want to > restrict access to the bio page to list members only. Hmm, an apache module supporting authentication from a Mailman subscriber database would be quite cool. I'm not up to writing one, but maybe one of the regular developers has the necessary experience to whip one up fairly easily? Brian. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.5 and Gnu Privacy Guard iD8DBQE5WOBccCEFQUX5+OwRAouIAJ0QebUM5xqhZIJRwtx+A2QWvRWjqgCg1ref bRQ3SB/v2eWg7YuKa1YfrX4= =1CN2 -----END PGP SIGNATURE----- From bill.hoffman at kitware.com Tue Jun 27 23:40:48 2000 From: bill.hoffman at kitware.com (Bill Hoffman) Date: Tue, 27 Jun 2000 17:40:48 -0400 Subject: [Mailman-Users] Bounce rules In-Reply-To: <20000627160727.F23317@cs.alfred.edu> Message-ID: <4.2.0.58.20000627172819.00d7a1b0@pop.nycap.rr.com> Hi, What are the best options to set the bounce rules to? I seem to be getting quite a few bounces from the same people on the list. However, mailman is not kicking them off the list. -Bill From pfaff at edge.cis.mcmaster.ca Wed Jun 28 00:01:51 2000 From: pfaff at edge.cis.mcmaster.ca (Todd Pfaff) Date: Tue, 27 Jun 2000 18:01:51 -0400 (EDT) Subject: [Mailman-Users] Private archives and wilma/glimpse/mhonarc In-Reply-To: Message-ID: Kevin, I left something (probably several things) out of my message posted on April 4 2000. Look at my script wilma-list-setup for this chunk of code: /bin/rm -f $top/index.html cat redirect_index.html | \ sed -e "1,\$s,_LIST_,$list,g" \ > $top/index.html I forgot to attach the redirect_index.html template. I've attached it now. This will generate a simple HTML redirect file that will take you to your list-specific wilma URL. Also, in my case, the only path to the archives is via this cgi-bin path: ScriptAlias /mailman/ /home/mailman/cgi-bin/ That's it. No other path for to mailman public archives or to wilma. No /pipermail Alias, no wilma ScriptAlias. I've patched private.py so that it serves both public and private archives, only requesting authentication if the archive is private. I've attached private.py-patch. So, essentially what happens is this: - only path to archives is /mailman/private/listname - this runs private.py which asks for authentication if the list is private - private.py serves up archives/private/listname/index.html - index.html redirects to /mailman/wilma/listname Wilma is configured to route all access through this private interface, so even if people bypass the initial authentication by entering a direct path to wilma (eg. /mailman/wilma/listname) they will be asked to authenticate when they click on the wilma browse link. Wilma access is via these links in /home/mailman/cgi-bin: lrwxrwxrwx 1 mailman mailman 21 Feb 13 19:23 .wilma -> ../local/wilma/.wilma lrwxrwxrwx 1 mailman mailman 24 Feb 13 19:23 AppCfg.pm -> ../local/wilma/AppCfg.pm lrwxrwxrwx 1 mailman mailman 20 Feb 13 19:23 wilma -> ../local/wilma/wilma lrwxrwxrwx 1 mailman mailman 28 Feb 13 19:23 wilma_glimpse -> ../local/wilma/wilma_glimpse lrwxrwxrwx 1 mailman mailman 28 Feb 13 19:23 wilma_hiliter -> ../local/wilma/wilma_hiliter On Tue, 27 Jun 2000, Kevin M. Myer wrote: > Hi, > > I have wilma/glimpse/mhonarc setup as an archiver, using mostly Todd > Pfaff's instructions and scripts and its working really well for lists > that have public archives. However, I can't seem to figure out the > combination to have it work with a public list but private archive. > > Here is what happens - with a public list but private archive, I'm taken > to a URL where I need to > enter a subscriber name and password. Clicking on the Submit Query button > takes me the equivalent of > /home/mailman/archives/private/listname/index.html on the file > system. This is a file that I think wilma or glimpse creates but > unfortunately, its always blank. Ideally, I'd like it to be the same > interface that I get with wilma so that authorized users can search > private archives too. However, there's nothing stopping a user from just > using the wilma/glimpse layout to request a private list archive. For > example, if test-list is a public archive but I want private archives, I > can still access the private archives by going to > http:///search/wilma/test-list. > > I think all my problems would go away if I could get the > /home/mailman/archives/private/listname/index.html file to be a non-zero > file with real content. Maybe thats what I should aim for (and the > mailman list archives seem to be broken - I keep getting 502 Proxy > errors so I can't search :/). > > Does anyone have wilma/glimpse/mhonarc working with private archives? > > Thanks, > > Kevin > > -- > Kevin M. Myer > Systems Administrator > Lancaster-Lebanon Intermediate Unit 13 > (717)-560-6140 > > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > -- Todd Pfaff \ Email: pfaff at mcmaster dot ca Computing and Information Services \ Voice: (905) 525-9140 x22920 ABB 132 \ FAX: (905) 528-3773 McMaster University \ Hamilton, Ontario, Canada L8S 4M1 \ -------------- next part -------------- -------------- next part -------------- --- Mailman/Cgi/private.py.orig Sun Jun 13 04:10:10 1999 +++ Mailman/Cgi/private.py Sun Feb 20 23:31:04 2000 @@ -90,7 +90,7 @@ try: path = os.environ['PATH_INFO'] except KeyError: - doc.SetTitle("Private Archive Error") + doc.SetTitle("Archive Error") doc.AddItem(Header(3, "You must specify a list.")) print doc.Format(bgcolor="#FFFFFF") sys.exit(0) @@ -102,7 +102,7 @@ list_info = Utils.GetPathPieces(path) if len(list_info) < 1: - doc.SetTitle("Private Archive Error") + doc.SetTitle("Archive Error") doc.AddItem(Header(3, "You must specify a list.")) print doc.Format(bgcolor="#FFFFFF") sys.exit(0) @@ -124,7 +124,7 @@ listobj = None if not (listobj and listobj._ready): msg = "%s: No such list." % list_name - doc.SetTitle("Private Archive Error - %s" % msg) + doc.SetTitle("Archive Error - %s" % msg) doc.AddItem(Header(2, msg)) print doc.Format(bgcolor="#FFFFFF") sys.exit(0) @@ -140,24 +140,27 @@ if type(password) == type([]): password = password[0] password = password.value - is_auth = 0 - message = ("Please enter your %s subscription email address " - "and password." % listobj.real_name) - try: - is_auth = listobj.WebAuthenticate(user=user, - password=password, - cookie='archive') - except (Errors.MMBadUserError, Errors.MMBadPasswordError, - Errors.MMNotAMemberError): - message = ('Your email address or password were incorrect. ' - 'Please try again.') - except Errors.MMExpiredCookieError: - message = 'Your cookie has gone stale, ' \ - 'enter password to get a new one.', - except Errors.MMInvalidCookieError: - message = 'Error decoding authorization cookie.' - except Errors.MMAuthenticationError: - message = 'Authentication error.' + if listobj.archive_private: + is_auth = 0 + message = ("Please enter your %s subscription email address " + "and password." % listobj.real_name) + try: + is_auth = listobj.WebAuthenticate(user=user, + password=password, + cookie='archive') + except (Errors.MMBadUserError, Errors.MMBadPasswordError, + Errors.MMNotAMemberError): + message = ('Your email address or password were incorrect. ' + 'Please try again.') + except Errors.MMExpiredCookieError: + message = 'Your cookie has gone stale, ' \ + 'enter password to get a new one.', + except Errors.MMInvalidCookieError: + message = 'Error decoding authorization cookie.' + except Errors.MMAuthenticationError: + message = 'Authentication error.' + else: + is_auth = 1 if not is_auth: # Output the password form From claw at kanga.nu Wed Jun 28 00:09:06 2000 From: claw at kanga.nu (J C Lawrence) Date: Tue, 27 Jun 2000 15:09:06 -0700 Subject: [Mailman-Users] Bounce rules In-Reply-To: Message from Bill Hoffman of "Tue, 27 Jun 2000 17:40:48 -0400." <4.2.0.58.20000627172819.00d7a1b0@pop.nycap.rr.com> References: <4.2.0.58.20000627172819.00d7a1b0@pop.nycap.rr.com> Message-ID: <25386.962143746@kanga.nu> On Tue, 27 Jun 2000 17:40:48 -0400 Bill Hoffman wrote: > What are the best options to set the bounce rules to? I seem to > be getting quite a few bounces from the same people on the list. > However, mailman is not kicking them off the list. Mailman doesn't (yet) parse all bounce message formats, especially since some MTAs almost ectively encourage per-site custom bounces. Further, there remains the problem of forwarded accounts where the bounce comes from a non-subscribed address to which list mail is forwarded. This first case will get better with 2.0, but until Mailman fully supports VERP, will always lag. The second case can only be addressed by VERP. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From MorrowTh at missouri.edu Wed Jun 28 00:17:51 2000 From: MorrowTh at missouri.edu (Morrow, Thomas) Date: Tue, 27 Jun 2000 17:17:51 -0500 Subject: [Mailman-Users] lost in the list world Message-ID: Hi folks I just realized I think, This list sends replies back to the poster doesn't it? I am trying to set up a list where the replies go to the list. I change options in the general admin page and I get one of two results. Either I check moderate no in privacy options and get mail to the list returned "awaiting approval reason: explicit address" or I get mail to the list returned "awaiting approval Reason moderated list" Just not working. Tom Morrow From dunne at netlab.wild.de Wed Jun 28 01:06:55 2000 From: dunne at netlab.wild.de (Thomas Dunne (Sys. Admin.)) Date: Wed, 28 Jun 2000 01:06:55 +0200 (MET DST) Subject: [Mailman-Users] If you encounter an error instaling mailman 2.0beta2 , send an error report to ... In-Reply-To: Message-ID: On Tue, 27 Jun 2000, David Smead wrote: > Date: Tue, 27 Jun 2000 13:03:38 -0700 (PDT) > From: David Smead > To: "Thomas Dunne (Sys. Admin.)" > Cc: mailman-users at python.org > Subject: Re: [Mailman-Users] If you encounter an error instaling mailman 2.0beta2 , send an error report to ... > > Thomas, > > You're using an old version of Python. Upgrade! yeah, i noticed, so then I ditched the debian package and compiled ver. 1.5.2 straight from python.org still got a similar error based in the getattr() method using three parameters instead of two I don't know why, never did python before, so I hacked the approx. 12 occurances of 3-param calls of getattr(obj,key,defaultvalue) and changed them all into: val = defaultvalue if obj.dict.has_key(key): val=getattr(obj,key) (or something similar) now I've run into a new problem that occurs in Handlers/SMTPDirect.py the sha object is imported and %&#$@ my newly compiled python doesn't know anything about it... luckily sha is only used in line 100 (or so) to generate a unique filename... so I'm hacking that with another method import os,time filebase= time.strftime("%Y%m%d-%H%M%S-"+str(os.getpid()),time.localtime(time.time())) hope it works... I *know* something must be wrong on my machine and the package must be fine, but don't have the time to wait... greetings, tom > > Sincerely, > > David Smead > http://www.amplepower.com. > http://www.ampletech.com. > > On Tue, 27 Jun 2000, Thomas Dunne (Sys. Admin.) wrote: > > > ran into a bug, thought you'd like to know... > > > > doing STEP 6 in the file INSTALL from mailman 2.0beta2 > > > > mailman at once:/home/mailman>./bin/newlist testlist > > Enter the email of the person running the list: dunne at dpunkt.de > > Initial testlist password: > > > > Entry for aliases file: > > > > ## testlist mailing list > > ## created: 27-Jun-2000 mailman > > testlist: "|/home/mailman/mail/wrapper post testlist" > > testlist-admin: "|/home/mailman/mail/wrapper mailowner testlist" > > testlist-request: "|/home/mailman/mail/wrapper mailcmd testlist" > > testlist-owner: testlist-admin > > > > Hit enter to continue with testlist owner notification... > > > > Traceback (innermost last): > > File "./bin/newlist", line 154, in ? > > main(sys.argv) > > File "./bin/newlist", line 148, in main > > HandlerAPI.DeliverToUser(mlist, msg) > > File "/home/mailman/Mailman/Handlers/HandlerAPI.py", line 82, in DeliverToUser > > pipeline_delivery(mlist, msg, pipeline) > > File "/home/mailman/Mailman/Handlers/HandlerAPI.py", line 37, in > > pipeline_delivery > > func(mlist, msg) > > File "/home/mailman/Mailman/Handlers/Replybot.py", line 37, in process > > toadmin = getattr(msg, 'toadmin', 0) > > TypeError: getattr requires exactly 2 arguments; 3 given > > > > > > greetings, > > tom > > > > Thomas Dunne > > dunne at wild.de > > ---------------------------------------------------------------- > > Vorstand: Benny B. Weiler > > WILD PROJECTS Aktiengesellschaft > > Seckenheimer Str. 86 > > D-68165 Mannheim > > Tel ++49-(0)621-46008-0 > > Fax ++49-(0)621-46008-80 > > http://www.wild.de/ > > > > HRB 8233 Amtsgericht Mannheim > > USt-Id-Nr. DE152569104 > > > > > > > > > > ------------------------------------------------------ > > Mailman-Users maillist - Mailman-Users at python.org > > http://www.python.org/mailman/listinfo/mailman-users > > > > Thomas Dunne dunne at wild.de ---------------------------------------------------------------- Vorstand: Benny B. Weiler WILD PROJECTS Aktiengesellschaft Seckenheimer Str. 86 D-68165 Mannheim Tel ++49-(0)621-46008-0 Fax ++49-(0)621-46008-80 http://www.wild.de/ HRB 8233 Amtsgericht Mannheim USt-Id-Nr. DE152569104 From Dan.Mick at West.Sun.COM Wed Jun 28 01:21:43 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Tue, 27 Jun 2000 16:21:43 -0700 (PDT) Subject: [Mailman-Users] If you encounter an error instaling mailman 2.0beta2 , send an error report to ... Message-ID: <200006272320.QAA12397@utopia.west.sun.com> > > Thomas, > > > > You're using an old version of Python. Upgrade! > > yeah, i noticed, so then I ditched the debian package and compiled ver. 1.5.2 > straight from python.org > > still got a similar error based in the getattr() method using three parameters > instead of two So then you're still using an old Python. You have to find out why that is. From martindirectory at hotmail.com Wed Jun 28 02:52:24 2000 From: martindirectory at hotmail.com (Joel Sussman) Date: Tue, 27 Jun 2000 17:52:24 PDT Subject: [Mailman-Users] New to Mailman, have a few questions? Message-ID: <20000628005224.56742.qmail@hotmail.com> Hello List, 1) I am setting up Mailman to send out messages only, at this time. Is there anything special that I have to configure in the program to optimize this capability? 2) Is there a way to compose a message within the admin page(s) so that I don't have to send an email to the list. Then have this message or messages, that was composed somewhere within the admin page(s), broadcasted to all the list memebers? 3) I do not want to indicate the return address as the mailing list, perhaps another email address, how do I change this? Any response(s) will be most appreciated. Thank you. Joel ________________________________________________________________________ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com From Dan.Mick at West.Sun.COM Wed Jun 28 03:03:35 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Tue, 27 Jun 2000 18:03:35 -0700 (PDT) Subject: [Mailman-Users] New to Mailman, have a few questions? Message-ID: <200006280102.SAA16003@utopia.west.sun.com> > 1) I am setting up Mailman to send out messages only, at this time. Is there > anything special that I have to configure in the program to optimize this > capability? Mailman sure is overkill for that; what functionality are you looking for that can't be addressed with a simple sendmail alias? > 2) Is there a way to compose a message within the admin page(s) so that I > don't have to send an email to the list. Then have this message or messages, > that was composed somewhere within the admin page(s), broadcasted to all the > list memebers? Not that I know of, but it should be pointed out that sending to the list is surely pretty easy to do...if you're worried about having the list duplicate messages sent to it because you don't want members replying, make it a 'moderated' list where only you are permitted to post. > 3) I do not want to indicate the return address as the mailing list, perhaps > another email address, how do I change this? 2.x has a "set Reply-To" feature, although Reply-To is deprecated. But again, a sendmail alias sounds a lot more like what you're after. What of Mailman do you believe you need? From claw at kanga.nu Wed Jun 28 03:26:11 2000 From: claw at kanga.nu (J C Lawrence) Date: Tue, 27 Jun 2000 18:26:11 -0700 Subject: [Mailman-Users] New to Mailman, have a few questions? In-Reply-To: Message from "Joel Sussman" of "Tue, 27 Jun 2000 17:52:24 PDT." <20000628005224.56742.qmail@hotmail.com> References: <20000628005224.56742.qmail@hotmail.com> Message-ID: <31059.962155571@kanga.nu> On Tue, 27 Jun 2000 17:52:24 PDT Joel Sussman wrote: > 1) I am setting up Mailman to send out messages only, at this > time. Is there anything special that I have to configure in the > program to optimize this capability? Nope. You will want to spend some effort on your MTA setup however. > 2) Is there a way to compose a message within the admin page(s) so > that I don't have to send an email to the list. No. You can however install various other CGIs, PHP scripts etc to allw web-based composing of email, or, quite simply, write your own. > 3) I do not want to indicate the return address as the mailing > list, perhaps another email address, how do I change this? The easy way is to BCC to the list. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From merk at pacificnet.net Wed Jun 28 04:27:14 2000 From: merk at pacificnet.net (Ian) Date: Tue, 27 Jun 2000 22:27:14 -0400 Subject: [Mailman-Users] problem setting admin password In-Reply-To: <20000627223404.17F6F1CD80@dinsdale.python.org> Message-ID: <4.2.1.20000627222402.00cb9b60@pop.pacificnet.net> Someone who runs an Linux machine was nice enough to set up a mailing list on it for me. However, what he set as the password is not working. He's given me root access to the machine and i've tried using mmsitepass to change the password. It appears to work...i dont get an error message and it says the password is changed. but when i go to try and login it says its the wrong password. Can someone tell me what might be wrong and how i can go about resetting the admin password? thanks From jwt at dskk.co.jp Wed Jun 28 07:08:08 2000 From: jwt at dskk.co.jp (Jim Tittsler) Date: Wed, 28 Jun 2000 14:08:08 +0900 Subject: [Mailman-Users] searching Mailman list archvies: checkdbs errors In-Reply-To: <41D73E1964F0D3118E5700508B55C6C9022823@exchange.planning.org>; from SJeer@planning.org on Tue, Jun 27, 2000 at 11:37:11AM -0500 References: <41D73E1964F0D3118E5700508B55C6C9022823@exchange.planning.org> Message-ID: <20000628140808.B28550@mail.dskk.co.jp> On Tue, Jun 27, 2000 at 11:37:11AM -0500, Sanjay Jeer wrote: > Sorry I couldn't find the message where you explain this problem in this > month's archives. Not having a search mechanism on the archives, I just The mailing list archives are caught in the http://www.python.org/search/ engine. Turn on the "SIG archives" button (and turn off the FTP, website, and Starship buttons). -- Jim Tittsler, Tokyo Python Starship http://starship.python.net/crew/jwt/ From jbleasdale at rm.com Wed Jun 28 09:41:31 2000 From: jbleasdale at rm.com (JOHN BLEASDALE) Date: Wed, 28 Jun 2000 08:41:31 +0100 Subject: [Mailman-Users] Re: automated list creation (non-interactive) Message-ID: <41F16105E0DAD211AE8A0008C7A4F12706E24E60@rmexchange.internal.rmplc.net> Chris, I use a wrapper script for newlist that does the creation and aliases file work non-interactively. You can then call this wrapper from a CGI script or any automated proccess that you like. To do this, alter the newlist script so that the alias template just returns the exact lines you would like to be entered into your aliases file (I just take the 4 aliases, with no comments or date) and remove the request to hit enter: 48,53c48 < ALIASTEMPLATE = ''' < Entry for aliases file: < < ## %(listname)s mailing list < ## created: %(date)s %(user)s < %(list)s "|%(wrapper)s post %(listname)s" --- > ALIASTEMPLATE = '''%(list)s "|%(wrapper)s post %(listname)s" 56,57c51 < %(owner2)s %(listname)s-admin < ''' --- > %(owner2)s %(listname)s-admin''' 126,127d119 < 'date' : time.strftime('%d-%b-%Y', time.localtime(time.time())), < 'user' : getusername(), 130,133d121 < if len(argv) < 5: < print ("Hit enter to continue with %s owner notification..." < % listname), < sys.stdin.readline() I then use this shell script to add lists: #!/bin/bash if [ "$3" = "" ] then echo -e "\n\tUsage: $0 listname admin-email-address password\n" exit 1 fi # Does the list exist? result=`/usr/local/mailman/bin/list_lists $1 | grep -iw $1 | wc -w` # If not, add it if [ $result -eq 0 ] then /usr/local/mailman/bin/newlist $1 $2 $3 >> /etc/aliases newaliases fi This requires that the /etc/aliases file be owned by mailman, so you may want to review any security implications. Cheers, John <<<< Date: Tue, 27 Jun 2000 16:07:27 -0400 From: "Christopher T. Lansdown" To: mailman-users at python.org Subject: [Mailman-Users] automated list creation (non-interactive) Hi, The newlist script is quite easy to use, but the problem with it is that it requires a user at the console. I'm working on a system which sets up a mailman account as part of a bunch of stuff set up, and consequently want to automate the list creation process. I really don't want to have to fake a controlling terminal, so if anyone has a suggestion I would really appreciate it. Thanks in advance. -Chris P.S. please cc me on all replies. >>>> STANDARD DISCLAIMER: This message is confidential. You should not copy it or disclose its contents to anyone. You may use and apply the information only for the intended purpose. Internet communications are not secure and therefore RM does not accept legal responsibility for the contents of this message. Any views or opinions presented are only those of the author and not those of RM. If this email has come to you in error please delete it and any attachments. From Jean-Noel.Filippi at ext.bull.net Wed Jun 28 15:04:29 2000 From: Jean-Noel.Filippi at ext.bull.net (Jean-Noel.Filippi at ext.bull.net) Date: Wed, 28 Jun 2000 15:04:29 +0200 Subject: [Mailman-Users] Browser Authentification Message-ID: I have already seen on the archive some authentification problems with browser IE or NS. But I have not found solution. I can't use the web interface. I made my changes and when i try to submit these, the server asks me again the password and ignore my changes. Help ! I have the problem with IE and Netscape under Linux and NT. I am using Apache in Debian. Thank you Jean-Noel From ken at hudat.com Wed Jun 28 18:54:16 2000 From: ken at hudat.com (Kendrick Vargas) Date: Wed, 28 Jun 2000 12:54:16 -0400 (EDT) Subject: [Mailman-Users] virtual domain support... Message-ID: Hi there, I was wondering if someone could point me to some documentation on how to get Mailman to specify a specific "From: " domain when masking the real sender? I have anonymous_list set to "Yes", and I have host_name set to "domainthatiwant.com" ... When I send mail to the list, the From address gets set to "listname-admin at machinesdomain.com". I would really like to be able to control what the From address gets set to, but I can't find it anywhere. I've changed the delivery mode from SMTPDirect to Sendmail and back, but nothing. I've tried playing with Sendmails generics table... nothing. Any help would be appreciated. -peace --- BEGIN GEEK CODE BLOCK ------------+----------- GAT d- s:+ !a C+(+++) UI/L/S/B++(+++) | "In the morning glad I see P>+ L+(++) E---- W+++ N+ o? K? w++++ | My foe outstrech'd beneath the tree." O--- M-- V PS+++@ PE Y-- PGP+ t++ 5 | -The Poison Tree X++ R- tv+ b DI++ D+ G e>* h*(!) r- | William Blake y*(+) ------ END GEEK CODE BLOCK -----+ From todd.laclair at mail.dreamtheater.com Wed Jun 28 21:23:03 2000 From: todd.laclair at mail.dreamtheater.com (Todd LaClair) Date: Wed, 28 Jun 2000 12:23:03 -0700 Subject: [Mailman-Users] Question Message-ID: <395A5097.BBBBFE1A@mail.dreamtheater.com> If I wanted to have a box on my webpage where a user would type their email address and hit a submit button. Would MailMan be the best product to manage this user list? -- _________________________________________________________________ Todd LaClair Network Engineer Dream Theater _________________________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000628/ae2f388e/attachment.htm From GLeblanc at cu-portland.edu Wed Jun 28 21:56:45 2000 From: GLeblanc at cu-portland.edu (Gregory Leblanc) Date: Wed, 28 Jun 2000 12:56:45 -0700 Subject: [Mailman-Users] Question Message-ID: That depends on what you would like to do with that list of email addresses. Grego > -----Original Message----- > From: Todd LaClair [mailto:todd.laclair at mail.dreamtheater.com] > Sent: Wednesday, June 28, 2000 12:23 PM > To: mailman-users at python.org > Subject: [Mailman-Users] Question > > > If I wanted to have a box on my webpage where a user would > type their email address and hit a submit button. Would > MailMan be the best product to manage this user list? > -- > _________________________________________________________________ > > Todd LaClair > Network Engineer > Dream Theater > > _________________________________________________________________ > > From dk at squaretrade.com Wed Jun 28 22:36:59 2000 From: dk at squaretrade.com (Dan Kappus) Date: Wed, 28 Jun 2000 13:36:59 -0700 Subject: [Mailman-Users] mass delete tools Message-ID: <20000628133659.F5282@squaretrade.com> I saw a thread in the mailing list archives that I wanted to bring back up. I think that there is a real need for tools that allow ordinary mundane users, say marketing flacks, to add one or one thousand users to a list they administer, and then also be able to delete all of them. More or less, there are people who use mailing lists who are short on clue, and that's part of the point of using a web interface to begin with. The developpers can really make a move on a great feature if they incorporate these sort of strong list administration tools in the web interface itself. After all, typing something like ./find_member | awk '{print $1}' | remove_member -f - is a skill that people only chance upon after a good solid year in system administrator cubicleland. -- Dan Kappus, System Administrator SquareTrade, http://www.squaretrade.com "SquareTrade. Building Trust in Transactions." From ncooler at nandomedia.com Wed Jun 28 22:54:37 2000 From: ncooler at nandomedia.com (Neil Cooler) Date: Wed, 28 Jun 2000 16:54:37 -0400 Subject: [Mailman-Users] Extremely High Membership lists Message-ID: <395A660D.950C2879@nandomedia.com> Hi. I was recently given the task of "upgrading" our mailing list software from majorodomo to either lyris or mailman. We currently have at most 15,000 subscribers on about 20 or 30 majordomo lists. After evaluating both lyris and mailman, I have chosen mailman, because it seems to do just about everything that Lyris does, only smarter, and because I'm an open source zealot. This morning I put linux on a Dell Poweredge 2300 Server (dual pentium II 400 processors), and installed mailman and a few other things on the server. I have now recieved notification that we will be adding well over 400,000 subscribers to our current base. First of all, can Mailman handle this? If so, do I need a stronger box, and perhaps another MTA, maybe postfix? I believe that gnome.org's mailing lists are using mailman, as well as redhat's, but I am not sure whether these lists are bigger or smaller, and how powerful their machines are. If mailman will not handle these demands, I will simply install Lyris and work from there, but I am really interested in using an open-source program for this. Any input would be appreciated. --Neil Cooler Unix Admin, Nando Media http://www.nandotimes.com/ -------------- next part -------------- A non-text attachment was scrubbed... Name: ncooler.vcf Type: text/x-vcard Size: 319 bytes Desc: Card for Neil Cooler Url : http://mail.python.org/pipermail/mailman-users/attachments/20000628/0c4795ee/attachment.vcf From ptomblin at xcski.com Wed Jun 28 22:55:05 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Wed, 28 Jun 2000 16:55:05 -0400 Subject: [Mailman-Users] Expiring the archives Message-ID: <20000628165505.A5511@xcski.com> Is there any tool I can use to trim out the old stuff from my archives? I have some archives going back 4+ years (brought over from majordomo) and I think I only want to keep a year or two of them. After doing the standard find|xargs rm, is there any tool I can use to remove the now dead links to archive pages that have been deleted? -- Paul Tomblin , not speaking for anybody Any sufficiently advanced technology is indistinguishable from magic. -- Arthur C. Clarke From GLeblanc at cu-portland.edu Wed Jun 28 23:03:52 2000 From: GLeblanc at cu-portland.edu (Gregory Leblanc) Date: Wed, 28 Jun 2000 14:03:52 -0700 Subject: [Mailman-Users] Extremely High Membership lists Message-ID: > -----Original Message----- > From: Neil Cooler [mailto:ncooler at nandomedia.com] > Sent: Wednesday, June 28, 2000 1:55 PM > To: mailman-users at python.org > Subject: [Mailman-Users] Extremely High Membership lists > > Hi. > > I was recently given the task of "upgrading" our mailing list software > from majorodomo to either lyris or mailman. We currently have at most > 15,000 subscribers on about 20 or 30 majordomo lists. After evaluating > both lyris and mailman, I have chosen mailman, because it seems to do > just about everything that Lyris does, only smarter, and > because I'm an > open source zealot. This morning I put linux on a Dell Poweredge 2300 > Server (dual pentium II 400 processors), and installed > mailman and a few > other things on the server. I have now recieved notification that we > will be adding well over 400,000 subscribers to our current base. Dang, that's a buncha people. :-) > First of all, can Mailman handle this? If so, do I need a > stronger box, > and perhaps another MTA, maybe postfix? I suspect that mailman can handle it, but it will probably need to be very carefully handled. From what I know about Sendmail, ditch it. Neither GNOME nor RedHat are using sendmail. GNOME is running postfix, Redhat is running qmail. A lot of how mailman handles this load will depend on how many lists it's spread out over, I think. Check out the tuning options from the mailman docs carefully, and try anything that could improve performance now, to see whether or not it does. That will be a busy server, any way you go. Grego From dgc at uchicago.edu Wed Jun 28 23:19:50 2000 From: dgc at uchicago.edu (David Champion) Date: Wed, 28 Jun 2000 16:19:50 -0500 Subject: [Mailman-Users] Re: Expiring the archives In-Reply-To: <20000628165505.A5511@xcski.com>; from ptomblin@xcski.com on Wed, Jun 28, 2000 at 04:55:05PM -0400 References: <20000628165505.A5511@xcski.com> Message-ID: <20000628161950.A1761@smack.uchicago.edu> On 2000.06.28, in <20000628165505.A5511 at xcski.com>, "Paul Tomblin" wrote: > Is there any tool I can use to trim out the old stuff from my archives? I > have some archives going back 4+ years (brought over from majordomo) and I > think I only want to keep a year or two of them. After doing the > standard find|xargs rm, is there any tool I can use to remove the now dead > links to archive pages that have been deleted? You can purge the mbox files using whatever mail tool you'd normally use, then regenerate the HTML archives from scratch. For example (more or less, from memory): % cd .../archives/private % mutt -e 'push "~d -01/01/98";push ""; push ""' list.mbox/list.mbox % rm -rf list % arch list list.mbox/list.mbox -- -D. dgc at uchicago.edu NSIT University of Chicago From claw at cp.net Wed Jun 28 23:56:01 2000 From: claw at cp.net (J C Lawrence) Date: Wed, 28 Jun 2000 14:56:01 -0700 Subject: [Mailman-Users] Extremely High Membership lists In-Reply-To: Message from Neil Cooler of "Wed, 28 Jun 2000 16:54:37 -0400." <395A660D.950C2879@nandomedia.com> References: <395A660D.950C2879@nandomedia.com> Message-ID: On Wed, 28 Jun 2000 16:54:37 -0400 Neil Cooler wrote: > First of all, can Mailman handle this? Mailman 1.x can handle it, but I'd be a bit leery. v2.x should do much better but is still in beta. > If so, do I need a stronger box, and perhaps another MTA, maybe > postfix? I would strongly recommend using either Postfix or Qmail. You are going to have to spend some time tuning your MTA and how you handle your mail spools (batter-backed RAM disks are not a Bad Idea). Running and maintaining a high volume mail server requires particular skills and care no matter the choice of MTA. Note: Strongly recommend the thread that ran here recently between Chuq, Nigel, and myself under the subject, "Huge Lists". Its not a long thread, but the signal level is high. -- J C Lawrence Internet: claw at kanga.nu ----------(*) Internet: coder at kanga.nu ...Honorary Member of Clan McFud -- Teamer's Avenging Monolith... From gpoo at ubiobio.cl Thu Jun 29 00:15:37 2000 From: gpoo at ubiobio.cl (German Poo Caaman~o) Date: Wed, 28 Jun 2000 18:15:37 -0400 Subject: [Mailman-Users] virtual domain support... References: Message-ID: <395A7909.BFD14EE8@ubiobio.cl> Kendrick Vargas wrote: > I was wondering if someone could point me to some documentation on how to > get Mailman to specify a specific "From: " domain when masking the real > sender? > > I have anonymous_list set to "Yes", and I have host_name set to > "domainthatiwant.com" ... When I send mail to the list, the From address > gets set to "listname-admin at machinesdomain.com". I would really like to be > able to control what the From address gets set to, but I can't find it > anywhere. I've changed the delivery mode from SMTPDirect to Sendmail and > back, but nothing. I've tried playing with Sendmails generics > table... nothing. Any help would be appreciated. Sendmail use FQDN. If you have a CNAME for domainthatitwant.com, sendmail will replace it with machinesdomain.com. For your mailing lists you can set only MX as: domainthatitwant.com MX 10 machinesdomain.com anything else. -- German Poo Caaman~o mailto:gpoo at ubiobio.cl http://www.ubiobio.cl/~gpoo/chilelindo.html "La historia no se lee, se escribe" From wilsong at sergievsky.cpmc.columbia.edu Thu Jun 29 00:15:17 2000 From: wilsong at sergievsky.cpmc.columbia.edu (Gary Wilson) Date: Wed, 28 Jun 2000 18:15:17 -0400 Subject: [Mailman-Users] Extremely High Membership lists References: <395A660D.950C2879@nandomedia.com> Message-ID: <001901bfe14e$57755830$4100a8c0@wwpublish.com> ----- Original Message ----- From: "J C Lawrence" Subject: Re: [Mailman-Users] Extremely High Membership lists > I would strongly recommend using either Postfix or Qmail. You are > going to have to spend some time tuning your MTA and how you handle > your mail spools (batter-backed RAM disks are not a Bad Idea). > Running and maintaining a high volume mail server requires > particular skills and care no matter the choice of MTA. > What about exim, the default MTA for Debian? Gary From wilsong at sergievsky.cpmc.columbia.edu Thu Jun 29 00:16:01 2000 From: wilsong at sergievsky.cpmc.columbia.edu (Gary Wilson) Date: Wed, 28 Jun 2000 18:16:01 -0400 Subject: [Mailman-Users] Extremely High Membership lists Message-ID: <001f01bfe14e$71a4fd00$4100a8c0@wwpublish.com> ----- Original Message ----- From: "J C Lawrence" Subject: Re: [Mailman-Users] Extremely High Membership lists > I would strongly recommend using either Postfix or Qmail. You are > going to have to spend some time tuning your MTA and how you handle > your mail spools (batter-backed RAM disks are not a Bad Idea). > Running and maintaining a high volume mail server requires > particular skills and care no matter the choice of MTA. > What about exim, the default MTA for Debian? Gary From wilsong at sergievsky.cpmc.columbia.edu Thu Jun 29 00:14:28 2000 From: wilsong at sergievsky.cpmc.columbia.edu (Gary Wilson) Date: Wed, 28 Jun 2000 18:14:28 -0400 Subject: [Mailman-Users] Extremely High Membership lists References: <395A660D.950C2879@nandomedia.com> Message-ID: <001501bfe14e$3a5a7a50$4100a8c0@wwpublish.com> ----- Original Message ----- From: "J C Lawrence" Subject: Re: [Mailman-Users] Extremely High Membership lists > I would strongly recommend using either Postfix or Qmail. You are > going to have to spend some time tuning your MTA and how you handle > your mail spools (batter-backed RAM disks are not a Bad Idea). > Running and maintaining a high volume mail server requires > particular skills and care no matter the choice of MTA. > What about exim, the default MTA for Debian? Gary From wilsong at sergievsky.cpmc.columbia.edu Thu Jun 29 00:14:38 2000 From: wilsong at sergievsky.cpmc.columbia.edu (Gary Wilson) Date: Wed, 28 Jun 2000 18:14:38 -0400 Subject: [Mailman-Users] Extremely High Membership lists References: <395A660D.950C2879@nandomedia.com> Message-ID: <001601bfe14e$3fdfe640$4100a8c0@wwpublish.com> ----- Original Message ----- From: "J C Lawrence" Subject: Re: [Mailman-Users] Extremely High Membership lists > I would strongly recommend using either Postfix or Qmail. You are > going to have to spend some time tuning your MTA and how you handle > your mail spools (batter-backed RAM disks are not a Bad Idea). > Running and maintaining a high volume mail server requires > particular skills and care no matter the choice of MTA. > What about exim, the default MTA for Debian? Gary From chuqui at plaidworks.com Thu Jun 29 00:34:46 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Wed, 28 Jun 2000 15:34:46 -0700 Subject: [Mailman-Users] Extremely High Membership lists In-Reply-To: <001601bfe14e$3fdfe640$4100a8c0@wwpublish.com> References: <395A660D.950C2879@nandomedia.com> <001601bfe14e$3fdfe640$4100a8c0@wwpublish.com> Message-ID: ack. looks like the list is still looping -- these all seem to be repeats out of the server. -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From ncooler at nandomedia.com Thu Jun 29 00:33:30 2000 From: ncooler at nandomedia.com (Neil Cooler) Date: Wed, 28 Jun 2000 18:33:30 -0400 Subject: [Mailman-Users] Extremely High Membership lists Message-ID: <002001bfe150$e34ef8a0$02000003@kneel> Thanks for the input. I will keep this in mind. Could anyone tell me why that i received four copies of this message? --Neil -----Original Message----- From: Gary Wilson To: mailman-users at python.org Date: Wednesday, June 28, 2000 6:32 PM Subject: Re: [Mailman-Users] Extremely High Membership lists > >----- Original Message ----- >From: "J C Lawrence" >Subject: Re: [Mailman-Users] Extremely High Membership lists > > >> I would strongly recommend using either Postfix or Qmail. You are >> going to have to spend some time tuning your MTA and how you handle >> your mail spools (batter-backed RAM disks are not a Bad Idea). >> Running and maintaining a high volume mail server requires >> particular skills and care no matter the choice of MTA. >> > >What about exim, the default MTA for Debian? > >Gary > > >------------------------------------------------------ >Mailman-Users maillist - Mailman-Users at python.org >http://www.python.org/mailman/listinfo/mailman-users > From ncooler at nandomedia.com Thu Jun 29 00:39:23 2000 From: ncooler at nandomedia.com (Neil Cooler) Date: Wed, 28 Jun 2000 18:39:23 -0400 Subject: [Mailman-Users] Extremely High Membership lists Message-ID: <002c01bfe151$b53ae680$02000003@kneel> Is this an MTA problem or a mailman problem? --Neil -----Original Message----- From: Chuq Von Rospach To: mailman-users at python.org Date: Wednesday, June 28, 2000 6:39 PM Subject: Re: [Mailman-Users] Extremely High Membership lists >ack. looks like the list is still looping -- these all seem to be >repeats out of the server. > >-- >Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) >Apple Mail List Gnome (mailto:chuq at apple.com) > >And they sit at the bar and put bread in my jar >and say 'Man, what are you doing here?'" > >------------------------------------------------------ >Mailman-Users maillist - Mailman-Users at python.org >http://www.python.org/mailman/listinfo/mailman-users > From chuqui at plaidworks.com Thu Jun 29 00:43:26 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Wed, 28 Jun 2000 15:43:26 -0700 Subject: [Mailman-Users] Extremely High Membership lists In-Reply-To: <002c01bfe151$b53ae680$02000003@kneel> References: <002c01bfe151$b53ae680$02000003@kneel> Message-ID: At 6:39 PM -0400 6/28/00, Neil Cooler wrote: >Is this an MTA problem or a mailman problem? I think it's the problem Barry's been trying to find holding up b3. -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From claw at cp.net Thu Jun 29 00:49:15 2000 From: claw at cp.net (J C Lawrence) Date: Wed, 28 Jun 2000 15:49:15 -0700 Subject: [Mailman-Users] Extremely High Membership lists In-Reply-To: Message from "Gary Wilson" of "Wed, 28 Jun 2000 18:15:17 -0400." <001901bfe14e$57755830$4100a8c0@wwpublish.com> References: <395A660D.950C2879@nandomedia.com> <001901bfe14e$57755830$4100a8c0@wwpublish.com> Message-ID: On Wed, 28 Jun 2000 18:15:17 -0400 Gary Wilson wrote: > From: "J C Lawrence" >> I would strongly recommend using either Postfix or Qmail. You >> are going to have to spend some time tuning your MTA and how you >> handle your mail spools (batter-backed RAM disks are not a Bad >> Idea). Running and maintaining a high volume mail server >> requires particular skills and care no matter the choice of MTA. > What about exim, the default MTA for Debian? As I've written previously to this list, I'm a big Exim fan. If you check the headers of this message, and any others I write, you'll note Exim Received: headers. Exim is the installed MTA on all my boxs, and is the MTA I usually recommend for desktop, workstation, and other general use. However, while Exim is a superb performer and has an excellent security history, it is also a monolithic server and thus doesn't have Postfix/QMail's highly compartmentalised and careful security model. Further, while the performance curves for Exim and Postfix/QMail can be made remarkably similar, in __*general*__ without careful tuning and when under high loads, especially very large spools, my experience is that Postfix/QMail are going to sustain and perform better than Exim. -- J C Lawrence Internet: claw at kanga.nu ----------(*) Internet: coder at kanga.nu ...Honorary Member of Clan McFud -- Teamer's Avenging Monolith... From dereks at kd-dev.com Thu Jun 29 00:56:16 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Wed, 28 Jun 2000 15:56:16 -0700 (PDT) Subject: [Mailman-Users] Extremely High Membership lists In-Reply-To: Message-ID: -> As I've written previously to this list, I'm a big Exim fan. [...] -> experience is that Postfix/QMail are going to sustain and perform -> better than Exim. The last couple of posts suggest that Sendmail sucks eggs when compared to the alternatives. I've also read that Sendmail has a "shaky" security history. So I'm left wondering: If Sendmail is so inferior, why is it so popular? Why is it the default MTA on Red Hat and Mandrake, the two most popular Linux distros out there? Does it have some competitive advantage over the other MTAs? Thanks, Derek From Dan.Mick at West.Sun.COM Thu Jun 29 01:07:04 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Wed, 28 Jun 2000 16:07:04 -0700 (PDT) Subject: [Mailman-Users] mass delete tools Message-ID: <200006282306.QAA22749@utopia.west.sun.com> > I think that there is a real need for tools that allow > ordinary mundane users, say marketing flacks, to add > one or one thousand users to a list they administer, and > then also be able to delete all of them. > > More or less, there are people who use mailing lists who are > short on clue, and that's part of the point of using a web > interface to begin with. The developpers can really make a > move on a great feature if they incorporate these sort of > strong list administration tools in the web interface itself. > > After all, typing something like > > ./find_member | awk '{print $1}' | remove_member -f - > > is a skill that people only chance upon after a good solid > year in system administrator cubicleland. I posted a patch that should enable this, although I still believe that "marketing flacks" are not mailing list administrator. From claw at cp.net Thu Jun 29 01:14:42 2000 From: claw at cp.net (J C Lawrence) Date: Wed, 28 Jun 2000 16:14:42 -0700 Subject: [Mailman-Users] Extremely High Membership lists In-Reply-To: Message from "Neil Cooler" of "Wed, 28 Jun 2000 18:39:23 -0400." <002c01bfe151$b53ae680$02000003@kneel> References: <002c01bfe151$b53ae680$02000003@kneel> Message-ID: On Wed, 28 Jun 2000 18:39:23 -0400 Neil Cooler wrote: > Is this an MTA problem or a mailman problem? I don't have the messages left here to check (deleted and purged), but determining is fairly easy: just check the Received lines. Points to check: 1) Received lines coming into python.org and Mailman 2) Received lines coming out of Mailman. If the headers in #1 are all identical then the problem is not with the sender. If they are different then the problem is upstream of python.org and Mailman. If the headers in #2 are identical then the problem is with the MTA at python.org or some other later system (see where the divergence is). If the headers in #2 are different then Mailman is the source of the dupes. Remember: Python.org is running a beta version of Mailman precisely so we can shake out these sorts of bugs (if it is Mailman's fault). -- J C Lawrence Internet: claw at kanga.nu ----------(*) Internet: coder at kanga.nu ...Honorary Member of Clan McFud -- Teamer's Avenging Monolith... From claw at cp.net Thu Jun 29 01:23:19 2000 From: claw at cp.net (J C Lawrence) Date: Wed, 28 Jun 2000 16:23:19 -0700 Subject: [Mailman-Users] Extremely High Membership lists In-Reply-To: Message from Derek Simkowiak of "Wed, 28 Jun 2000 15:56:16 PDT." References: Message-ID: On Wed, 28 Jun 2000 15:56:16 -0700 (PDT) Derek Simkowiak wrote: -> As I've written previously to this list, I'm a big Exim fan. > [...] -> experience is that Postfix/QMail are going to sustain and perform -> better than Exim. > The last couple of posts suggest that Sendmail sucks eggs > when compared to the alternatives. I've also read that Sendmail > has a "shaky" security history. This is certainly true. > So I'm left wondering: If Sendmail is so inferior, why is it > so popular? It was there first, has been the default MTA for many many years of commercial and non-commercial Unixes, up till comparitively recently handled certain niggly corners of MTA-dom better than anybody else (eg certain forms of really nasty header rewriting), and by these counts, has single-handedly defined the standard for MTAs for some years. The fact that really better fundamentally MTAs have only been out for the last few years also helped. > Why is it the default MTA on Red Hat and Mandrake, the two most > popular Linux distros out there? Because its the "safe" and therefore the default choice. Nobody customer is going to be upset by that choice. There's no "WTF!" reaction. Those customers who do know about the alternatives, and know why they want them, also know more than enough and to be willing to make the requisite adjustments. That said there has been a progression of Linux Distros away from Sendmail toward other MTAs (eg Debian's use of Exim). > Does it have some competitive advantage over the other MTAs? None that I'm aware of other than its legacy value. Note: I'm not aware of a single large scale high volume commercial service on the 'net that runs Sendmail. Not one. You can check this youself by telnetting to the SMTP port on their MXes and reading the HELO message. That should tell you something. -- J C Lawrence Internet: claw at kanga.nu ----------(*) Internet: coder at kanga.nu ...Honorary Member of Clan McFud -- Teamer's Avenging Monolith... From chuqui at plaidworks.com Thu Jun 29 01:23:37 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Wed, 28 Jun 2000 16:23:37 -0700 Subject: [Mailman-Users] Extremely High Membership lists In-Reply-To: References: Message-ID: At 3:56 PM -0700 6/28/00, Derek Simkowiak wrote: > The last couple of posts suggest that Sendmail sucks eggs when >compared to the alternatives. Depends. > I've also read that Sendmail has a "shaky" >security history. arguable, depending on whether you're pro- or anti-sendmail. > So I'm left wondering: If Sendmail is so inferior, why is it so >popular? It came first. In fact, until the last couple of years, it was basically the only serious option. People know it. They may not always like it, but they know it and know how to make it work. I think the security history arguments are questionable -- the main reason there have been so many security issues with sendmail is because it IS the default/only one out there, so everyone pounded on it. And the other MTAs were able to learn from sendmail's mistakes. In reality, sendmail's done a good job of closing out holes when they crop up, and current versions are solid. it's really easy to walk a minefield if you come last and avoid all of the holes in the ground. sendmail drew the map, and will happily show you its scars. It's very fashionable to bash sendmail, but sendmail was slogging email around long before anyone else bothered to try. Wtihout sendmail, it's really arguable that the internet would be what it is today. -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From ncooler at nandomedia.com Thu Jun 29 01:27:31 2000 From: ncooler at nandomedia.com (Neil Cooler) Date: Wed, 28 Jun 2000 19:27:31 -0400 Subject: [Mailman-Users] Extremely High Membership lists Message-ID: <006a01bfe158$6efe6280$02000003@kneel> This is understood. I just needed to make sure that I am not installing a program that is going to send 4 copies of each mail to 400,000 users. Thanks for all of the help so far. I haven't had anyone tell me that mailman is NOT the proper list manager for this application yet, so I am still working towards my 11:00 AM tomorrow deadline to have mailman working and in production with several smaller internal lists. As for the MTA debate, please, everyone, argue more. I need as to get as much info as possible to make a quick decision on what mailer to use for this installation. Right now I am going to stick with sendmail until i figure out how to use postfix, but I may switch to something else in due time. --Neil -----Original Message----- From: J C Lawrence To: Neil Cooler Cc: mailman-users at python.org ; Chuq Von Rospach Date: Wednesday, June 28, 2000 7:15 PM Subject: Re: [Mailman-Users] Extremely High Membership lists >On Wed, 28 Jun 2000 18:39:23 -0400 >Neil Cooler wrote: > >> Is this an MTA problem or a mailman problem? > >I don't have the messages left here to check (deleted and purged), >but determining is fairly easy: just check the Received lines. >Points to check: > > 1) Received lines coming into python.org and Mailman > > 2) Received lines coming out of Mailman. > >If the headers in #1 are all identical then the problem is not with >the sender. If they are different then the problem is upstream of >python.org and Mailman. > >If the headers in #2 are identical then the problem is with the MTA >at python.org or some other later system (see where the divergence >is). If the headers in #2 are different then Mailman is the source >of the dupes. > >Remember: Python.org is running a beta version of Mailman precisely >so we can shake out these sorts of bugs (if it is Mailman's fault). > >-- >J C Lawrence Internet: claw at kanga.nu >----------(*) Internet: coder at kanga.nu >...Honorary Member of Clan McFud -- Teamer's Avenging Monolith... > From claw at cp.net Thu Jun 29 01:37:26 2000 From: claw at cp.net (J C Lawrence) Date: Wed, 28 Jun 2000 16:37:26 -0700 Subject: [Mailman-Users] Extremely High Membership lists In-Reply-To: Message from Chuq Von Rospach of "Wed, 28 Jun 2000 16:23:37 MST." References: Message-ID: On Wed, 28 Jun 2000 16:23:37 -0700 Chuq Von Rospach wrote: > It's very fashionable to bash sendmail, but sendmail was slogging > email around long before anyone else bothered to try. Wtihout > sendmail, it's really arguable that the internet would be what it > is today. An excellent point. -- J C Lawrence Internet: claw at kanga.nu ----------(*) Internet: coder at kanga.nu ...Honorary Member of Clan McFud -- Teamer's Avenging Monolith... From chuqui at plaidworks.com Thu Jun 29 01:46:17 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Wed, 28 Jun 2000 16:46:17 -0700 Subject: [Mailman-Users] Extremely High Membership lists In-Reply-To: <006a01bfe158$6efe6280$02000003@kneel> References: <006a01bfe158$6efe6280$02000003@kneel> Message-ID: At 7:27 PM -0400 6/28/00, Neil Cooler wrote: >I haven't had anyone tell me that mailman is NOT the proper list manager for >this application yet, so I am still working towards my 11:00 AM tomorrow >deadline to have mailman working and in production with several smaller >internal lists. I made the decision not to go production until Barry finished B3. Barry won't do that until this re-send problem is resolved. If your deadline is tomorrow, in your position, I'd call in sick and wait for B3..... -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From chuqui at plaidworks.com Thu Jun 29 01:44:51 2000 From: chuqui at plaidworks.com (Chuq Von Rospach) Date: Wed, 28 Jun 2000 16:44:51 -0700 Subject: [Mailman-Users] Extremely High Membership lists In-Reply-To: References: Message-ID: At 4:23 PM -0700 6/28/00, J C Lawrence wrote: > > Does it have some competitive advantage over the other MTAs? > >None that I'm aware of other than its legacy value. It's a known entity, both it's strengths and weaknesses. Are the others considered secure because they're secure? or because all of the hackers spend their time on sendmail and haven't bothered to try to break them open? I know things like Postfix were designed with an ear to security, but have the hackers proven it right? Sendmail may not be the best. it's a safe choice. -- Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) Apple Mail List Gnome (mailto:chuq at apple.com) And they sit at the bar and put bread in my jar and say 'Man, what are you doing here?'" From ncooler at nandomedia.com Thu Jun 29 01:50:31 2000 From: ncooler at nandomedia.com (Neil Cooler) Date: Wed, 28 Jun 2000 19:50:31 -0400 Subject: [Mailman-Users] Extremely High Membership lists Message-ID: <001101bfe15b$a592d440$02000003@kneel> No way to call in sick / postpone this one. I gotta have this thing set up tomorrow, whether or not I stick with it is another thing. If i feel that mailman isn't going to do a good job, I will simply put lyris on the box and move my lists to that manager instead. It should be quite easy to upgrade to beta three, correct? --Neil -----Original Message----- From: Chuq Von Rospach To: Neil Cooler Cc: mailman-users at python.org Date: Wednesday, June 28, 2000 7:47 PM Subject: Re: [Mailman-Users] Extremely High Membership lists >At 7:27 PM -0400 6/28/00, Neil Cooler wrote: > >>I haven't had anyone tell me that mailman is NOT the proper list manager for >>this application yet, so I am still working towards my 11:00 AM tomorrow >>deadline to have mailman working and in production with several smaller >>internal lists. > >I made the decision not to go production until Barry finished B3. >Barry won't do that until this re-send problem is resolved. If your >deadline is tomorrow, in your position, I'd call in sick and wait for >B3..... > >-- >Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com) >Apple Mail List Gnome (mailto:chuq at apple.com) > >And they sit at the bar and put bread in my jar >and say 'Man, what are you doing here?'" > From ptomblin at xcski.com Thu Jun 29 01:54:03 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Wed, 28 Jun 2000 19:54:03 -0400 Subject: [Mailman-Users] Extremely High Membership lists In-Reply-To: References: Message-ID: <20000628195403.B14977@xcski.com> Quoting J C Lawrence (claw at cp.net): > On Wed, 28 Jun 2000 16:23:37 -0700 > Chuq Von Rospach wrote: > > > It's very fashionable to bash sendmail, but sendmail was slogging > > email around long before anyone else bothered to try. Wtihout > > sendmail, it's really arguable that the internet would be what it > > is today. > > An excellent point. Without the Model T, it's very unlikely the road network we have today would have been built either, but that's not an argument for continuing to drive Model Ts. Sendmail is suffering very heavily from being old code, hacked together when the net was smaller, quieter, and safer than it is today, and with a lot of extra stuff hacked onto it since. We're still seeing exploits based on buffer overruns because the original code used fixed length buffers, and nobody has gone through and ruthlessly rooted out every fixed length buffer in the whole thing. Yes, it's well tested, because it's heavily pounded upon due to its popularity and ubiquitousness, but it's still a creaky old framework with more and more kluges grafted onto it, and hardly a week goes by without another exploit being found. It's also dog slow compared to postfix, qmail or exim. -- Paul Tomblin , not speaking for anybody "The only thing that interferes with my learning is my education." -- Albert Einstein. From claw at cp.net Thu Jun 29 02:17:24 2000 From: claw at cp.net (J C Lawrence) Date: Wed, 28 Jun 2000 17:17:24 -0700 Subject: [Mailman-Users] Extremely High Membership lists In-Reply-To: Message from "Neil Cooler" of "Wed, 28 Jun 2000 19:27:31 -0400." <006a01bfe158$6efe6280$02000003@kneel> References: <006a01bfe158$6efe6280$02000003@kneel> Message-ID: On Wed, 28 Jun 2000 19:27:31 -0400 Neil Cooler wrote: > As for the MTA debate, please, everyone, argue more. You'll find that we're repeating ourselves, and mostly to the person we made the same argument to not so many months ago. Please check this list's archives. MTA choice, MTA design, and MTA configuration have been regular topics here and have been discussed in better depth than any attempt on our part to rehash the area will ever reach. -- J C Lawrence Internet: claw at kanga.nu ----------(*) Internet: coder at kanga.nu ...Honorary Member of Clan McFud -- Teamer's Avenging Monolith... From JeanVallery at BicycleMessenger.com Thu Jun 29 03:01:24 2000 From: JeanVallery at BicycleMessenger.com (Jean Andre Vallery) Date: Wed, 28 Jun 2000 18:01:24 -0700 (PDT) Subject: [Mailman-Users] Question Message-ID: <20000629010124.4D1B9B0A2@sitemail.everyone.net> An embedded and charset-unspecified text was scrubbed... Name: not available Url: http://mail.python.org/pipermail/mailman-users/attachments/20000628/4e29d072/attachment.pot From Dan.Mick at West.Sun.COM Thu Jun 29 03:07:12 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Wed, 28 Jun 2000 18:07:12 -0700 (PDT) Subject: [Mailman-Users] Question Message-ID: <200006290106.SAA27534@utopia.west.sun.com> The answer was "what's the question"? What does it mean to "type an email address and hit a submit button"? Yeah, one could add that right away:
> Was a answer posted to this question? It sounds like a great way to reduce page loading and reloading. > Jean Andre Vallery > www.BicycleMessenger.com > > --- Todd LaClair > > wrote: > > > > > >If I wanted to have a box on my webpage where a user would type their email > >address and hit a submit button. Would MailMan be the best product to manage > >this user list? > >
-- 




From claw at cp.net  Thu Jun 29 03:23:07 2000
From: claw at cp.net (J C Lawrence)
Date: Wed, 28 Jun 2000 18:23:07 -0700
Subject: [Mailman-Users] Extremely High Membership lists 
In-Reply-To: Message from Chuq Von Rospach  
   of "Wed, 28 Jun 2000 16:46:17 MST."  
References: <006a01bfe158$6efe6280$02000003@kneel>   
Message-ID: 

On Wed, 28 Jun 2000 16:46:17 -0700 
Chuq Von Rospach  wrote:

> At 7:27 PM -0400 6/28/00, Neil Cooler wrote:
>> I haven't had anyone tell me that mailman is NOT the proper list
>> manager for this application yet, so I am still working towards
>> my 11:00 AM tomorrow deadline to have mailman working and in
>> production with several smaller internal lists.

> I made the decision not to go production until Barry finished B3.

I've stuck with v1.1 in production systems here.

I also have significant problems with the new moderation interface
which has removed significant functionality by showing only an
excerpted/truncated version of the held message in a TEXTAREA rather
than the entire message.  The old format of showing the entire
message allowed me as list moderator:

  a) To know exactly what I was approving, and thus not miss
  something untoward toward the end of a message.

  b) To copy off the held message locally, for local editing and
  resubmitting, say with editorial/moderation comments.

The new moderation interface prevents both those abilities, and is
not configurable to return to the old format.

Bad stuff.  

Barry: If I submit a patch to make this a configurable option, what
the chance of getting this in before release (presuming decent
code)?  I can't use 2.x at all without being able to see the entire
message in the moderation interface.

> Barry won't do that until this re-send problem is resolved. If
> your deadline is tomorrow, in your position, I'd call in sick and
> wait for B3.....

Not a bad choice if he could make it.

That said, he has the opportunity to start out slow (internal lists
et al).  v1.1 is nto a bad choice for that _IF_ the timing of when
he has to import more populous lists (say over 5,000 members) can be
held off for a little while.

-- 
J C Lawrence                              Internet: claw at kanga.nu
----------(*)                            Internet: coder at kanga.nu
...Honorary Member of Clan McFud -- Teamer's Avenging Monolith...



From claw at cp.net  Thu Jun 29 03:35:15 2000
From: claw at cp.net (J C Lawrence)
Date: Wed, 28 Jun 2000 18:35:15 -0700
Subject: [Mailman-Users] Extremely High Membership lists 
In-Reply-To: Message from J C Lawrence  
   of "Wed, 28 Jun 2000 18:23:07 MST."
Message-ID: 

On Wed, 28 Jun 2000 18:23:07 -0700 
J C Lawrence  wrote:

> I also have significant problems with the new moderation interface
> which has removed significant functionality by showing only an
> excerpted/truncated version of the held message in a TEXTAREA
> rather than the entire message.  The old format of showing the
> entire message allowed me as list moderator:

>   a) To know exactly what I was approving, and thus not miss
> something untoward toward the end of a message.

>   b) To copy off the held message locally, for local editing and
> resubmitting, say with editorial/moderation comments.

> The new moderation interface prevents both those abilities, and is
> not configurable to return to the old format.

> Bad stuff.

> Barry: If I submit a patch to make this a configurable option,
> what the chance of getting this in before release (presuming
> decent code)?  I can't use 2.x at all without being able to see
> the entire message in the moderation interface.

I rechecked the sources before sending that message and somehow
managed to totally overlook the use/impact of the
ADMINDB_PAGE_TEXT_LIMIT value in Defaults.py.  Don't know how -- its 
one of the files I scanned.

Ahh well, aside from minor complaints about the size of the
TEXTAREA, the fact is that the functionality has not been removed
and all my bluster above, is, umm, well, without grounds.

Sorry.

-- 
J C Lawrence                              Internet: claw at kanga.nu
----------(*)                            Internet: coder at kanga.nu
...Honorary Member of Clan McFud -- Teamer's Avenging Monolith...



From claw at cp.net  Thu Jun 29 04:30:44 2000
From: claw at cp.net (J C Lawrence)
Date: Wed, 28 Jun 2000 19:30:44 -0700
Subject: [Mailman-Users] Extremely High Membership lists 
In-Reply-To: Message from J C Lawrence  
   of "Wed, 28 Jun 2000 18:35:15 MST."  
References:  
Message-ID: 

On Wed, 28 Jun 2000 18:35:15 -0700 
J C Lawrence  wrote:

> On Wed, 28 Jun 2000 18:23:07 -0700 J C Lawrence 
> wrote:

>> I also have significant problems with the new moderation
>> interface...

> ...the fact is that the functionality has not been removed and all
> my bluster above, is, umm, well, without grounds.

While compounding the offense of triply replying to myself, here
follows a simple patch for beta2 which allows the TEXTAREA to be
configurably sized.  The main reason for this is so you can
configure the TEXTAREA to be 80 cols or more wide so that messages
will display as they will read (unline-wrapped).

I've also submitted this patch to the SourceForge Patch Manager.

-- 
J C Lawrence                              Internet: claw at kanga.nu
----------(*)                            Internet: coder at kanga.nu
...Honorary Member of Clan McFud -- Teamer's Avenging Monolith...

-------------- next part --------------
diff -urN --exclude=CVS --exclude=Makefile mailman-2.0beta2.old/Mailman/Cgi/admindb.py mailman-2.0beta2.new/Mailman/Cgi/admindb.py
--- mailman-2.0beta2.old/Mailman/Cgi/admindb.py	Tue Apr  4 16:12:50 2000
+++ mailman-2.0beta2.new/Mailman/Cgi/admindb.py	Wed Jun 28 19:24:08 2000
@@ -221,7 +221,7 @@
         ])
     t.AddRow([
 	Bold('If you reject this post, explain (optional):'),
-	TextArea('comment-%d' % id, rows=4, cols=60,
+	TextArea('comment-%d' % id, rows=mm_cfg.ADMINDB_PAGE_TEXTAREA_REJECT_ROWS, cols=mm_cfg.ADMINDB_PAGE_TEXTAREA_COLS,
                  text=("Please do *not* post administrative requests"
                        " to the mailing list!  If you wish to subscribe,"
                        " visit %s or send a 'help' message to the"
@@ -232,7 +232,7 @@
     row, col = t.GetCurrentRowIndex(), t.GetCurrentCellIndex()
     t.AddCellInfo(row, col, colspan=3)
     t.AddRow([Bold('Message Excerpt:'),
-              TextArea('fulltext-%d' % id, text, rows=10, cols=60)])
+              TextArea('fulltext-%d' % id, text, rows=mm_cfg.ADMINDB_PAGE_TEXTAREA_MSG_ROWS, cols=mm_cfg.ADMINDB_PAGE_TEXTAREA_COLS)])
     row, col = t.GetCurrentRowIndex(), t.GetCurrentCellIndex()
     t.AddCellInfo(row, col, colspan=3)
     form.AddItem(t)
diff -urN --exclude=CVS --exclude=Makefile mailman-2.0beta2.old/Mailman/Defaults.py.in mailman-2.0beta2.new/Mailman/Defaults.py.in
--- mailman-2.0beta2.old/Mailman/Defaults.py.in	Thu Apr  6 21:35:11 2000
+++ mailman-2.0beta2.new/Mailman/Defaults.py.in	Wed Jun 28 19:23:31 2000
@@ -297,6 +297,12 @@
 # size (though this will slow down rendering those pages).
 ADMINDB_PAGE_TEXT_LIMIT = 4096
 
+# How tall and wide should the text areas be for displaying the
+# rejection messages or messages held for moderation?
+
+ADMINDB_PAGE_TEXTAREA_COLS = 60
+ADMINDB_PAGE_TEXTAREA_REJECT_ROWS = 4
+ADMINDB_PAGE_TEXTAREA_MSG_ROWS = 10
 
 # These directories are used to find various important files in the Mailman
 # installation.  PREFIX and EXEC_PREFIX are set by configure and should point

From Dan.Mick at West.Sun.COM  Thu Jun 29 04:57:23 2000
From: Dan.Mick at West.Sun.COM (Dan Mick)
Date: Wed, 28 Jun 2000 19:57:23 -0700 (PDT)
Subject: [Mailman-Users] Extremely High Membership lists 
Message-ID: <200006290256.TAA29764@utopia.west.sun.com>

> I also have significant problems with the new moderation interface
> which has removed significant functionality by showing only an
> excerpted/truncated version of the held message in a TEXTAREA rather
> than the entire message.  The old format of showing the entire
> message allowed me as list moderator:
> 
>   a) To know exactly what I was approving, and thus not miss
>   something untoward toward the end of a message.

Yes, I miss this too.  I wish the textareas had the entire message
in it, so that they have both wonderful attributes of 1) not taking
up page after page of browser area, but 2) having the whole
daggone message (or at least the first N kB, where N is configurable).

>   b) To copy off the held message locally, for local editing and
>   resubmitting, say with editorial/moderation comments.

You can do that with a "discard/forward to" or "hold/forward to".
The "forward to" is nifty.

> The new moderation interface prevents both those abilities, and is
> not configurable to return to the old format.

I don't want the old format; I want that very-slight tweak to the
new format (configurable textarea size), with the perhaps other
tweak of "80-column textarea width".

If you agree, I'm about to code that anyway.




From Dan.Mick at West.Sun.COM  Thu Jun 29 04:58:02 2000
From: Dan.Mick at West.Sun.COM (Dan Mick)
Date: Wed, 28 Jun 2000 19:58:02 -0700 (PDT)
Subject: [Mailman-Users] Extremely High Membership lists 
Message-ID: <200006290257.TAA29768@utopia.west.sun.com>

> On Wed, 28 Jun 2000 18:35:15 -0700 
> J C Lawrence  wrote:
> 
> > On Wed, 28 Jun 2000 18:23:07 -0700 J C Lawrence 
> > wrote:
> 
> >> I also have significant problems with the new moderation
> >> interface...
> 
> > ...the fact is that the functionality has not been removed and all
> > my bluster above, is, umm, well, without grounds.
> 
> While compounding the offense of triply replying to myself, here
> follows a simple patch for beta2 which allows the TEXTAREA to be
> configurably sized.  The main reason for this is so you can
> configure the TEXTAREA to be 80 cols or more wide so that messages
> will display as they will read (unline-wrapped).



I guess I should have read ahead.  Thanks, JC; I want both of
these.




From claw at cp.net  Thu Jun 29 05:12:15 2000
From: claw at cp.net (J C Lawrence)
Date: Wed, 28 Jun 2000 20:12:15 -0700
Subject: [Mailman-Users] Extremely High Membership lists 
In-Reply-To: Message from Dan Mick  
   of "Wed, 28 Jun 2000 19:57:23 PDT." <200006290256.TAA29764@utopia.west.sun.com> 
References: <200006290256.TAA29764@utopia.west.sun.com> 
Message-ID: 

On Wed, 28 Jun 2000 19:57:23 -0700 (PDT) 
Dan Mick  wrote:

>> a) To know exactly what I was approving, and thus not miss
>> something untoward toward the end of a message.

> Yes, I miss this too.  I wish the textareas had the entire message
> in it, so that they have both wonderful attributes of 1) not
> taking up page after page of browser area, but 2) having the whole
> daggone message (or at least the first N kB, where N is
> configurable).

As I later wrote, this is configurable with the v2beta by setting
ADMINDB_PAGE_TEXT_LIMIT.  Look in ~mailman/Mailman/Default.py for
details.

>> b) To copy off the held message locally, for local editing and
>> resubmitting, say with editorial/moderation comments.

> You can do that with a "discard/forward to" or "hold/forward to".
> The "forward to" is nifty.

I don't see that feature -- it must be newer than the beta I've
installed.

>> The new moderation interface prevents both those abilities, and
>> is not configurable to return to the old format.

> I don't want the old format; 

Hehn.  I rather liked the old plain format.  It made things very
easy.   Little matter.  The new format with my patch is
(almost) good enough.

> I want that very-slight tweak to the new format (configurable
> textarea size), with the perhaps other tweak of "80-column
> textarea width".

> If you agree, I'm about to code that anyway.

I've already submitted a patch for that.

-- 
J C Lawrence                              Internet: claw at kanga.nu
----------(*)                            Internet: coder at kanga.nu
...Honorary Member of Clan McFud -- Teamer's Avenging Monolith...



From chuqui at plaidworks.com  Thu Jun 29 05:35:19 2000
From: chuqui at plaidworks.com (Chuq Von Rospach)
Date: Wed, 28 Jun 2000 20:35:19 -0700
Subject: [Mailman-Users] Extremely High Membership lists
In-Reply-To: <20000628195403.B14977@xcski.com>
References: 
 
  
  <20000628195403.B14977@xcski.com>
Message-ID: 

At 7:54 PM -0400 6/28/00, Paul Tomblin wrote:

>Without the Model T, it's very unlikely the road network we have today
>would have been built either, but that's not an argument for continuing to
>drive Model Ts.

True, and I wasn't arguing that we continue to drive them. I was 
explaining why they were being driven. I, for one, am planning on 
taking a close look at postfix RSN.

-- 
Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com)
Apple Mail List Gnome (mailto:chuq at apple.com)

And they sit at the bar and put bread in my jar
and say 'Man, what are you doing here?'"



From chuqui at plaidworks.com  Thu Jun 29 05:36:54 2000
From: chuqui at plaidworks.com (Chuq Von Rospach)
Date: Wed, 28 Jun 2000 20:36:54 -0700
Subject: [Mailman-Users] Extremely High Membership lists
In-Reply-To: 
References: <006a01bfe158$6efe6280$02000003@kneel> 
 
 
Message-ID: 

At 6:23 PM -0700 6/28/00, J C Lawrence wrote:

>  > I made the decision not to go production until Barry finished B3.
>
>I've stuck with v1.1 in production systems here.

I'm making the move from a heavily modified majordomo system, myself, 
to 1.1 was never of interest to me. It's whatever makes sense for the 
next generation stuff and I didn't want (and don't have time for) 
intermediate steps. So I'm hanging out with the majordomo stuff until 
I think 2.0 is ready, and then I'll upgrade as needed to 2.0 final...

-- 
Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com)
Apple Mail List Gnome (mailto:chuq at apple.com)

And they sit at the bar and put bread in my jar
and say 'Man, what are you doing here?'"



From ricardo at rixhq.nu  Thu Jun 29 08:22:48 2000
From: ricardo at rixhq.nu (Ricardo Kustner)
Date: Thu, 29 Jun 2000 08:22:48 +0200
Subject: [Mailman-Users] b3 not working anymore?
Message-ID: <20000629082248.C688@miss-janet.com>

Hi,

I'm running the latest cvs (just updated again this morning just to be sure)
but their doesn't seem to be any more posts being send out on the list??
they all arrive on the approval page, but once approved they vanish into
nothing... I'm not sure how long this has been going on though...
anybody else having the same trouble?

Ricardo.

--




From bwarsaw at beopen.com  Thu Jun 29 08:45:23 2000
From: bwarsaw at beopen.com (Barry A. Warsaw)
Date: Thu, 29 Jun 2000 02:45:23 -0400 (EDT)
Subject: [Mailman-Users] Re: [Mailman-Developers] b3 not working anymore?
References: <20000629082248.C688@miss-janet.com>
Message-ID: <14682.61571.230240.875717@anthem.concentric.net>

>>>>> "RK" == Ricardo Kustner  writes:

    RK> I'm running the latest cvs (just updated again this morning
    RK> just to be sure) but their doesn't seem to be any more posts
    RK> being send out on the list??  they all arrive on the approval
    RK> page, but once approved they vanish into nothing... I'm not
    RK> sure how long this has been going on though...  anybody else
    RK> having the same trouble?

Take a look in the qfiles directory.  Do you see a bunch of files with
really long names and extensions .msg and .db?  You must reload the
crontab.in file to get all the new cron scripts running at the right
intervals.  Of primary importance is qrunner which clears the messages
waiting in qfiles.

This is documented in the UPGRADING file, which I know no one will
read.  Be prepared to answer this question over and over again. ;)

-Barry




From bwarsaw at beopen.com  Thu Jun 29 08:55:12 2000
From: bwarsaw at beopen.com (Barry A. Warsaw)
Date: Thu, 29 Jun 2000 02:55:12 -0400 (EDT)
Subject: [Mailman-Users] Announcing Mailman 2.0 beta 3
Message-ID: <14682.62160.749684.66627@anthem.concentric.net>

Okay folks, I am finally releasing Mailman 2.0 beta 3.  I think I have
nailed the duplicates problem -- at least I have seen no duplicates in
the last 24 hours on python.org, so I'm feeling good about it (we'll
see if that lasts tomorrow morning :).

Please give this version a thorough test; I'd like to have a much
shorter release cycle for the next few betas.  I am aiming to release
2.0 final on July 14th, the Friday before the O'Reilly OSSCON.  I plan
on spending time between now and then on slogging through the
discussion lists and bug reports, and working on the documentation.

See below for an excerpt from the NEWS file for changes since
2.0beta2.  If you have not been following the CVS updates and are
upgrading from 2.0 beta 2 or earlier PLEASE READ THE UPGRADING FILE!
A crucial step is to reload your crontab.in file, otherwise you won't
clear your message queue often enough (or perhaps not at all).

Enjoy,
-Barry

-------------------- snip snip --------------------
2.0 beta 3 (26-Jun-2000)

    - Delivery mechanism (qrunner) refined to support immediate
      queuing, queuing directly from MTA, and queuing on any error
      along the delivery pipeline.  This means 1) that huge lists
      can't time out the MTA's program delivery channel; 2) it is much
      harder to completely lose messages; 3) eventually, qrunner will
      be elaborated to meter delivery to the MTA so as not to swamp
      it.  The tradeoff is in more disk I/O since every message coming
      into the system (and most that are generated by the system) live
      on disk for some part of their journey through Mailman.

      For now, see the Default.py variables QRUNNER_PROCESS_LIFETIME
      and QRUNNER_MAX_MESSAGES for primitive resource management.

      The API to the pipeline handler modules has changed.  See
      Mailman/Handlers/HandlerAPI.py for details.

    - Revamped admindb web page: held messages are split into headers
      and bodies so they are easier to vette; admins can now also
      preserve a held message (for spam evidence gathering) or forward
      the message to a specified email address; disposition of held
      messages can be deferred; held messages have a more context
      meaningful default rejection message.

    - Change to the semantics for `acceptable_aliases' list
      configuration variable, based on suggestions by Harald Meland.

    - New mm_cfg.py variables NNTP_USERNAME and NNTP_PASSWORD can be
      set on a site-wide basis if connection to your nntpd requires
      authentication.

    - The list attribute `num_spawns' has been removed.  The mm_cfg.py
      variables MAX_SPAWNS, and DEFAULT_NUM_SPAWNS removed too.

    - LIST_LOCK_LIFETIME cranked to 5 hours and LIST_LOCK_TIMEOUT
      shortened to 10 seconds.  QRUNNER_LOCK_LIFETIME cranked up to 10
      hours.  This should decrease the changes for bogus and harmful
      lock breaking.

    - Resent-to: is now one of the headers checked for explicit
      destinations.

    - Tons more bounce formats are recognized.  The API to the bounce
      modules has changed.

    - A written LockFile module which should fix most (hopefully all)
      bugs in the locking machinery.  Many improvements suggested by
      Thomas Wouters and Harald Meland.

    - Experimental support (disabled by default) for delivering SMTP
      chunks to the MTA via multiple threads.  Your Python executable
      must have been compiled with thread support enabled, and you
      must set MAX_DELIVERY_THREADS in mm_cfg.py.  Note that this may
      not improve your overall system performance.

    - Some changes and additions to scripts: bin/find_member now
      supports a -w/--owner flag to match regexps against mailing list
      owners; bin/find_member now supports multiple regexps;
      cron/gate_news command line option changes; new script
      bin/dumbdb for debugging purposes; bin/clone_member can now also
      remove the old address and change change the list owner
      addresses.

    - The News/Mail gateway admin page has a button that lets you do
      an explicit catchup of the newsgroup.

    - The CVS repository has been moved out to SourceForge.  For more
      information, see the project summary at

      http://sourceforge.net/project/?group_id=103

    - Lots 'o bug fixes and some performance improvements.



From bwarsaw at beopen.com  Thu Jun 29 09:05:24 2000
From: bwarsaw at beopen.com (Barry A. Warsaw)
Date: Thu, 29 Jun 2000 03:05:24 -0400 (EDT)
Subject: [Mailman-Users] Re: [Mailman-Developers] Announcing Mailman 2.0 beta 3
References: <14682.62160.749684.66627@anthem.concentric.net>
Message-ID: <14682.62772.737708.71176@anthem.concentric.net>

Oops, I forgot to tell you how to get the tarball.  You can down load
it from any of these urls:

ftp://www.python.org/pub/mailman/mailman.tar.gz

http://www.list.org/mailman.tar.gz

http://download.sourceforge.net/mailman/mailman-2.0beta3.tgz

It will also hopefully soon be available on ftp.gnu.org.

Cheers, and G'Night. :)
-Barry



From Nigel.Metheringham at VData.co.uk  Thu Jun 29 11:00:10 2000
From: Nigel.Metheringham at VData.co.uk (Nigel Metheringham)
Date: Thu, 29 Jun 2000 10:00:10 +0100
Subject: [Mailman-Users] Extremely High Membership lists 
In-Reply-To: Message from Chuq Von Rospach  
   of "Wed, 28 Jun 2000 16:44:51 PDT."  
Message-ID: 

chuqui at plaidworks.com said:
> Are the others considered secure because they're secure? or because
> all of the hackers spend their time on sendmail and haven't bothered
> to try to break them open? I know things like Postfix were designed
> with an ear to security, but have the hackers proven it right? 

My belief is that qmail and postfix are more inherently secure than 
sendmail - sendmail is one big chunk that does everything and has root 
privileges, so a compromise tends to take the whole machine out.

Qmail and postfix are suites of small  programs with limited trusts and 
remits.  If one of these components is compromised you might be able to 
get into the mail handler but its *very* unlikely you can break the 
whole machine (other than maybe DOS).

Exim has the severe disadvantage that it runs setuid root and is a big 
lump of code.  It has the advantage of sendmail that it was written 
later and in a consistant style which should protect it against buffer 
overruns.  Downside is that it has not had as much testing as sendmail 
in the wild, neither has it been formally audited to my knowledge.  It 
has had one security exploit to my knowledge (however never exploited 
in the wild - again AFAIK).  Exim *can* be run completely without root 
on systems which have no local users.

My take is that I have been working with and on exim since even before 
it was around (I previously maintained smail 3).  Exim is wonderfully 
flexible and extensible.  If I were starting out now I would probably 
go for postfix, but don't currently feel the need to move currently.  
If I was designing a real high volume list handler I would certainly 
evaluate postfix which I think would probably outperform exim in this 
situation.  [qmail is not an option - it uses more bandwidth and thats 
costly in the EU]

claw at cp.net said:
> Note: I'm not aware of a single large scale high volume commercial
> service on the 'net that runs Sendmail.  Not one.  You can check this
> youself by telnetting to the SMTP port on their MXes and reading the
> HELO message.   

Apparently according to the sendmail marketing dweeb I saw a few weeks 
back they have something like 7 of the top 10 ISPs... which I don't 
really believe since it depends how you define things.   AOL was 
mentioned... their MXes give back something rather customised.
IMHO sendmail installations fall into 2 camps - those that know what 
they are doing and have good reasons for their choice.  And those that 
use it because its what shipped on the box and they know no better - I 
avoid ISPs that do that latter, which makes up around 80% plus of all 
ISPs and a very low percentage of those with a clue.

	Nigel.
-- 
[ - Opinions expressed are personal and may not be shared by VData - ]
[ Nigel Metheringham                  Nigel.Metheringham at VData.co.uk ]
[ Phone: +44 1423 850000                         Fax +44 1423 858866 ]





From gorgo at caesar.elte.hu  Thu Jun 29 14:22:59 2000
From: gorgo at caesar.elte.hu (Gergely Madarasz)
Date: Thu, 29 Jun 2000 14:22:59 +0200 (METDST)
Subject: [Mailman-Users] Re: [Mailman-Developers] b3 not working anymore?
In-Reply-To: <14682.61571.230240.875717@anthem.concentric.net>
Message-ID: 

On Thu, 29 Jun 2000, Barry A. Warsaw wrote:

> 
> >>>>> "RK" == Ricardo Kustner  writes:
> 
>     RK> I'm running the latest cvs (just updated again this morning
>     RK> just to be sure) but their doesn't seem to be any more posts
>     RK> being send out on the list??  they all arrive on the approval
>     RK> page, but once approved they vanish into nothing... I'm not
>     RK> sure how long this has been going on though...  anybody else
>     RK> having the same trouble?
> 
> Take a look in the qfiles directory.  Do you see a bunch of files with
> really long names and extensions .msg and .db?  You must reload the
> crontab.in file to get all the new cron scripts running at the right
> intervals.  Of primary importance is qrunner which clears the messages
> waiting in qfiles.
> 
> This is documented in the UPGRADING file, which I know no one will
> read.  Be prepared to answer this question over and over again. ;)

Does this mean that message delivery is not handled at all when the
incoming mail is passed to mailman, and every message needs to wait for a
cronjob to run ? 
I found the method used in 1.1 (try to deliver immediatelly, if it fails,
the cronjob will handle it) much more appropriate, even though it often
resulted in mail duplication (if the mail was handled the same time when
the cronjob was run, it was sometimes delivered by both methods), which
could have been fixed by some better locking mechanisom...

-- 
Madarasz Gergely           gorgo at caesar.elte.hu         gorgo at linux.rulez.org
      It's practically impossible to look at a penguin and feel angry.
          Egy pingvinre gyakorlatilag lehetetlen haragosan nezni.
                    HuLUG: http://mlf.linux.rulez.org/





From GLeblanc at cu-portland.edu  Thu Jun 29 17:11:04 2000
From: GLeblanc at cu-portland.edu (Gregory Leblanc)
Date: Thu, 29 Jun 2000 08:11:04 -0700
Subject: [Mailman-Users] Extremely High Membership lists 
Message-ID: 

> -----Original Message-----
> From: Nigel Metheringham [mailto:Nigel.Metheringham at VData.co.uk]
> Sent: Thursday, June 29, 2000 2:00 AM
> To: Chuq Von Rospach
> Cc: J C Lawrence; Derek Simkowiak; Gary Wilson; 
> mailman-users at python.org
> Subject: Re: [Mailman-Users] Extremely High Membership lists 
> 
[snip]
> Exim has the severe disadvantage that it runs setuid root and 
> is a big 
> lump of code.  It has the advantage of sendmail that it was written 
> later and in a consistant style which should protect it 
> against buffer 
> overruns.  Downside is that it has not had as much testing as 
> sendmail 
> in the wild, neither has it been formally audited to my 
> knowledge. 

Hmm, OpenBSD ships with sendmail, so it's certainly possible to secure it.
My understanding was that the OpenBSD people have done a complete security
audit on all of their code, but I'm not sure that this includes Sendmail.
	Greg



From rpeterson at wallacefloyd.com  Thu Jun 29 18:39:33 2000
From: rpeterson at wallacefloyd.com (Ron Peterson)
Date: Thu, 29 Jun 2000 12:39:33 -0400
Subject: [Mailman-Users] beta3 newlist problem
Message-ID: <395B7BC5.BBC9A648@wallacefloyd.com>

I just upgraded from beta2 to beta3.  Now I can't create a new list.

[mailman at wfs02 mailman]$ bin/newlist
Enter the name of the list: everyone
Enter the email of the person running the list:
rpeterson at wallacefloyd.com
Initial everyone password: 
Traceback (innermost last):
  File "bin/newlist", line 155, in ?
    main(sys.argv)
  File "bin/newlist", line 112, in main
    mlist.Create(listname, owner_mail, pw)
  File "/home2/mailman/Mailman/MailList.py", line 785, in Create
    self.Lock()
  File "/home2/mailman/Mailman/MailList.py", line 1345, in Lock
    self.Load()
  File "/home2/mailman/Mailman/MailList.py", line 894, in Load
    raise Errors.MMUnknownListError
Mailman.Errors.MMUnknownListError

-- 

Ron Peterson
Systems Manager
Wallace Floyd Design Group
273 Summer Street
Boston, MA  02210
617.350.7400 tel
617.350.0051 fax
rpeterson at wallacefloyd.com



From ken at hudat.com  Thu Jun 29 16:21:28 2000
From: ken at hudat.com (Kendrick Vargas)
Date: Thu, 29 Jun 2000 10:21:28 -0400 (EDT)
Subject: [Mailman-Users] virtual domain support...
In-Reply-To: <395A7909.BFD14EE8@ubiobio.cl>
Message-ID: 

On Wed, 28 Jun 2000, German Poo Caaman~o wrote:

> Kendrick Vargas wrote:
> > I was wondering if someone could point me to some documentation on how to
> > get Mailman to specify a specific "From: " domain when masking the real
> > sender?
> > 
> > I have anonymous_list set to "Yes", and I have host_name set to
> > "domainthatiwant.com" ... When I send mail to the list, the From address
> > gets set to "listname-admin at machinesdomain.com". I would really like to be
> > able to control what the From address gets set to, but I can't find it
> > anywhere. I've changed the delivery mode from SMTPDirect to Sendmail and
> > back, but nothing. I've tried playing with Sendmails generics
> > table... nothing. Any help would be appreciated.
> 
> Sendmail use FQDN.  If you have a CNAME for domainthatitwant.com,
> sendmail will replace it with machinesdomain.com.
> 
> For your mailing lists you can set only MX as:
> domainthatitwant.com	MX	10 machinesdomain.com
> 
> anything else.

The machine in question acts as MX for several domains. I'd like to be
able to set the "From: " domain to act as any of these. Majordomo can do
it, but I'd really like to get away from Majordomo because I like
Mailman's anonymous_list option (it's being begged for right now). 

The web page admin.cgi says this about the host_name variable: 

"The host_name is the preferred name for email to mailman-related
addresses on this host, and generally should be the mail host's exchanger
address, if any. This setting can be useful for selecting among
alternative names of a host that has multiple addresses."

The documentation on the website says this:

"For multi-home hosts (systems that have different aliases) this would be
the value that Mailman uses to identify itself. You should not attempt to
modify this value without consulting your system administrator or Mailman
may cease to work."

I am just guessing (because none of the documentation I've seen is
particularly clear on anything) that this is supposed to do what I want to
do, but it doesn't. Is this a bug? Is this the same as majordomo's
"$whereami" variable?
			-peace

--- BEGIN GEEK CODE BLOCK ------------+-----------
GAT d- s:+ !a C+(+++) UI/L/S/B++(+++) | "In the morning glad I see
P>+ L+(++) E---- W+++ N+ o? K? w++++  |  My foe outstrech'd beneath the tree."
O--- M-- V PS+++@ PE Y-- PGP+ t++ 5   |               -The Poison Tree
X++ R- tv+ b DI++ D+ G e>*  h*(!) r-  |                William Blake
y*(+) ------ END GEEK CODE BLOCK -----+





From rpeterson at wallacefloyd.com  Thu Jun 29 16:13:39 2000
From: rpeterson at wallacefloyd.com (Ron Peterson)
Date: Thu, 29 Jun 2000 10:13:39 -0400
Subject: [Mailman-Users] private archives not found
Message-ID: <395B5993.4FC44588@wallacefloyd.com>

I'm using Mailman-2.0beta2.

First of all, wow, what a nice program!

I've gotten a couple of lists up and running.  They both seem to be
working fine.  The first list I set up has public archives.  They work
fine.

I set up the second list, then went to the adminstrative page for the
list, and restricted posting to members only, and made the archives
private.  I have posted several messages to this list.  I've recieved
them o.k., so things seem to be working.

When I attempt to view the web archive, I'm asked to authenticate
myself.  Afterwards, the page returned says:

Archive File Not Found
No file /everyone/ (/home2/mailman/archives/private/everyone/)

In fact, looking in /home2/mailman/archives/private, this is what I see:
everyone.mbox, test, test.mbox.  everyone.mbox is empty.  There is no
folder 'everyone'.

I tried creating directory 'everyone', with the same permissions as
'test'.  Then I posted another message to the list.  That didn't work
either.

I also switched my original list to have private archives.  I log into
the list, and it appears to be working just fine.  So my Apache
permissions must be o.k.

What went wrong with the second list, and how do I fix it?  Should the
first posting go to a public list, then switch the archive to private???


-- 

Ron Peterson
Systems Manager
Wallace Floyd Design Group
273 Summer Street
Boston, MA  02210
617.350.7400 tel
617.350.0051 fax
rpeterson at wallacefloyd.com



From chuqui at plaidworks.com  Thu Jun 29 16:17:29 2000
From: chuqui at plaidworks.com (Chuq Von Rospach)
Date: Thu, 29 Jun 2000 07:17:29 -0700
Subject: [Mailman-Users] Extremely High Membership lists
In-Reply-To: 
References: 
Message-ID: 

At 10:00 AM +0100 6/29/00, Nigel Metheringham wrote:

>My belief is that qmail and postfix are more inherently secure than
>sendmail

The key word here is belief. Whether you like it or not, sendmail has 
a lot of field testing behind it, and a huge user base watching for 
(and when they're found, fixing) security problems. No matter how 
much you believe the others are more secure (and I agree with you on 
that, FWIW), that kind of real world testing and evaluation isn't 
belief, it's proof.

I'll leave it at that, since we're heading very off-topic and into 
one huge rathole of a religious fight.

-- 
Chuq Von Rospach - Plaidworks Consulting (mailto:chuqui at plaidworks.com)
Apple Mail List Gnome (mailto:chuq at apple.com)

And they sit at the bar and put bread in my jar
and say 'Man, what are you doing here?'"



From jbleasdale at rm.com  Thu Jun 29 16:32:13 2000
From: jbleasdale at rm.com (JOHN BLEASDALE)
Date: Thu, 29 Jun 2000 15:32:13 +0100
Subject: [Mailman-Users] Default option about whether to archive or not
Message-ID: <41F16105E0DAD211AE8A0008C7A4F12706E25028@rmexchange.internal.rmplc.net>

I am getting confused about how to configure a default archiving option for
new lists that I create.

I have the defaults set up as I require and these work fine for new lists,
except for the "Archive messages?" option which always starts on Yes. For
efficency, I want this to default to No, but start archiving if the list
owner changes it to Yes. I have searched through Defaults.py and cannot find
a way of ensuring that the "Archive messages?" option starts on No.

I am using 2.0b2 and have entries in mm_cgf.py for PRIVATE_ARCHIVE_URL,
PRIVATE_ARCHIVE_URL, PUBLIC_EXTERNAL_ARCHIVER and PRIVATE_EXTERNAL_ARCHIVER
all set up to use MHonArch. I also have ARCHIVE_TO_MBOX = 0 and this is
causing me most confusion. 

Defaults.py says:

# ARCHIVE_TO_MBOX
#-1 - do not do any archiving
# 0 - do not archive to mbox, use builtin mailman html archiving only
# 1 - archive to mbox to use an external archiving mechanism only
# 2 - archive to both mbox and builtin mailman html archiving -
#     use this to make both external archiving mechanism work and
#     mailman's builtin html archiving.  the flat mail file can be
#     useful for searching, external archivers, etc.

This option suggests how archiving shoulld work, _if archiving is desired_
rather than whether it shoud happen by default.

Have I missed something obvious?

Thanks,
John




STANDARD DISCLAIMER: This message is confidential. You should not copy it or
disclose its contents to anyone. You may use and apply the information only
for the intended purpose. Internet communications are not secure and
therefore RM does not accept legal responsibility for the contents of this
message. Any views or opinions presented are only those of the author and
not those of RM. If this email has come to you in error please delete it and
any attachments.




From claw at kanga.nu  Thu Jun 29 17:40:30 2000
From: claw at kanga.nu (J C Lawrence)
Date: Thu, 29 Jun 2000 08:40:30 -0700
Subject: [Mailman-Users] Extremely High Membership lists 
In-Reply-To: Message from Nigel Metheringham  
   of "Thu, 29 Jun 2000 10:00:10 +0100."  
References:  
Message-ID: <1653.962293230@kanga.nu>

On Thu, 29 Jun 2000 10:00:10 +0100 
Nigel Metheringham  wrote:

> My belief is that qmail and postfix are more inherently secure
> than sendmail - sendmail is one big chunk that does everything and
> has root privileges, so a compromise tends to take the whole
> machine out.

Aye, that's the argument of architectures.  Postfix and QMail have
architectures that lend themselves to being secure.  That doesn't
mean they are necessarily are, as the very rapid rash of fixes to
both of those products in their early life attests (admittedly
almost all for DoS or mail loss/corruption attacks, not system
access), just that they basically follow the types of designs that
people who do security profressionally tend to prefer (for very good
reasons).

> claw at cp.net said:
>> Note: I'm not aware of a single large scale high volume
>> commercial service on the 'net that runs Sendmail.  Not one.  You
>> can check this youself by telnetting to the SMTP port on their
>> MXes and reading the HELO message.

> Apparently according to the sendmail marketing dweeb I saw a few
> weeks back they have something like 7 of the top 10 ISPs... which
> I don't really believe since it depends how you define things.
> AOL was mentioned... 

AOL is running an in-house developed custom MTA.  I don't know what
the code roots of that MTA are, but I have considerable reason to
think it isn't Sendmail. (They were looking at outsourcing their MTA
business a while ago to a company I was consulting to).

> their MXes give back something rather customised.  

  $ telnet yg.mx.aol.com smtp
  Trying 205.188.156.228...
  Connected to yg.mx.aol.com.
  Escape character is '^]'.
  220-rly-yg04.mx.aol.com ESMTP relay_in.9; Thu, 29 Jun 2000 11:36:03 -0400
  220-America Online (AOL) and its affiliated companies do not
  220-     authorize the use of its proprietary computers and computer
  220-     networks to accept, transmit, or distribute unsolicited bulk
  220      e-mail sent from the internet.

-- 
J C Lawrence                                 Home: claw at kanga.nu
----------(*)                              Other: coder at kanga.nu
--=| A man is as sane as he is dangerous to his environment |=--



From dereks at kd-dev.com  Thu Jun 29 21:57:34 2000
From: dereks at kd-dev.com (Derek Simkowiak)
Date: Thu, 29 Jun 2000 12:57:34 -0700 (PDT)
Subject: [Mailman-Users] Extremely High Membership lists 
In-Reply-To: <1653.962293230@kanga.nu>
Message-ID: 

	I'm still getting multiple copies of stuff... I guess 2.0Beta3 was
premature?  (Or was it ever determined to be a MailMan problem?)

--Derek


On Thu, 29 Jun 2000, J C Lawrence wrote:

-> On Thu, 29 Jun 2000 10:00:10 +0100 
-> Nigel Metheringham  wrote:
-> 
-> > My belief is that qmail and postfix are more inherently secure
-> > than sendmail - sendmail is one big chunk that does everything and
-> > has root privileges, so a compromise tends to take the whole
-> > machine out.
-> 
-> Aye, that's the argument of architectures.  Postfix and QMail have
-> architectures that lend themselves to being secure.  That doesn't
-> mean they are necessarily are, as the very rapid rash of fixes to
-> both of those products in their early life attests (admittedly
-> almost all for DoS or mail loss/corruption attacks, not system
-> access), just that they basically follow the types of designs that
-> people who do security profressionally tend to prefer (for very good
-> reasons).
-> 
-> > claw at cp.net said:
-> >> Note: I'm not aware of a single large scale high volume
-> >> commercial service on the 'net that runs Sendmail.  Not one.  You
-> >> can check this youself by telnetting to the SMTP port on their
-> >> MXes and reading the HELO message.
-> 
-> > Apparently according to the sendmail marketing dweeb I saw a few
-> > weeks back they have something like 7 of the top 10 ISPs... which
-> > I don't really believe since it depends how you define things.
-> > AOL was mentioned... 
-> 
-> AOL is running an in-house developed custom MTA.  I don't know what
-> the code roots of that MTA are, but I have considerable reason to
-> think it isn't Sendmail. (They were looking at outsourcing their MTA
-> business a while ago to a company I was consulting to).
-> 
-> > their MXes give back something rather customised.  
-> 
->   $ telnet yg.mx.aol.com smtp
->   Trying 205.188.156.228...
->   Connected to yg.mx.aol.com.
->   Escape character is '^]'.
->   220-rly-yg04.mx.aol.com ESMTP relay_in.9; Thu, 29 Jun 2000 11:36:03 -0400
->   220-America Online (AOL) and its affiliated companies do not
->   220-     authorize the use of its proprietary computers and computer
->   220-     networks to accept, transmit, or distribute unsolicited bulk
->   220      e-mail sent from the internet.
-> 
-> -- 
-> J C Lawrence                                 Home: claw at kanga.nu
-> ----------(*)                              Other: coder at kanga.nu
-> --=| A man is as sane as he is dangerous to his environment |=--
-> 
-> ------------------------------------------------------
-> Mailman-Users maillist  -  Mailman-Users at python.org
-> http://www.python.org/mailman/listinfo/mailman-users
-> 




From Dan.Mick at West.Sun.COM  Thu Jun 29 22:29:42 2000
From: Dan.Mick at West.Sun.COM (Dan Mick)
Date: Thu, 29 Jun 2000 13:29:42 -0700 (PDT)
Subject: [Mailman-Users] beta3 newlist problem
Message-ID: <200006292028.NAA24629@utopia.west.sun.com>

Argh!  Me too.  Barry, this looks pretty high-priority.

I just upgraded from beta2 to beta3.  Now I can't create a new list.

[mailman at wfs02 mailman]$ bin/newlist
Enter the name of the list: everyone
Enter the email of the person running the list:
rpeterson at wallacefloyd.com
Initial everyone password: 
Traceback (innermost last):
  File "bin/newlist", line 155, in ?
    main(sys.argv)
  File "bin/newlist", line 112, in main
    mlist.Create(listname, owner_mail, pw)
  File "/home2/mailman/Mailman/MailList.py", line 785, in Create
    self.Lock()
  File "/home2/mailman/Mailman/MailList.py", line 1345, in Lock
    self.Load()
  File "/home2/mailman/Mailman/MailList.py", line 894, in Load
    raise Errors.MMUnknownListError
Mailman.Errors.MMUnknownListError




From Dan.Mick at West.Sun.COM  Thu Jun 29 23:04:14 2000
From: Dan.Mick at West.Sun.COM (Dan Mick)
Date: Thu, 29 Jun 2000 14:04:14 -0700 (PDT)
Subject: [Mailman-Users] quick-fix patch for newlist failure
Message-ID: <200006292103.OAA26391@utopia.west.sun.com>

Here's a fix that's probably safe, and fixes the "newlist" problem.
Of course I'm not sure if it's the right final fix, but I figure
while Barry's examining the problem, this might be worth a try
for some of you.

The issue is that list.Lock() now wants to reload the list config.db
(with list.Load()),  and that doesn't exist in the case of list.Create().
So this fix just catches the "Unknown List" error from Load(),
and ignores it, on the theory that the only time that should
happen is when the list is in the process of being created.

I've installed it on my beta3 production site, and will let you
know if it seems to cause any other errors.

diff MailList.py.orig MailList.py
1345c1345,1348
<         self.Load()
---
>         try:
>            self.Load()
>         except Errors.MMUnknownListError:
>            pass




From secabeen at pobox.com  Thu Jun 29 23:34:10 2000
From: secabeen at pobox.com (Ted Cabeen)
Date: Thu, 29 Jun 2000 16:34:10 -0500
Subject: [Mailman-Users] Default option about whether to archive or not 
In-Reply-To: Your message of "Thu, 29 Jun 2000 15:32:13 BST."
             <41F16105E0DAD211AE8A0008C7A4F12706E25028@rmexchange.internal.rmplc.net> 
Message-ID: <200006292134.QAA15053@entropy.uchicago.edu>

In message <41F16105E0DAD211AE8A0008C7A4F12706E25028 at rmexchange.internal.rmplc.
net>, JOHN BLEASDALE writes:
>I am getting confused about how to configure a default archiving option for
>new lists that I create.
>
>I have the defaults set up as I require and these work fine for new lists,
>except for the "Archive messages?" option which always starts on Yes. For
>efficency, I want this to default to No, but start archiving if the list
>owner changes it to Yes. I have searched through Defaults.py and cannot find
>a way of ensuring that the "Archive messages?" option starts on No.

That's because such an option doesn't exist.  I submitted a two line patch to 
sourceforge (#100554), but it hasn't been applied yet.  Barry?  Someone with 
CVS access?

--
Ted Cabeen           http://www.pobox.com/~secabeen         secabeen at pobox.com
Check Website or Keyserver for PGP/GPG Key BA0349D2      secabeen at uchicago.edu
"I have taken all knowledge to be my province." -F. Bacon  secabeen at cabeen.org
"Human kind cannot bear very much reality."-T.S.Eliot        cabeen at netcom.com


-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 240 bytes
Desc: not available
Url : http://mail.python.org/pipermail/mailman-users/attachments/20000629/c630d82a/attachment.pgp 

From ckolar at admin.aurora.edu  Thu Jun 29 23:39:45 2000
From: ckolar at admin.aurora.edu (Christopher Kolar)
Date: Thu, 29 Jun 2000 16:39:45 -0500
Subject: [Mailman-Users] Question: signup box kluge
In-Reply-To: <200006290106.SAA27534@utopia.west.sun.com>
Message-ID: <4.3.2.7.2.20000629162858.00d17a40@admin.aurora.edu>

At 08:07 PM 6/28/2000, Dan wrote:
>The answer was "what's the question"?
>
>What does it mean to "type an email address and hit a submit button"?
>Yeah, one could add that right away:
>
>

[note to developers: is there a more elegant way to implement this?]

The list is not being very helpful today.  I think that what this person 
wants is something like the quickie subscription boxes that you see for 
eGroups of ListBot.    I have been working on something like this for a few 
lists that I run.  As long as security is not that important, it is 
possible to work the subscription box into a web page.

NOTE: this is a really quick kluge.

NoTE:  this is really not secure, I only use it on lists where it does not 
matter that much.

To use:

Drop into a page.  Edit the ACTION line to point to the proper 
server/listname on your MM server.  Also edit the two password fields so 
that they are the same.  What this will do is provide an initial password 
for the user, making joining easy.  What this will also do is provide the 
same initial password for all users, so IT IS NOT REALLY SECURE.  At least 
change it to something sufficiently random looking to encourage people to 
change it themselves.

Here is the HTML:




ilcomnets -- Illinois Community Networking List
Subscribing to ilcomnets

Subscribe to ilcomnets by filling out the following form. You will be sent email requesting confirmation, to prevent others from gratuitously subscribing you. This is a private list, which means that the members list is not available to non-members.

Your email address:
Would you like to receive list mail batched in a daily digest? No Yes
And if anyone posts this without modification and I start to see lots of subscribers to ilcomnets then I will come after you with a vengeance. --chris > --- Todd LaClair > > > wrote: > > > >If I wanted to have a box on my webpage where a user would type their > email > > >address and hit a submit button. Would MailMan be the best product to > manage > > >this user list? -- /////\\\\\/////\\\\\ Christopher G. Kolar Director, Department of Instructional Technology Aurora University, Aurora, Illinois ckolar at admin.aurora.edu -- www.aurora.edu/~ckolar [PGP Public Key ID: 0xC6492C72] From Dan.Mick at West.Sun.COM Thu Jun 29 23:55:15 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Thu, 29 Jun 2000 14:55:15 -0700 (PDT) Subject: [Mailman-Developers] Re: [Mailman-Users] Question: signup box kluge Message-ID: <200006292154.OAA29267@utopia.west.sun.com> > >The answer was "what's the question"? > > > >What does it mean to "type an email address and hit a submit button"? > >Yeah, one could add that right away: > > > >
> > The list is not being very helpful today. I think that what this person > wants is something like the quickie subscription boxes that you see for > eGroups of ListBot. Ah.. Well, if the word "subscribe" had appeared anywhere in the question, I might agree that you were right...but there's no way to tell that. Todd, didn't you ask the original question? Is there some reason you're not clarifying this? > --- Todd LaClair wrote: > > If I wanted to have a box on my webpage where a user would type their > email address and hit a submit button. Would MailMan be the best > product to manage this user list? From ririe at amediainc.com Fri Jun 30 00:09:52 2000 From: ririe at amediainc.com (Robert Irie) Date: Thu, 29 Jun 2000 18:09:52 -0400 Subject: [Mailman-Users] Installation problems Message-ID: Hi, Im trying to install the latest 2.0beta3 on a sun SunOS 5.6 mchine. I followed the INSTALL instructions and get errors at the point where I try to create a test list. Here is what I get: > ./newlist Enter the name of the list: test Enter the email of the person running the list: ririe at amediainc.com Initial test password: test Traceback (innermost last): File "./newlist", line 155, in ? main(sys.argv) File "./newlist", line 112, in main mlist.Create(listname, owner_mail, pw) File "/export/home/ririe/mailman/Mailman/MailList.py", line 785, in Create self.Lock() File "/export/home/ririe/mailman/Mailman/MailList.py", line 1345, in Lock self.Load() File "/export/home/ririe/mailman/Mailman/MailList.py", line 894, in Load raise Errors.MMUnknownListError Mailman.Errors.MMUnknownListError Can someone tell me what is going on here? Thanks! Robert From ririe at amediainc.com Fri Jun 30 00:13:25 2000 From: ririe at amediainc.com (Robert Irie) Date: Thu, 29 Jun 2000 18:13:25 -0400 Subject: [Mailman-Users] Oops! Message-ID: Sorry for the previous post, shoulda checked the archives before sending it! Robert From GLeblanc at cu-portland.edu Fri Jun 30 01:10:21 2000 From: GLeblanc at cu-portland.edu (Gregory Leblanc) Date: Thu, 29 Jun 2000 16:10:21 -0700 Subject: [Mailman-Users] Question: signup box kluge Message-ID: > -----Original Message----- > From: Christopher Kolar [mailto:ckolar at admin.aurora.edu] > Sent: Thursday, June 29, 2000 2:40 PM > To: mailman-users at python.org; mailman-developers at python.org > Cc: todd.laclair at mail.dreamtheater.com > Subject: Re: [Mailman-Users] Question: signup box kluge > > At 08:07 PM 6/28/2000, Dan wrote: > >The answer was "what's the question"? > > > >What does it mean to "type an email address and hit a submit button"? > >Yeah, one could add that right away: > > > > > > [note to developers: is there a more elegant way to implement this?] > > The list is not being very helpful today. I think that what > this person > wants is something like the quickie subscription boxes that > you see for > eGroups of ListBot. I have been working on something like > this for a few > lists that I run. As long as security is not that important, it is > possible to work the subscription box into a web page. I was the first reply, and will take full responsibility for not being helpful. However, I, and at least one other person, was not clear on what this person wanted to do. I asked politely for some clarification, but didn't get any. Sorry if that offended anybody, but we really didn't understand the question > NOTE: this is a really quick kluge. > > NoTE: this is really not secure, I only use it on lists > where it does not > matter that much. > > To use: > > Drop into a page. Edit the ACTION line to point to the proper > server/listname on your MM server. Also edit the two > password fields so > that they are the same. What this will do is provide an > initial password > for the user, making joining easy. What this will also do is > provide the > same initial password for all users, so IT IS NOT REALLY > SECURE. At least > change it to something sufficiently random looking to > encourage people to > change it themselves. If you've got any sort of scripting language available on your server, like ColdFusion, PHP, or whatever, it should be easy enough to generate a random password here. [snip] > > --- Todd LaClair > > > > wrote: > > > > > >If I wanted to have a box on my webpage where a user > would type their > > email > > > >address and hit a submit button. Would MailMan be the > best product to > > manage > > > >this user list? > > > -- > /////\\\\\/////\\\\\ > Christopher G. Kolar > Director, Department of Instructional Technology > Aurora University, Aurora, Illinois > ckolar at admin.aurora.edu -- www.aurora.edu/~ckolar > [PGP Public Key ID: 0xC6492C72] > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From jim at cosource.com Fri Jun 30 01:37:30 2000 From: jim at cosource.com (Jim Hebert) Date: Thu, 29 Jun 2000 19:37:30 -0400 (EDT) Subject: [Mailman-Users] Re: Question: signup box kluge In-Reply-To: <4.3.2.7.2.20000629162858.00d17a40@admin.aurora.edu> Message-ID: [re: embed pw and pw-conf as hardcoded, hidden inputs] You could use either a server side solution (php, xssi, whatever) or a client side solution (javascript, etc) to give the two hidden password fields random values. jim ashamed at his stupid hacks sometimes =) -- Jim Hebert http://www.cosource.com/ jim at cosource.com The cooperative market for open source software "Well actually I was considering opening a market in flying pigs. Mostly because it would be more practical...." -- Alan Cox From brian at gweep.bc.ca Fri Jun 30 02:57:34 2000 From: brian at gweep.bc.ca (Brian Edmonds) Date: 29 Jun 2000 17:57:34 -0700 Subject: [Mailman-Users] Extremely High Membership lists In-Reply-To: Chuq Von Rospach's message of "Wed, 28 Jun 2000 20:36:54 -0700" References: <006a01bfe158$6efe6280$02000003@kneel> Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Chuq Von Rospach writes: >> I've stuck with v1.1 in production systems here. > I'm making the move from a heavily modified majordomo system, myself, > so 1.1 was never of interest to me. I'm also planning to upgrade from Majordomo, though doubtless not nearly as heavily modified as your own. I've already moved my smaller, lower traffic lists, but I can't move my two biggest lists until at the very least I get the announce option that I posted about on the the dev list a couple of days ago. I would dearly love to get the bounce handling and web admin for those lists right now, but for all of how fabulous that would be I just can't sacrifice the current functionality Majordomo gives me for -announce lists. Brian. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.1 (GNU/Linux) Comment: Processed by Mailcrypt 3.5.5 and Gnu Privacy Guard iD8DBQE5W/B1cCEFQUX5+OwRAuDZAJ9haeN/O7LVxq+/YBN/wgx93uCc/gCbBQED krRQIWbFulLBbEKBwJvMftM= =PoAT -----END PGP SIGNATURE----- From JokeMList at aol.com Fri Jun 30 05:02:44 2000 From: JokeMList at aol.com (JokeMList at aol.com) Date: Thu, 29 Jun 2000 23:02:44 EDT Subject: [Mailman-Users] Mailman Program - Not Satsified Message-ID: <9.77f26f7.268d67d4@aol.com> Hi there, My name is Jeff, and I am the founder of MyJokeMail.com, a very popular daily humor providor. I currently have over 5000 people on my mailing list, but I figured I would switch to Mailman to maintain my subscription list. However, now I am feeling like this was a big mistake. Allow me to explain. All I need is a list where subscribers can write to a generic address (like jokemail-list at myjokemail.com ) and be sent a "Confirm Letter", to which they respond and are automatically added. I was under the assumption that Mailman can do that stuff. Instead, all I see is a program where my subscribers would have to go to a separate webpage that Mailman provides, and submit their address there. What's worse is that they even have to have a password. This is nothing like I though this program would be like. Another thing: having 5000 people, isn't there an easy way to transfer all of them over to a file, instead of pasting their names in batches of 30 addresses to the configuration page? So I guess I am writing this for advice. Does this program do any of the above things that I am looking for? I dont need my subscribers to have a password...simply a letter to confirm their subscription request upon submission. They also shouldnt have to go to a separate webpage, but instead, could directly email the list for a subscription if need be. Please help....my list is in desperate need for an upgrade, and I am anxious to get the ball rolling. Jeff Mash, Founder MyJokeMail.com From bwarsaw at beopen.com Fri Jun 30 05:07:27 2000 From: bwarsaw at beopen.com (Barry A. Warsaw) Date: Thu, 29 Jun 2000 23:07:27 -0400 (EDT) Subject: [Mailman-Users] Re: quick-fix patch for newlist failure References: <200006292103.OAA26391@utopia.west.sun.com> Message-ID: <14684.3823.645620.176283@anthem.concentric.net> >>>>> "DM" == Dan Mick writes: DM> Here's a fix that's probably safe, and fixes the "newlist" DM> problem. Of course I'm not sure if it's the right final fix, DM> but I figure while Barry's examining the problem, this might DM> be worth a try for some of you. I just got back from a gig -- thanks for the quick fix Dan. Here's a slightly better one that also fixes a few other ugly bits. This is serious enough to warrant a quick beta4, but I want to spend a couple of hours looking into Ricardo's problem (which I still can't reproduce). Better that then having to do a beta5 over the weekend ;} I'm just too beat tonight. -Barry Index: MailList.py =================================================================== RCS file: /cvsroot/mailman/mailman/Mailman/MailList.py,v retrieving revision 1.172 diff -u -r1.172 MailList.py --- MailList.py 2000/06/28 18:40:48 1.172 +++ MailList.py 2000/06/30 03:04:42 @@ -782,23 +782,21 @@ Utils.MakeDirTree(os.path.join(mm_cfg.LIST_DATA_DIR, name)) self._full_path = os.path.join(mm_cfg.LIST_DATA_DIR, name) self._internal_name = name - self.Lock() - self.InitVars(name, admin, crypted_password) - self._ready = 1 - self.InitTemplates() - self.Save() - self.CreateFiles() - - def CreateFiles(self): + # Don't use Lock() since that tries to load the non-existant config.db + self.__lock.lock() + self.InitVars(name, admin, crypted_password) + self._ready = 1 + self.InitTemplates() + self.Save() # Touch these files so they have the right dir perms no matter what. # A "just-in-case" thing. This shouldn't have to be here. ou = os.umask(002) try: - open(os.path.join(mm_cfg.LOCK_DIR, '%s.lock' % - self._internal_name), 'a+').close() - open(os.path.join(self._full_path, "next-digest"), "a+").close() - open(os.path.join(self._full_path, "next-digest-topics"), - "a+").close() + path = os.path.join(self._full_path, 'next-digest') + fp = open(path, "a+") + fp.close() + fp = open(path+'-topics', "a+") + fp.close() finally: os.umask(ou) From Dan.Mick at West.Sun.COM Fri Jun 30 05:11:09 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Thu, 29 Jun 2000 20:11:09 -0700 (PDT) Subject: [Mailman-Users] Mailman Program - Not Satsified Message-ID: <200006300310.UAA11228@utopia.west.sun.com> > All I need is a list where subscribers can write to a generic address (like > jokemail-list at myjokemail.com ) and be sent a "Confirm Letter", to which they > respond and are automatically added. I was under the assumption that Mailman > can do that stuff. > > Instead, all I see is a program where my subscribers would have to go to a > separate webpage that Mailman provides, and submit their address there. > What's worse is that they even have to have a password. This is nothing like > I though this program would be like. Of course you can subscribe via email; a message to -request with "help" in the subject is probably the easiest way to get instructions on how to do that. See templates/help.txt for what that message would contain, if you haven't yet installed Mailman. > Another thing: having 5000 people, isn't there an easy way to transfer all > of them over to a file, instead of pasting their names in batches of 30 > addresses to the configuration page? When you say "transfer all of them over to a file", do you mean "transfer them to be subscribers to the Mailman mailing list by putting their names in a file and then submitting that file as input to Mailman"? The "mass-subscribe" option on the Membership Management page will take more than 30 at a time, so that's not a limitation you need to worry about as far as I know...but easier than that is to use ~mailman/bin/add_members. Read the top part of that file for documentation. > So I guess I am writing this for advice. Does this program do any of the > above things that I am looking for? I dont need my subscribers to have a > password...simply a letter to confirm their subscription request upon > submission. Mailman requires that your users have passwords; it's simply part of the program. Many people have asked for this to be configurable, but it is not yet. But the password can be randomly assigned, and can be changed by the user through the web page at any time. From claw at kanga.nu Fri Jun 30 05:12:10 2000 From: claw at kanga.nu (J C Lawrence) Date: Thu, 29 Jun 2000 20:12:10 -0700 Subject: [Mailman-Users] Mailman Program - Not Satsified In-Reply-To: Message from JokeMList@aol.com of "Thu, 29 Jun 2000 23:02:44 EDT." <9.77f26f7.268d67d4@aol.com> References: <9.77f26f7.268d67d4@aol.com> Message-ID: <17969.962334730@kanga.nu> On Thu, 29 Jun 2000 23:02:44 EDT JokeMList wrote: > All I need is a list where subscribers can write to a generic > address (like jokemail-list at myjokemail.com ) and be sent a > "Confirm Letter", to which they respond and are automatically > added. I was under the assumption that Mailman can do that stuff. It can via the -request at domain address. > Instead, all I see is a program where my subscribers would have to > go to a separate webpage that Mailman provides, and submit their > address there. They can ALTERNATIVELY use the web page. They don't have to. > What's worse is that they even have to have a password. Only if they use the web side. If they subscribe via email a random password is assigned automatically. > Another thing: having 5000 people, isn't there an easy way to > transfer all of them over to a file, instead of pasting their > names in batches of 30 addresses to the configuration page? ~mailman/bin/add_members. > I dont need my subscribers to have a password...simply a letter to > confirm their subscription request upon submission. Passwords are also used to prevent forged unsubscriptions, as well as for subscription setting changes. There is currently no option to run without some level of password protection for subscribers. > They also shouldnt have to go to a separate webpage, but instead, > could directly email the list for a subscription if need be. This has been supported since day one. -- J C Lawrence Home: claw at kanga.nu ----------(*) Other: coder at kanga.nu --=| A man is as sane as he is dangerous to his environment |=-- From ckolar at admin.aurora.edu Fri Jun 30 16:00:50 2000 From: ckolar at admin.aurora.edu (Christopher Kolar) Date: Fri, 30 Jun 2000 09:00:50 -0500 Subject: [Mailman-Users] Re: Question: signup box kluge In-Reply-To: References: <4.3.2.7.2.20000629162858.00d17a40@admin.aurora.edu> Message-ID: <4.3.2.7.2.20000630084953.00b1c750@admin.aurora.edu> At 06:37 PM 6/29/2000, Jim Hebert wrote: >[re: embed pw and pw-conf as hardcoded, hidden inputs] >You could use either a server side solution (php, xssi, whatever) or a >client side solution (javascript, etc) to give the two hidden password >fields random values. >jim >ashamed at his stupid hacks sometimes =) I was wondering how the code for random assignment of password is implemented in the admin's membership mass-subscribe function. What if there was a reserved word, say RANDU, that the subscription script would recognize. If you created a subscription box like I did, but in the hidden field put in RANDU, it would call the random algorithm that is used by mass subscribe to assign a password for the user. Those tiny boxes sure are convenient, it would be nice if a little hook like this could be put in to support it. --chris From ncooler at nandomedia.com Fri Jun 30 16:58:02 2000 From: ncooler at nandomedia.com (Neil Cooler) Date: Fri, 30 Jun 2000 10:58:02 -0400 Subject: [Mailman-Users] Re: Question: signup box kluge References: <4.3.2.7.2.20000629162858.00d17a40@admin.aurora.edu> <4.3.2.7.2.20000630084953.00b1c750@admin.aurora.edu> Message-ID: <395CB57A.C900C89@nandomedia.com> I tried using the add_members script and I get the following error when I use the --changes-msg=y line [mailman at listserver mailman]$ add_members -n me --changes-msg=y mcclatchy-news Traceback (innermost last): File "/home/mailman/bin/add_members", line 218, in ? main() File "/home/mailman/bin/add_members", line 214, in main SendExplanation(ml, nmembers + dmembers) File "/home/mailman/bin/add_members", line 113, in SendExplanation HandlerAPI.DeliverToUser(mlist, msg) NameError: HandlerAPI Am I doing something wrong? Is this a bug? --Neil -------------- next part -------------- A non-text attachment was scrubbed... Name: ncooler.vcf Type: text/x-vcard Size: 319 bytes Desc: Card for Neil Cooler Url : http://mail.python.org/pipermail/mailman-users/attachments/20000630/17e86e6c/attachment.vcf From jgray at lcdfnm.org Fri Jun 30 17:47:14 2000 From: jgray at lcdfnm.org (Joseph Gray) Date: Fri, 30 Jun 2000 09:47:14 -0600 Subject: [Mailman-Users] Beta3 & qrunner Message-ID: <000801bfe2aa$75f59650$5f64020a@lcdfnm.org> I was experimenting with beta2 over the last week and was eagerly awaiting beta3. I installed beta3 and ran into two problems. The first was the "newlist" bug, which is now fixed. The second is that everytime "qrunner" is run by cron, an email is sent to root (via the mailman alias). Here is the text of that email: Reading database ... Adding message to /home/mailman/archives/private/junk Writing mail ... Writing /home/mailman/archives/private/junk/index.html ... Writing /home/mailman/archives/private/junk/threads.html ... Writing database ... 3 messages I solved this for now by simply redirecting stdout to /dev/null in the crontab. This was not a problem with beta2. What changed? BTW, I am using MHonArc as an external archiver, if it matters. However, I was also running MHonArc with beta2. Despite these minor problems, I am very pleased with Mailman and am planning on running some real mail lists with beta3 very soon (unless something major blows up). From siimex at spnetctg.com Fri Jun 2 10:24:14 2000 From: siimex at spnetctg.com (SIIMEX) Date: Fri, 02 Jun 2000 02:24:14 -0600 Subject: [Mailman-Users] Import of Home & Building Materials Message-ID: <4.2.0.58.20000602022354.00a22370@pop.spnetctg.com> Dear Sir, We introduce herewith ourselves as a leading Indenture and Importer and engaged in this line of trade since 1985.Mainly we are Importing & Marketing All kinds of " Building materials of interior & Exterior for Home, Bank, Hotel, Office, Showroom, Shops, etc" in our country Bangladesh.We have our own Showroom & marketing channel in our country of all Principal Cities.So we are strongly capable to sell /Import your all Kinds of Building materials & products in our Bangladesh market. We shall be very much pleased if you kindly send us your all products, Catalogues,with your Products Specification and information and with your best competitive C+Fc Chittagong, Bangladesh price for our study and to do further communication with you for our further proceeding to establish our future Business. Bellow list of our regular Importable items : 1. Glass - Sheet glass, Mirror glass, Float glass, Design and Fabricated glass & reflective glass (Tempered & Non-Tempered) For Curtain-wall and Window for commercial & Home Use. 2. Glass Film & Paper for Door & Window 3. Door & Window - PVC, UPVC, Aluminum, Laminated, Wood, Louver Ventilation, etc, 4. Hardwire - Lock, Role, European mini Hinges, Rubber Sliding Wheel, Rivet, Screw, Sliding door closure, 5. Overhead Door Closure, Emergency Exit Hardware, Door, Window and Home Security & Fittings Products 6. Lock - NHC Nylon indicator Lock, Handle, Sliding Door Lock, Digital / Card / Magnetic Lock,Power Controller box. 7. Gasket Moire,Sealant Gum, for Fabrication Door, Window Glass & Curtain-wall, etc 8. Laminated coated Steel Palate, Alcopla, Cross-T , Main -T, Angel,(Steel / Galvanized) etc. 9. Fiberglass Alkali-resistant Window Screening Mesh ( net ) 10. Vertical & Venetian Blinds (PVC & Fabric)Shower & Window Curtain, & Sofa cloth. 11. Various kinds of Latest Wall/Floor covering & Ceiling materials & Decorative sheets (Laminated) Etc. 12. PVC, Upvc Curtain-Wall & Ceiling materials 13. All others building materials for interior & Exterior- Use, for Home, Office, Bank, Building, etc 14. Scaffolding & Welded Steel Pipe, Various kinds of Stainless Steel -for Building Use 15. Gypsum Partitions & Ceilings materials for Wall & Ceiling Paneling 16. Floors & Floorings (Vitrified Tiles, PVC Tiles, etc) 17. Kitchen Cabinets, Bath Ideas, Faucets, Counter tops, Kitchen room Cabinets 18. Toilets / Pedestal/ Glass & Other Vanity Sinks, Sinks for kitchen & bar, Range Hoods 19. Sinks for Multiple Use, Wood and Glass, Showers / Saunas / Doors and Enclosures / Steam Units 20. Whirlpools and Soaking Tubs, Flooring, Towel Warmers 21. Decorative/Architectural glass, Artistic lighting 22. Carts / Furniture, Limited ability/mobility safety accessories 23. Accessories for the Bath / Kitchen 24. Laminated Wood for Cabinet, Computer Table,Chair,etc 25. BAMBOO Flooring 26. Hollow Glass Blocks & Clear Glass Block with Various Pattern & Design 27. All range of ceramic Tiles 28. Energy Saving Home & Building Materials 29. Vinyl Building Materials Siimex 642, Haji Market 3rd floor Sadarghat Road, Sadarghat Chittagong, Bangladesh. P.O.Box. 1188 Chittagong - 4000 Bangladesh. Tel. + 88-031-614074 / 619410 Fax. + 88-031-614074 / 610938 Mobile. + 88-018 313 943 E-mail: Siimex at spnetctg.com Note : Please send your products paper Catalogues /CD & with details by DHL/ EMS courier and please show the Invoice value Only $1.00 and put the DOCUMENTS word on the Samples/catalogues Packet,to easy take delivery. Thanking you, waiting for your valued reply with your good advice. With best Regards A.K.Sikder -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000602/3741c39d/attachment.htm