From jam at jamux.com Sun Jan 2 06:06:40 2000 From: jam at jamux.com (John A. Martin) Date: Sun, 02 Jan 2000 00:06:40 -0500 Subject: [Mailman-Users] Monthly Reminder Bounce Mail Bomb Message-ID: <20000102050643.DFDFC481C@athene.jamux.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It seems that absent Y2K excitement several of the list owners/administrators at a Mailman 1.1 site conspired instead to mail bomb the mailman-owner by leaving all the bouncing subscription addresses in their lists "no mail" rather than removing them. Though having just completed their conversion from listproc the list administrators were already astute enough to see that mailman-owner would be the only target bombed because Mailman sends the reminders as mailman-owner even when there be only a single list mentioned in the reminder. The bomb would in this instance have been far less effective were reminders mentioning but a single list sent as the owner of the pertinent list. In fact one wonders if the individual list owners were subject to receiving the bounces even just for the reminders mentioning but a single list they might be deterred from the prank. As it is there seems to be little motivation for the list owners to remove bouncing subscriptions as long as they can shield themselves from normal bounces by using "no mail" and be totally immune from the bounces they bomb the mailman-owner with at reminder time. At first this new mailman-owner thought he could deflect the bounces to the list owner(s) by looking at the body of the bounce. But a substantial proportion of bounces did not include the body of the original message and a fair number did not even include the original header. Because the lists had been converted to mailman within the last couple of weeks grepping the current mailman subscribe log told where to deflect the bounces. A few that had been munged by relays and what not took some extra work but it also allowed deflecting one bounce to more than one list when the same bad address was subscribed to several lists that didn't do reminders. Doing this manually took about 14 hours to dispose of about 800 bounces. 620 were from one list with 1618 subscribers and 100 from a list of 438 the remaining 60 bounces were from a handful of lists totaling about 150 subscribers. (The site has about 22,000 subscribers in 50 lists with the largest having 7200 subscribers.) With something over 36 percent of the reminders bouncing one wonders what large mailman sites do? In this case all the reminders went out with a "List-Id" header field referring to the first list (a test list) created by mailman which had nothing whatever to do with any of the reminders sent. What would it hurt to construct a header field showing each list mentioned in the reminder? That might make it easier to do something sensible with the bouncing reminders that include at least the header intact, no? How do folks get list owners to delete bad addresses rather than just mark them "no mail"? How do experienced mailman-owners handle bouncing reminders? Do experienced mailman-owners encourage reminders? Is the subscriber account mechanism mentioned on this list likely to show up any time soon and will it make the bouncing reminders more manageable? jam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.0 (GNU/Linux) Comment: By Mailcrypt 3.5.4 and Gnu Privacy Guard iD8DBQE4btyeUEvv1b/iXy8RAlRCAJ9kXk0a7gclvJcts2yGPkOh4jJZ6gCeOhmR T5EYkJisk1WKf8x9eXGb/0U= =FWVn -----END PGP SIGNATURE----- From claw at kanga.nu Sun Jan 2 09:57:21 2000 From: claw at kanga.nu (J C Lawrence) Date: Sun, 02 Jan 2000 00:57:21 -0800 Subject: [Mailman-Users] Monthly Reminder Bounce Mail Bomb In-Reply-To: Message from "John A. Martin" of "Sun, 02 Jan 2000 00:06:40 EST." <20000102050643.DFDFC481C@athene.jamux.com> References: <20000102050643.DFDFC481C@athene.jamux.com> Message-ID: On Sun, 02 Jan 2000 00:06:40 -0500 John A Martin wrote: > How do folks get list owners to delete bad addresses rather than > just mark them "no mail"? I have the list configured to remove them itself. > How do experienced mailman-owners handle bouncing reminders? I use a procmail rule which matches bounces, shovels them off to their own folder, and then have a couple bits of script foo-ery to delete all but the possibly interesting ones (ie almost all of them). > Do experienced mailman-owners encourage reminders? I certainly do. > Is the subscriber account mechanism mentioned on this list likely > to show up any time soon and will it make the bouncing reminders > more manageable? I suspect that it won't change bounce handling in the slightest. Aside: I suspect your real problem is that you were not prepared either personally or at a software level for large mail volumes and did not have built and were not ready to built tools to automate your bounce handlingg for you. If you change that and get yourself into the position where you can handle a couple thousand messages a day (my normal load) as easy as you would handle a couple dozen thousand messages -- which is areally just a question of software automation -- these sorts of problems aren't problems any more but just nudges that you need to tweak things a bit more. Now in your case I suspect that you were manually processing the bounces and unsubscribing them. I had a similar situation on one of my lists where I ran the list as NOMAIL-on-bounce while I got used to MailMan's bounce handling, and then later wanted to move over. My process was simple: 1) I posted to the list that everybody who was set nomail (typically done so that they could post from multiple accounts), to also set themselves as HIDDEN. (Aside: I don't expose the membership lists, ever, so the HIDDEN flag is meaningless). 2) A week later I removed all NOMAIL flags that weren't accompanied by HIDDEN flags and set the list to unsubscribe bouncers. 3) A few days after taht I watched all the automatic unsubscribes roll in and paid them no mind other than letting procmail autofile them to a folder on a per-list basis. Were I not to have hat the ability to mess with the membership base that way (ie I wasn't the list owner, just thge list host), I suspect I would have begged a "pain of a software upgrade" (a white lie), and just removed everybodies NOMAIL flags, posted to the list that this had happened, and then let the MailMan handle it as per normal with unsubscribe-on-bounce. Note: I currently get around 250-300 bounces per day that MailMan doesn't handle yet. I ignore 'em and let procmail file and delete the old ones automatically. -- 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 ptomblin at xcski.com Mon Jan 3 00:47:49 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Sun, 2 Jan 2000 18:47:49 -0500 Subject: [Mailman-Users] Y2k bug? Message-ID: <20000102184749.A825@xcski.com> I just noticed about 10 of these in my log: Jan 01 10:59:13 2000 post: Traceback (innermost last): post: File "/usr/home/mailman/Mailman/Archiver/Archiver.py", line 237, in Arch iveMail post: h.processUnixMailbox(f, HyperArch.Article) post: File "/usr/home/mailman/Mailman/Archiver/pipermail.py", line 385, in pro cessUnixMailbox post: a=articleClass(m, self.sequence) # Create an article object post: File "/usr/home/mailman/Mailman/Archiver/HyperArch.py", line 242, in __i nit__ post: date=time.mktime(date)-tzoffset post: ValueError: year out of range (00-99, 1900-*) Is this a Y2K error in mailman, or is somebody sending me email with an invalid date? If the latter, will the person sending it get an appropriate bounceback so they can fix it? -- Paul Tomblin, not speaking for anybody. SETI at Home: Finally a *good* way to impress Jodie Foster http://www.setiathome.ssl.berkeley.edu/ From u8811833 at cc.nctu.edu.tw Mon Jan 3 03:00:50 2000 From: u8811833 at cc.nctu.edu.tw (Feng-Cheng Chang) Date: Mon, 03 Jan 2000 10:00:50 +0800 Subject: [Mailman-Users] Question about encoding of subject line Message-ID: <387002D1.56BF9E91@cc.nctu.edu.tw> Hello, I'm currently using mailman under a mainly Chinese e-mail environment. The reflector works great when forwarding the mail to all users. The problem is the mail archiver. When a mail with a Chinese subject line comes in, the archive web page shows the subject like this: [Test] =?big5?B?pKSk5Q==?= Is there any way to solve this problem? I don't think make all users using English subjects is practical...... I have two machines setting up for mailman: 1. Linux (Debian slink) Python 1.5.1 mailman 1.0rc2 2. Linux (Debian potato) Python 1.5.2 mailman 1.1 Both of them have the same problem. If you have any information to solve the problem, please tell me. Thank you. Feng-Cheng From digulla at hepe.com Mon Jan 3 10:30:03 2000 From: digulla at hepe.com (Aaron Optimizer Digulla) Date: Mon, 3 Jan 2000 10:30:03 +0100 Subject: [Mailman-Users] Posting-Filter is broken in 1.1 !? Message-ID: <20000103103003.B10119@srv201.swx.ch> I have reported these bugs several *months* ago and still got no feedback about them :-( Is anyone ever fixing bugs ? Ok, here they are again: 1. Some posts are held no matter if the poster is subscribed or in the posters list (this is a different bug than #2 !!). 2. Some posts are held because Mailman uses the "Sender:" header item added by Netscape (Mailman should ignore it). 3. When I have a list with the policy "Only subscribed posters can post" set to "Yes" and I set this option to "No", then all posts must be approved manually ! No one can post anymore :-( Is anyone working on these bugs ? If so, can this person please contact me ASAP so we can fix them ? Thanks, -- Dipl. Inf. (FH) Aaron "Optimizer" Digulla "(to) optimize: Make a program faster by improving the algorithms rather than by buying a faster machine." From jam at jamux.com Mon Jan 3 15:51:41 2000 From: jam at jamux.com (John A. Martin) Date: Mon, 03 Jan 2000 09:51:41 -0500 Subject: [Mailman-Users] Posting-Filter is broken in 1.1 !? In-Reply-To: <20000103103003.B10119@srv201.swx.ch> (Aaron Optimizer Digulla; Mon, 03 Jan 2000 10:30:03 +0100) Message-ID: <20000103145142.5FF68481C@athene.jamux.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 >>>>> "Aaron" == Aaron Optimizer Digulla >>>>> "[Mailman-Users] Posting-Filter is broken in 1.1 !?" >>>>> Mon, 3 Jan 2000 10:30:03 +0100 Aaron> 2. Some posts are held because Mailman uses the "Sender:" Aaron> header item added by Netscape (Mailman should ignore Aaron> it). Maybe Mailman is doing the right thing when determine the header sender. Instances that I have investigated where the Netscape inserted "Sender" header field differed from the mail authors preferred mailbox address all accurately reflected the sender's setup. Where folks use a mailbox in one domain and an outgoing relay in another one simple fix is for there to be a CNAME RR in the mailbox domain pointing to the relay so that the MUA can point to the alias relay within the same domain an the mailbox. Do you really want to ignore header sender to pacify broken mail setups? jam -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.0 (GNU/Linux) Comment: By Mailcrypt 3.5.4 and Gnu Privacy Guard iD8DBQE4cLdxUEvv1b/iXy8RAiwYAJ9V69eTgDa8Sb9vMCoCGrY2r55nBACgnbvh z0elhP1gDPvVLXxHOCLM+8A= =VdPo -----END PGP SIGNATURE----- From ptomblin at xcski.com Mon Jan 3 16:01:44 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Mon, 3 Jan 2000 10:01:44 -0500 Subject: [Mailman-Users] Posting-Filter is broken in 1.1 !? In-Reply-To: <20000103145142.5FF68481C@athene.jamux.com>; from John A. Martin on Mon, Jan 03, 2000 at 09:51:41AM -0500 References: <20000103103003.B10119@srv201.swx.ch> <20000103145142.5FF68481C@athene.jamux.com> Message-ID: <20000103100144.A30323@xcski.com> Quoting John A. Martin (jam at jamux.com): > Aaron> 2. Some posts are held because Mailman uses the "Sender:" > Aaron> header item added by Netscape (Mailman should ignore > Aaron> it). > > Maybe Mailman is doing the right thing when determine the header > sender. Instances that I have investigated where the Netscape > inserted "Sender" header field differed from the mail authors > preferred mailbox address all accurately reflected the sender's setup. Careful reading of the RFCs indicates to me that Sender is *not* intended for use by automated programs, they do not have to be legitimate email addresses, and in fact would be perfectly RFC compliant if they were of the form: Sender: Joes_Secretary at joes_office Thus no program should be using them for anything. -- Paul Tomblin, not speaking for anybody. SETI at Home: Finally a *good* way to impress Jodie Foster http://www.setiathome.ssl.berkeley.edu/ From nick at zork.net Mon Jan 3 16:06:34 2000 From: nick at zork.net (Nick Moffitt) Date: Mon, 3 Jan 2000 07:06:34 -0800 Subject: [Mailman-Users] Posting-Filter is broken in 1.1 !? In-Reply-To: <20000103100144.A30323@xcski.com>; from Paul Tomblin on Mon, Jan 03, 2000 at 10:01:44AM -0500 References: <20000103103003.B10119@srv201.swx.ch> <20000103145142.5FF68481C@athene.jamux.com> <20000103100144.A30323@xcski.com> Message-ID: <20000103070634.M25360@zork.net> Quoting Paul Tomblin: > > Maybe Mailman is doing the right thing when determine the header > > sender. > > Careful reading of the RFCs indicates to me that Sender is *not* > intended for use by automated programs, they do not have to be > legitimate email addresses, and in fact would be perfectly RFC > compliant if they were of the form: Sender: > Joes_Secretary at joes_office > > Thus no program should be using them for anything. Especially not using them to trump other well-established headers like From: . -- CrackMonkey.Org - Non-sequitur arguments and ad-hominem personal attacks LinuxCabal.Org - Co-location facilities and meeting space From blurr at txraves.org Mon Jan 3 16:20:08 2000 From: blurr at txraves.org (blurr at txraves.org) Date: Mon, 3 Jan 2000 09:20:08 -0600 Subject: [Mailman-Users] Host name this list prefers Message-ID: <004001bf55fe$1c3431a0$ea17a8c0@jordan> i changed "Host name this list prefers" from www.txraves.org to just txraves.org because i have disabled mail for www.txraves.org -however- i'm still getting administrative emails sent to @www.txraves.org and its choking since i disabled mail for that... i grep'd all the config.db files for www.txraves.org and this is a sample of what i get: Do Whatchya Like # grep -r www.txraves.org lists/* Binary file lists/developers/config.db matches Binary file lists/developers/config.db.last matches Binary file lists/everyone/config.db matches Binary file lists/everyone/config.db.last matches can someone tell me how i can remove -all- references to the old host name from the config.db files? thanks --- -] jordan -] blurr at txraves.org -] http://www.txraves.org/~blurr . .. ... s p r e a d t h a v i b e ... .. . From digulla at hepe.com Mon Jan 3 17:29:23 2000 From: digulla at hepe.com (Aaron Optimizer Digulla) Date: Mon, 3 Jan 2000 17:29:23 +0100 Subject: [Mailman-Users] Posting-Filter is broken in 1.1 !? In-Reply-To: <20000103145142.5FF68481C@athene.jamux.com>; from jam@jamux.com on Mon, Jan 03, 2000 at 09:51:41AM -0500 References: <20000103103003.B10119@srv201.swx.ch> <20000103145142.5FF68481C@athene.jamux.com> Message-ID: <20000103172923.L10119@srv201.swx.ch> On Mon, Jan 03, 2000 at 09:51:41AM -0500, John A. Martin wrote: > Maybe Mailman is doing the right thing when determine the header > sender. Instances that I have investigated where the Netscape > inserted "Sender" header field differed from the mail authors > preferred mailbox address all accurately reflected the sender's setup. > > Where folks use a mailbox in one domain and an outgoing relay in > another one simple fix is for there to be a CNAME RR in the mailbox > domain pointing to the relay so that the MUA can point to the alias > relay within the same domain an the mailbox. > > Do you really want to ignore header sender to pacify broken mail > setups? I don't mind if mail is replied to that address (but then what is Reply-To for ?). What I mind is that Mailman uses this (broken) field (which Netscape sets to some obscure value which no one expects or knows how to change) and not the "From
" (the envelope, I believe). The way it is, I have no way to tell Mailman to accept these mails and not bother me. Also, looking at the other problems, I believe that this code in Mailman is broken in more than one way (because setting USE_ENVELOPE_SENDER should fix the problem as should "Allow anyone to post" and both don't work...) Conclusion: There is a bug in Mailman and it needs to be fixed. As for RFC compliance, we can see about this, when the bugs have been fixed. -- Dipl. Inf. (FH) Aaron "Optimizer" Digulla "(to) optimize: Make a program faster by improving the algorithms rather than by buying a faster machine." From claw at kanga.nu Mon Jan 3 18:08:17 2000 From: claw at kanga.nu (J C Lawrence) Date: Mon, 03 Jan 2000 09:08:17 -0800 Subject: [Mailman-Users] Posting-Filter is broken in 1.1 !? In-Reply-To: Message from Aaron Optimizer Digulla of "Mon, 03 Jan 2000 10:30:03 +0100." <20000103103003.B10119@srv201.swx.ch> References: <20000103103003.B10119@srv201.swx.ch> Message-ID: On Mon, 3 Jan 2000 10:30:03 +0100 Aaron Optimizer Digulla wrote: > I have reported these bugs several *months* ago and still got no > feedback about them :-( Is anyone ever fixing bugs ? > Ok, here they are again: > 1. Some posts are held no matter if the poster is subscribed or in > the posters list (this is a different bug than #2 !!). I suspect that you still have MailMan configured to authenticate by envelope address and that that address is not in your membership list or authorised_poster list. > 2. Some posts are held because Mailman uses the "Sender:" header > item added by Netscape (Mailman should ignore it). MailMan pays no attention to the Sender: header. It does by default read the message envelope and does ignore the From: header however, > 3. When I have a list with the policy "Only subscribed posters can > post" set to "Yes" and I set this option to "No", then all posts > must be approved manually ! No one can post anymore :-( Set "Must posts be approved by an administrator?" to "No" in Privacy Options. -- 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 pjh at mccc.edu Mon Jan 3 20:46:04 2000 From: pjh at mccc.edu (Pete Holsberg) Date: Mon, 3 Jan 2000 14:46:04 -0500 (EST) Subject: [Mailman-Users] Monthly message sent to wrong people! Message-ID: I got a bunch of bounced monthly messages that were sent to people who are NOT on the mailing list reported in the message! What can that be all about? Thanks, Pete From son at wharton.upenn.edu Mon Jan 3 20:57:33 2000 From: son at wharton.upenn.edu (Son To) Date: Mon, 3 Jan 2000 14:57:33 -0500 (EST) Subject: [Mailman-Users] wrapper problem Message-ID: Has anyone seen this problem? I am using rh6.1. Compiled mailman with ./configure --with-mail-gid=12 in my /etc/sendmail.cf O DefaultUser=8:12 here is /var/log/mailog Jan 3 14:56:56 PINKY smrsh: uid 8: attempt to use wrapper mailcmd spruce Jan 3 14:56:56 PINKY sendmail[8993]: OAA08992: to="|/home/mailman/mail/wrapper mailcmd spruce", delay=00:00:00, xdelay=00:00:00, mailer=prog, stat=Service unavailable Jan 3 14:56:56 PINKY sendmail[8993]: OAA08992: OAA08993: DSN: Service unavailable Jan 3 14:56:56 PINKY sendmail[8993]: OAA08993: to=, delay=00:00:00, xdelay=00:00:00, mailer=esmtp, relay=cash.wharton.upenn.edu. [130.91.160.43], stat=Sent (OAA00282 Message accepted for delivery thanks for any help, son From iago at iago.net Mon Jan 3 22:26:12 2000 From: iago at iago.net (Fred Hicks) Date: Mon, 3 Jan 2000 13:26:12 -0800 Subject: [Mailman-Users] monthly password reminders q Message-ID: <20000103132612.C26750@iago.net> I have a user who is asking not to receive the monthly password reminders; I want to keep the list configured to send those, as a default, but why isn't there an option for users to disable this on a user-by-user basis, themselves? Or _is_ this possible, and I've somehow missed it? From claw at kanga.nu Mon Jan 3 22:39:08 2000 From: claw at kanga.nu (J C Lawrence) Date: Mon, 03 Jan 2000 13:39:08 -0800 Subject: [Mailman-Users] Monthly message sent to wrong people! In-Reply-To: Message from Pete Holsberg of "Mon, 03 Jan 2000 14:46:04 EST." References: Message-ID: On Mon, 3 Jan 2000 14:46:04 -0500 (EST) Pete Holsberg wrote: > I got a bunch of bounced monthly messages that were sent to people > who are NOT on the mailing list reported in the message! This usually happens when a member has their mail forwarded from the address they subscribed with to another email address (eg from wrok to home, visa versa, or from a free email service to their current address at their ISP). -- 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 Dan.Mick at West.Sun.COM Mon Jan 3 23:01:49 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Mon, 3 Jan 2000 14:01:49 -0800 (PST) Subject: [Mailman-Users] Handy way to get a list of all "nomail"ed subscribers? Message-ID: <200001032201.OAA23372@utopia.West.Sun.COM> Is there a handy script to search through the right data structures and show me all the users who have the "nomail" option (or other options" set? I know I could hack one up, but I'm lazy and not quite Python-expert enough yet (the "iterate across all elements of user_options" loop is taking me some research). I'd take an undebugged hack. From alex at phred.org Mon Jan 3 23:44:08 2000 From: alex at phred.org (alex wetmore) Date: Mon, 3 Jan 2000 14:44:08 -0800 Subject: [Mailman-Users] monthly password reminders q References: <20000103132612.C26750@iago.net> Message-ID: <01a101bf563c$0cd27990$01fa3b9d@AWETMOREDEV> From: "Fred Hicks" > I have a user who is asking not to receive the monthly password reminders; > I want to keep the list configured to send those, as a default, but why > isn't there an option for users to disable this on a user-by-user basis, > themselves? Or _is_ this possible, and I've somehow missed it? As a "me too" I would like to see this as well. One of the recipients on my mailing list is actually a program which then dumps the message into a content indexed archive. It would have been really nice to have had a button saying "no monthly reminder mail". So far I've just filtered these emails by hand, although my plan is to detect them (simple enough) and throw them away. http://catfood.phred.org/querytouring.asp is an example of my content indexing system if anyone wants to play with it. It needs to be prettified, but is very functional right now. If anyone has a mixed Unix/Windows NT environment and is interested in setting something like this up feel free to contact me off of the list (at some point I'll put together a webpage describing the setup). On a pure Unix environment it should be pretty easy to setup a similar system using Glimpse. I just don't have any experience with Glimpse and had a lot of experience with the Windows Content Indexer, so I took the latter approach. It would be pretty nifty have indexed archives available as a standard mailman option. alex From pjh at mccc.edu Tue Jan 4 00:38:19 2000 From: pjh at mccc.edu (Pete Holsberg) Date: Mon, 3 Jan 2000 18:38:19 -0500 (EST) Subject: [Mailman-Users] Monthly message sent to wrong people! In-Reply-To: Message-ID: On Mon, 3 Jan 2000, J C Lawrence wrote: > On Mon, 3 Jan 2000 14:46:04 -0500 (EST) > Pete Holsberg wrote: > > > I got a bunch of bounced monthly messages that were > > sent to people who are NOT on the mailing list reported > > in the message! > > This usually happens when a member has their mail > forwarded from the address they subscribed with to > another email address (eg from wrok to home, visa versa, > or from a free email service to their current address at > their ISP). Even when they forward their mail from one server to another, they are still "known" to the first server. It turnsout that almost all of these folks were on adifferent mailing list than the one MM thought they were on! Puzzling! Pete From claw at kanga.nu Tue Jan 4 06:50:16 2000 From: claw at kanga.nu (J C Lawrence) Date: Mon, 03 Jan 2000 21:50:16 -0800 Subject: [Mailman-Users] monthly password reminders q In-Reply-To: Message from "alex wetmore" of "Mon, 03 Jan 2000 14:44:08 PST." <01a101bf563c$0cd27990$01fa3b9d@AWETMOREDEV> References: <20000103132612.C26750@iago.net> <01a101bf563c$0cd27990$01fa3b9d@AWETMOREDEV> Message-ID: On Mon, 3 Jan 2000 14:44:08 -0800 alex wetmore wrote: > From: "Fred Hicks" >> I have a user who is asking not to receive the monthly password >> reminders; I want to keep the list configured to send those, as a >> default, but why isn't there an option for users to disable this >> on a user-by-user basis, themselves? Or _is_ this possible, and >> I've somehow missed it? > As a "me too" I would like to see this as well. One of the > recipients on my mailing list is actually a program which then > dumps the message into a content indexed archive. It would have > been really nice to have had a button saying "no monthly reminder > mail". So far I've just filtered these emails by hand, although > my plan is to detect them (simple enough) and throw them away. I do the same thing, and use a procmail rule inserted before the MHonArc invocation that simply discards the reminders. > On a pure Unix environment it should be pretty easy to setup a > similar system using Glimpse. I just don't have any experience > with Glimpse and had a lot of experience with the Windows Content > Indexer, so I took the latter approach. It would be pretty nifty > have indexed archives available as a standard mailman option. I used to use glimpse, but it has rather severe problems once you get past 10K documents. Recently I've become rather fond of UdmSearch which I deployed as: http://www.kanga.nu/search.php3 -- 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 garret at satix.net Mon Jan 3 03:10:44 2000 From: garret at satix.net (Garret Krampe) Date: Mon, 03 Jan 2000 10:10:44 +0800 Subject: [Mailman-Users] Errors in Mailman after Sendmail upgrade Message-ID: <38700524.5571669F@satix.net> Hi all, Happy new year to all ! I have just upgraded from Redhat 5.1 snedmail to 6.1 sendmail. rpm -q reports: mailcap-1.0-7 mailx-8.1.1-3 metamail-2.7-17 procmail-3.10-12 sendmail-doc-8.9.3-15 xmailbox-2.5-4 sendmail-8.9.3-15 sendmail-cf-8.9.3-15 ANY suggestion would be appreciated ! After this upgrade I get the following errors... /home/mailman/log/error Mar 21 13:07:48 1999 admin: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ admin: [----- Mailman Version: 1.0b9 -----] admin: [----- Traceback ------] admin: Traceback (innermost last): admin: File "/home/mailman/scripts/driver", line 112, in run_main admin: main() admin: File "/home/mailman/Mailman/Cgi/subscribe.py", line 36, in main admin: list_name = string.lower(list_info[0]) admin: IndexError: list index out of range admin: [----- Environment Variables -----] admin: DOCUMENT_ROOT: /home/httpd/html admin: HTTP_ACCEPT_ENCODING: gzip admin: REMOTE_HOST: 127.0.0.1 admin: SERVER_PORT: 80 admin: PATH_TRANSLATED: /home/httpd/html/ admin: REMOTE_ADDR: 127.0.0.1 admin: SERVER_SOFTWARE: Apache/1.2.6 Red Hat admin: GATEWAY_INTERFACE: CGI/1.1 admin: HTTP_ACCEPT_LANGUAGE: en admin: REMOTE_PORT: 20741 admin: SERVER_NAME: office.satix.net admin: HTTP_CONNECTION: Keep-Alive admin: HTTP_USER_AGENT: Mozilla/4.51 [en] (X11; I; Linux 2.0.35 i586) admin: HTTP_ACCEPT_CHARSET: iso-8859-1,*,utf-8 admin: HTTP_ACCEPT: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */* admin: REQUEST_URI: /mailman/subscribe/ admin: PATH: /sbin:/usr/sbin:/bin:/usr/bin admin: QUERY_STRING: admin: SERVER_PROTOCOL: HTTP/1.0 admin: PATH_INFO: / admin: HTTP_HOST: localhost admin: REQUEST_METHOD: GET admin: SCRIPT_NAME: /mailman/subscribe admin: SERVER_ADMIN: garret at satix.net admin: SCRIPT_FILENAME: /home/mailman/cgi-bin/subscribe admin: PYTHONPATH: /home/mailman ---------------------------------------------------------------------------------------- Postmaster rejects mail and send back : ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Subject: Postmaster notify: Service unavailable Date: Tue, 4 Jan 2000 15:34:13 +0800 From: Mail Delivery Subsystem To: postmaster at office.satix.net The original message was received at Tue, 4 Jan 2000 15:34:13 +0800 from localhost ----- The following addresses had permanent fatal errors ----- "|/home/mailman/mail/wrapper mailowner cert" (expanded from: cert-admin) ----- Transcript of session follows ----- sh: wrapper not available for sendmail programs 554 "|/home/mailman/mail/wrapper mailowner cert"... Service unavailable Reporting-MTA: dns; office.satix.net Received-From-MTA: DNS; admin.satix.net Arrival-Date: Tue, 4 Jan 2000 15:34:13 +0800 Final-Recipient: RFC822; cert-admin at office.satix.net X-Actual-Recipient: RFC822; |/home/mailman/mail/wrapper mailowner cert at office.satix.net Action: failed Status: 5.5.0 Last-Attempt-Date: Tue, 4 Jan 2000 15:34:13 +0800 Subject: Returned mail: Service unavailable Date: Tue, 4 Jan 2000 15:34:13 +0800 From: Mail Delivery Subsystem To: cert-admin The original message was received at Tue, 4 Jan 2000 15:34:12 +0800 from IDENT:root at admin.satix.net [203.38.12.10] ----- The following addresses had permanent fatal errors ----- "|/home/mailman/mail/wrapper post cert" (expanded from: ) ----- Transcript of session follows ----- sh: wrapper not available for sendmail programs 554 "|/home/mailman/mail/wrapper post cert"... Service unavailable Reporting-MTA: dns; office.satix.net Received-From-MTA: DNS; admin.satix.net Arrival-Date: Tue, 4 Jan 2000 15:34:12 +0800 Final-Recipient: RFC822; X-Actual-Recipient: RFC822; |/home/mailman/mail/wrapper post cert at office.satix.net Action: failed Status: 5.5.0 Last-Attempt-Date: Tue, 4 Jan 2000 15:34:13 +0800 Subject: TESTING Date: Mon, 03 Jan 2000 09:55:55 +0800 From: Garret Krampe Reply-To: satix at office.satix.net Organization: SATIX.NET "The Satellite Internet Exchange" To: cert at office.satix.net -------------------------------------------------------------------- another list (vtun) send back: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Subject: Postmaster notify: Service unavailable Date: Tue, 4 Jan 2000 15:20:31 +0800 From: Mail Delivery Subsystem To: postmaster at office.satix.net The original message was received at Tue, 4 Jan 2000 15:20:31 +0800 from localhost ----- The following addresses had permanent fatal errors ----- "|/home/mailman/mail/wrapper mailowner vtun" (expanded from: vtun-admin) ----- Transcript of session follows ----- sh: wrapper not available for sendmail programs 554 "|/home/mailman/mail/wrapper mailowner vtun"... Service unavailable Reporting-MTA: dns; office.satix.net Received-From-MTA: DNS; admin.satix.net Arrival-Date: Tue, 4 Jan 2000 15:20:31 +0800 Final-Recipient: RFC822; vtun-admin at office.satix.net X-Actual-Recipient: RFC822; |/home/mailman/mail/wrapper mailowner vtun at office.satix.net Action: failed Status: 5.5.0 Last-Attempt-Date: Tue, 4 Jan 2000 15:20:31 +0800 Subject: Returned mail: Service unavailable Date: Tue, 4 Jan 2000 15:20:31 +0800 From: Mail Delivery Subsystem To: vtun-admin The original message was received at Tue, 4 Jan 2000 15:20:23 +0800 from IDENT:root at admin.satix.net [203.38.12.10] ----- The following addresses had permanent fatal errors ----- "|/home/mailman/mail/wrapper post vtun" (expanded from: ) ----- Transcript of session follows ----- sh: wrapper not available for sendmail programs 554 "|/home/mailman/mail/wrapper post vtun"... Service unavailable Reporting-MTA: dns; office.satix.net Received-From-MTA: DNS; admin.satix.net Arrival-Date: Tue, 4 Jan 2000 15:20:23 +0800 Final-Recipient: RFC822; X-Actual-Recipient: RFC822; |/home/mailman/mail/wrapper post vtun at office.satix.net Action: failed Status: 5.5.0 Last-Attempt-Date: Tue, 4 Jan 2000 15:20:31 +0800 Subject: Testing Date: Mon, 03 Jan 2000 09:42:06 +0800 From: Garret Krampe Organization: SATIX.NET "The Satellite Internet Exchange" To: vtun at office.satix.net -- Regards, Garret Krampe (Managing Director) --------------------- SATIX Pty Ltd. http://www.satix.net --------------------- ACN 090 976 015 Western Australia "The Satellite Internet Exchange" --------------------- (08) 6278 2649 0412 303 504 Mobile ICQ 11 25 26 11 garret at satix.net From garret at satix.net Mon Jan 3 03:21:35 2000 From: garret at satix.net (Garret Krampe) Date: Mon, 03 Jan 2000 10:21:35 +0800 Subject: [Mailman-Users] RH 6.1 Wrapper Erros, Users sent monthy reminders (set not to) Message-ID: <387007AF.AB6452F2@satix.net> /var/log/maillog reports: Jan 2 04:19:07 office sendmail[19766]: EAA19766: from=, size=1328, class=0, pri=31328, nrcpts=1, msgid=<20000101201857.25103.qmail at web306.mail.yahoo.com>, proto=SMTP, relay=web306.mail.yahoo.com [128.11.68.237] Jan 2 04:19:07 office sendmail[19767]: EAA19767: clone EAA19766, owner=vtun-admin Jan 2 04:19:08 office sendmail[19767]: EAA19767: to="|/home/mailman/mail/wrapper post vtun", delay=00:00:05, xdelay=00:00:01, mailer=prog, stat=Sent Jan 2 04:19:12 office sendmail[19783]: EAA19783: from=, size=1885, class=-60, pri=259885, nrcpts=5, msgid=<20000101201857.25103.qmail at web306.mail.yahoo.com>, proto=ESMTP, relay=mail at localhost [127.0.0.1] Jan 2 04:19:14 office sendmail[19791]: EAA19791: from=, size=1885, class=-60, pri=349885, nrcpts=8, msgid=<20000101201857.25103.qmail at web306.mail.yahoo.com>, proto=ESMTP, relay=mail at localhost [127.0.0.1] Jan 2 04:19:14 office sendmail[19790]: EAA19790: from=, size=1885, class=-60, pri=379885, nrcpts=9, msgid=<20000101201857.25103.qmail at web306.mail.yahoo.com>, proto=ESMTP, relay=mail at localhost [127.0.0.1] Jan 2 04:19:18 office sendmail[19789]: EAA19789: from=, size=1885, class=-60, pri=319885, nrcpts=7, msgid=<20000101201857.25103.qmail at web306.mail.yahoo.com>, proto=ESMTP, relay=mail at localhost [127.0.0.1] Jan 2 04:19:27 office sendmail[19793]: EAA19783: to=, delay=00:00:17, xdelay=00:00:15, mailer=esmtp, relay=mail.d0gz.net. [209.48.54.253], stat=Sent (PAA12956 Message accepted for delivery) Also ... I have a list of 3,000 users that should NOT have got mail ! They all did ! "send monthly reminders=no" this happened at 2AM on Jan 1 2000 ... Is this a bugzilla ? Now I browse to the URL and get ... Bug in Mailman version 1.0b9 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 85, in run_main logger = StampedLogger('error', File "/home/mailman/Mailman/Logging/StampedLogger.py", line 48, 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 63, in __get_f reraise() File "/home/mailman/Mailman/Logging/Logger.py", line 55, in __get_f f = self.__fp = open(self.__filename, 'a+') IOError: (13, 'Permission denied') Environment variables: Variable Value DOCUMENT_ROOT /home/httpd/html HTTP_ACCEPT_ENCODING gzip REMOTE_HOST 203.38.12.10 SERVER_PORT 80 PATH_TRANSLATED /home/httpd/html/vtun REMOTE_ADDR 203.38.12.10 SERVER_SOFTWARE Apache/1.2.6 Red Hat GATEWAY_INTERFACE CGI/1.1 HTTP_ACCEPT_LANGUAGE en REMOTE_PORT 2502 SERVER_NAME office.satix.net HTTP_CONNECTION Keep-Alive HTTP_USER_AGENT Mozilla/4.6 [en] (X11; I; Linux 2.2.5-22 i686) HTTP_ACCEPT_CHARSET iso-8859-1,*,utf-8 HTTP_ACCEPT image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, image/png, */* REQUEST_URI /mailman/listinfo/vtun PATH /sbin:/usr/sbin:/bin:/usr/bin QUERY_STRING SERVER_PROTOCOL HTTP/1.0 PATH_INFO /vtun HTTP_HOST office.satix.net REQUEST_METHOD GET SCRIPT_NAME /mailman/listinfo SERVER_ADMIN garret at stix.net SCRIPT_FILENAME /home/mailman/cgi-bin/listinfo PYTHONPATH /home/mailman HTTP_REFERER http://office.satix.net/mailman/listinfo -- Regards, Garret Krampe (Managing Director) --------------------- SATIX Pty Ltd. http://www.satix.net --------------------- ACN 090 976 015 Western Australia "The Satellite Internet Exchange" --------------------- (08) 6278 2649 0412 303 504 Mobile ICQ 11 25 26 11 garret at satix.net From amenmok at allof.econ.cuhk.edu.hk Tue Jan 4 09:37:03 2000 From: amenmok at allof.econ.cuhk.edu.hk (amenmok) Date: Tue, 4 Jan 2000 16:37:03 +0800 Subject: [Mailman-Users] (no subject) Message-ID: <000501bf568e$e3566ce0$4944bd89@econ.cuhk.edu.hk> Help me! I have setup mailman 1.1 on one Redhat6.1 and it works perfect. Then I tried to install on another one. But it does not work. The /var/log/maillog quotes soemthing like that: Jan 4 16:28:07 intl sendmail[16734]: QAA16733: to="|/home/mailman/mail/wrapper mailcmd testing", delay=00:00:00, xdelay=00:00:00, mailer=prog, stat=Operating system error I don't know what happens to sendmail or mailman. HELP!!! From ptomblin at xcski.com Tue Jan 4 13:30:47 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Tue, 4 Jan 2000 07:30:47 -0500 Subject: [Mailman-Users] Errors in Mailman after Sendmail upgrade In-Reply-To: <38700524.5571669F@satix.net>; from Garret Krampe on Mon, Jan 03, 2000 at 10:10:44AM +0800 References: <38700524.5571669F@satix.net> Message-ID: <20000104073046.C2118@xcski.com> Quoting Garret Krampe (garret at satix.net): > ----- The following addresses had permanent fatal errors ----- > "|/home/mailman/mail/wrapper mailowner cert" > (expanded from: cert-admin) > > ----- Transcript of session follows ----- > sh: wrapper not available for sendmail programs > 554 "|/home/mailman/mail/wrapper mailowner cert"... Service unavailable Read the install docs. cd /etc/smrsh ln -s /home/mailman/mail/wrapper wrapper -- Paul Tomblin, not speaking for anybody. SETI at Home: Finally a *good* way to impress Jodie Foster http://www.setiathome.ssl.berkeley.edu/ From Mark.Martinec at ijs.si Tue Jan 4 17:26:36 2000 From: Mark.Martinec at ijs.si (Mark Martinec) Date: Tue, 04 Jan 2000 17:26:36 +0100 Subject: [Mailman-Users] Monthly message sent to wrong people! Message-ID: <01JKBATUS0WY000NFO@CATHY.IJS.SI> pjh at mccc.edu writes: | On Mon, 3 Jan 2000, J C Lawrence wrote: | > On Mon, 3 Jan 2000 14:46:04 -0500 (EST) | > Pete Holsberg wrote: | > | > > I got a bunch of bounced monthly messages that were | > > sent to people who are NOT on the mailing list reported | > > in the message! | > | It turnsout that almost all of these folks were on | adifferent mailing list than the one MM thought they were on! | Puzzling! This happened to my lists as well (Mailman 1.1, Python 1.5.2) - the 'List-Id:' in the header claims another mailing list (perhaps the first created on the server) - and guess what, it happened at python.org as well !!! I'm subscribed to Mailman-Users and to Mailman-announce but but NOT to mailman-developers - but note the following header lines: -> Return-path: | Received: ... | Received: ... | Received: from dinsdale.python.org (dinsdale.python.org [132.151.1.21]) | by dinsdale.python.org (Postfix) with ESMTP id 603291D8F8 for | ; Sat, 1 Jan 2000 05:08:02 -0500 (EST) | Date: Sat, 01 Jan 2000 05:08:02 -0500 (EST) | From: mailman-owner at python.org | Subject: python.org mailing list memberships reminder -> Sender: mailman-developers-admin at python.org | To: Mark.Martinec at ijs.si -> Errors-to: mailman-developers-admin at python.org | Message-id: <20000101100802.603291D8F8 at dinsdale.python.org> | Content-transfer-encoding: 7BIT | X-No-Archive: yes -> X-BeenThere: mailman-developers at python.org | X-Mailman-Version: 1.2 (experimental) | Precedence: bulk => List-Id: Mailman mailing list developers | | This is a reminder, sent out once a month, about your python.org | mailing list memberships. It includes your subscription info and how | to use it to change it or unsubscribe from a list. | [...] | the list (for example, mailman-users-request at python.org) containing | [...] | List Password // URL | ---- -------- | mailman-users at python.org ... | http://www.python.org/mailman/options/mailman-users/mark.martinec at ijs.si Regards Mark -- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! Mark Martinec (system manager) tel +386 61 177-3575 !! !! J. Stefan Institute, Jamova 39 fax +386 61 219-385 !! !! SI-1000 Ljubljana, Slovenia mark.martinec at nsc.ijs.si !! !!!!!!!!!!!!!!!!!!!!!!!!!! http://www.ijs.si/people/mark/ !!!! From pjh at mccc.edu Tue Jan 4 18:39:32 2000 From: pjh at mccc.edu (Pete Holsberg) Date: Tue, 4 Jan 2000 12:39:32 -0500 (EST) Subject: [Mailman-Users] Archives Not Found! Message-ID: Whoops! 1) All of a sudden, none of the archives ofmy many mailing list can be found! I get: The requested URL /pipermail/[LISTNAME]/ was not found on this server. Could this be a Y2K thing? All the directories are there under ~mailman/archives/. O/S is Redhat 6.x. 2) Also, the membership of one list has disappeared entirely! Any way of recovering? Thanks, Pete From c.davis at actrix.gen.nz Tue Jan 4 21:20:20 2000 From: c.davis at actrix.gen.nz (Christine Davis) Date: Wed, 5 Jan 2000 09:20:20 +1300 Subject: [Mailman-Users] administration of lists without Cookies Message-ID: <00c701bf56f1$23063660$641560cb@solomon.actrix.gen.nz> One of the people who administers lists on my site doesn't use cookies. What this causes, is that when they wish to make changes, it prompts them for the list password; but reverts the settings to how they were in the first place. Is there a work-around for this? Regards, Christine Davis Actrix Networks Limited c.davis at actrix.co.nz -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000105/4068a9b7/attachment.html From claw at cp.net Tue Jan 4 21:44:10 2000 From: claw at cp.net (J C Lawrence) Date: Tue, 04 Jan 2000 12:44:10 -0800 Subject: [Mailman-Users] Archives Not Found! In-Reply-To: Message from Pete Holsberg of "Tue, 04 Jan 2000 12:39:32 EST." References: Message-ID: On Tue, 4 Jan 2000 12:39:32 -0500 (EST) Pete Holsberg wrote: > Whoops! 1) All of a sudden, none of the archives ofmy many > mailing list can be found! I get: > The requested URL /pipermail/[LISTNAME]/ was not found on this > server. Are the appropriate stanzas still in your web server (probably Apache) configs? > 2) Also, the membership of one list has disappeared entirely! Any > way of recovering? What do you see if you do: $ strings ~mailman/lists//config.db ? -- J C Lawrence Internet: claw at kanga.nu ----------(*) Internet: coder at kanga.nu ...Honorary Member of Clan McFud -- Teamer's Avenging Monolith... From pjh at mccc.edu Tue Jan 4 21:56:35 2000 From: pjh at mccc.edu (Pete Holsberg) Date: Tue, 4 Jan 2000 15:56:35 -0500 (EST) Subject: [Mailman-Users] Archives Not Found! In-Reply-To: Message-ID: On Tue, 4 Jan 2000, J C Lawrence wrote: > On Tue, 4 Jan 2000 12:39:32 -0500 (EST) > Pete Holsberg wrote: > > > Whoops! 1) All of a sudden, none of the archives ofmy > > many mailing list can be found! I get: > > > The requested URL /pipermail/[LISTNAME]/ was not found > > on this server. > > Are the appropriate stanzas still in your web server > (probably Apache) configs? I have # For mailman... pjh 11/28/99 ScriptAlias /mailman/ /home/mailman/cgi-bin/ Alias /pipermail/ /home/mailman/archives/public in srm.conf. > > 2) Also, the membership of one list has disappeared > > entirely! Any way of recovering? > > What do you see if you do: > > $ strings ~mailman/lists//config.db Lots of stuff but no email addresses. MAybe I'll restart apache and see if that helps. Thanks, Pete From pjh at mccc.edu Tue Jan 4 21:59:25 2000 From: pjh at mccc.edu (Pete Holsberg) Date: Tue, 4 Jan 2000 15:59:25 -0500 (EST) Subject: [Mailman-Users] Archives Not Found! In-Reply-To: Message-ID: Restarting Apache had no effect. From christopher at schulte.org Wed Jan 5 01:49:30 2000 From: christopher at schulte.org (Christopher Schulte) Date: Tue, 04 Jan 2000 18:49:30 -0600 Subject: [Mailman-Users] Fwd: Subscription bomb tracing - feature request. Message-ID: <4.3.0.23.20000104184731.00a6ff00@pop.schulte.org> This was sent to bugtraq, and I figured it'd be of interest to you guys in case you don't subscribe to it. Does mailman already have the ability to trace such fraudulent subscribe requests and such? Comments? --------chris >Approved-By: aleph1 at SECURITYFOCUS.COM >Delivered-To: bugtraq at lists.securityfocus.com >Delivered-To: BUGTRAQ at SECURITYFOCUS.COM >X-Sender: alanb at mailhost.manawatu.net.nz >Date: Tue, 4 Jan 2000 15:15:22 +1300 >Reply-To: Alan Brown >Sender: Bugtraq List >From: Alan Brown >Subject: Subscription bomb tracing - feature request. >X-To: BUGTRAQ at SECURITYFOCUS.COM >To: BUGTRAQ at SECURITYFOCUS.COM > >There have been quite a few subscribe bombs tossed around recently. > >While it's nice to see that most mailing list admins use confirm >requests now, it would be a great help if the confirm requests contained >at least the headers of the original request, to aid victims in tracing >their attacker(s). > >One attack recently notified to ORBS attempted to sign the victim up to >26,000 different lists via insecure email relays. > >The confirmation requests alone constituted a fairly substantial denial >of service attack, as did the huge number of bounces the victim got. > >I've only ever seen one mailing list which actually showed where the >signup request came from. Times are still changing and adding an audit >trail would make life easier all round. > >AB From redwards at golgotha.net Wed Jan 5 03:20:22 2000 From: redwards at golgotha.net (Randy Edwards) Date: Wed, 05 Jan 2000 02:20:22 +0000 Subject: [Mailman-Users] Mailman and Exim Message-ID: <3872AA66.31BCF017@golgotha.net> I've taken a look at the Exim help page for MailMan at but I'm still having problems getting Exim and MailMan to work. Can someone using Exim give me an example of their aliases setup for MailMan? Thanks in advance. -- Regards, | "The ultimate result is that some innovations that would . | truly benefit consumers never occur for the sole reason Randy | that they do not coincide with Microsoft's self-interest." | -- Judge Thomas Penfield Jackson, U.S. District Judge From skip at mojam.com Wed Jan 5 05:27:10 2000 From: skip at mojam.com (Skip Montanaro) Date: Tue, 4 Jan 2000 22:27:10 -0600 (CST) Subject: [Mailman-Users] Fwd: Subscription bomb tracing - feature request. In-Reply-To: <4.3.0.23.20000104184731.00a6ff00@pop.schulte.org> References: <4.3.0.23.20000104184731.00a6ff00@pop.schulte.org> Message-ID: <14450.51230.271011.309383@beluga.mojam.com> Chris> Does mailman already have the ability to trace such fraudulent Chris> subscribe requests and such? My uneducated guess would be "no". Educated or not, mailman is probably not the place for such esoterica. Try SpamCop instead: http://www.spamcop.net/ Available for a reasonable price, or - if you will only use it on occasion and don't mind waiting a few seconds per submission - for free. I've been toying with the idea of vectoring most of my mail through SpamCop. Get all you spammers off my back... ;-) Skip Montanaro | http://www.mojam.com/ skip at mojam.com | http://www.musi-cal.com/ 847-971-7098 | Python: Programming the way Guido indented... From garret at satix.net Wed Jan 5 11:25:11 2000 From: garret at satix.net (Garret Krampe) Date: Wed, 05 Jan 2000 18:25:11 +0800 Subject: [Mailman-Users] Mailman and Sendmail WRAPPER problems - FIX References: <38700524.5571669F@satix.net> <20000104073046.C2118@xcski.com> Message-ID: <38731C07.1F992D78@satix.net> Q3.32 -- How do I configure majordomo with sendmail 8.9 without relaxing the DontBlameSendmail option? Date: January 26, 1999 We have had some queries about this, as majordomo apparently suggests some configuration values which sendmail 8.9 does not like. Here is what one expert suggests: The sendmail.cf contains: O AliasFile=/etc/aliases, /etc/majordomo.aliases O DontBlameSendmail=Safe /etc/aliases contains the general majordomo aliases: # Majordomo majordomo: "|/usr/local/lib/majordomo/wrapper majordomo" owner-majordomo: postmaster majordomo-owner: postmaster /etc/majordomo.aliases contains the majordomo lists of the form: wookie: "|/usr/local/lib/majordomo/wrapper resend -l wookie wookie-list" wookie-list: :include:/usr/local/lib/majordomo/lists/wookie owner-wookie: head-wookie wookie-approval: owner-wookie wookie-request: "|/usr/local/lib/majordomo/wrapper majordomo -l wookie" The various directory owners/groups/permissions: drwxr-xr-x 20 root root 1024 Dec 1 15:20 / drwxr-xr-x 25 root root 3072 Jan 26 01:26 /etc drwxr-xr-x 20 root root 1024 Feb 4 1998 /usr drwxr-xr-x 18 root root 1024 Jan 16 18:40 /usr/local drwxr-xr-x 5 root root 1024 Feb 6 1996 /usr/local/lib lrwxrwxrwx 1 root root 16 Dec 1 10:01 /usr/local/lib/majordomo -> majordomo-1.94.4 drwxr-x--x 5 majordom majordom 1024 Jan 25 23:12 /usr/local/lib/majordomo-1.94.4 drwxr-xr-x 2 majordom majordom 32768 Jan 26 00:49 /usr/local/lib/majordomo-1.94.4/lists -rw-rw-r-- 1 majordom majordom 655 Nov 3 17:03 /usr/local/lib/majordomo-1.94.4/lists/wookie -rw-rw---- 1 majordom majordom 14588 Jan 19 10:28 /usr/local/lib/majordomo-1.94.4/lists/wookie.config -rw-rw-r-- 1 majordom majordom 23 Jan 14 1997 /usr/local/lib/majordomo-1.94.4/lists/wookie.info Now the differences that make this work that may not be the same as instructed by the majordomo instructions: 1.Put the majordomo.aliases file in /etc, not in the majordomo install directory (/usr/local/lib/majordomo). 2.Make the permissions on /usr/local/lib/majordomo 0751, not 0775. 3.Make the permissions on /usr/local/lib/majordomo/Log 0664, owned by majordom, group majordom. 4./usr/local/lib/majordomo/lists is mode 0755, owner majordom, group majordom. 5.The permissions/owners for the lists should be as shown above. These permissions/ownership allow majordom to continue to manage the lists. -- Regards, Garret Krampe (Managing Director) --------------------- SATIX Pty Ltd. http://www.satix.net --------------------- ACN 090 976 015 Western Australia "The Satellite Internet Exchange" --------------------- (08) 6278 2649 0412 303 504 Mobile ICQ 11 25 26 11 garret at satix.net From jwt at dskk.co.jp Wed Jan 5 06:36:34 2000 From: jwt at dskk.co.jp (Jim Tittsler) Date: Wed, 5 Jan 2000 14:36:34 +0900 Subject: [Mailman-Users] Mailman and Exim In-Reply-To: <3872AA66.31BCF017@golgotha.net> References: <3872AA66.31BCF017@golgotha.net> Message-ID: <20000105143634.A5040@mail.dskk.co.jp> On Wed, Jan 05, 2000 at 02:20:22AM +0000, Randy Edwards wrote: > I've taken a look at the Exim help page for MailMan at > but I'm still having problems > getting Exim and MailMan to work. > > Can someone using Exim give me an example of their aliases setup for > MailMan? Thanks in advance. You don't need any per-list aliases if you use the technique suggested by this HOWTO. The director finds the lists automagically by detecting the existence of the config.db file in each of the list directories, so the lists spring into being as soon as they are created... no new aliases required. (You will still want to have simple aliases for mailman, mailman-owner, and probably mailman-request and mailman-admin as well, pointing to the person responsible for mailman.) Jim -- Jim Tittsler, Tokyo From fil at bok.net Wed Jan 5 09:32:38 2000 From: fil at bok.net (Fil) Date: Wed, 5 Jan 2000 09:32:38 +0100 (MET) Subject: [Mailman-Users] f.req. : subject/from in admindb alert emails Message-ID: Hi, is it possible to add in the alert mails to the administrator the subject and from of the emails pending in the admindb ? Would make it simpler and more usable... From th at nextel.no Wed Jan 5 11:38:19 2000 From: th at nextel.no (Tor Houghton) Date: Wed, 5 Jan 2000 11:38:19 +0100 (MET) Subject: [Mailman-Users] Mailman and Exim In-Reply-To: <3872AA66.31BCF017@golgotha.net> Message-ID: Do you mean the /etc/aliases file, or anything in the configuration file for mailman? (I don't think I made any changes there.) Tor On Wed, 5 Jan 2000, Randy Edwards wrote: > I've taken a look at the Exim help page for MailMan at > but I'm still having problems > getting Exim and MailMan to work. > > Can someone using Exim give me an example of their aliases setup for > MailMan? Thanks in advance. > > -- > Regards, | "The ultimate result is that some innovations that would > . | truly benefit consumers never occur for the sole reason > Randy | that they do not coincide with Microsoft's self-interest." > | -- Judge Thomas Penfield Jackson, U.S. District Judge > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From redwards at golgotha.net Wed Jan 5 13:18:04 2000 From: redwards at golgotha.net (Randy Edwards) Date: Wed, 05 Jan 2000 12:18:04 +0000 Subject: [Mailman-Users] Mailman and Exim References: <3872AA66.31BCF017@golgotha.net> Message-ID: <3873367C.60CB4ED0@golgotha.net> Thanks Jim and Tor. The problem was an operator error -- it's amazing what happens when you put things on the correct side of the "end" in /etc/exim.conf. -- Regards, | Do you support an unethical software monopoly which has hurt . | both consumers and large parts of the computer industry? Randy | | You don't *have* to: http://linux.com Run GNU/Linux today! From sigma at pair.com Wed Jan 5 14:09:05 2000 From: sigma at pair.com (sigma at pair.com) Date: Wed, 5 Jan 2000 08:09:05 -0500 (EST) Subject: [Mailman-Users] Problems w/ admin Message-ID: <20000105130905.13135.qmail@smx.pair.com> At pair Networks, we've just started operating a "test" service using Mailman and Postfix. Unfortunately, in the first few hours, we're already having a problem with the admin interface. It worked fine, but after creating several dozen lists, it's stopped working for *any* list. After you input the admin password, you get a report like this: 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/mailman/scripts/driver", line 112, in run_main main() File "../Mailman/Cgi/admin.py", line 168, in main FormatConfiguration(doc, lst, category, category_suffix) File "../Mailman/Cgi/admin.py", line 296, in FormatConfiguration form = Form(lst.GetRelativeScriptURL('admin')) File "/usr/mailman/Mailman/htmlformat.py", line 351, in __init__ apply(Container.__init__, (self,) + items) AttributeError: [_init__ I'm no Python expert, unfortunately, but I did take a look. I can't find anything in Form.__init__ (I assume this is an object constructor) that looked unusual. The lst.GetRelativeScriptURL('admin') resolves to "../admin/listname", which seems reasonable as well. Nothing has changed in the code; I compared everything to the 1.1 sources. I'm going to continue to explore the problem - until it's resolved, our users can't use the admin interface, but that's why it's just a "test" period. Any help from other users or developers would be appreciated. Thanks, Kevin Martin sigma at pair.com From sigma at pair.com Wed Jan 5 14:19:13 2000 From: sigma at pair.com (sigma at pair.com) Date: Wed, 5 Jan 2000 08:19:13 -0500 (EST) Subject: [Mailman-Users] Problems w/ admin Message-ID: <20000105131913.13252.qmail@smx.pair.com> > Traceback (innermost last): > File "/usr/mailman/scripts/driver", line 112, in run_main > main() > File "../Mailman/Cgi/admin.py", line 168, in main > FormatConfiguration(doc, lst, category, category_suffix) > File "../Mailman/Cgi/admin.py", line 296, in FormatConfiguration > form = Form(lst.GetRelativeScriptURL('admin')) > File "/usr/mailman/Mailman/htmlformat.py", line 351, in __init__ > apply(Container.__init__, (self,) + items) > AttributeError: [_init__ This resembles bug #13, which was fixed before 1.1: http://www.python.org/mailman-bugs/resolved?id=13 The "[_init__" part looks really odd to me, but like I said, I'm no Python expert. Thanks, Kevin From sigma at pair.com Wed Jan 5 15:09:06 2000 From: sigma at pair.com (sigma at pair.com) Date: Wed, 5 Jan 2000 09:09:06 -0500 (EST) Subject: [Mailman-Users] admin problem resolved Message-ID: <20000105140906.14117.qmail@smx.pair.com> After upgrading to today's CVS source, the admin interface now works... I never found specific information about this problem in jitterbug, but I suppose it's been resolved. When is 1.2 coming out? :) I'll write later today about our plans to utilize and support Mailman in the PairList project. I had hoped to start with that, not a bug report, but them's the breaks. Thanks, Kevin Martin sigma at pair.com From garret at satix.net Wed Jan 5 21:24:30 2000 From: garret at satix.net (Garret Krampe) Date: Thu, 06 Jan 2000 04:24:30 +0800 Subject: [Mailman-Users] Mailman and Sendmail WRAPPER problems References: <38700524.5571669F@satix.net> <20000104073046.C2118@xcski.com> <38731C07.1F992D78@satix.net> Message-ID: <3873A87E.A5E838F@satix.net> Blargh ! It was not permissions at all ! Something about the latest sendmail that stops this from working ! I think my lists have been down long enough ! I'll have to use majordomo or retro grade the sendmail install ! OS Redhat 5.1 2.0.34 kernel sendmail from RH 6.1 (source) wrapper gives "service not available" from mailer-daemon HELP -- Regards, Garret Krampe (Managing Director) --------------------- SATIX Pty Ltd. http://www.satix.net --------------------- ACN 090 976 015 Western Australia "The Satellite Internet Exchange" --------------------- (08) 6278 2649 0412 303 504 Mobile ICQ 11 25 26 11 garret at satix.net From ptomblin at xcski.com Wed Jan 5 17:23:09 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Wed, 5 Jan 2000 11:23:09 -0500 Subject: [Mailman-Users] Mailman and Sendmail WRAPPER problems In-Reply-To: <3873A87E.A5E838F@satix.net>; from Garret Krampe on Thu, Jan 06, 2000 at 04:24:30AM +0800 References: <38700524.5571669F@satix.net> <20000104073046.C2118@xcski.com> <38731C07.1F992D78@satix.net> <3873A87E.A5E838F@satix.net> Message-ID: <20000105112309.H27173@xcski.com> Quoting Garret Krampe (garret at satix.net): > Blargh ! > It was not permissions at all ! > Something about the latest sendmail that stops this from working ! > > I think my lists have been down long enough ! > > I'll have to use majordomo or retro grade the sendmail install ! > > OS Redhat 5.1 2.0.34 kernel > sendmail from RH 6.1 (source) > > wrapper gives "service not available" from mailer-daemon Something tells me I'm going to have to set up a bot that whenever a mail message mentions RedHat or sendmail 5.9, it just responds with: cd /etc/smrsh ln -s /home/mailman/mail/wrapper wrapper This is getting extremely tedious, especially since it's in the install documentation. -- Paul Tomblin, not speaking for anybody. SETI at Home: Finally a *good* way to impress Jodie Foster http://www.setiathome.ssl.berkeley.edu/ From ptomblin at xcski.com Wed Jan 5 17:27:35 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Wed, 5 Jan 2000 11:27:35 -0500 Subject: [Mailman-Users] Mailman and Sendmail WRAPPER problems In-Reply-To: <20000105112309.H27173@xcski.com>; from Paul Tomblin on Wed, Jan 05, 2000 at 11:23:09AM -0500 References: <38700524.5571669F@satix.net> <20000104073046.C2118@xcski.com> <38731C07.1F992D78@satix.net> <3873A87E.A5E838F@satix.net> <20000105112309.H27173@xcski.com> Message-ID: <20000105112735.K27173@xcski.com> Quoting Paul Tomblin (ptomblin at xcski.com): > Something tells me I'm going to have to set up a bot that whenever a mail > message mentions RedHat or sendmail 5.9, it just responds with: ^^^ 8.9. Duh. Also, I think some of the later 8.8s did this as well. -- Paul Tomblin, not speaking for anybody. SETI at Home: Finally a *good* way to impress Jodie Foster http://www.setiathome.ssl.berkeley.edu/ From lindsey at ncsa.uiuc.edu Wed Jan 5 17:54:32 2000 From: lindsey at ncsa.uiuc.edu (Christopher Lindsey) Date: Wed, 5 Jan 2000 10:54:32 -0600 (CST) Subject: [Mailman-Users] Fwd: Subscription bomb tracing - feature request. In-Reply-To: <14450.51230.271011.309383@beluga.mojam.com> from "Skip Montanaro" at Jan 04, 2000 10:27:10 PM Message-ID: <200001051654.KAA15360@pecos.ncsa.uiuc.edu> > Chris> Does mailman already have the ability to trace such fraudulent > Chris> subscribe requests and such? > > My uneducated guess would be "no". Educated or not, mailman is probably not > the place for such esoterica. Try SpamCop instead: > > http://www.spamcop.net/ How does this help you, as an end user, figure out how you were subscribed to a mailing list? You would only get messages from the list or confirmation requests which would originate at the mailman server. And besides, it uses that ORBS garbage. :) What I've done is wrap my mailman -request and -admin aliases with a procmail script that saves all incoming messages with full headers. It doesn't help the end user, but as an administrator I have an archive showing where requests originated in case someone contacts me later with problems. So far I've only had to use it once. Of course, Web-based subscription requests can be checked via your HTTP server's logs. Chris From wrd at awenet.com Wed Jan 5 18:43:16 2000 From: wrd at awenet.com (William R. Dickson) Date: Wed, 5 Jan 2000 09:43:16 -0800 (PST) Subject: [Mailman-Users] unsubscribing users Message-ID: Hi all, I installed Mailman last night, and I'm very impressed. This is a nice piece of work. I've got one question, and have looked through the mail archives but haven't seen it brought up -- how can I, as the list administrator, unsubscribe a user from a list? I tried using the list admin password to do so, but it seems to want the user password. Thanks, -Bill -- William R. Dickson -- Consuming the Earth's limited resources since 1968 wrd at awenet.com < > http://www.awenet.com/~wrd/ < > ICQ: 14117523 "Never trust a man in a blue trenchcoat Never drive a car when you're dead." - Tom Waits From wrd at awenet.com Wed Jan 5 18:53:48 2000 From: wrd at awenet.com (William R. Dickson) Date: Wed, 5 Jan 2000 09:53:48 -0800 (PST) Subject: [Mailman-Users] unsubscribing users In-Reply-To: <08f601bf57a4$5afdd1a0$01fa3b9d@AWETMOREDEV> Message-ID: Thanks to all who replied -- I knew I was missing something obvious. I mistook that for a subscription option. I'll put on the "dingbat" hat now and sit in the corner. Thanks again, -Bill On Wed, 5 Jan 2000, alex wetmore wrote: > In the membership management pages you can uncheck "Subscr" for the user, > then click "Submit changes". > > ~mailman/bin/remove_members works too. > > alex > > ----- Original Message ----- > From: "William R. Dickson" > To: > Sent: Wednesday, January 05, 2000 9:43 AM > Subject: [Mailman-Users] unsubscribing users > > > > Hi all, > > > > I installed Mailman last night, and I'm very impressed. This is a nice > > piece of work. > > > > I've got one question, and have looked through the mail archives but > > haven't seen it brought up -- how can I, as the list administrator, > > unsubscribe a user from a list? I tried using the list admin password to > > do so, but it seems to want the user password. > > > > Thanks, > > > > -Bill > > > > -- > > William R. Dickson -- Consuming the Earth's limited resources since 1968 > > wrd at awenet.com < > http://www.awenet.com/~wrd/ < > ICQ: 14117523 > > > > "Never trust a man in a blue trenchcoat > > Never drive a car when you're dead." > > > > - Tom Waits > > > > > > ------------------------------------------------------ > > Mailman-Users maillist - Mailman-Users at python.org > > http://www.python.org/mailman/listinfo/mailman-users > > > > -- William R. Dickson -- Consuming the Earth's limited resources since 1968 wrd at awenet.com < > http://www.awenet.com/~wrd/ < > ICQ: 14117523 But do you really want to meet The ones who write your dreams? - Lush From garret at satix.net Thu Jan 6 00:04:41 2000 From: garret at satix.net (Garret Krampe) Date: Thu, 06 Jan 2000 07:04:41 +0800 Subject: [Mailman-Users] REDHAT 6.X NEWBIES - READ THIS References: Message-ID: <3873CE09.6474E0B3@satix.net> I had the experience of NOT reading the DOCs ! All the answers are there. If you like then you should make this script and put into the diectory where mailman.tar.gz expanded to call it "redhat6" chmod u+rwx redhat6 then ./redhat6 this will make a default installation for you. may I suggest to also use webin to complete your www management of your server(s). http://www.webmin.com/ <------------- cut ------------------> #!/bin/bash useradd mailman chmod u+rwx,g+s /home/mailman cp misc/mailman.jpg /home/httpd/icons chmod a+r /home/httpd/icons/mailman.jpg ./configure --with-cgi-gid=nobody --with-mail-gid=mail make install cd /home/mailman/bin ./check_perms -f ln -sf /home/mailman/mail/wrapper /etc/smrsh/wrapper cat <>/etc/httpd/conf/httpd.conf # ------------ Mailman List ----------- # Options ExecCGI order deny,allow allow from all Options All order deny,allow allow from all # Mailman # Alias /pipermail/ /home/mailman/archives/public/ ScriptAlias /mailman/ /home/mailman/cgi-bin/ # ------------ END OF mailman ----------- # EOF echo "DELIVERED_BY_URL = '/icons/mailman.jpg'" >>/home/mailman/Mailman/mm_cfg.py echo "FINISHED:" echo "now ..." echo "restart httpd" echo "To make a list :" echo "cd /home/mailman/bin ( lots of goodies here )" echo "./newlist " echo "copy and paste the alias quote to /etc/aliases" echo "run sendmail -biv or newaliases to update the database" echo "restart sendmail" echo "hope this helps other newbies like me !" echo "you access this list http://yourdomain/mailman/listinfo" < ---------------- cut ------------------ > -- Regards, Garret Krampe (Managing Director) --------------------- SATIX Pty Ltd. http://www.satix.net --------------------- ACN 090 976 015 Western Australia "The Satellite Internet Exchange" --------------------- (08) 6278 2649 0412 303 504 Mobile ICQ 11 25 26 11 garret at satix.net From wrd at awenet.com Wed Jan 5 19:19:39 2000 From: wrd at awenet.com (William R. Dickson) Date: Wed, 5 Jan 2000 10:19:39 -0800 (PST) Subject: [Mailman-Users] virtual domains (a less stupid question, I hope) Message-ID: Okay, now that I've solved a relay restriction issue and Mailman seems to be running quite happily, I'm going to try and get it to handle virtual domains. I can see two approaches to this; I'd like to bounce them off the list and see if anybody has tried them and had any success, or if someone's doing something that works better. First, a bit on the environment: Mailman will be running on a dedicated box (papaya). Incoming mail is actually handled by another box (oak). Oak has the virtual use table for handling virtual domains; mail coming in for lists will be redirected to papaya. There's a strong probability that people will want identical list names now and then. So let's figure two domains, foo.com and bar.org, and each of those domains wants a list named "help-desk". Method 1: one mailman installation (Note: I don't think this one is going to work after all, because it depends on being able to manually configure the list's complete return address rather than just the domain. Still, I'll present it in case anybody's got something along similar lines working.) name the lists after the complete list address: help-desk at foo.com help-desk at bar.org On oak, have the following VUT entries: help-desk at foo.com help-desk-foo.com at papaya help-desk at bar.org help-desk-bar.org at papaya On papaya, have the following aliases: help-desk-foo.com: "|/usr/local/mailman/mail/wrapper post help-desk at foo.com" help-desk-foo.com-admin: "|/usr/local/mailman/mail/wrapper mailowner help-desk at foo.com" Well, you get the idea. Option 2: multiple Mailman installations Install one copy of mailman per virtual domain in a uniquely-named folder. Configure virtual domains for Apache to provide access to the various interface forms. Set up aliases something like this: help-desk-foo.com: "|/usr/local/mailman/foo.com/mail/wrapper post help-desk" help-desk-bar.org: "|/usr/local/mailman/bar.org/mail/wrapper post help-desk" etc... The latter looks much more likely to me now that I look at it. Any comments? Thanks, -Bill -- William R. Dickson -- Consuming the Earth's limited resources since 1968 wrd at awenet.com < > http://www.awenet.com/~wrd/ < > ICQ: 14117523 I've had a perfectly wonderful evening. But this wasn't it. -Groucho Marx From pere at pere.net Wed Jan 5 19:50:17 2000 From: pere at pere.net (Pere Camps) Date: Wed, 5 Jan 2000 19:50:17 +0100 (CET) Subject: [Mailman-Users] mailman, virtual servers and exim Message-ID: Hi! I'd like to set up mailman so I can have different lists on the same machine that its running many virtual hosts on apache and exim (the mail server). I've grepped the docs, but I found nothing explaining how to do it, and if try ./newlist name at virtual-domain.org, mailman tells me that it doesn't want the '@'. Is there an easy way for this, or does it require full understanding of mailman (which I don't have). Thanks for your help! -- p. From skip at mojam.com Wed Jan 5 20:38:42 2000 From: skip at mojam.com (Skip Montanaro) Date: Wed, 5 Jan 2000 13:38:42 -0600 (CST) Subject: [Mailman-Users] Fwd: Subscription bomb tracing - feature request. In-Reply-To: <200001051654.KAA15360@pecos.ncsa.uiuc.edu> References: <14450.51230.271011.309383@beluga.mojam.com> <200001051654.KAA15360@pecos.ncsa.uiuc.edu> Message-ID: <14451.40386.620414.444050@beluga.mojam.com> Chris> Does mailman already have the ability to trace such fraudulent Chris> subscribe requests and such? me> http://www.spamcop.net/ Chris> How does this help you, as an end user, figure out how you were Chris> subscribed to a mailing list? It doesn't. I thought that the expectation was that the Mailman administrator would be doing the legwork. It seems that getting Mailman to save subscribe messages in a log file would be a reasonable extension to help address the problem. Chris> And besides, it uses that ORBS garbage. :) There's a smiley, but I still should ask, what does ORBS do and why is it bad? (Off-list, plz. I'm sure most of the rest of mailman-users isn't interesting in novice tutoring...) Chris> What I've done is wrap my mailman -request and -admin aliases Chris> with a procmail script that saves all incoming messages with full Chris> headers. It doesn't help the end user, but as an administrator I Chris> have an archive showing where requests originated in case someone Chris> contacts me later with problems. Right where I thought the work would be getting done... Skip Montanaro | http://www.mojam.com/ skip at mojam.com | http://www.musi-cal.com/ 847-971-7098 | Python: Programming the way Guido indented... From wrd at awenet.com Wed Jan 5 21:39:49 2000 From: wrd at awenet.com (William R. Dickson) Date: Wed, 5 Jan 2000 12:39:49 -0800 (PST) Subject: [Mailman-Users] Virtual Domains -- functioning Message-ID: Hi all, Method 2 as I described in my previous message works like a charm. I noticed some questions on this subject in the list archives, and somebody else asked about it just today, so as soon as I get a little time I'll document exactly how I did this and post it. -Bill -- William R. Dickson -- Consuming the Earth's limited resources since 1968 wrd at awenet.com < > http://www.awenet.com/~wrd/ < > ICQ: 14117523 I was at the local eatery, alone as usual, washing down a root beer float with straight shots of bourbon when she walked in, red-haired and stacked like the Titanic. She spoke. "I need a cheeseburger with everything and a lawyer...in that order." "Jake, get the lady a cheeseburger," I shouted. "Edmund T. Bradley, counselor at law," I murmured, dusting the bar stool off with my hanky. "How can I help you?" Okay, so I'm not a lawyer, but I watch Judge Judy all the time. How hard can it be? "The Lonely Detective" -Nicole Hollander From sigma at pair.com Wed Jan 5 21:54:55 2000 From: sigma at pair.com (sigma at pair.com) Date: Wed, 5 Jan 2000 15:54:55 -0500 (EST) Subject: [Mailman-Users] virtual domains (a less stupid question, I hope) In-Reply-To: from "William R. Dickson" at "Jan 5, 0 10:19:39 am" Message-ID: <20000105205455.11515.qmail@smx.pair.com> > Okay, now that I've solved a relay restriction issue and Mailman seems to > be running quite happily, I'm going to try and get it to handle virtual > domains. I can see two approaches to this; I'd like to bounce them off > the list and see if anybody has tried them and had any success, or if > someone's doing something that works better. We went with neither. The first approach you suggested would be ideal, but requires quite a bit of gut work on Mailman, I suspect. The second doesn't seem like it would scale well, and on the Apache side you'd have to settle for HTTP/1.1 style hosting only, unless you want to burn an extra IP address for every mailing list. Although maybe you could hack it to all work under a single domain for that part? We simply decided to not allow common or generic list names, which greatly reduces the chance of a conflict. It's a limitation I'd like to see go away, but it's fine otherwise, and keeps the customization to a minimum. Kevin Martin sigma at pair.com From peter at gol.com Thu Jan 6 01:24:27 2000 From: peter at gol.com (Peter Evans) Date: Thu, 6 Jan 2000 09:24:27 +0900 Subject: [Mailman-Users] Fwd: Subscription bomb tracing - feature request. In-Reply-To: <14451.40386.620414.444050@beluga.mojam.com>; from Skip Montanaro on Wed, Jan 05, 2000 at 01:38:42PM -0600 References: <14450.51230.271011.309383@beluga.mojam.com> <200001051654.KAA15360@pecos.ncsa.uiuc.edu> <14451.40386.620414.444050@beluga.mojam.com> Message-ID: <20000106092427.G1229266@gol.ad.jp> Skip Montanaro (skip at mojam.com) wrote: > Chris> Does mailman already have the ability to trace such fraudulent > Chris> subscribe requests and such? > me> http://www.spamcop.net/ I block spamcop auto-whinges because they used to garbalise the headers. Besides, it still cant tell the difference between GOL, an ISP in Asia, and AOL, the 53rd state. > Chris> And besides, it uses that ORBS garbage. :) > There's a smiley, but I still should ask, what does ORBS do and why is it > bad? (Off-list, plz. I'm sure most of the rest of mailman-users isn't > interesting in novice tutoring...) Any ip address sent to spamcop gets a probe from ORBS. That good enough for you? -- Back on topic. I really would like mailman to archive all subscribe requests in their entirety as a standard feature. It would make life easier, which is what mailman is all about. Perhaps a button on the management page "copy admin requests to list manager" would be sufficient, then they can keep/delete them at leisure. P who was just subscribed to some list by someone at some IP address. no date was even mentioned -.-! -- We have forgotten at least two important things ... The Justified Agents of Munya-munya-muuuu ... From chris.conner at navidec.com Thu Jan 6 01:40:23 2000 From: chris.conner at navidec.com (Christopher Conner) Date: Wed, 05 Jan 2000 17:40:23 -0700 Subject: [Mailman-Users] Removing Message Archives Message-ID: <3873E477.53F1BD8F@navidec.com> Somehow I got a message dated Dec 30, 2000, now I have an archive for December 2000. Can anyone tell me how to stop it from recreating the archive for December 2000? I've removed the December 2000 archive file and edited the html and it keeps recreating it. Also I set mailman so that when it creates the archive it uses the date "When resent" and not "When sent." Is there any reason why I should end up with an archive for December 2000? From pfaff at edge.cis.mcmaster.ca Thu Jan 6 04:06:20 2000 From: pfaff at edge.cis.mcmaster.ca (Todd Pfaff) Date: Wed, 5 Jan 2000 22:06:20 -0500 (EST) Subject: [Mailman-Users] Removing Message Archives In-Reply-To: <3873E477.53F1BD8F@navidec.com> Message-ID: On Wed, 5 Jan 2000, Christopher Conner wrote: > Somehow I got a message dated Dec 30, 2000, now I have an archive for > December 2000. Can anyone tell me how to stop it from recreating the > archive for December 2000? I've removed the December 2000 archive file > and edited the html and it keeps recreating it. Also I set mailman so > that when it creates the archive it uses the date "When resent" and not > "When sent." Is there any reason why I should end up with an archive > for December 2000? edit the file ~mailman/archives/private/listname.mbox/listname.mbox and fix the header of the offending message. -- Todd Pfaff \ Email: pfaff at mcmaster.ca Computing and Information Services \ Voice: (905) 525-9140 x22920 ABB 132 \ FAX: (905) 528-3773 McMaster University \ Hamilton, Ontario, Canada L8S 4M1 \ From pf at artcom-gmbh.de Thu Jan 6 09:50:10 2000 From: pf at artcom-gmbh.de (Peter Funk) Date: Thu, 6 Jan 2000 09:50:10 +0100 (MET) Subject: [Mailman-Users] Umlauts in Subject and Text =?ISO-8859-1?Q?=28=FC=F6=E4?= ...) Message-ID: Hi. I've installed mailman 1.1 for internal use in our company and I'm very happy with it so far. But the generated HTML in the archives could be improved. If someone writes mail using german language, text and subject of the mail may contain some umlauts like '?', '?', and so on. These often end quoted printable in the mail archive and so the subject may look like this in the generated HTML: Re: Ist das jetzt =?iso-8859-1?Q?nachtr=E4glich=20=E4nderbar?= I've had a look at standard library module 'quopri' but did not want to start hacking on it before asking here, whether this topic will already be addressed by someone else in an upcoming version of mailman. Regards, Peter -- Peter Funk, Oldenburger Str.86, 27777 Ganderkesee, Tel: 04222 9502 70, Fax: -60 From pf at artcom-gmbh.de Thu Jan 6 10:06:26 2000 From: pf at artcom-gmbh.de (Peter Funk) Date: Thu, 6 Jan 2000 10:06:26 +0100 (MET) Subject: [Mailman-Users] quoted text in KFM Html-Widget Message-ID: Hi! Some people here use the KFM as Web Browser (that is the file manager belonging to the Linux K Desktop Environmenti aka KDE). Although this works fine most of the time, the HTML generated by Mailman looks ugly, if it comes to passages of quoted text: They all end up as one continuous line causing a very long horizontal scrollbar to appear. Although this might be a bug in the HTML widget of KFM, for the time being I've applied the following (dirty) patch to mailman: --- freeware/mailman-1.1/Mailman/Archiver/HyperArch.py Sat Aug 21 07:13:23 1999 +++ /home/mailman/Mailman/Archiver/HyperArch.py Tue Jan 4 09:24:54 2000 @@ -944,7 +944,7 @@ else: quoted = quoted.end(0) prefix=CGIescape(L[:quoted]) + '' - suffix='' + suffix='

' if self.SHOWHTML: suffix=suffix+'
' if not last_line_was_quoted: I've have noticed no negative side effects when viewing these pages using other browsers like netscape. Regards, Peter -- Peter Funk, Oldenburger Str.86, 27777 Ganderkesee, Tel: 04222 9502 70, Fax: -60 From jylam at hangover.fr Thu Jan 6 11:01:41 2000 From: jylam at hangover.fr (Jean-Yves) Date: Thu, 06 Jan 2000 11:01:41 +0100 Subject: [Mailman-Users] Making an user unable to post Message-ID: <38746805.F2840B6F@hangover.fr> Hi, I'm looking for a the thing which can disable de post function for user. Is there a simple button to say :'this user can't post to the list', and mail him a small text ? Thx -- Jean-Yves LAMOUREUX Administrateur systeme / developpeur Hangover SARL ( http://www.hangover.fr ) -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000106/975c7ade/attachment.htm From jtsang at crystal.com.cn Thu Jan 6 13:10:13 2000 From: jtsang at crystal.com.cn (James Tsang) Date: Thu, 6 Jan 2000 20:10:13 +0800 Subject: [Mailman-Users] How can I set an account to install mailman? Message-ID: Dear all, ??? sorry for I'm newer in this field. How can I set my account to install mailman (or other application). Rgds ? From amenmok at allof.econ.cuhk.edu.hk Thu Jan 6 15:50:35 2000 From: amenmok at allof.econ.cuhk.edu.hk (amenmok at allof.econ.cuhk.edu.hk) Date: Thu, 6 Jan 2000 22:50:35 +0800 (CST) Subject: [Mailman-Users] (no subject) Message-ID: unscribe kfwong From C.Fox at gold.ac.uk Thu Jan 6 16:32:58 2000 From: C.Fox at gold.ac.uk (Chris Fox) Date: Thu, 06 Jan 2000 15:32:58 +0000 Subject: [Mailman-Users] Posting-Filter is broken in 1.1 !? In-Reply-To: claw's message of Mon, 03 Jan 2000 09:08:17 PST. Message-ID: <200001061532.PAA02605@wivenhoe.demon.co.uk> On Mon, 03 Jan 2000 09:08:17 PST, J C Lawrence wrote: >On Mon, 3 Jan 2000 10:30:03 +0100 >Aaron Optimizer Digulla wrote: > >> I have reported these bugs several *months* ago and still got no >> feedback about them :-( Is anyone ever fixing bugs ? > >> Ok, here they are again: > >> 1. Some posts are held no matter if the poster is subscribed or in >> the posters list (this is a different bug than #2 !!). > >I suspect that you still have MailMan configured to authenticate by >envelope address and that that address is not in your membership >list or authorised_poster list. > >> 2. Some posts are held because Mailman uses the "Sender:" header >> item added by Netscape (Mailman should ignore it). > >MailMan pays no attention to the Sender: header. It does by default >read the message envelope and does ignore the From: header however, > >> 3. When I have a list with the policy "Only subscribed posters can >> post" set to "Yes" and I set this option to "No", then all posts >> must be approved manually ! No one can post anymore :-( > >Set "Must posts be approved by an administrator?" to "No" in Privacy >Options. I also experience the reported problem, and requested help on this list--subject: How to make Mailman more trusting of subscriber supplied addresses--with no response (at least, none that reached me). This is with USE_ENVELOPE_SENDER = 0, and it even when faking the envelope from by piping through formail. At times, Mailman seems to behave as if it uses the return-path: header. Am I correct in assuming that the existence of this bug is either being denied or ignored? Although in our application we _may_ be able to find some workaround using an Exim recipe, we might have to reconsider if Mailman is going to be appropriate for our needs if such problems are not to be addressed. If it really is'nt a bug in Mailman itself, I wonder whether the problem arises due to some combination of mailman, MUA and MTA. What evidence would be required to track it down (and convince people that it exists) and to fix it? Chris -- Dr. Chris Fox, Dept. of Mathematical & Computing Sciences, Goldsmiths College, New Cross, London SE14 6NW, UK. Email: C.Fox at gold.ac.uk http://homepages.gold.ac.uk/chris/ Tel/Fax: +44(0)20 7919 7856/7853 GnuPG ID 6026D072 (09DF C4DF EF12 B96A 7EDD 27D8 1C0C DC33 6026 D072) From secabeen at pobox.com Thu Jan 6 17:55:53 2000 From: secabeen at pobox.com (Ted Cabeen) Date: Thu, 06 Jan 2000 10:55:53 -0600 Subject: [Mailman-Users] Posting-Filter is broken in 1.1 !? In-Reply-To: Your message of "Thu, 06 Jan 2000 15:32:58 GMT." <200001061532.PAA02605@wivenhoe.demon.co.uk> Message-ID: <200001061655.KAA07446@entropy.uchicago.edu> In message <200001061532.PAA02605 at wivenhoe.demon.co.uk>, Chris Fox writes: >On Mon, 03 Jan 2000 09:08:17 PST, J C Lawrence wrote: >>On Mon, 3 Jan 2000 10:30:03 +0100 >>Aaron Optimizer Digulla wrote: >>> 2. Some posts are held because Mailman uses the "Sender:" header >>> item added by Netscape (Mailman should ignore it). >> >>MailMan pays no attention to the Sender: header. It does by default >>read the message envelope and does ignore the From: header however, > >I also experience the reported problem, and requested help on this >list--subject: How to make Mailman more trusting of subscriber >supplied addresses--with no response (at least, none that reached >me). This is with USE_ENVELOPE_SENDER = 0, and it even when faking >the envelope from by piping through formail. At times, Mailman seems >to behave as if it uses the return-path: header. Since Barry doesn't seem to be around to respond to this, I'm going to attempt an answer. The relevant code that you're looking for is in Message.py at line 110 where Mailman checks the sender then the from: def GetSender(self): # Look for a Sender field. sender = self.getheader('sender') if sender: realname, mail_address = self.getaddr('sender') else: try: realname, mail_address = self.getaddr('from') except: real_name = mail_address = None Switching the sender and the from will check the From address first, then the sender. Here's a patch to do so. To use it, patch the two files and set USE_FROM_FIRST to 1 in your mm_cfg.py *** Message.py Sun Nov 7 10:48:54 1999 --- Message.py.new Thu Jan 6 10:42:50 2000 *************** *** 104,118 **** return self.file_data[self.file_count-1] + '\n' def GetSender(self): ! # Look for a Sender field. ! sender = self.getheader('sender') ! if sender: ! realname, mail_address = self.getaddr('sender') ! else: try: ! realname, mail_address = self.getaddr('from') ! except: real_name = mail_address = None # We can't trust that any of the headers really contained an address if mail_address and type(mail_address) == type(""): --- 104,127 ---- return self.file_data[self.file_count-1] + '\n' def GetSender(self): ! if mm_cfg.USE_FROM_FIRST: try: ! realname, mail_address = self.getaddr('from') ! except: real_name = mail_address = None + sender = self.getheader('sender') + if sender: + realname, mail_address = self.getaddr('sender') + else: + # Look for a Sender field. + sender = self.getheader('sender') + if sender: + realname, mail_address = self.getaddr('sender') + else: + try: + realname, mail_address = self.getaddr('from') + except: + real_name = mail_address = None # We can't trust that any of the headers really contained an address if mail_address and type(mail_address) == type(""): *** Defaults.py Sun Nov 7 10:48:51 1999 --- Defaults.py.new Thu Jan 6 10:45:11 2000 *************** *** 120,125 **** --- 120,128 ---- # spoofed messages may get through. USE_ENVELOPE_SENDER = 0 + # When true, mailman will check the from field before it checks the sender + # field, as sender is not set correctly by a number of MUAs + USE_FROM_FIRST = 0 # 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. -- Ted Cabeen http://www.pobox.com/~secabeen secabeen at pobox.com Check Website or finger for PGP Public Key secabeen at midway.uchicago.edu "I have taken all knowledge to be my province." -F. Bacon cococabeen at aol.com "Human kind cannot bear very much reality."-T.S.Eliot 73126.626 at compuserve.com From jeffw at fatman.pro-libertate.com Thu Jan 6 20:46:53 2000 From: jeffw at fatman.pro-libertate.com (jeffw) Date: Thu, 06 Jan 2000 13:46:53 -0600 Subject: [Mailman-Users] Majordomo to Mailman Archive Message-ID: <3874F12D.FB21829D@fatman.pro-libertate.com> Hi All, I have an old majordomo mailing list with archives that I would like to import to mailman, the bad news is the archive was passwd through hypermail and now I only have html articles. Any way to get them into mailman without the majordomo flat file archive? -- -jeffw From pescobar at listas.utp.ac.pa Thu Jan 6 16:15:02 2000 From: pescobar at listas.utp.ac.pa (Patricio Escobar) Date: Thu, 6 Jan 2000 15:15:02 +0000 (GMT) Subject: [Mailman-Users] Undelivered Mail Returned to Sender (fwd) Message-ID: Warm greetings from Panama Install mailman with postfix as server of post office and creates the ready test, but when sent mail to the list return follow message: ----------------------------------------------------- ---------- Forwarded message ---------- Date: Thu, 6 Jan 2000 09:43:28 -0500 (EST) From: Mail Delivery System To: pescobar at listas.utp.ac.pa Subject: Undelivered Mail Returned to Sender This is the Postfix program at host mac.utp.ac.pa. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For further assistance, please contact If you do so, please include this problem report. You can delete your own text from the message returned below. The Postfix program : Command died with status 2: "/home/mailman/mail/wrapper post test" ----------------------------------------------------- Thanks for the aid beforehand ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: Patricio Escobar P. "La felicidad no es hacer lo que se quiere, sino querer lo que se hace y amar lo que se alcanza" Jose Marti ================================================================= Red Academica y de Investigacion Nacional - PANNet Unidad de Investigacion y Desarrollo - UID patricio_escobar at hotmail.com patricio_escobar at usa.net patricio at pannet.pa ================================================================= L.S.P.M. -------------- next part -------------- An embedded message was scrubbed... From: Patricio Escobar Subject: Re: Welcome To "Test"! Date: Thu, 6 Jan 2000 14:59:30 +0000 (GMT) Size: 1287 Url: http://mail.python.org/pipermail/mailman-users/attachments/20000106/351b910e/attachment.mht From pescobar at listas.utp.ac.pa Thu Jan 6 16:16:28 2000 From: pescobar at listas.utp.ac.pa (Patricio Escobar) Date: Thu, 6 Jan 2000 15:16:28 +0000 (GMT) Subject: [Mailman-Users] Problem with Mailman In-Reply-To: Message-ID: > Warm greetings from Panama > Install mailman with postfix as server of post office and creates the > ready test, but when sent mail to the list return follow > message: > > ----------------------------------------------------- > ---------- Forwarded message ---------- > Date: Thu, 6 Jan 2000 09:43:28 -0500 (EST) > From: Mail Delivery System > To: pescobar at listas.utp.ac.pa > Subject: Undelivered Mail Returned to Sender > > This is the Postfix program at host mac.utp.ac.pa. > > I'm sorry to have to inform you that the message returned > below could not be delivered to one or more destinations. > > For further assistance, please contact > > If you do so, please include this problem report. You can > delete your own text from the message returned below. > > The Postfix program > > : Command died with status 2: "/home/mailman/mail/wrapper > post test" > ----------------------------------------------------- > Thanks for the aid beforehand > > > > ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: > Patricio Escobar P. > > "La felicidad no es hacer lo que se quiere, sino querer lo > que se hace y amar lo que se alcanza" > Jose Marti > ================================================================= > Red Academica y de Investigacion Nacional - PANNet > Unidad de Investigacion y Desarrollo - UID > > patricio_escobar at hotmail.com patricio_escobar at usa.net > patricio at pannet.pa > ================================================================= > L.S.P.M. > > > > From ptomblin at xcski.com Thu Jan 6 21:03:55 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Thu, 6 Jan 2000 15:03:55 -0500 Subject: [Mailman-Users] Undelivered Mail Returned to Sender (fwd) In-Reply-To: ; from Patricio Escobar on Thu, Jan 06, 2000 at 03:15:02PM +0000 References: Message-ID: <20000106150355.A21287@xcski.com> Quoting Patricio Escobar (pescobar at listas.utp.ac.pa): Content-Description: Notification > : Command died with status 2: "/home/mailman/mail/wrapper > post test" If you're using a fairly recent version of sendmail: cd /etc/smrsh ln -s /home/mailman/mail/wrapper wrapper Then try your test post again. -- Paul Tomblin, not speaking for anybody. SETI at Home: Finally a *good* way to impress Jodie Foster http://www.setiathome.ssl.berkeley.edu/ From roger at slevin.u-net.com Thu Jan 6 22:23:40 2000 From: roger at slevin.u-net.com (Roger Slevin) Date: Thu, 06 Jan 2000 21:23:40 +0000 Subject: [Mailman-Users] Two administrators : error message bomb Message-ID: <3.0.32.20000106212330.00a36e20@mail.u-net.com> Over the recent holiday period one of two administrators mail systems was down, and a list (running on Mailman 1.0) triggered a message to the administrators. The result was a mail bomb of "Mail delivery failed: returning message to sender" messages to the one administrator whose e-mail system was working, caused by the bounced messages from the other administrator being re-sent to both administrators by Mailman. Is this a known bug? Is there a patch? Is it fixed in version 1.1? Any help greatly appreciated - we've gone down to having only a single administrator on each list for the time being to prevent this problem repeating. Roger Slevin From igorl at life.uiuc.edu Thu Jan 6 22:28:25 2000 From: igorl at life.uiuc.edu (Igor S. Livshits) Date: Thu, 6 Jan 2000 15:28:25 -0600 Subject: [Mailman-Users] Confused about desired gzip behavior Message-ID: Hello, What should be the desired or appropriate gzip behavior versus archives? I see that the 1.1 defaults indicate not to compress the archive on the fly but rather to use the nightly cron job. It does not appear that the cron job is designed to remove or truncate the source text file, but it does appear that the archive web page display will preferentially list the compressed archive over the plain text one? I am not quite sure what this is designed to accomplish as: 1. Modern web servers tend to decompress on the fly when they serve compressed text files 2. Disk space is not conserved as both files are kept 3. Compressed archives lag real archives What am I missing here? Thanks, igor From andreas at mtg.co.at Thu Jan 6 22:36:59 2000 From: andreas at mtg.co.at (Andreas Kostyrka) Date: Thu, 6 Jan 2000 22:36:59 +0100 Subject: [Mailman-Users] Confused about desired gzip behavior In-Reply-To: ; from igorl@life.uiuc.edu on Thu, Jan 06, 2000 at 03:28:25PM -0600 References: Message-ID: <20000106223659.O14218@mtg.co.at> On Thu, Jan 06, 2000 at 03:28:25PM -0600, Igor S. Livshits wrote: > 1. Modern web servers tend to decompress on the fly when they serve > compressed text files Well, modern web servers most surely do not this. Certain web browsers are known to decompress files on the fly :) Andreas -- Andreas Kostyrka | andreas at mtg.co.at phone: +43/1/7070750 | phone: +43/676/4091256 MTG Handelsges.m.b.H. | fax: +43/1/7065299 Raiffeisenstr. 16/9 | 2320 Zwoelfaxing AUSTRIA http://www.euro.cauce.org/ | http://www.cauce.org/ From igorl at life.uiuc.edu Thu Jan 6 22:48:56 2000 From: igorl at life.uiuc.edu (Igor S. Livshits) Date: Thu, 6 Jan 2000 15:48:56 -0600 Subject: [Mailman-Users] Confused about desired gzip behavior In-Reply-To: <20000106223659.O14218@mtg.co.at> References: <20000106223659.O14218@mtg.co.at> Message-ID: At 10:36 PM +0100 on 1/6/00, Andreas Kostyrka wrote: >On Thu, Jan 06, 2000 at 03:28:25PM -0600, Igor S. Livshits wrote: > > 1. Modern web servers tend to decompress on the fly when they serve > > compressed text files >Well, modern web servers most surely do not this. Certain web browsers >are known to decompress files on the fly :) I know that Apache does this, although one may turn this feature off. Igor From pescobar at listas.utp.ac.pa Thu Jan 6 18:52:52 2000 From: pescobar at listas.utp.ac.pa (Patricio Escobar) Date: Thu, 6 Jan 2000 17:52:52 +0000 (GMT) Subject: [Mailman-Users] Undelivered Mail Returned to Sender (fwd) Message-ID: Hello I use postfix with Mailman and receipt the following mail of return when write to the list ------------------------------------------------------------ ---------- Forwarded message ---------- Date: Thu, 6 Jan 2000 12:19:02 -0500 (EST) From: Mail Delivery System To: pescobar at listas.utp.ac.pa Subject: Undelivered Mail Returned to Sender This is the Postfix program at host mac.utp.ac.pa. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For further assistance, please contact If you do so, please include this problem report. You can delete your own text from the message returned below. The Postfix program : Command died with status 2: "/home/mailman/mail/wrapper post test" ------------------------------------ Alsoin /var/log/maillog it appears the lines: Mailman mail*-wrapper: Failure to exec script. WANTED gid 504, GOT 99 (Reconfigure to take 99? (Command died with status 2: /home/posatfix/mail/wrapper post test Thanks for his help... -------------- next part -------------- An embedded message was scrubbed... From: Patricio Escobar Subject: Re: Welcome To "Test"! Date: Thu, 6 Jan 2000 17:35:58 +0000 (GMT) Size: 1350 Url: http://mail.python.org/pipermail/mailman-users/attachments/20000106/824fc1be/attachment.mht From andrew at violet.org Fri Jan 7 04:29:47 2000 From: andrew at violet.org (Andrew Perkins) Date: Thu, 6 Jan 2000 19:29:47 -0800 Subject: [Mailman-Users] Bounce Detection for: exim, postfix Message-ID: <20000106192946.A18291@violet.org> Hello everyone, It appears that bounce detection for various MTA's (exim, postfix) have not been implemented in mailman. For our sake, it is unfortunate that the MTA authors failed to arrive upon some similar error message format. I am *so* interested in bounce detection for exim (today) and postfix (in a couple of months) that I am willing to contribute to the mailman source tree. Although I do not currently write any python, I have a solid grasp of perl. I am definitely willing to learn python for this project. I am posting to this list to *be sure* that I am not re-inventing any wheels... Please respond to this message with *any* information you may have regarding other projects (within mailman or otherwise) that my have relevance to this. I understand that support for alternate MTA (i.e. not sendmail) bounce detection may be underway for mailman 1.2; if this is the case please point me to the CVS repository... Verbosity counts, please do not assume that I have thought of everything... Cordially, _____________________________________________ Andrew Perkins andrew at violet.org From benjy at alum.mit.edu Fri Jan 7 09:19:18 2000 From: benjy at alum.mit.edu (Benjamin B. Thomas) Date: Fri, 7 Jan 2000 02:19:18 -0600 Subject: [Mailman-Users] Re: Pipermail Archive page Message-ID: <200001070819.CAA21275@mail.indiansprings.org> I have no idea if this has any bearing on the problem, but from your email, your system seems to think that it is currently September (Wed, 06 Sep 2000 16:35:59 -0600). This caught me by surprise when I visited the list archive page at http://www.python.org/pipermail/mailman-users/. -benjy Christopher Conner writes: > Our archive page gets updated about every half hour. When it updates > the most recent post on the page gets replaced with the most recent > post. So instead of the archive list for January getting longer each > time it updates it stays the same length and the last link gets replaced > with a more recent post. Has anyone ever seen this, or does anyone have > an idea how I could get it to update the archive correctly? From diablo at lt.com.ua Fri Jan 7 11:13:59 2000 From: diablo at lt.com.ua (Gelfandbein Boris) Date: Fri, 7 Jan 2000 12:13:59 +0200 Subject: [Mailman-Users] list are live? Message-ID: <17509.000107@lt.com.ua> Hello mailman-users, anybody read this list? -- Best regards, Gelfandbein Boris | BG12-RIPE | Kherson, LT | 263119 From th at nextel.no Fri Jan 7 12:36:15 2000 From: th at nextel.no (Tor Houghton) Date: Fri, 7 Jan 2000 12:36:15 +0100 (MET) Subject: [Mailman-Users] Confused about desired gzip behavior In-Reply-To: Message-ID: On Thu, 6 Jan 2000, Igor S. Livshits wrote: > Hello, > > [snip] > > What am I missing here? > i _think_ the idea is that a person can download the whole archive to his/her machine. perhaps i am mistaken. tor. From bwarsaw at cnri.reston.va.us Fri Jan 7 17:07:23 2000 From: bwarsaw at cnri.reston.va.us (Barry A. Warsaw) Date: Fri, 7 Jan 2000 11:07:23 -0500 (EST) Subject: [Mailman-Users] Bounce Detection for: exim, postfix References: <20000106192946.A18291@violet.org> Message-ID: <14454.3899.944759.319200@anthem.cnri.reston.va.us> >>>>> "AP" == Andrew Perkins writes: AP> It appears that bounce detection for various MTA's (exim, AP> postfix) have not been implemented in mailman. For our sake, AP> it is unfortunate that the MTA authors failed to arrive upon AP> some similar error message format. I am *so* interested in AP> bounce detection for exim (today) and postfix (in a couple of AP> months) that I am willing to contribute to the mailman source AP> tree. Although I do not currently write any python, I have a AP> solid grasp of perl. I am definitely willing to learn python AP> for this project. You will definitely want to look at the current CVS snapshot. I've implemented Postfix, Qmail's QSBMF, DSN (a.k.a. RFC 1894) and several other, er, "unique" bounce detectors. I've been able greatly reduce the number of bounces coming to the admin. There are still a few bizarre formats that I'm not yet catching, and as the pain of dealing with them increases, I'll probably add simple regexp catchers. I'll agree that it's sad that many MTA authors feel they can't adopt one of the existing standards. -Barry From roberto at mayidsgn.com.hk Fri Jan 7 17:51:24 2000 From: roberto at mayidsgn.com.hk (roberto) Date: Sat, 08 Jan 2000 00:51:24 +0800 Subject: [Mailman-Users] About mailman new list setup Message-ID: <3876198B.4C65EBE0@mayidsgn.com.hk> Dear all, I have a difficulty when setup newlist. After running new list. e.g. abc_list, then the email address of the list would be abc_list at my_server.my_domain.com. but when I send email to this account, I got a returned message of "Unknow User" Should I set up a email account for abc_list separately? If I do that, how does mailman know the location of the mailbox? I have try that but it seems that mailman cannot handle the mailbox and send the message to the subscribers. Thanks for help! Roberto From rniess at netserver3.otr.usm.edu Fri Jan 7 18:13:49 2000 From: rniess at netserver3.otr.usm.edu (Rick Niess) Date: Fri, 7 Jan 2000 11:13:49 -0600 (CST) Subject: [Mailman-Users] About mailman new list setup In-Reply-To: <3876198B.4C65EBE0@mayidsgn.com.hk> Message-ID: On Sat, 8 Jan 2000, roberto wrote: > I have a difficulty when setup newlist. > After running new list. e.g. abc_list, then the email address of the > list would be abc_list at my_server.my_domain.com. but when I send email to > this account, I got a returned message of "Unknow User" Should I set up > a email account for abc_list separately? If I do that, how does mailman No, but you do have to add the block of aliases that the newlist script prints out to your /etc/aliases file. And then, if necessary, tell your MTA to re-look at /etc/aliases ("newaliases" or "sendmail -b" works if Sendmail is your MTA). I hope this helps... ~ Rick ~ -- .oooO "Man with closed Oooo. Rick C. Niess ( ) mouth gathers ( ) University of Southern Miss. \ ( no foot!" ) / resnet at usm.edu --\ )------------------(_/------------------------------- From chris.conner at navidec.com Sat Jan 8 01:08:11 2000 From: chris.conner at navidec.com (Christopher Conner) Date: Fri, 07 Jan 2000 17:08:11 -0700 Subject: [Mailman-Users] listname.mbox Message-ID: <38767FE9.69EAC4BA@navidec.com> Is there a way to configure mailman so that instead of getting one large listname.mbox full of the emails I can get seperate ones by month, like january.mbox, february.mbox...? Thanks for any help on this. From cdysthe at oddbird.dyndns.org Sat Jan 8 15:34:39 2000 From: cdysthe at oddbird.dyndns.org (Christian Dysthe) Date: Sat, 8 Jan 2000 08:34:39 -0600 (CST) Subject: [Mailman-Users] config.db dissapears. Message-ID: Hi, I run several lists using Mailman v 1.0rc2 on a Debian Slink server. One of the list has 33,000 subscribers but is only used for a very few postings controlled by me. Quite often after having posted to the list the config.db file disappears and I have to copy config.db.last as new config.db. Then everything works fine again until I post to the list again and the same thing (mostly) happens. What might be wrong here? TIA -- ---------------------------------------- Regards, Christian Dysthe E-mail: cdysthe at oddbird.dyndns.org Web: http://oddbird.dyndns.org ICQ 3945810 eFax/Voicemail: 1-208-248-9634 Powered by Debian GNU/Linux ---------------------------------------- "Clones are people two" From jtsang at crystal.com.cn Sat Jan 8 19:48:49 2000 From: jtsang at crystal.com.cn (James Tsang) Date: Sun, 9 Jan 2000 02:48:49 +0800 Subject: [Mailman-Users] the URL not found Message-ID: Dear member, who can help me on URL not found other than common FAQ. I set up like following: set Alias and directory in httpd.conf after I test with test maillist with my own email account, but once I click the URL, it is reported me error 404. then I come back to check httpd's error log, it is said not the httpd/mail.....test , I check the file, can not found the public_..../test too. no test.html, just one test.mbox. is there any incorrect configuration I done? Best Regards James Tsang -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000109/a6f82aea/attachment.html From roberto at mayidsgn.com.hk Sun Jan 9 04:13:40 2000 From: roberto at mayidsgn.com.hk (roberto) Date: Sun, 09 Jan 2000 11:13:40 +0800 Subject: [Mailman-Users] How to solve SMTP relaying denied problems Message-ID: <3877FCE3.511D98A2@mayidsgn.com.hk> Dear all, I have set up mailman and added a list of aliases into /etc/aliases and also run the command 'newaliases'. Then I subscribed and post message to the mailing list. But I can't get any returned mail. I telnet and view the /home/mailman/logs. No message in 'error' file but found some messages in 'smtp-failures' file. The message is like: ... TrySMTPDelivery: To xxx at yyy.com ... TrySMTPDelivery: Mailman.pythonlib.smtplib.SMTPRecipientsRefused / {'xxx at yyy.com': (550, '... Relaying denied')} (dequeued) What should I do? Thanks for help. Roberto From aggarwal at dti.net Sun Jan 9 05:20:40 2000 From: aggarwal at dti.net (Samir Aggarwal) Date: Sat, 8 Jan 2000 23:20:40 -0500 (EST) Subject: [Mailman-Users] wrapper problems Message-ID: hello all, i am having some wrapper problems. i was getting the error: sh: wrapper not available for sendmail programs 554 "|/home/mailman/mail/wrapper mailowner test"... Service unavailable i followed the directions listed in the install, and now i am receiving this error: ----- The following addresses had permanent fatal errors ----- "|/etc/smrsh/wrapper mailowner test" (expanded from: test-admin) ----- Transcript of session follows ----- Traceback (innermost last): File "/home/mailman/scripts/mailowner", line 42, in ? mlist = MailList.MailList(sys.argv[1]) File "/home/mailman/Mailman/MailList.py", line 62, in __init__ self.Load() File "/home/mailman/Mailman/MailList.py", line 804, in Load self.Lock() File "/home/mailman/Mailman/MailList.py", line 1373, in Lock self.__lock.lock() File "/home/mailman/Mailman/LockFile.py", line 186, in lock os.link(self.__lockfile, self.__tmpfname) OSError: [Errno 13] Permission denied 554 "|/etc/smrsh/wrapper mailowner test"... unknown mailer error 1 i see that it is a permission error, but where? thanks, Samir From webmaster at planetphat.com Sun Jan 9 05:35:59 2000 From: webmaster at planetphat.com (Jamie Krasnoo) Date: Sat, 8 Jan 2000 20:35:59 -0800 Subject: [Mailman-Users] wrapper problems In-Reply-To: Message-ID: You need to create a symbolic link to wrapper in /etc/smrsh. Goto /etc/smrsh and then ln -s /path/to/mailman/mail/wrapper wrapper. Restart sendmail. without this link in smrsh, sendmail won't run the wrapper since it thinks its not cool to do so. Jamie Krasnoo -----Original Message----- From: mailman-users-admin at python.org [mailto:mailman-users-admin at python.org]On Behalf Of Samir Aggarwal Sent: Saturday, January 08, 2000 8:21 PM To: mailman-users at python.org Subject: [Mailman-Users] wrapper problems hello all, i am having some wrapper problems. i was getting the error: sh: wrapper not available for sendmail programs 554 "|/home/mailman/mail/wrapper mailowner test"... Service unavailable i followed the directions listed in the install, and now i am receiving this error: ----- The following addresses had permanent fatal errors ----- "|/etc/smrsh/wrapper mailowner test" (expanded from: test-admin) ----- Transcript of session follows ----- Traceback (innermost last): File "/home/mailman/scripts/mailowner", line 42, in ? mlist = MailList.MailList(sys.argv[1]) File "/home/mailman/Mailman/MailList.py", line 62, in __init__ self.Load() File "/home/mailman/Mailman/MailList.py", line 804, in Load self.Lock() File "/home/mailman/Mailman/MailList.py", line 1373, in Lock self.__lock.lock() File "/home/mailman/Mailman/LockFile.py", line 186, in lock os.link(self.__lockfile, self.__tmpfname) OSError: [Errno 13] Permission denied 554 "|/etc/smrsh/wrapper mailowner test"... unknown mailer error 1 i see that it is a permission error, but where? thanks, Samir ------------------------------------------------------ Mailman-Users maillist - Mailman-Users at python.org http://www.python.org/mailman/listinfo/mailman-users From aggarwal at dti.net Sun Jan 9 05:45:53 2000 From: aggarwal at dti.net (Samir Aggarwal) Date: Sat, 8 Jan 2000 23:45:53 -0500 (EST) Subject: [Mailman-Users] wrapper problems In-Reply-To: Message-ID: That is exactly what i did. and the second set of errors that i posted was the result. any other suggestions? thanks, Samir On Sat, 8 Jan 2000, Jamie Krasnoo wrote: > You need to create a symbolic link to wrapper in /etc/smrsh. Goto /etc/smrsh > and then ln -s /path/to/mailman/mail/wrapper wrapper. Restart sendmail. > without this link in smrsh, sendmail won't run the wrapper since it thinks > its not cool to do so. > > Jamie Krasnoo > > -----Original Message----- > From: mailman-users-admin at python.org > [mailto:mailman-users-admin at python.org]On Behalf Of Samir Aggarwal > Sent: Saturday, January 08, 2000 8:21 PM > To: mailman-users at python.org > Subject: [Mailman-Users] wrapper problems > > > > hello all, > > i am having some wrapper problems. > > i was getting the error: > sh: wrapper not available for sendmail programs > 554 "|/home/mailman/mail/wrapper mailowner test"... Service unavailable > > i followed the directions listed in the install, and now i am receiving > this error: > ----- The following addresses had permanent fatal errors ----- > "|/etc/smrsh/wrapper mailowner test" > (expanded from: test-admin) > > ----- Transcript of session follows ----- > Traceback (innermost last): > File "/home/mailman/scripts/mailowner", line 42, in ? > mlist = MailList.MailList(sys.argv[1]) > File "/home/mailman/Mailman/MailList.py", line 62, in __init__ > self.Load() > File "/home/mailman/Mailman/MailList.py", line 804, in Load > self.Lock() > File "/home/mailman/Mailman/MailList.py", line 1373, in Lock > self.__lock.lock() > File "/home/mailman/Mailman/LockFile.py", line 186, in lock > os.link(self.__lockfile, self.__tmpfname) > OSError: [Errno 13] Permission denied > 554 "|/etc/smrsh/wrapper mailowner test"... unknown mailer error 1 > > i see that it is a permission error, but where? > > thanks, > Samir > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > > From webmaster at planetphat.com Sun Jan 9 06:09:40 2000 From: webmaster at planetphat.com (Jamie Krasnoo) Date: Sat, 8 Jan 2000 21:09:40 -0800 Subject: [Mailman-Users] wrapper problems In-Reply-To: Message-ID: Hrmn, I'm at a loss here. Looks like the wrapper had a problem. Check your installation. Jamie Krasnoo -----Original Message----- From: mailman-users-admin at python.org [mailto:mailman-users-admin at python.org]On Behalf Of Samir Aggarwal Sent: Saturday, January 08, 2000 8:46 PM To: Jamie Krasnoo Cc: mailman-users at python.org Subject: RE: [Mailman-Users] wrapper problems That is exactly what i did. and the second set of errors that i posted was the result. any other suggestions? thanks, Samir On Sat, 8 Jan 2000, Jamie Krasnoo wrote: > You need to create a symbolic link to wrapper in /etc/smrsh. Goto /etc/smrsh > and then ln -s /path/to/mailman/mail/wrapper wrapper. Restart sendmail. > without this link in smrsh, sendmail won't run the wrapper since it thinks > its not cool to do so. > > Jamie Krasnoo > > -----Original Message----- > From: mailman-users-admin at python.org > [mailto:mailman-users-admin at python.org]On Behalf Of Samir Aggarwal > Sent: Saturday, January 08, 2000 8:21 PM > To: mailman-users at python.org > Subject: [Mailman-Users] wrapper problems > > > > hello all, > > i am having some wrapper problems. > > i was getting the error: > sh: wrapper not available for sendmail programs > 554 "|/home/mailman/mail/wrapper mailowner test"... Service unavailable > > i followed the directions listed in the install, and now i am receiving > this error: > ----- The following addresses had permanent fatal errors ----- > "|/etc/smrsh/wrapper mailowner test" > (expanded from: test-admin) > > ----- Transcript of session follows ----- > Traceback (innermost last): > File "/home/mailman/scripts/mailowner", line 42, in ? > mlist = MailList.MailList(sys.argv[1]) > File "/home/mailman/Mailman/MailList.py", line 62, in __init__ > self.Load() > File "/home/mailman/Mailman/MailList.py", line 804, in Load > self.Lock() > File "/home/mailman/Mailman/MailList.py", line 1373, in Lock > self.__lock.lock() > File "/home/mailman/Mailman/LockFile.py", line 186, in lock > os.link(self.__lockfile, self.__tmpfname) > OSError: [Errno 13] Permission denied > 554 "|/etc/smrsh/wrapper mailowner test"... unknown mailer error 1 > > i see that it is a permission error, but where? > > thanks, > Samir > > > ------------------------------------------------------ > 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 brian at cowan.edu.au Sun Jan 9 09:13:57 2000 From: brian at cowan.edu.au (Brian Anderson) Date: Sun, 9 Jan 2000 16:13:57 +0800 (WST) Subject: [Mailman-Users] Mailman cron error Message-ID: G'day, I'm getting the following message from cron.... Subject: Cron /usr/bin/python /usr/local/mailman/cron/nightly_gzip Traceback (innermost last): File "/usr/local/mailman/cron/nightly_gzip", line 143, in ? main() File "/usr/local/mailman/cron/nightly_gzip", line 114, in main time.strptime(f, '%Y-%B.txt') AttributeError: strptime ... I'm running Mailman 1.1 on a RedHat 6.1 system. Unfortunately I'm not a python person so I'm not sure whats causing the problem so any clues will be gratefully received :-) Many thanks brian ========================================================================= Brian Anderson mailto:b.anderson at cowan.edu.au Edith Cowan University Phone: +61 8 9273 8103 Pearson Street, Churchlands Mobile: 040 7474 093 Western AUSTRALIA Fax: +61 08 9273 8000 In a world without walls and fences,who needs windows and gates? ===================== #include ======================= From ricardo at miss-janet.com Sun Jan 9 11:32:19 2000 From: ricardo at miss-janet.com (Ricardo Kustner) Date: Sun, 9 Jan 2000 11:32:19 +0100 Subject: [Mailman-Users] How to solve SMTP relaying denied problems In-Reply-To: <3877FCE3.511D98A2@mayidsgn.com.hk>; from roberto@mayidsgn.com.hk on Sun, Jan 09, 2000 at 11:13:40AM +0800 References: <3877FCE3.511D98A2@mayidsgn.com.hk> Message-ID: <20000109113219.A3368@miss-janet.com> On Sun, Jan 09, 2000 at 11:13:40AM +0800, roberto wrote: > ... TrySMTPDelivery: To xxx at yyy.com > ... TrySMTPDelivery: Mailman.pythonlib.smtplib.SMTPRecipientsRefused / > {'xxx at yyy.com': (550, '... Relaying denied')} (dequeued) > What should I do? > Thanks for help. you need to tell your local MTA (sendmail, exim, qmail, postfix... or which ever you are using) to allow relaying through the localhost... Ricardo. -- From Nigel.Metheringham at vdata.co.uk Sun Jan 9 21:52:57 2000 From: Nigel.Metheringham at vdata.co.uk (Nigel Metheringham) Date: Sun, 09 Jan 2000 20:52:57 +0000 Subject: [Mailman-Users] Bounce Detection for: exim, postfix In-Reply-To: Message from "Barry A. Warsaw" of "Fri, 07 Jan 2000 11:07:23 EST." <14454.3899.944759.319200@anthem.cnri.reston.va.us> Message-ID: bwarsaw at cnri.reston.va.us said: > I'll agree that it's sad that many MTA authors feel they can't adopt > one of the existing standards. I guess this is because other than DSN there is no accepted written standard - and DSN is pretty much unworkable in practice (it has too many additional implications). Just to make things nastier, one of the things asked for by exim users was customisable bounce messages - and pretty much all elements can be morphed. The one very easy standard piece of an exim bounce is the x-failed-recipients header - if its there then it lists the recipients that failed (addresses given in the form that the bouncing MTA received them - this means its still a problem if a message forwarded from a remote machine bounces since the address will be different to that the list knows about). 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 garret at satix.net Mon Jan 10 01:53:33 2000 From: garret at satix.net (Garret Krampe) Date: Mon, 10 Jan 2000 08:53:33 +0800 Subject: [Mailman-Users] NO hassles list script for RH 6 Linux Message-ID: <38792D8D.AF4FF12F@satix.net> NOTE: Edit the file and Change ADMIN and PASS file: /home/mailman/bin/nlist usage: ./nlist #!/bin/bash LIST=$1 ADMIN=$2 PASS=$3 if [ "$#" = "1" ] ; then ADMIN=fred_bloggs at muffy.org ##### ADMIN PASS=muffy ##### PASS echo "creating $LIST for $ADMIN passwrd: $PASS" else if [ "$#" = "3" ] ; then echo "creating $LIST for $ADMIN passwrd: $PASS" else echo "$0 " echo "$0 AUTO creates a list, adds to /etc/aliases and restarts sendmail" echo "by Garret Krampe" exit 5 fi fi exit FOUND=`cat /etc/aliases | grep "^$LIST:"` if [ "$FOUND" = "" ] ; then echo "Checked /etc/aliases ... List name is OK" else echo "Checked /etc/aliases ... List name EXISTS " echo "$FOUND" exit 10 fi if [ -f /home/mailman/lists/$LIST ] ; then echo "List already exists ... use rmlist -a $LIST to remove it " exit 20 else echo "New list $LIST is OK to CREATE" fi rm -f /tmp/newaliases su - mailman -c "bin/newlist $LIST $ADMIN $PASS $PASS | egrep -v 'Entry' >>/tmp/newaliases" su - mailman -c "echo $ADMIN | bin/add_members -n - -c n -w y $LIST " cat /tmp/newaliases >>/etc/aliases rm -f /tmp/newaliases sendmail -biv /etc/rc.d/init.d/sendmail stop /etc/rc.d/init.d/sendmail start echo "Done $LIST Created Password $PASS" -- Regards, Garret Krampe (Managing Director) --------------------- SATIX Pty Ltd. http://www.satix.net --------------------- ACN 090 976 015 Western Australia "The Satellite Internet Exchange" --------------------- (08) 6278 2649 0412 303 504 Mobile ICQ 11 25 26 11 garret at satix.net From secabeen at pobox.com Mon Jan 10 16:51:56 2000 From: secabeen at pobox.com (Ted Cabeen) Date: Mon, 10 Jan 2000 09:51:56 -0600 Subject: [Mailman-Users] wrapper problems In-Reply-To: Your message of "Sat, 08 Jan 2000 21:09:40 PST." Message-ID: <200001101551.JAA17995@entropy.uchicago.edu> In message , "Jamie Kras noo" writes: >Hrmn, I'm at a loss here. Looks like the wrapper had a problem. Check your >installation. Try running ~mailman/bin/check_perms -f It looks like a permission problem. The above will force the permissions to the correct values. >On Sat, 8 Jan 2000, Jamie Krasnoo wrote: > >> You need to create a symbolic link to wrapper in /etc/smrsh. Goto >/etc/smrsh >> and then ln -s /path/to/mailman/mail/wrapper wrapper. Restart sendmail. >> without this link in smrsh, sendmail won't run the wrapper since it thinks >> its not cool to do so. >> >> Jamie Krasnoo >> >> -----Original Message----- >> From: mailman-users-admin at python.org >> [mailto:mailman-users-admin at python.org]On Behalf Of Samir Aggarwal >> Sent: Saturday, January 08, 2000 8:21 PM >> To: mailman-users at python.org >> Subject: [Mailman-Users] wrapper problems >> >> >> >> hello all, >> >> i am having some wrapper problems. >> >> i was getting the error: >> sh: wrapper not available for sendmail programs >> 554 "|/home/mailman/mail/wrapper mailowner test"... Service unavailable >> >> i followed the directions listed in the install, and now i am receiving >> this error: >> ----- The following addresses had permanent fatal errors ----- >> "|/etc/smrsh/wrapper mailowner test" >> (expanded from: test-admin) >> >> ----- Transcript of session follows ----- >> Traceback (innermost last): >> File "/home/mailman/scripts/mailowner", line 42, in ? >> mlist = MailList.MailList(sys.argv[1]) >> File "/home/mailman/Mailman/MailList.py", line 62, in __init__ >> self.Load() >> File "/home/mailman/Mailman/MailList.py", line 804, in Load >> self.Lock() >> File "/home/mailman/Mailman/MailList.py", line 1373, in Lock >> self.__lock.lock() >> File "/home/mailman/Mailman/LockFile.py", line 186, in lock >> os.link(self.__lockfile, self.__tmpfname) >> OSError: [Errno 13] Permission denied >> 554 "|/etc/smrsh/wrapper mailowner test"... unknown mailer error 1 >> >> i see that it is a permission error, but where? >> >> thanks, >> Samir -- Ted Cabeen http://www.pobox.com/~secabeen secabeen at pobox.com Check Website or finger for PGP Public Key secabeen at midway.uchicago.edu "I have taken all knowledge to be my province." -F. Bacon cococabeen at aol.com "Human kind cannot bear very much reality."-T.S.Eliot 73126.626 at compuserve.com From secabeen at pobox.com Mon Jan 10 16:53:02 2000 From: secabeen at pobox.com (Ted Cabeen) Date: Mon, 10 Jan 2000 09:53:02 -0600 Subject: [Mailman-Users] Mailman cron error In-Reply-To: Your message of "Sun, 09 Jan 2000 16:13:57 +0800." Message-ID: <200001101553.JAA18012@entropy.uchicago.edu> In message , Br ian Anderson writes: >G'day, >I'm getting the following message from cron.... > >Subject: Cron /usr/bin/python > /usr/local/mailman/cron/nightly_gzip > >Traceback (innermost last): > File "/usr/local/mailman/cron/nightly_gzip", line 143, in ? > main() > File "/usr/local/mailman/cron/nightly_gzip", line 114, in main > time.strptime(f, '%Y-%B.txt') >AttributeError: strptime > >... I'm running Mailman 1.1 on a RedHat 6.1 system. Unfortunately I'm not >a python person so I'm not sure whats causing the problem so any clues >will be gratefully received :-) Install the Python 1.5.2 RPM. -- Ted Cabeen http://www.pobox.com/~secabeen secabeen at pobox.com Check Website or finger for PGP Public Key secabeen at midway.uchicago.edu "I have taken all knowledge to be my province." -F. Bacon cococabeen at aol.com "Human kind cannot bear very much reality."-T.S.Eliot 73126.626 at compuserve.com From roberto at mayidsgn.com.hk Mon Jan 10 17:13:58 2000 From: roberto at mayidsgn.com.hk (roberto) Date: Tue, 11 Jan 2000 00:13:58 +0800 Subject: [Mailman-Users] How to solve SMTP relaying denied problems References: <3877FCE3.511D98A2@mayidsgn.com.hk> <20000109113219.A3368@miss-janet.com> Message-ID: <387A0546.EB6ABF0D@mayidsgn.com.hk> I add a line "define(`LOCAL_RELAY', `myhost.yyy.com') in sendmail.mc and run m4 /etc/sendmail.mc > /etc/sendmail.cf Is it right? However, I receive the following message after sending test message to the mailing list: -------------------------------------------------- Subject: Postmaster notify: Service unavailable Date: Mon, 10 Jan 2000 23:18:06 +0800 From: Mail Delivery Subsystem To: postmaster at myhost.yyy.com The original message was received at Mon, 10 Jan 2000 23:18:06 +0800 from localhost ----- The following addresses had permanent fatal errors ----- "|/home/mailman/mail/wrapper mailowner opensource2" (expanded from: opensource2-admin) ----- Transcript of session follows ----- sh: wrapper not available for sendmail programs 554 "|/home/mailman/mail/wrapper mailowner opensource2"... Service unavailable -------------------------------------------------------------------------------------- Thanks for help. Roberto Ricardo Kustner wrote: > On Sun, Jan 09, 2000 at 11:13:40AM +0800, roberto wrote: > > ... TrySMTPDelivery: To xxx at yyy.com > > ... TrySMTPDelivery: Mailman.pythonlib.smtplib.SMTPRecipientsRefused / > > {'xxx at yyy.com': (550, '... Relaying denied')} (dequeued) > > What should I do? > > Thanks for help. > > you need to tell your local MTA (sendmail, exim, qmail, postfix... or which > ever you are using) to allow relaying through the localhost... > > Ricardo. > > -- From jmackenzie at local.ie Mon Jan 10 17:17:13 2000 From: jmackenzie at local.ie (John MacKenzie) Date: Mon, 10 Jan 2000 16:17:13 +0000 Subject: [Mailman-Users] Mailman Not archiving In-Reply-To: <20000109170003.E03D81CD1A@dinsdale.python.org> References: <20000109170003.E03D81CD1A@dinsdale.python.org> Message-ID: <00011016180205.02515@samsara.local.ie> Hi guys, It appears as though my mailman installation isn't archiving? Any ideas? Thanks - John John MacKenzie | Unix Systems Admin | e: mailto:jmackenzie at local.ie ___________________________________________________________________ Stay in touch your local area through Local Ireland http://chat.local.ie/chat/index.html ___________________________________________________________________ local ireland | dublin | new york | http://www.local.ie t: +353 1 676 8996 f: +353 1 283 9988 From aggarwal at dti.net Mon Jan 10 17:57:00 2000 From: aggarwal at dti.net (Samir Aggarwal) Date: Mon, 10 Jan 2000 11:57:00 -0500 (EST) Subject: [Mailman-Users] wrapper problems In-Reply-To: <200001101551.JAA17995@entropy.uchicago.edu> Message-ID: I did that too, and still get the same errors. hmmm, i am at a total loss. there is probably some configuration setting i am not aware of, either in mailman or sendmail-8.9.3 i even tried creating a new sendmail.cf without the smrsh option. Has anyone got mailman to work with RedHat 6.1? thanks, Samir On Mon, 10 Jan 2000, Ted Cabeen wrote: > In message , "Jamie Kras > noo" writes: > >Hrmn, I'm at a loss here. Looks like the wrapper had a problem. Check your > >installation. > > Try running ~mailman/bin/check_perms -f > It looks like a permission problem. The above will force the permissions to > the correct values. > > >On Sat, 8 Jan 2000, Jamie Krasnoo wrote: > > > >> You need to create a symbolic link to wrapper in /etc/smrsh. Goto > >/etc/smrsh > >> and then ln -s /path/to/mailman/mail/wrapper wrapper. Restart sendmail. > >> without this link in smrsh, sendmail won't run the wrapper since it thinks > >> its not cool to do so. > >> > >> Jamie Krasnoo > >> > >> -----Original Message----- > >> From: mailman-users-admin at python.org > >> [mailto:mailman-users-admin at python.org]On Behalf Of Samir Aggarwal > >> Sent: Saturday, January 08, 2000 8:21 PM > >> To: mailman-users at python.org > >> Subject: [Mailman-Users] wrapper problems > >> > >> > >> > >> hello all, > >> > >> i am having some wrapper problems. > >> > >> i was getting the error: > >> sh: wrapper not available for sendmail programs > >> 554 "|/home/mailman/mail/wrapper mailowner test"... Service unavailable > >> > >> i followed the directions listed in the install, and now i am receiving > >> this error: > >> ----- The following addresses had permanent fatal errors ----- > >> "|/etc/smrsh/wrapper mailowner test" > >> (expanded from: test-admin) > >> > >> ----- Transcript of session follows ----- > >> Traceback (innermost last): > >> File "/home/mailman/scripts/mailowner", line 42, in ? > >> mlist = MailList.MailList(sys.argv[1]) > >> File "/home/mailman/Mailman/MailList.py", line 62, in __init__ > >> self.Load() > >> File "/home/mailman/Mailman/MailList.py", line 804, in Load > >> self.Lock() > >> File "/home/mailman/Mailman/MailList.py", line 1373, in Lock > >> self.__lock.lock() > >> File "/home/mailman/Mailman/LockFile.py", line 186, in lock > >> os.link(self.__lockfile, self.__tmpfname) > >> OSError: [Errno 13] Permission denied > >> 554 "|/etc/smrsh/wrapper mailowner test"... unknown mailer error 1 > >> > >> i see that it is a permission error, but where? > >> > >> thanks, > >> Samir > > -- > Ted Cabeen http://www.pobox.com/~secabeen secabeen at pobox.com > Check Website or finger for PGP Public Key secabeen at midway.uchicago.edu > "I have taken all knowledge to be my province." -F. Bacon cococabeen at aol.com > "Human kind cannot bear very much reality."-T.S.Eliot 73126.626 at compuserve.com > > > From tekton at ns.planetphat.com Mon Jan 10 18:36:29 2000 From: tekton at ns.planetphat.com (tekton at ns.planetphat.com) Date: Mon, 10 Jan 2000 09:36:29 -0800 (PST) Subject: [Mailman-Users] wrapper problems In-Reply-To: Message-ID: Mines working fine and I have no problems. I'm also using Redhat 6.1 and I don't think I've done anything special to it. Jamie Krasnoo On Mon, 10 Jan 2000, Samir Aggarwal wrote: > > I did that too, and still get the same errors. > hmmm, i am at a total loss. > there is probably some configuration setting i am not aware of, either in > mailman or sendmail-8.9.3 > > i even tried creating a new sendmail.cf without the smrsh option. > > Has anyone got mailman to work with RedHat 6.1? > > thanks, > Samir > > On Mon, 10 Jan 2000, Ted Cabeen wrote: > > > In message , "Jamie Kras > > noo" writes: > > >Hrmn, I'm at a loss here. Looks like the wrapper had a problem. Check your > > >installation. > > > > Try running ~mailman/bin/check_perms -f > > It looks like a permission problem. The above will force the permissions to > > the correct values. > > > > >On Sat, 8 Jan 2000, Jamie Krasnoo wrote: > > > > > >> You need to create a symbolic link to wrapper in /etc/smrsh. Goto > > >/etc/smrsh > > >> and then ln -s /path/to/mailman/mail/wrapper wrapper. Restart sendmail. > > >> without this link in smrsh, sendmail won't run the wrapper since it thinks > > >> its not cool to do so. > > >> > > >> Jamie Krasnoo > > >> > > >> -----Original Message----- > > >> From: mailman-users-admin at python.org > > >> [mailto:mailman-users-admin at python.org]On Behalf Of Samir Aggarwal > > >> Sent: Saturday, January 08, 2000 8:21 PM > > >> To: mailman-users at python.org > > >> Subject: [Mailman-Users] wrapper problems > > >> > > >> > > >> > > >> hello all, > > >> > > >> i am having some wrapper problems. > > >> > > >> i was getting the error: > > >> sh: wrapper not available for sendmail programs > > >> 554 "|/home/mailman/mail/wrapper mailowner test"... Service unavailable > > >> > > >> i followed the directions listed in the install, and now i am receiving > > >> this error: > > >> ----- The following addresses had permanent fatal errors ----- > > >> "|/etc/smrsh/wrapper mailowner test" > > >> (expanded from: test-admin) > > >> > > >> ----- Transcript of session follows ----- > > >> Traceback (innermost last): > > >> File "/home/mailman/scripts/mailowner", line 42, in ? > > >> mlist = MailList.MailList(sys.argv[1]) > > >> File "/home/mailman/Mailman/MailList.py", line 62, in __init__ > > >> self.Load() > > >> File "/home/mailman/Mailman/MailList.py", line 804, in Load > > >> self.Lock() > > >> File "/home/mailman/Mailman/MailList.py", line 1373, in Lock > > >> self.__lock.lock() > > >> File "/home/mailman/Mailman/LockFile.py", line 186, in lock > > >> os.link(self.__lockfile, self.__tmpfname) > > >> OSError: [Errno 13] Permission denied > > >> 554 "|/etc/smrsh/wrapper mailowner test"... unknown mailer error 1 > > >> > > >> i see that it is a permission error, but where? > > >> > > >> thanks, > > >> Samir > > > > -- > > Ted Cabeen http://www.pobox.com/~secabeen secabeen at pobox.com > > Check Website or finger for PGP Public Key secabeen at midway.uchicago.edu > > "I have taken all knowledge to be my province." -F. Bacon cococabeen at aol.com > > "Human kind cannot bear very much reality."-T.S.Eliot 73126.626 at compuserve.com > > > > > > > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From jrappold at SCOCA-K12.ORG Mon Jan 10 19:30:36 2000 From: jrappold at SCOCA-K12.ORG (John Rappold) Date: Mon, 10 Jan 2000 13:30:36 -0500 Subject: [Mailman-Users] Editing Main Mailman page Message-ID: Hi, we are redesigning our web site, and I need to be able to edit the main mailman page to change the font style, colors etc. I also need to add a nvigation bar on top, and a sidebar menu. Where is the code for this page located, and are there any special procedures I need to follow so that I don't mess things up? Thanks, John ---------------------------------------------- John Rappold Cisco Academy Regional Coordinator/Webmaster South Central Ohio Computer Association http://www.scoca-k12.org From jerry at scoregroup.com Mon Jan 10 22:44:46 2000 From: jerry at scoregroup.com (Jerry Thomas) Date: Mon, 10 Jan 2000 16:44:46 -0500 Subject: [Mailman-Users] Turning off passwords Message-ID: Hello, I'd like to thank everybody who helped me set up mailman for a couple of days I was at my wits end and found answers to my apache configuration problems. Thanks alot. I do have a question though, is there any way to turn off the use of password authentication to unsubscribe from the mailing list via the webpages. Thank You, Jerry Thomas From igorl at life.uiuc.edu Tue Jan 11 01:32:15 2000 From: igorl at life.uiuc.edu (Igor S. Livshits) Date: Mon, 10 Jan 2000 18:32:15 -0600 Subject: [Mailman-Users] Bounces from a funky address choke Mailman Message-ID: Hi, It seems that bounced messages from an address such as seem to crash Mailman: ----- Transcript of session follows ----- 554 "|/home/mailman/mail/wrapper mailowner aergc"... unknown mailer error 1 Has anyone else encountered such behavior? Thanks, igor From c.davis at actrix.gen.nz Tue Jan 11 02:07:24 2000 From: c.davis at actrix.gen.nz (Christine Davis) Date: Tue, 11 Jan 2000 14:07:24 +1300 Subject: [Mailman-Users] Daily Digests Which Haven't Met the Threshold Size... Message-ID: <03d001bf5bd0$38d8a2f0$641560cb@solomon.actrix.gen.nz> When do these get sent out? As far as I can see, they are just sent out "daily" whenever that means. Is there a place where I can set the time they are sent out? Cheers, Christine -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000111/d9d71d80/attachment.htm From tfortin at ifilm.com Tue Jan 11 03:08:08 2000 From: tfortin at ifilm.com (Thomas Fortin) Date: Mon, 10 Jan 2000 18:08:08 -0800 Subject: [Mailman-Users] Mailman config docs ? Message-ID: <387A9091.9CC5876C@ifilm.com> I have just setup Mailman 1.1 but want to use it mainly as a one to many mlm. Is there some docs or more complete FAQs about adding a user to a list by email without confirmation (by including an approve password ?) or other ways to modify the way Mailman works to fit better a distribution list as opposed to a discussion list. Thanks Thomas From claw at cp.net Tue Jan 11 03:44:01 2000 From: claw at cp.net (J C Lawrence) Date: Mon, 10 Jan 2000 18:44:01 -0800 Subject: [Mailman-Users] Daily Digests Which Haven't Met the Threshold Size... In-Reply-To: Message from "Christine Davis" of "Tue, 11 Jan 2000 14:07:24 +1300." <03d001bf5bd0$38d8a2f0$641560cb@solomon.actrix.gen.nz> References: <03d001bf5bd0$38d8a2f0$641560cb@solomon.actrix.gen.nz> Message-ID: On Tue, 11 Jan 2000 14:07:24 +1300 Christine Davis wrote: > When do these get sent out? As far as I can see, they are just > sent out = "daily" whenever that means. Is there a place where I > can set the time = they are sent out? That's controlled by the mailman cron jobs. See the relevent crontab... -- J C Lawrence Internet: claw at kanga.nu ----------(*) Internet: coder at kanga.nu ...Honorary Member of Clan McFud -- Teamer's Avenging Monolith... From mhart2 at san.rr.com Tue Jan 11 08:30:41 2000 From: mhart2 at san.rr.com (Hart Family) Date: Mon, 10 Jan 2000 23:30:41 -0800 Subject: [Mailman-Users] listinfo.cgi not allowing users to digest or unsub [newbie] Message-ID: Users can use listinfo.cgi to sub/unsub/digest/nodigest, and all appears to work, but only subs are actually working. I'm having to do all the other stuff myself. Help!!! I'm a newbie, so I fully expect that this is documented somewhere and I just haven't found it yet. Thanks for helping! J. Hart From jmackenzie at local.ie Tue Jan 11 12:01:48 2000 From: jmackenzie at local.ie (John MacKenzie) Date: Tue, 11 Jan 2000 11:01:48 +0000 Subject: [Mailman-Users] Fwd: Cron /usr/bin/python /home/mailman/cron/nightly_gzip Message-ID: <00011111025008.02515@samsara.local.ie> Hi folks , I sent a mail yesterday about my Archives not working correctly.... I'm also getting this cronjob output. Anyone know how to fix? thanks - John ---------- Forwarded Message ---------- Subject: Cron /usr/bin/python /home/mailman/cron/nightly_gzip Date: Tue, 11 Jan 2000 03:27:01 GMT From: root at localweb.local.ie (Cron Daemon) List clare-crier has a bogus archive_directory: /home/mailman/archives/private/clare-crier List dublin-music has a bogus archive_directory: /home/mailman/archives/private/dublin-music List dublin-news has a bogus archive_directory: /home/mailman/archives/private/dublin-news List eircomlearning-news has a bogus archive_directory: /home/mailman/archives/private/eircomlearning-news List foroige-notes has a bogus archive_directory: /home/mailman/archives/private/foroige-notes List kiltegan-newsletter has a bogus archive_directory: /home/mailman/archives/private/kiltegan-newsletter List longford-lore-old has a bogus archive_directory: /home/mailman/archives/private/longford-lore-old List roscommon-reporter has a bogus archive_directory: /home/mailman/archives/private/roscommon-reporter List shillelagh-times has a bogus archive_directory: /home/mailman/archives/private/shillelagh-times List louth-letter has a bogus archive_directory: /home/mailman/archives/private/louth-letter List competition has a bogus archive_directory: /home/mailman/archives/private/competition List local-ancestors has a bogus archive_directory: /home/mailman/archives/private/local-ancestors ------------------------------------------------------- -- John MacKenzie | Unix Systems Admin | e: mailto:jmackenzie at local.ie ___________________________________________________________________ Stay in touch your local area through Local Ireland http://chat.local.ie/chat/index.html ___________________________________________________________________ local ireland | dublin | new york | http://www.local.ie t: +353 1 676 8996 f: +353 1 283 9988 From Mark.Martinec at ijs.si Tue Jan 11 12:03:11 2000 From: Mark.Martinec at ijs.si (Mark Martinec) Date: Tue, 11 Jan 2000 12:03:11 +0100 Subject: [Mailman-Users] Case-sensitivity problem in remove_members and sync_members Message-ID: <01JKKSZ47HEA001HAP@CATHY.IJS.SI> Using Mailman 1.1 and Python 1.5.2. Both the sync_members and remove_members have case-sensitivity problems when deleting members. My list members have capitalized names (e.g. Name.Surname at domain). The command: bin/remove_members my-list Name.Surname at ijs.si doesn't remove the member and reports no errors, no matter how many times I run it, but: bin/remove_members my-list name.surname at ijs.si removes the member correctly. The sync_members is trickier, it doesn't help to lowercase the e-mail address in the file to be synced - it reports: Removed: name.surname at domain ( Name.Surname at domain) and logs in logs/subscribe: Jan 10 19:12:41 2000 my-list: deleted Name.Surname at domain yet it does nothing - the member is still in the list and the next invocation of sync_members tries to remove it again. I had to change routine MailList.py\DoActualRemoval to use string.lower(alias) instead of 'alias' in performing 'del'. The sync_members now does its job correctly. If it matters: the initial members list was created by running sync_members against an empty list. Regards Mark -- !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! Mark Martinec (system manager) tel +386 61 177-3575 !! !! J. Stefan Institute, Jamova 39 fax +386 61 219-385 !! !! SI-1000 Ljubljana, Slovenia mark.martinec at ijs.si !! !!!!!!!!!!!!!!!!!!!!!!!!!! http://www.ijs.si/people/mark/ !!!! From root at sco.theporch.com Tue Jan 11 14:05:13 2000 From: root at sco.theporch.com (Phillip Porch) Date: Tue, 11 Jan 2000 07:05:13 -0600 (CST) Subject: [Mailman-Users] Fwd: Cron /usr/bin/python /home/mailman/cron/nightly_gzip In-Reply-To: <00011111025008.02515@samsara.local.ie> Message-ID: On Tue, 11 Jan 2000, John MacKenzie wrote: > Hi folks , > I sent a mail yesterday about my Archives not working correctly.... > I'm also getting this cronjob output. > Anyone know how to fix? > thanks > - John These archives don't have any postings in them. As soon as there is something in them, that message will stop. > > ---------- Forwarded Message ---------- > Subject: Cron /usr/bin/python /home/mailman/cron/nightly_gzip > Date: Tue, 11 Jan 2000 03:27:01 GMT > From: root at localweb.local.ie (Cron Daemon) > > > List clare-crier has a bogus archive_directory: /home/mailman/archives/private/clare-crier > List dublin-music has a bogus archive_directory: /home/mailman/archives/private/dublin-music > List dublin-news has a bogus archive_directory: /home/mailman/archives/private/dublin-news > List eircomlearning-news has a bogus archive_directory: /home/mailman/archives/private/eircomlearning-news > List foroige-notes has a bogus archive_directory: /home/mailman/archives/private/foroige-notes > List kiltegan-newsletter has a bogus archive_directory: /home/mailman/archives/private/kiltegan-newsletter > List longford-lore-old has a bogus archive_directory: /home/mailman/archives/private/longford-lore-old > List roscommon-reporter has a bogus archive_directory: /home/mailman/archives/private/roscommon-reporter > List shillelagh-times has a bogus archive_directory: /home/mailman/archives/private/shillelagh-times > List louth-letter has a bogus archive_directory: /home/mailman/archives/private/louth-letter > List competition has a bogus archive_directory: /home/mailman/archives/private/competition > List local-ancestors has a bogus archive_directory: /home/mailman/archives/private/local-ancestors > ------------------------------------------------------- > > -- Phillip P. Porch NIC:PP1573 finger for http://www.theporch.com UTM - 16 514548E 3994397N PGP key From andyh at littoralis.co.uk Tue Jan 11 15:33:09 2000 From: andyh at littoralis.co.uk (Andy Holyer) Date: Tue, 11 Jan 2000 14:33:09 -0000 Subject: [Mailman-Users] Oops! I've broken Mailman... Message-ID: I needed more space on the /usr partition of the server I run (FreeBSD-stable 3.4), so I transferred /usr/local (where the mailman log tree is found onto /users and added a symbolic link for /usr/local. (I used tar cf - {files} | cd {} ; tar xvf -) so that it should have retained file permissions and dates) It now turns out that when I try to post to one of my lists, I got: : Command died with status 1: "/usr/local/mailman/mail/wrapper post littoralis-management". Command output: Traceback (innermost last): File "/usr/local/mailman/scripts/post", line 45, in ? mlist = MailList.MailList(sys.argv[1]) File "/usr/local/mailman/Mailman/MailList.py", line 60, in __init__ self.Load() File "/usr/local/mailman/Mailman/MailList.py", line 767, in Load self.Lock() File "/usr/local/mailman/Mailman/MailList.py", line 1337, in Lock 'a+') File "/usr/local/lib/python1.5/posixfile.py", line 220, in open return _posixfile_().open(name, mode, bufsize) File "/usr/local/lib/python1.5/posixfile.py", line 81, in open return self.fileopen(__builtin__.open(name, mode, bufsize)) IOError: [Errno 13] Permission denied: '/usr/local/mailman/locks/littoralis-management.lock' Exception exceptions.AttributeError: '_file_' in ignored I upgraded to version 1.1, and after some looking around, set ~mailman/locks to g+w, which took away this problem. I now have this problem: : Command died with status 2: "/usr/local/mailman/mail/wrapper post littoralis-management" Any suggestions? I don't really want to strip the whole system out and reinstall, since I there are live lists running on this server. Thanks in advance for any help. Andy Holyer, Learn the Internet Ltd., Lewes, UK From ptomblin at xcski.com Tue Jan 11 16:01:55 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Tue, 11 Jan 2000 10:01:55 -0500 Subject: [Mailman-Users] Oops! I've broken Mailman... In-Reply-To: ; from Andy Holyer on Tue, Jan 11, 2000 at 02:33:09PM -0000 References: Message-ID: <20000111100155.A24611@xcski.com> Quoting Andy Holyer (andyh at littoralis.co.uk): > I needed more space on the /usr partition of the server I run > (FreeBSD-stable 3.4), so I transferred /usr/local (where the mailman log > tree is found onto /users and added a symbolic link for /usr/local. > > (I used tar cf - {files} | cd {} ; tar xvf -) so that it should have > retained file permissions and dates) Actually, I think the final tar should have been "tar xvpf -" in order to preserve permissions. -- Paul Tomblin, not speaking for anybody. SETI at Home: Finally a *good* way to impress Jodie Foster http://www.setiathome.ssl.berkeley.edu/ From pfaffman at relax.com Tue Jan 11 17:13:09 2000 From: pfaffman at relax.com (Jay Pfaffman) Date: Tue, 11 Jan 2000 10:13:09 -0600 Subject: [Mailman-Users] trouble with IE5? Message-ID: <200001111613.KAA31070@poisson.relax.com> I have a user using IE5 who claims that he cannot see any of the subscribers list pages except the first and that he cannot approve any postings. This seems consistent with problems I've seen in other places where IE5 does not reload pages when it should. Posting data to the same url as the current page just redisplays the page without sending the data to the server for a new version of the page. Is it my imagination or is IE5 horribly broken? -- Jay Pfaffman pfaffman at relax.com +1-615-343-1720 (office) +1-615-460-9299 (home) http://relax.ltc.vanderbilt.edu/~pfaffman/ From lelabah at teletre.com Tue Jan 11 20:25:54 2000 From: lelabah at teletre.com (Spidey) Date: Wed, 12 Jan 2000 03:25:54 +0800 Subject: [Mailman-Users] 35MB webspcace FREE Message-ID: <387B83C1.2847D59D@teletre.com> Sign-up for 35MB of webspace, FREE. http://www.bizland.com/webhosting/hosting_signup.htm?AffID=63366&LinkName=utaramaya -------------- next part -------------- A non-text attachment was scrubbed... Name: vcard.vcf Type: text/x-vcard Size: 505 bytes Desc: Card for Lelabah @ Spidey Url : http://mail.python.org/pipermail/mailman-users/attachments/20000112/bd1f4793/attachment.vcf From steve.haslam at excitehome.net Tue Jan 11 21:07:40 2000 From: steve.haslam at excitehome.net (Steve Haslam) Date: Tue, 11 Jan 2000 20:07:40 +0000 Subject: [Mailman-Users] Editing Main Mailman page Message-ID: <20000111200737.A3663@excitecorp.com> > we are redesigning our web site, and I need to be able to edit the > main mailman page to change the font style, colors etc. I also need > to add a nvigation bar on top, and a sidebar menu. Where is the code > for this page located, and are there any special procedures I need > to follow so that I don't mess things up? afaict, the main listinfo/ page is hardcoded into Mailman/Cgi/listinfo.py, at least in 1.1. Hopefully this will be made into a template soon? SRH -- Steve Haslam, Production Engineer, Excite UK steve.haslam at excitehome.net i sit and stare at the gun pointed at my head and think about all the possibilities From alex at phred.org Tue Jan 11 21:49:49 2000 From: alex at phred.org (alex wetmore) Date: Tue, 11 Jan 2000 12:49:49 -0800 Subject: [Mailman-Users] trouble with IE5? References: <200001111613.KAA31070@poisson.relax.com> Message-ID: <03cd01bf5c75$67b1fc70$01fa3b9d@AWETMOREDEV> From: "Jay Pfaffman" > I have a user using IE5 who claims that he cannot see any of the > subscribers list pages except the first and that he cannot approve any > postings. This seems consistent with problems I've seen in other > places where IE5 does not reload pages when it should. Posting data to > the same url as the current page just redisplays the page without > sending the data to the server for a new version of the page. > > Is it my imagination or is IE5 horribly broken? I've been using IE5 (on Windows 2000) to administrate and subscribe to a number of mailman lists (some on my machine and some on others) with no problems. It is just as likely that there is a broken proxy server in between him and your server. alex From monkeymaster at crackmonkey.org Tue Jan 11 21:59:22 2000 From: monkeymaster at crackmonkey.org (Monkey Master) Date: Tue, 11 Jan 2000 12:59:22 -0800 Subject: [Mailman-Users] trouble with IE5? In-Reply-To: <200001111613.KAA31070@poisson.relax.com>; from pfaffman@relax.com on Tue, Jan 11, 2000 at 10:13:09AM -0600 References: <200001111613.KAA31070@poisson.relax.com> Message-ID: <20000111125922.F23109@zork.net> begin Jay Pfaffman quotation: > Is it my imagination or is IE5 horribly broken? http://crackmonkey.org/fanmail.html -- CrackMonkey.Org - Non-sequitur arguments and ad-hominem personal attacks LinuxCabal.Org - Co-location facilities and meeting space From pfaffman at relax.com Tue Jan 11 23:15:14 2000 From: pfaffman at relax.com (Jay Pfaffman) Date: Tue, 11 Jan 2000 16:15:14 -0600 Subject: [Mailman-Users] trouble with IE5? In-Reply-To: <03cd01bf5c75$67b1fc70$01fa3b9d@AWETMOREDEV> (alex@phred.org) References: <200001111613.KAA31070@poisson.relax.com> <03cd01bf5c75$67b1fc70$01fa3b9d@AWETMOREDEV> Message-ID: <200001112215.QAA08088@content.ltc.Vanderbilt.Edu> Sorry to bother the list with this. I can't replicate the problem I wrote about earlier. Stop reading now unless you want to read more about how nothing's wrong with Mailman and IE5. On Tue, 11 Jan 2000 12:49:49 -0800, "alex wetmore" said: > From: "Jay Pfaffman" >> I have a user using IE5 who claims that he cannot see any of the >> subscribers list pages except the first and that he cannot approve any >> postings. This seems consistent with problems I've seen in other >> places where IE5 does not reload pages when it should. Posting data to >> the same url as the current page just redisplays the page without >> sending the data to the server for a new version of the page. >> >> Is it my imagination or is IE5 horribly broken? > I've been using IE5 (on Windows 2000) to administrate and subscribe to a > number of mailman lists (some on my machine and some on others) with no > problems. It is just as likely that there is a broken proxy server in > between him and your server. Thanks for your answer. Now that I've managed to gain access to a WinXX box I see that it's working fine for me to & I can go back to believing that either this user or some proxy server is at fault. I'd heard reports of MSIE improperly caching pages, but of the two problems I'd had, I've fixed one (my code was at fault) and the other (the mailman problem) is not reproducible. -- Jay Pfaffman pfaffman at relax.com +1-615-343-1720 (office) +1-615-460-9299 (home) http://relax.ltc.vanderbilt.edu/~pfaffman/ From brian at cowan.edu.au Wed Jan 12 09:10:32 2000 From: brian at cowan.edu.au (Brian Anderson) Date: Wed, 12 Jan 2000 16:10:32 +0800 (WST) Subject: [Mailman-Users] Mailman cron error In-Reply-To: <200001101553.JAA18012@entropy.uchicago.edu> Message-ID: EG'day Ted, Thanks for the tip - it worked :-) regards brian On Mon, 10 Jan 2000, Ted Cabeen wrote: > In message , Br > ian Anderson writes: > >G'day, > >I'm getting the following message from cron.... > > > >Subject: Cron /usr/bin/python > > /usr/local/mailman/cron/nightly_gzip > > > >Traceback (innermost last): > > File "/usr/local/mailman/cron/nightly_gzip", line 143, in ? > > main() > > File "/usr/local/mailman/cron/nightly_gzip", line 114, in main > > time.strptime(f, '%Y-%B.txt') > >AttributeError: strptime > > > >... I'm running Mailman 1.1 on a RedHat 6.1 system. Unfortunately I'm not > >a python person so I'm not sure whats causing the problem so any clues > >will be gratefully received :-) > > Install the Python 1.5.2 RPM. > > -- > Ted Cabeen http://www.pobox.com/~secabeen secabeen at pobox.com > Check Website or finger for PGP Public Key secabeen at midway.uchicago.edu > "I have taken all knowledge to be my province." -F. Bacon cococabeen at aol.com > "Human kind cannot bear very much reality."-T.S.Eliot 73126.626 at compuserve.com > > > ========================================================================= Brian Anderson mailto:b.anderson at cowan.edu.au Edith Cowan University Phone: +61 8 9273 8103 Pearson Street, Churchlands Mobile: +61 040 7474 093 Western AUSTRALIA Fax: +61 8 9273 8000 In a world without walls and fences,who needs windows and gates! ===================== #include ======================= From cfkwok at hknet.com Wed Jan 12 17:33:39 2000 From: cfkwok at hknet.com (cfkwok) Date: Thu, 13 Jan 2000 00:33:39 +0800 Subject: [Mailman-Users] found error in maillog: unavailable service ... Message-ID: <387CACE3.AA54F83A@hknet.com> Dear all, I installed mailman and created new mailing list. Until now, I cannot use the mailing list to send out mail. I found that following errors occur in /var/log/maillog: ------------------------------------------------ Jan .... smrsh: uid 8: attempt to use wrapper post test Jan .... sendmail[3111]: XAA03111: to="|/home/mailman/mail/wrapper post test", delay=00:00:00, xdelay=00:00:00, mailer=prog, stat=Service unavailable Jan .... sendmail[3111]: XAA03111: XAB03111: DSN: Service unavailable ------------------------------------------------ Similar message occur for "wrapper mailowner test" uid 8 is the user "mail" How to solve this problem? Hope for helps! Thanks! C.F.Kwok From gregk at redback.com Wed Jan 12 18:12:30 2000 From: gregk at redback.com (Greg Kilfoyle) Date: Wed, 12 Jan 2000 09:12:30 -0800 Subject: [Mailman-Users] nightly_gzip failure with new list Message-ID: <387CB5FE.70A0843@redback.com> Hi, I've just recently setup mailman on my server (RedHat 6.1, Linux 2.2.10). I added a list and subscribed. The nightly archive cron job reported an error but I ignored it as there was no traffic on the list yet. I sent a test message to the list (which worked). The nightly cron job nightly_gzip failed; here is the cron output: Traceback (innermost last): File "/home/mailman/cron/nightly_gzip", line 143, in ? main() File "/home/mailman/cron/nightly_gzip", line 114, in main time.strptime(f, '%Y-%B.txt') AttributeError: strptime Any ideas? I've never played with python so I can't easily debug this. Thanks, Greg. -- Greg Kilfoyle (gregk at redback.com) From ptomblin at xcski.com Wed Jan 12 18:35:06 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Wed, 12 Jan 2000 12:35:06 -0500 Subject: [Mailman-Users] nightly_gzip failure with new list In-Reply-To: <387CB5FE.70A0843@redback.com>; from Greg Kilfoyle on Wed, Jan 12, 2000 at 09:12:30AM -0800 References: <387CB5FE.70A0843@redback.com> Message-ID: <20000112123506.B27377@xcski.com> Quoting Greg Kilfoyle (gregk at redback.com): > I've just recently setup mailman on my server (RedHat 6.1, Linux > 2.2.10). I added a list and subscribed. The nightly archive cron job > AttributeError: strptime Grab the updated Python rpm from updates.redhat.com. -- Paul Tomblin, not speaking for anybody. "I find your lack of clue...disturbing" - Sysadmin Vader. SETI at Home: http://www.setiathome.ssl.berkeley.edu/ From michael at spconnect.com Wed Jan 12 18:56:45 2000 From: michael at spconnect.com (Michael Ghens) Date: Wed, 12 Jan 2000 09:56:45 -0800 (PST) Subject: UnPenguin (Was: Subject: Re: [Mailman-Users] trouble with IE5?) In-Reply-To: <20000112170006.4C20B1CE8E@dinsdale.python.org> Message-ID: This site has some bad script code in it. That attempts to over write system DLL's. Very UnPenguin. > Date: Tue, 11 Jan 2000 12:59:22 -0800 > From: Monkey Master > To: mailman-users at python.org > Subject: Re: [Mailman-Users] trouble with IE5? > > begin Jay Pfaffman quotation: > > Is it my imagination or is IE5 horribly broken? > > http://crackmonkey.org/fanmail.html > > -- > CrackMonkey.Org - Non-sequitur arguments and ad-hominem personal attacks > LinuxCabal.Org - Co-location facilities and meeting space > From deirdre at deirdre.net Wed Jan 12 19:06:49 2000 From: deirdre at deirdre.net (Deirdre Saoirse) Date: Wed, 12 Jan 2000 10:06:49 -0800 (PST) Subject: UnPenguin (Was: Subject: Re: [Mailman-Users] trouble with IE5?) In-Reply-To: Message-ID: On Wed, 12 Jan 2000, Michael Ghens wrote: > This site has some bad script code in it. > > That attempts to over write system DLL's. Any browser lame enough to actually DO something like that, well, imho, the user deserves what they get. > Very UnPenguin. LOL, um, it wouldn't work on Linux. Your point? -- _Deirdre * http://www.linuxcabal.net * http://www.deirdre.net "Mars has been a tough target" -- Peter G. Neumann, Risks Digest Moderator "That's because the Martians keep shooting things down." -- Harlan Rosenthal , retorting in Risks Digest 20.60 From saa at bright.net Thu Jan 13 01:01:33 2000 From: saa at bright.net (Chris) Date: Wed, 12 Jan 2000 16:01:33 -0800 Subject: [Mailman-Users] unknown mailer error 1 Message-ID: We recently had to relocate our email to a different computer (including mailman). redhat linux 6 w/sendmail we have the simlink in the "/etc/smrsh/wrapper" pointing to /home/mailman/mail/wrapper. I'm seeing the following error: "|/home/mailman/mail/wrapper mailowner chatadmin"...unknown mailer error 1 Ok, what dumb thing(s) did I do to hose up the transfer to the new machine?? -Chris ========================= Enjoy Today's Technology It's Old News Tomorrow... ========================= From nick at zork.net Wed Jan 12 22:26:21 2000 From: nick at zork.net (Nick Moffitt) Date: Wed, 12 Jan 2000 13:26:21 -0800 Subject: [Mailman-Users] wrapper problems In-Reply-To: ; from aggarwal@dti.net on Mon, Jan 10, 2000 at 11:57:00AM -0500 References: <200001101551.JAA17995@entropy.uchicago.edu> Message-ID: <20000112132621.D26772@zork.net> begin Samir Aggarwal quotation: > hmmm, i am at a total loss. there is probably some configuration > setting i am not aware of, either in mailman or sendmail-8.9.3 Have you tried changing the wrapper command to "/etc/smrsh/mailman_wrapper" or whatever your symlink was? -- CrackMonkey.Org - Non-sequitur arguments and ad-hominem personal attacks LinuxCabal.Org - Co-location facilities and meeting space From nick at zork.net Wed Jan 12 22:30:07 2000 From: nick at zork.net (Nick Moffitt) Date: Wed, 12 Jan 2000 13:30:07 -0800 Subject: UnPenguin (Was: Subject: Re: [Mailman-Users] trouble with IE5?) In-Reply-To: ; from michael@spconnect.com on Wed, Jan 12, 2000 at 09:56:45AM -0800 References: <20000112170006.4C20B1CE8E@dinsdale.python.org> Message-ID: <20000112133007.E26772@zork.net> begin Michael Ghens quotation: > This site has some bad script code in it. On the contrary. It has some ludicrous script code in it. > That attempts to over write system DLL's. Nope. It most certainly does not do this. -- CrackMonkey.Org - Non-sequitur arguments and ad-hominem personal attacks LinuxCabal.Org - Co-location facilities and meeting space From bobb+mailman-users at redbrick.dcu.ie Wed Jan 12 22:58:51 2000 From: bobb+mailman-users at redbrick.dcu.ie (Robert Crosbie) Date: Wed, 12 Jan 2000 21:58:51 +0000 Subject: [Mailman-Users] Plussed addresses Message-ID: <20000112215851.A91838@enigma.redbrick.dcu.ie> What is the situation with using plused addresses for delimiting with mailman. i.e I'm currently subscribed to this list as bobb+mailman-announce. And 3 lines in my .procmailrc takes care of any mail to bobb+blah and filters it into a blah folder. Though to send to a list we have to fiddle the from field for the list or allow addresses with the + bit removed, to post to the list. eh... i.e. if bobb+mailman-users at .... is subscribed, have to add bobb at ... to the list of addresses that can post without being moderated. Is there any facality to allow plussed addresses ? I believe we are running v1.0, perhaps was it added to 1.1 or 1.2 ? I can't seem to find anything about it on the site or list archives. Thanking you. - bob -- -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- If I had a third arm I'd be fine. - Orly on dealing with 3 men. From lindsey at ncsa.uiuc.edu Wed Jan 12 23:12:57 2000 From: lindsey at ncsa.uiuc.edu (Christopher Lindsey) Date: Wed, 12 Jan 2000 16:12:57 -0600 (CST) Subject: [Mailman-Users] Plussed addresses In-Reply-To: <20000112215851.A91838@enigma.redbrick.dcu.ie> from "Robert Crosbie" at Jan 12, 2000 09:58:51 PM Message-ID: <200001122212.QAA06383@glorfindel.ncsa.uiuc.edu> > What is the situation with using plused addresses for delimiting with mailman. As far as I know, it's in the same category as quoted addresses with spaces. Would take some serious work to make changes... I had a solution, but haven't done anything with it: http://www.python.org/pipermail/mailman-developers/1999-February/000870.html The biggest problem is that it would significantly slow things down on larger lists. I suppose that any further talk about this should be done on the mailman-developers list. Chris From rniess at netserver3.otr.usm.edu Wed Jan 12 23:27:18 2000 From: rniess at netserver3.otr.usm.edu (Rick Niess) Date: Wed, 12 Jan 2000 16:27:18 -0600 (CST) Subject: UnPenguin (Was: Subject: Re: [Mailman-Users] trouble with IE5?) In-Reply-To: Message-ID: On Wed, 12 Jan 2000, Deirdre Saoirse wrote: > On Wed, 12 Jan 2000, Michael Ghens wrote: > > This site has some bad script code in it. > > That attempts to over write system DLL's. > Any browser lame enough to actually DO something like that, well, imho, > the user deserves what they get. Please, let's not break out into a browser war here. There are other forums for that and this one is busy enough as it is. ~ Rick ~ -- .oooO "Man with closed Oooo. Rick C. Niess ( ) mouth gathers ( ) University of Southern Miss. \ ( no foot!" ) / resnet at usm.edu --\ )------------------(_/------------------------------- From ben at skunk.org Thu Jan 13 22:56:18 2000 From: ben at skunk.org (Ben Rosengart) Date: Thu, 13 Jan 2000 16:56:18 -0500 (EST) Subject: [Mailman-Users] member_posting_only flips on, won't turn off Message-ID: I've been having a problem with a couple of my Mailman lists: they start behaving as if I'd turned on "member_posting_only", even though this option isn't turned on according to the GUI. Turning the option on in the GUI doesn't help, nor does turning it on and back off. I found a report of this problem in the bugs database, but someone found the word "moderated" in the bug report and refiled it as "not a bug", saying that moderation and member_posting_only are two different things, which hardly helps. http://www.python.org/mailman-bugs/notabug?id=86;expression=member_posting_only;user=guest Does anyone know of a fix for this problem? -- Ben Rosengart UNIX Systems Engineer, Skunk Group StarMedia Network, Inc. From dereks at kd-dev.com Fri Jan 14 00:22:37 2000 From: dereks at kd-dev.com (Derek Simkowiak) Date: Thu, 13 Jan 2000 15:22:37 -0800 (PST) Subject: [Mailman-Users] Feature questions In-Reply-To: <20000113231750.D77531CF04@dinsdale.python.org> Message-ID: Hello, I have some questions about Mailman features. I have administered several Majordomo lists. Creating a new list is a time-consuming process involving several steps. Without referring to the documenation, I inevitably forget to create a file (like listname.admin) or to set the permissions correctly. Is the process for creating a new list comparable under Mailman? What I'd *really* love is a web-page based mail list creation tool, or at the very least, being able to create a list with one or two single commands. I'm hoping to turn over mail list creation (and removal) to someone who has no Unix skills, meaning NO experience with Unix text editors or shell syntax. Next question: can I alter the appearance of the web pages (white background, blue and gold section headers) *without* editing Python code? I haven't learned Python yet, and I wouldn't want to edit the source for every new list anyhow. Specifically, I'd like to know if I can (1) change the colors, (2) change the font, and (3) Nest the stuff inside some kind of header and footer--without using server side includes--by way of a configuration file and/or web page. Thank You, Derek Simkowiak dereks at kd-dev.com From vic at vgg.sci.uma.es Fri Jan 14 00:56:18 2000 From: vic at vgg.sci.uma.es (Victoriano Giralt) Date: Fri, 14 Jan 2000 00:56:18 +0100 (MET) Subject: [Mailman-Users] Feature questions In-Reply-To: Message-ID: On Thu, 13 Jan 2000, Derek Simkowiak wrote: > > Hello, > I have some questions about Mailman features. > > I have administered several Majordomo lists. Creating a new list > is a time-consuming process involving several steps. Without referring to > the documenation, I inevitably forget to create a file (like > listname.admin) or to set the permissions correctly. You are in for a nice experience :) > > Is the process for creating a new list comparable under Mailman? > What I'd *really* love is a web-page based mail list creation tool, or at > the very least, being able to create a list with one or two single > commands. I'm hoping to turn over mail list creation (and removal) to > someone who has no Unix skills, meaning NO experience with Unix text > editors or shell syntax. Depends on your MTA. List creation/removal is done with a single command $prefix/bin/newlist or $prefis/bin/rmlist. If your MTA is sendmail you need to edit the aliases file to add the lines spit out by newlist. I think that someone on this or the developres list has made some enchantment to exim so it will automagically find mailman lists. > > Next question: can I alter the appearance of the web pages (white > background, blue and gold section headers) *without* editing Python code? > I haven't learned Python yet, and I wouldn't want to edit the source for > every new list anyhow. Specifically, I'd like to know if I can (1) change > the colors, (2) change the font, and (3) Nest the stuff inside some kind > of header and footer--without using server side includes--by way of a > configuration file and/or web page. Questions 1 and 2 yes, even via web interface. 3, I'm affraid not. -- Victoriano Giralt Systems Programmer Central Computing Facility University of M?laga SPAIN From jwing at pliantsystems.com Fri Jan 14 00:52:55 2000 From: jwing at pliantsystems.com (John Wingenbach) Date: Thu, 13 Jan 2000 18:52:55 -0500 Subject: [Mailman-Users] Public list doesn't show References: Message-ID: <387E6557.52362260@pliantsystems.com> I just installed mailman-1.1. Everything looked fine up until I noticed that not all my lists are showing. I have them all listed as being listable to the public. However, only 2 out of 4 show. On the webpage, the lists all say: Advertise this list when people ask what lists are on this machine? YES Any help? -- John C. Wingenbach Pliant Systems, Inc. Sr. Systems Administrator Work: (919) 405-4627 Fax: (919) 405-4544 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000113/953bb2b0/attachment.htm From rniess at netserver3.otr.usm.edu Fri Jan 14 03:10:02 2000 From: rniess at netserver3.otr.usm.edu (Rick Niess) Date: Thu, 13 Jan 2000 20:10:02 -0600 (CST) Subject: [Mailman-Users] Feature questions In-Reply-To: Message-ID: Hi All, Some comments in addition to Mr. Giralt's: On Fri, 14 Jan 2000, Victoriano Giralt wrote: > On Thu, 13 Jan 2000, Derek Simkowiak wrote: > > I have some questions about Mailman features. > > I have administered several Majordomo lists. Creating a new list > > is a time-consuming process involving several steps. Without referring to > > the documenation, I inevitably forget to create a file (like > > listname.admin) or to set the permissions correctly. > You are in for a nice experience :) Indeed. For the unexperienced user, Mailman is _much_ easier and less involved. Pretty much, once you get it installed, it's a piece of isn't a web-oriented menthod of creating a list yet. (tho that's probably not far off) That's not to say that creating a list is hard, but there is some shell-based work to do. > > Next question: can I alter the appearance of the web pages (white > > background, blue and gold section headers) *without* editing Python code? > > I haven't learned Python yet, and I wouldn't want to edit the source for > > every new list anyhow. Specifically, I'd like to know if I can (1) change > > the colors, (2) change the font, and (3) Nest the stuff inside some kind > > of header and footer--without using server side includes--by way of a > > configuration file and/or web page. > Questions 1 and 2 yes, even via web interface. 3, I'm affraid not. One clarification: you can change the appearance of each list's pages individually via their admin web pages. However, the appearance of the general listinfo page and the admin pages appears to be hardcoded into mailman for now. FYI... ~ Rick ~ -- .oooO "Man with closed Oooo. Rick C. Niess ( ) mouth gathers ( ) University of Southern Miss. \ ( no foot!" ) / resnet at usm.edu --\ )------------------(_/------------------------------- From rniess at netserver3.otr.usm.edu Fri Jan 14 03:26:54 2000 From: rniess at netserver3.otr.usm.edu (Rick Niess) Date: Thu, 13 Jan 2000 20:26:54 -0600 (CST) Subject: [Mailman-Users] Re: Feature questions - fixed In-Reply-To: Message-ID: Hi All, On Thu, 13 Jan 2000, Rick Niess wrote: > Indeed. For the unexperienced user, Mailman is _much_ easier and > less involved. Pretty much, once you get it installed, it's a piece of > isn't a web-oriented menthod of creating a list yet. (tho that's probably > not far off) That's not to say that creating a list is hard, but there is > some shell-based work to do. Ack! Just realized my post was missing a couple lines. It should have said "Pretty much, once you get it installed, it's a piece of cake to run. There are still some issues, tho. For instance, there isn't a web-oriented method of creating a list yet." Sorry for teh confusion... ~ Rick ~ -- .oooO "Man with closed Oooo. Rick C. Niess ( ) mouth gathers ( ) University of Southern Miss. \ ( no foot!" ) / resnet at usm.edu --\ )------------------(_/------------------------------- From andreas at mtg.co.at Fri Jan 14 04:03:56 2000 From: andreas at mtg.co.at (Andreas Kostyrka) Date: Fri, 14 Jan 2000 04:03:56 +0100 Subject: [Mailman-Users] Feature questions In-Reply-To: ; from dereks@kd-dev.com on Thu, Jan 13, 2000 at 03:22:37PM -0800 References: <20000113231750.D77531CF04@dinsdale.python.org> Message-ID: <20000114040356.A25811@mtg.co.at> On Thu, Jan 13, 2000 at 03:22:37PM -0800, Derek Simkowiak wrote: > > Hello, > I have some questions about Mailman features. > > I have administered several Majordomo lists. Creating a new list Well, I didn't ever tried to administer Majordomo. Must be my perl allergy ;) > is a time-consuming process involving several steps. Without referring to > the documenation, I inevitably forget to create a file (like > listname.admin) or to set the permissions correctly. > > Is the process for creating a new list comparable under Mailman? > What I'd *really* love is a web-page based mail list creation tool, or at > the very least, being able to create a list with one or two single Well, it's basically the following: as mailman user: newlist - or - newlist This will then ask you all questions, and setup the mailing list. It will even pause to allow the administrator to setup the mailing list via web before going life :) It will also prompt you to copy and paste the needed aliases to /etc/aliases, which propably must be done as root. > someone who has no Unix skills, meaning NO experience with Unix text It depends if you want to trust a root password to someone with no Unix skills, no knowledge of an editor, etc., it should be doable. > editors or shell syntax. Best regards, Andreas -- Andreas Kostyrka | andreas at mtg.co.at phone: +43/1/7070750 | phone: +43/676/4091256 MTG Handelsges.m.b.H. | fax: +43/1/7065299 Raiffeisenstr. 16/9 | 2320 Zwoelfaxing AUSTRIA http://www.euro.cauce.org/ | http://www.cauce.org/ From tom at suespammers.org Fri Jan 14 04:29:18 2000 From: tom at suespammers.org (Tom Geller) Date: Thu, 13 Jan 2000 19:29:18 -0800 Subject: [Mailman-Users] Repost: Can someone help me debug this? Message-ID: <200001140427.UAA16918@plushie.suespammers.org> I posted this once before and got no response, so I'll try again... We updated Python and a bunch of other things to get rid of one bug, and now I get this error message a few times a day: ---begin--- Traceback (innermost last): File "/usr/local/apache/htdocs/mailman//cron/checkdbs", line 77, in ? main(verbose=(len(sys.argv) > 1 File "/usr/local/apache/htdocs/mailman//cron/checkdbs", line 34, in main list = MailList.MailList(name, lock = 0) File "/usr/local/apache/htdocs/mailman/Mailman/MailList.py", line 62, in __init__ self.Load() File "/usr/local/apache/htdocs/mailman/Mailman/MailList.py", line 810, in Load raise Errors.MMBadListError, 'Failed to access config info' MMBadListError: Failed to access config info ---end--- It seems to happen every time the Cron job '/usr/local/apache/htdocs/mailman//cron/checkdbs' runs. Any suggestions? It's on Red Hat Linux 6.0 with some updated pieces. Except for this error message, everything seems to work fine. Thanks, --- Tom "I am not a lawyer" Geller Geller Communications * San Francisco * tgeller.com Other domains: suespammers.org, openppc.org, popcomputers.com From ptomblin at xcski.com Fri Jan 14 04:28:04 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Thu, 13 Jan 2000 22:28:04 -0500 Subject: [Mailman-Users] Feature questions In-Reply-To: <20000114040356.A25811@mtg.co.at>; from Andreas Kostyrka on Fri, Jan 14, 2000 at 04:03:56AM +0100 References: <20000113231750.D77531CF04@dinsdale.python.org> <20000114040356.A25811@mtg.co.at> Message-ID: <20000113222804.B1730@xcski.com> Quoting Andreas Kostyrka (andreas at mtg.co.at): > > someone who has no Unix skills, meaning NO experience with Unix text > It depends if you want to trust a root password to someone with no Unix > skills, no knowledge of an editor, etc., it should be doable. > > editors or shell syntax. A person doesn't need the root password to add a mailing list. I made a second aliases file, owned and writable by the mailman user id. In sendmail, I made the mailman owner a priviledged user so that this would work, but I use postfix now and it doesn't seem to care. -- Paul Tomblin, not speaking for anybody. "I find your lack of clue...disturbing" - Sysadmin Vader. SETI at Home: http://www.setiathome.ssl.berkeley.edu/ From pf at artcom-gmbh.de Fri Jan 14 08:38:21 2000 From: pf at artcom-gmbh.de (Peter Funk) Date: Fri, 14 Jan 2000 08:38:21 +0100 (MET) Subject: [Mailman-Users] Feature questions In-Reply-To: from Victoriano Giralt at "Jan 14, 2000 0:56:18 am" Message-ID: Hi! Victoriano Giralt wrote: [...] > > Next question: can I alter the appearance of the web pages (white > > background, blue and gold section headers) *without* editing Python code? > > I haven't learned Python yet, and I wouldn't want to edit the source for > > every new list anyhow. Specifically, I'd like to know if I can (1) change > > the colors, (2) change the font, and (3) Nest the stuff inside some kind > > of header and footer--without using server side includes--by way of a > > configuration file and/or web page. > Questions 1 and 2 yes, even via web interface. 3, I'm affraid not. Where is it possible to do 1 and 2? I'm using Mailman 1.1 and haven't found this feature yet. Please give us a hint. BTW: Does anyone know, how somthing like could be made? If have found a script called 'sigs.py' on python.org, which edits the 'index.ht' used as input to Barrys ht2html-Tool, but this script depends on a file 'sigs.db'. Has anyone tried to use the content of $prefix/archive directly instead? Or build a script, which will create a file 'sigs.db' from the content of $prefix/archive? Such a beast would be nice to create a much more appealing list overview webpage. Regards from Germany, Peter -- Peter Funk, Oldenburger Str.86, D-27777 Ganderkesee, Germany, Fax:+49 4222950260 office: +49 421 20419-0 (ArtCom GmbH, Grazer Str.8, D-28359 Bremen) From pf at artcom-gmbh.de Fri Jan 14 08:54:04 2000 From: pf at artcom-gmbh.de (Peter Funk) Date: Fri, 14 Jan 2000 08:54:04 +0100 (MET) Subject: [Mailman-Users] Public list doesn't show In-Reply-To: <387E6557.52362260@pliantsystems.com> from John Wingenbach at "Jan 13, 2000 6:52:55 pm" Message-ID: Hi! John Wingenbach wrote: > I just installed mailman-1.1. Everything looked fine up until I noticed that not all my > lists are showing. I have them all listed as being listable to the public. However, only 2 > out of 4 show. > > On the webpage, the lists all say: > > Advertise this list when people ask what lists are on this machine? YES > > > Any help? I had a similar problem. It had to do with the entry "Host name this list prefers. (Details)" on the admin page: Since I use Mailman 1.1 only in our so called "Intranet" behind a firewall, I entered the hostname without the domain. 'artcom7' in my case. Now the Lists appear under http://artcom7/mailman/listinfo but not under http://artcom7.artcom-gmbh.de/mailman/listinfo which should be the same. May be I've got something wrong with my webserver. BTW: This is on Intel SuSE Linux 5.3 running Apache 1.3.0 and using Python 1.5.2. I can mail configuration details, if there is anybody interested. Regards, Peter -- Peter Funk, Oldenburger Str.86, 27777 Ganderkesee, Tel: 04222 9502 70, Fax: -60 From hema at spacenetindia.com Fri Jan 14 12:34:57 2000 From: hema at spacenetindia.com (hema) Date: Fri, 14 Jan 2000 17:04:57 +0530 (IST) Subject: [Mailman-Users] Web-interface for adding a new mailing list. Message-ID: I would like to know if the web interface of mailman for administrators provides a facility for adding or deleting a mailing list. From Doug.Hughes at Eng.Auburn.EDU Fri Jan 14 15:52:18 2000 From: Doug.Hughes at Eng.Auburn.EDU (Doug Hughes) Date: Fri, 14 Jan 2000 08:52:18 -0600 (CST) Subject: [Mailman-Users] multilevel lists and spam prevention Message-ID: <200001141452.IAA17861@netman.eng.auburn.edu> I'm trying to split a list into several components, but I also want a general list so that people can subscribe to the general list and get mail from and send mail to all the sub lists. With spam prevention rules and closed lists this becomes difficult on posting, because they'll not be directly subscribed to the sub-lists and so not allowed to post. (Another difficulty of course is loop prevention, but I think the hooks are here to handle that adequately) One way I can think of to fix this would be heirarchical lists, but this would probably be pretty complex to incorporate. Another easier way to do this would be to have preprocessor or macro type directives incorporated into the subcription file. Maybe something like #include general-list so that anybody subscribed to general-list could also post and it would go to all the sub-lists of general-list without triggering the spam prevention on a closed mail list. Thoughts? illustration sublist1 sublist2 sublist3 ^ ^ ^ \ | / \________subscribed to__________/ | general-list From mhart2 at san.rr.com Fri Jan 14 18:15:58 2000 From: mhart2 at san.rr.com (Hart Family) Date: Fri, 14 Jan 2000 09:15:58 -0800 Subject: [Mailman-Users] [Repost] listinfo.cgi not allowing users to digest or unsub [newbie] Message-ID: Having had no response as yet, I'll repost this with a clarification and a question. Only users who were added en masse via the admin screen are having problems. They get their password mailed to them, try to make changes, looks like it worked, but it didn't. Folks who sub normally via the web have no problems. And a question - where is the source for mailman? Specifically, the source for the .cgi programs which appear to be compiled? Thanks! J. Hart -----Original Message----- From: mailman-users-admin at python.org [mailto:mailman-users-admin at python.org]On Behalf Of Hart Family Sent: Monday, January 10, 2000 11:31 PM To: mailman-users at python.org Subject: [Mailman-Users] listinfo.cgi not allowing users to digest or unsub [newbie] Importance: High Users can use listinfo.cgi to sub/unsub/digest/nodigest, and all appears to work, but only subs are actually working. I'm having to do all the other stuff myself. Help!!! I'm a newbie, so I fully expect that this is documented somewhere and I just haven't found it yet. Thanks for helping! J. Hart ------------------------------------------------------ Mailman-Users maillist - Mailman-Users at python.org http://www.python.org/mailman/listinfo/mailman-users From jwing at pliantsystems.com Fri Jan 14 19:15:40 2000 From: jwing at pliantsystems.com (John Wingenbach) Date: Fri, 14 Jan 2000 13:15:40 -0500 Subject: [Mailman-Users] Public list doesn't show References: Message-ID: <387F67CC.19B8B4A1@pliantsystems.com> I found an easy fix. By defining VIRTUAL_HOST_OVERVIEW as 0 in mm_cfg.py, it turned off the section of code which deals with the hostname / domain matching. I guess I am going to learn python via the school of hard knocks. ;-) Thanks for the insight! -- John Peter Funk wrote: > Hi! > John Wingenbach wrote: > > I just installed mailman-1.1. Everything looked fine up until I noticed that not all my > > lists are showing. I have them all listed as being listable to the public. However, only 2 > > out of 4 show. > > > > On the webpage, the lists all say: > > > > Advertise this list when people ask what lists are on this machine? YES > > > > > > Any help? > > I had a similar problem. It had to do with the entry > "Host name this list prefers. (Details)" on the admin page: > Since I use Mailman 1.1 only in our so called "Intranet" behind > a firewall, I entered the hostname without the domain. 'artcom7' > in my case. Now the Lists appear under > http://artcom7/mailman/listinfo > but not under > http://artcom7.artcom-gmbh.de/mailman/listinfo > which should be the same. > > May be I've got something wrong with my webserver. > BTW: This is on Intel SuSE Linux 5.3 running Apache 1.3.0 and using > Python 1.5.2. I can mail configuration details, if there is anybody > interested. > > Regards, Peter > -- > Peter Funk, Oldenburger Str.86, 27777 Ganderkesee, Tel: 04222 9502 70, Fax: -60 -- John C. Wingenbach Pliant Systems, Inc. Sr. Systems Administrator Work: (919) 405-4627 Fax: (919) 405-4544 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000114/74bc3526/attachment.html From jwing at pliantsystems.com Fri Jan 14 19:48:19 2000 From: jwing at pliantsystems.com (John Wingenbach) Date: Fri, 14 Jan 2000 13:48:19 -0500 Subject: [Mailman-Users] Circularly nested lists? References: Message-ID: <387F6F73.7DE0D76B@pliantsystems.com> I haven't seen anything mentioning it yet. However, I was wondering if there is a built in method for ascertaining whether or not a list has a circular list inclusion. For example: List Member A UserB, ListB B ListC, ListD C ListA D UserX Since the lists are defined in aliases as a pipe to a program, sendmail won't take care of repeated recipients. -- John C. Wingenbach Pliant Systems, Inc. Sr. Systems Administrator Work: (919) 405-4627 Fax: (919) 405-4544 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000114/a022a3ac/attachment.htm From claw at kanga.nu Fri Jan 14 20:00:20 2000 From: claw at kanga.nu (J C Lawrence) Date: Fri, 14 Jan 2000 11:00:20 -0800 Subject: [Mailman-Users] Web-interface for adding a new mailing list. In-Reply-To: Message from hema of "Fri, 14 Jan 2000 17:04:57 +0530." References: Message-ID: On Fri, 14 Jan 2000 17:04:57 +0530 (IST) hema wrote: > I would like to know if the web interface of mailman for > administrators provides a facility for adding or deleting a > mailing list. It doesn't. -- 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 agm at cec.uchile.cl Fri Jan 14 20:13:31 2000 From: agm at cec.uchile.cl (Aldrin Martoq) Date: 14 Jan 2000 19:13:31 GMT Subject: [Mailman-Users] nightly_gzip program error Message-ID: <85nsgr$tgp$4@slinux.cec.uchile.cl> I'm receiving this mail from crontab: Subject: Cron /usr/bin/python /home/mailman/cron/nightly_gzip Traceback (innermost last): File "/home/mailman/cron/nightly_gzip", line 143, in ? main() File "/home/mailman/cron/nightly_gzip", line 114, in main time.strptime(f, '%Y-%B.txt') AttributeError: strptime I try to found it in the bug webpage "Jitter" (http://www.python.org/mailman-bugs) , but is not reported... What can I do? (And what isn't working well?) -- Aldrin. From ptomblin at xcski.com Fri Jan 14 21:02:54 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Fri, 14 Jan 2000 15:02:54 -0500 Subject: [Mailman-Users] nightly_gzip program error In-Reply-To: <85nsgr$tgp$4@slinux.cec.uchile.cl>; from Aldrin Martoq on Fri, Jan 14, 2000 at 07:13:31PM +0000 References: <85nsgr$tgp$4@slinux.cec.uchile.cl> Message-ID: <20000114150254.B30663@xcski.com> Quoting Aldrin Martoq (agm at cec.uchile.cl): > I'm receiving this mail from crontab: > > Subject: Cron /usr/bin/python /home/mailman/cron/nightly_gzip > > Traceback (innermost last): > File "/home/mailman/cron/nightly_gzip", line 143, in ? > main() > File "/home/mailman/cron/nightly_gzip", line 114, in main > time.strptime(f, '%Y-%B.txt') > AttributeError: strptime This means you're using the python RPM that came with RedHat, instead of downloading and updating to the new one on ftp://updates.redhat.com (it's python-1.5.2-7.*) It's an exceptionally bad idea to put a Linux box on the net without regularly checking for updates there - many are fixes for SIGNIFICANT security holes. -- Paul Tomblin, not speaking for anybody. "I find your lack of clue...disturbing" - Sysadmin Vader. SETI at Home: http://www.setiathome.ssl.berkeley.edu/ From tkratowicz at KNEX.com Fri Jan 14 22:56:30 2000 From: tkratowicz at KNEX.com (Tony Kratowicz) Date: Fri, 14 Jan 2000 16:56:30 -0500 Subject: [Mailman-Users] Passwords Message-ID: Greetings all, I would like to know if there is any way to disable the password feature. I searched the archives but I was unable to locate any info on how to do this. Any help would be greatly appreciated. Thanks, Tony Kratowicz -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000114/9828369c/attachment.html From fil at bok.net Fri Jan 14 23:07:37 2000 From: fil at bok.net (Fil) Date: Fri, 14 Jan 2000 23:07:37 +0100 (MET) Subject: [Mailman-Users] Passwords In-Reply-To: Message-ID: On Fri, 14 Jan 2000, Tony Kratowicz wrote: > Greetings all, > > I would like to know if there is any way to disable the password feature. I > searched the archives but I was unable to locate any info on how to do this. > Any help would be greatly appreciated. > > Thanks, > Tony Kratowicz > This is what I sent last week, with no answer yet as to its inclusion into mailman. However the patch works, so it might be usefull to you. >From mailman-developers-admin at python.org Fri Jan 7 14:58:28 2000 From: Fil To: mailman-developers at python.org Subject: [Mailman-Developers] dont request passwords from web subscriber patch Hi, could the maintainers tell me if this patch is accepted or rejected ? It's important to make it easy to subscribe ; and the patch does not diminish in anything the behavior of mailman or the possibilities of users, as the latter can choose to modify the random password created for them. Other important effect : it avoids that naive users give away their "real" (ie personal email's) password into our subscribers's databases. Thanks. Patch name : dont request passwords from web subscriber Patch by : 7 Jan 2000 File modified : Mailman/Cgi/subscribe.py Reason : do not request a password from the subscriber. It is cumbersome and not really usefull. Instead, create a random password (for compatibility with the current system accept the password given if one is given). diff subscribe.py subscribe.py-dist 126,127c126,128 < pw = Utils.MakeRandomPassword() < pwc = pw --- > error = 1 > results = (results > + "You must supply a valid password, and confirm > it.
") From jer at jorsm.com Fri Jan 14 23:47:02 2000 From: jer at jorsm.com (Jeremy Shaffner) Date: Fri, 14 Jan 2000 16:47:02 -0600 (CST) Subject: [Mailman-Users] Custom username Message-ID: Why isn't there a configure option to install Mailman as a user other than 'mailman'? A --with-username=NAME would be excellent. I ask because 'mailman' has already in use by one of our users. Probably a postal worker. :) -Jeremy -=========================================================================- Jeremy Shaffner JORSM Internet, Regional Internet Services System Administrator 7 Area Codes in Chicagoland and NW Indiana jer at jorsm.com 100Mbps+ Connectivity, 56K-DS3, V.90, ISDN support at jorsm.com Quality Service, Affordable Prices http://www.jorsm.com Serving Gov't, Business, Individuals Since 1995 -=========================================================================- From saille at bleah.com Sat Jan 15 00:46:37 2000 From: saille at bleah.com (Saille Warner Norton) Date: Fri, 14 Jan 2000 15:46:37 -0800 Subject: [Mailman-Users] Custom username In-Reply-To: Message-ID: <4.2.0.58.20000114154452.009db290@pop.ipac.caltech.edu> Try editing your "MAILMAN_UID" option in your Makefile. At 04:47 PM 01/14/2000 -0600, Jeremy Shaffner wrote: >Why isn't there a configure option to install Mailman as a user other >than 'mailman'? A --with-username=NAME would be excellent. > >I ask because 'mailman' has already in use by one of our users. Probably >a postal worker. :) > >-Jeremy > > >-=========================================================================- >Jeremy Shaffner JORSM Internet, Regional Internet Services >System Administrator 7 Area Codes in Chicagoland and NW Indiana >jer at jorsm.com 100Mbps+ Connectivity, 56K-DS3, V.90, ISDN >support at jorsm.com Quality Service, Affordable Prices >http://www.jorsm.com Serving Gov't, Business, Individuals Since 1995 >-=========================================================================- > > > >------------------------------------------------------ >Mailman-Users maillist - Mailman-Users at python.org >http://www.python.org/mailman/listinfo/mailman-users From mr at uue.org Sat Jan 15 01:47:50 2000 From: mr at uue.org (Michael Reinsch) Date: Sat, 15 Jan 2000 01:47:50 +0100 (CET) Subject: [Mailman-Users] message templates Message-ID: <20000115004708.F38992177@lola.uue.Org> Hi! Is there a way to change (i.e. translate) the message templates (help etc) per mailinglist in the current version of mailman? How about NLS for these message templates? :) -- Michael Reinsch http://mr.uue.org ----------------------------------------------------------------------------- From jer at jorsm.com Sat Jan 15 04:28:53 2000 From: jer at jorsm.com (Jeremy Shaffner) Date: Fri, 14 Jan 2000 21:28:53 -0600 (CST) Subject: [Mailman-Users] Custom username In-Reply-To: <4.2.0.58.20000114154452.009db290@pop.ipac.caltech.edu> Message-ID: Except that 'mailman' is hardcoded into lots of places, including the configure[.in] script. It doesn't get far enough to generate a Makefile. -Jeremy On Fri, 14 Jan 2000, Saille Warner Norton wrote: > Try editing your "MAILMAN_UID" option in your Makefile. > > > At 04:47 PM 01/14/2000 -0600, Jeremy Shaffner wrote: > > >Why isn't there a configure option to install Mailman as a user other > >than 'mailman'? A --with-username=NAME would be excellent. > > > >I ask because 'mailman' has already in use by one of our users. Probably > >a postal worker. :) > > > >-Jeremy > > > > > >-=========================================================================- > >Jeremy Shaffner JORSM Internet, Regional Internet Services > >System Administrator 7 Area Codes in Chicagoland and NW Indiana > >jer at jorsm.com 100Mbps+ Connectivity, 56K-DS3, V.90, ISDN > >support at jorsm.com Quality Service, Affordable Prices > >http://www.jorsm.com Serving Gov't, Business, Individuals Since 1995 > >-=========================================================================- > > > > > > > >------------------------------------------------------ > >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 > -=========================================================================- Jeremy Shaffner JORSM Internet, Regional Internet Services System Administrator 7 Area Codes in Chicagoland and NW Indiana jer at jorsm.com 100Mbps+ Connectivity, 56K-DS3, V.90, ISDN support at jorsm.com Quality Service, Affordable Prices http://www.jorsm.com Serving Gov't, Business, Individuals Since 1995 -=========================================================================- From admin at safe-guard-cz.cz Sat Jan 15 21:22:24 2000 From: admin at safe-guard-cz.cz (=?iso-8859-1?B?Smn47SBGYXJh?=) Date: Sat, 15 Jan 2000 21:22:24 +0100 Subject: [Mailman-Users] Re: Mailman-Users digest, Vol 1 #447 - 12 msgs Message-ID: <001c01bf5f96$3d418360$d06214d4@pc-fara2> -----P?vodn? zpr?va----- Od: mailman-users-admin at python.org Komu: mailman-users at python.org Datum: 15. ledna 2000 18:01 P?edm?t: Mailman-Users digest, Vol 1 #447 - 12 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 admin at safe-guard-cz.cz Sat Jan 15 21:26:58 2000 From: admin at safe-guard-cz.cz (=?iso-8859-1?B?Smn47SBGYXJh?=) Date: Sat, 15 Jan 2000 21:26:58 +0100 Subject: [Mailman-Users] Re: Mailman-Users digest, Vol 1 #446 - 13 msgs Message-ID: <005801bf5f96$dfac3000$d06214d4@pc-fara2> -----P?vodn? zpr?va----- Od: mailman-users-admin at python.org Komu: mailman-users at python.org Datum: 14. ledna 2000 18:01 P?edm?t: Mailman-Users digest, Vol 1 #446 - 13 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 hypnose at t-online.de Sun Jan 16 15:04:29 2000 From: hypnose at t-online.de (guenter wessling) Date: Sun, 16 Jan 2000 15:04:29 +0100 Subject: [Mailman-Users] permissions / security Message-ID: <3.0.5.32.20000116150429.007b5420@pop.btx.dtag.de> Hi, all. I?m new to mailman and the list. Greetings from Germany. System: linux, 2.0.36, I586. popper/sendmail. Test-installation (mailman-1.1) went all right after I did the following: Created group mailman. Created user mailman, group *users*. mailman_tar.gz was done chown mailman chgrp mailman. (If tar.gz is not chown/chgrp, permissions get confused on my linux. Tried several installs, none went all right unless I changed owner and group to "mailman".) ./configure --> /home/mailman make install Result is that all files in /home/mailman are owner mailman group mailman. Lists are created with directories and files --> either owner mail group mailman or owner mailman group mailman. After using the little pipermail-patch on apatche, mailman seems to run without any problems. Yet, as I *allways* get confused with permissions and suid-bits, here my questions for the definite install on my server: 1. Should user mailman be group mailman or goup users ? Any dangers in the s-bits if group users ? 2. How can I create private lists ? Change owner or some other way ? If you have any other comment on my way-of-install, please feel free to shout. Security is a *main* issue on my system. Anyways, this is a nice piece of software. And the web-based conf is terrific. Guenter :) have a nice day - alles Gute - :) Guenter Wessling (hypnose at t-online.de) - Westfalian Society of Hypnosis - - Westfaelische Gesellschaft fuer Hypnose - 48165 Muenster, Germany fax: 0049 (0)2501 27273 http://home.t-online.de/home/hypnose From speedy at WebBios.com.au Mon Jan 17 00:14:37 2000 From: speedy at WebBios.com.au (Speedy) Date: Mon, 17 Jan 2000 10:14:37 +1100 Subject: [Mailman-Users] QMAIL with MailMan Message-ID: <388250DC.2EBEB42E@WebBios.com.au> Hey All. Does anyone know any URL's that explain how to configure MailMan with QMAIL? I was using mailman with sendmail but i've switched to QMAIL and was hoping there's some docs around on how to configure it with qmail. Thanks in advance. Gonz. From jylam at hangover.fr Mon Jan 17 17:37:21 2000 From: jylam at hangover.fr (Jean-Yves) Date: Mon, 17 Jan 2000 17:37:21 +0100 Subject: [Mailman-Users] Transfering lists Message-ID: <38834541.3E625A2@hangover.fr> Hi, I just installed a new server, and I have to move current lists to a new path. How can I do that ? -- Jean-Yves LAMOUREUX Administrateur systeme / developpeur Hangover SARL ( http://www.hangover.fr ) From Nigel.Metheringham at vdata.co.uk Mon Jan 17 18:44:13 2000 From: Nigel.Metheringham at vdata.co.uk (Nigel Metheringham) Date: Mon, 17 Jan 2000 17:44:13 +0000 Subject: [Mailman-Users] Confused mailman archiver... Message-ID: Since I upgraded to mailman v1.1, mailman has loused up the beginning of month archives.... looks like yet another timezone handling bug (I'm on GMT with no DST at present) - I guess my previous hack to handle mailman's inability to handle our DST fell out on the upgrade... Anyhow this is whats in my archive directory:- Week-of-Mon-199912-1 Week-of-Mon-200001-4 ie the -4th of Jan this year and the -1st of december last... These archives contain the messages sent in the first few hours of 3rd of jan week and the 6th of dec week. I think these files are also preventing the nightly_gzip process from working too :-( 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 stever at seawingsub.com Mon Jan 17 21:55:17 2000 From: stever at seawingsub.com (Steve Ruby) Date: Mon, 17 Jan 2000 13:55:17 -0700 Subject: [Mailman-Users] Feature Change Suggestion (chunking) Message-ID: <388381B5.3D59921@seawingsub.com> Just a note: It seems strange that bulk mail chunking control is setable by list admins. What is the advantage of this? This seems like a sysadmin level control since it ultimately controls list speed vs. resources required. Can I suggest that this is a runtime server-end configuration control, unless somebody can point out the reason that lits admins should be able to control this. If an admin with 1000+ users decides this needs to be a large number it could be a bad thing. But why would the list admin care anyway? From andreas at mtg.co.at Mon Jan 17 23:39:39 2000 From: andreas at mtg.co.at (Andreas Kostyrka) Date: Mon, 17 Jan 2000 23:39:39 +0100 Subject: [Mailman-Users] Feature Change Suggestion (chunking) In-Reply-To: <388381B5.3D59921@seawingsub.com>; from stever@seawingsub.com on Mon, Jan 17, 2000 at 01:55:17PM -0700 References: <388381B5.3D59921@seawingsub.com> Message-ID: <20000117233939.N858@mtg.co.at> On Mon, Jan 17, 2000 at 01:55:17PM -0700, Steve Ruby wrote: > Just a note: It seems strange that bulk mail chunking control is setable > by list admins. What is the advantage of this? This seems like a > sysadmin > level control since it ultimately controls list speed vs. resources > required. > > Can I suggest that this is a runtime server-end configuration control, > unless somebody can point out the reason that lits admins should be > able to control this. If an admin with 1000+ users decides this needs > to be a large number it could be a bad thing. But why would the list > admin care anyway? Well, he might care to lower the value. Or sometimes to enlarge it for a small private list. But a global min/max configuration value might be a good idea. Andreas -- Andreas Kostyrka | andreas at mtg.co.at phone: +43/1/7070750 | phone: +43/676/4091256 MTG Handelsges.m.b.H. | fax: +43/1/7065299 Raiffeisenstr. 16/9 | 2320 Zwoelfaxing AUSTRIA http://www.euro.cauce.org/ | http://www.cauce.org/ From ptomblin at xcski.com Mon Jan 17 23:53:31 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Mon, 17 Jan 2000 17:53:31 -0500 Subject: [Mailman-Users] Feature Change Suggestion (chunking) In-Reply-To: <20000117233939.N858@mtg.co.at>; from Andreas Kostyrka on Mon, Jan 17, 2000 at 11:39:39PM +0100 References: <388381B5.3D59921@seawingsub.com> <20000117233939.N858@mtg.co.at> Message-ID: <20000117175331.B11212@xcski.com> Quoting Andreas Kostyrka (andreas at mtg.co.at): > But a global min/max configuration value might be a good idea. If you're using a half-way decent MTA (like postfix), "1" is the best value for max and min. -- Paul Tomblin, not speaking for anybody. "I find your lack of clue...disturbing" - Sysadmin Vader. SETI at Home: http://www.setiathome.ssl.berkeley.edu/ From speedy at WebBios.com.au Tue Jan 18 00:19:22 2000 From: speedy at WebBios.com.au (Speedy) Date: Tue, 18 Jan 2000 10:19:22 +1100 Subject: [Mailman-Users] MailMan with QMAIL Message-ID: <3883A37A.CE99E320@WebBios.com.au> Hi All. Sorry to write about this again, but i'm trying really hard to avoid using ezmlm as it's the only mailing list program designed for QMAIL and I much rather mailman. If anyone has successfully set-up mailman with QMAIL, could you please let me know as the README.QMAIL is not too clear on how to do it.. Thanks in advance. Gonz. From jer at jorsm.com Tue Jan 18 00:47:01 2000 From: jer at jorsm.com (Jeremy Shaffner) Date: Mon, 17 Jan 2000 17:47:01 -0600 (CST) Subject: [Mailman-Users] Custom username In-Reply-To: <4.2.0.58.20000114212858.009b9100@joyce.numedeon.com> Message-ID: [Forwarding a copy from memory, as Pine hung before sending the Cc:] You're not following me: if test -z "$MAILMAN_UID" then cat > conftest.py <&6 rm -f conftest.out conftest.py if test -z "$MAILMAN_UID" then { echo "configure: error: ***** No \"mailman\" user found! ^^^^^^^ ***** Your system must have a \"mailman\" user defined (usually ***** in your /etc/passwd file). Please see the INSTALL file ***** file details." 1>&2; exit 1; } fi It's not the UID that's the problem, its that the username is expected to be the literal string 'mailman'. The configure script fails, never generating the Makefile you keep telling me to edit. So a --with-username=NAME is in order. -Jeremy On Fri, 14 Jan 2000, Saille Warner Norton wrote: > Run configure. Then edit the makefile to change the mailman_uid variable. > Then compile. It will compile mailman under whatever UID you gave it. > > Worked when I did it. > > Saille > > At 09:28 PM 01/14/2000 -0600, you wrote: > > >Except that 'mailman' is hardcoded into lots of places, including > >the configure[.in] script. It doesn't get far enough to generate a > >Makefile. > > > >-Jeremy > > > >On Fri, 14 Jan 2000, Saille Warner Norton wrote: > > > > > Try editing your "MAILMAN_UID" option in your Makefile. > > > > > > > > > At 04:47 PM 01/14/2000 -0600, Jeremy Shaffner wrote: > > > > > > >Why isn't there a configure option to install Mailman as a user other > > > >than 'mailman'? A --with-username=NAME would be excellent. > > > > > > > >I ask because 'mailman' has already in use by one of our users. Probably > > > >a postal worker. :) > > > > > > > >-Jeremy > > > > > > > > > > > >-====================================================================== > > ===- > > > >Jeremy Shaffner JORSM Internet, Regional Internet Services > > > >System Administrator 7 Area Codes in Chicagoland and NW Indiana > > > >jer at jorsm.com 100Mbps+ Connectivity, 56K-DS3, V.90, ISDN > > > >support at jorsm.com Quality Service, Affordable Prices > > > >http://www.jorsm.com Serving Gov't, Business, Individuals Since 1995 > > > >-====================================================================== > > ===- > > > > > > > > > > > > > > > >------------------------------------------------------ > > > >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 > > > > > > > > >-=========================================================================- > >Jeremy Shaffner JORSM Internet, Regional Internet Services > >System Administrator 7 Area Codes in Chicagoland and NW Indiana > >jer at jorsm.com 100Mbps+ Connectivity, 56K-DS3, V.90, ISDN > >support at jorsm.com Quality Service, Affordable Prices > >http://www.jorsm.com Serving Gov't, Business, Individuals Since 1995 > >-=========================================================================- > > > > > > > >------------------------------------------------------ > >Mailman-Users maillist - Mailman-Users at python.org > >http://www.python.org/mailman/listinfo/mailman-users > > -=========================================================================- Jeremy Shaffner JORSM Internet, Regional Internet Services System Administrator 7 Area Codes in Chicagoland and NW Indiana jer at jorsm.com 100Mbps+ Connectivity, 56K-DS3, V.90, ISDN support at jorsm.com Quality Service, Affordable Prices http://www.jorsm.com Serving Gov't, Business, Individuals Since 1995 -=========================================================================- From jerry at scoregroup.com Tue Jan 18 01:05:38 2000 From: jerry at scoregroup.com (Jerry Thomas) Date: Mon, 17 Jan 2000 19:05:38 -0500 Subject: [Mailman-Users] new_members command Message-ID: Is there a way to specify a password when invoking the new_members command? Thanks, Jerry -- Jerry Thomas jerry at scoregroup.com System Administrator (305)662-5959 xt 211 -------------- next part -------------- A non-text attachment was scrubbed... Name: Jerry Thomas.vcf Type: text/x-vcard Size: 451 bytes Desc: not available Url : http://mail.python.org/pipermail/mailman-users/attachments/20000117/288d12a3/attachment.vcf From jwing at pliantsystems.com Tue Jan 18 18:22:51 2000 From: jwing at pliantsystems.com (John Wingenbach) Date: Tue, 18 Jan 2000 12:22:51 -0500 Subject: [Mailman-Users] Implicit Destination? Message-ID: <3884A16B.2EC372BE@pliantsystems.com> HELP! I have set up mailman to handle our lists and now I am getting the admins asking what this implicit destination thing is. Asking why they have to approve this message. Can someone enlighten me as to the meaning of this? -- John C. Wingenbach Pliant Systems, Inc. Sr. Systems Administrator Work: (919) 405-4627 Fax: (919) 405-4544 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000118/aaef7080/attachment.html From ptomblin at xcski.com Tue Jan 18 18:42:35 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Tue, 18 Jan 2000 12:42:35 -0500 Subject: [Mailman-Users] Implicit Destination? In-Reply-To: <3884A16B.2EC372BE@pliantsystems.com>; from John Wingenbach on Tue, Jan 18, 2000 at 12:22:51PM -0500 References: <3884A16B.2EC372BE@pliantsystems.com> Message-ID: <20000118124235.D16057@xcski.com> Quoting John Wingenbach (jwing at pliantsystems.com): > HELP! > > I have set up mailman to handle our lists and now I am getting the > admins asking what this implicit destination thing is. Asking why they > have to approve this message. > > Can someone enlighten me as to the meaning of this? It means that the address of the list didn't appear in either the From: or the Cc: header. Legitimate users of mailing lists rarely if ever Bcc: to the list, so this "implicit destination" thing takes care of a lot of spam. -- Paul Tomblin, not speaking for anybody. "I find your lack of clue...disturbing" - Sysadmin Vader. SETI at Home: http://www.setiathome.ssl.berkeley.edu/ From afanassy at geckonet.net Tue Jan 18 19:45:44 2000 From: afanassy at geckonet.net (Afanassy Thompson) Date: Tue, 18 Jan 2000 13:45:44 -0500 (EST) Subject: [Mailman-Users] mailman.jpg Message-ID: <14468.45942.251985.211004@gort.geckonet.net> For some reason I'm finding it difficult to see where to put mailman.jpg. When I look at the page source it indicates: So where do I put the images directory? The INSTALL file made reference to htdocs, but there is no htdocs. -- Afanassy Thompson President: Cincinnati GNU/Linux Users Group Email: afanassy at geckonet.net http://www.cglug.org ============================================================================= PGP & GPG Public Keys at http://www.geckonet.net From jer at jorsm.com Tue Jan 18 19:48:59 2000 From: jer at jorsm.com (Jeremy Shaffner) Date: Tue, 18 Jan 2000 12:48:59 -0600 (CST) Subject: [Mailman-Users] mailman.jpg In-Reply-To: <14468.45942.251985.211004@gort.geckonet.net> Message-ID: Where /images is relative to the DocumentRoot of your webserver, typically /some/path/to/htdocs. -Jeremy On Tue, 18 Jan 2000, Afanassy Thompson wrote: > For some reason I'm finding it difficult to see where to put > mailman.jpg. When I look at the page source it indicates: > > > So where do I put the images directory? The INSTALL file made > reference to htdocs, but there is no htdocs. > -- > Afanassy Thompson President: Cincinnati GNU/Linux Users Group > Email: afanassy at geckonet.net http://www.cglug.org > ============================================================================= > PGP & GPG Public Keys at http://www.geckonet.net > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > -=========================================================================- Jeremy Shaffner JORSM Internet, Regional Internet Services System Administrator 7 Area Codes in Chicagoland and NW Indiana jer at jorsm.com 100Mbps+ Connectivity, 56K-DS3, V.90, ISDN support at jorsm.com Quality Service, Affordable Prices http://www.jorsm.com Serving Gov't, Business, Individuals Since 1995 -=========================================================================- From Simon.Dawson at nottingham.ac.uk Tue Jan 18 20:16:20 2000 From: Simon.Dawson at nottingham.ac.uk (Simon Dawson) Date: Tue, 18 Jan 2000 19:16:20 +0000 Subject: [Mailman-Users] Info for subscribed people Message-ID: Hi, Sorry to be a pain but is it possible for subscribers to a Mailman list to enter a bit of information about themselves when they subscribe (or afterwards) such that when you ask it to show subscribed people to your list and you then click on a hyperlink for one of them, it shows you a bit about them such as name, address, location etc?? I know I may have missed this in a FAQ or something so apologies if I have - I'm new to this system! Thanks for any help. Simon Dawson. -- Dr. Simon Dawson Floor D School of Biomedical Sciences Queen's Medical Centre Clifton Boulevard Nottingham NG7 2UH U.K. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- TEL:+44 (0)115 9709419 FAX:+44 (0)115 9709969 Email:Simon.Dawson at nottingham.ac.uk http://www.ccc.nottingham.ac.uk/~mbzspd/Simon.html -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Ubiquitin/26 S protease mailing list moderator at http://lists.nottingham.ac.uk/mailman/listinfo/ubiquitin -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- "Back off man, I'm a scientist!" - Bill Murray. From rniess at netserver3.otr.usm.edu Tue Jan 18 22:02:40 2000 From: rniess at netserver3.otr.usm.edu (Rick Niess) Date: Tue, 18 Jan 2000 15:02:40 -0600 (CST) Subject: [Mailman-Users] Info for subscribed people In-Reply-To: Message-ID: On Tue, 18 Jan 2000, Simon Dawson wrote: > Sorry to be a pain but is it possible for subscribers to a Mailman list > to enter a bit of information about themselves when they subscribe (or > afterwards) such that when you ask it to show subscribed people to your list > and you then click on a hyperlink for one of them, it shows you a bit about > them such as name, address, location etc?? Mailman does not currently do this. It is, however, already under consideration for future versions of Mailman. ~ Rick ~ -- .oooO "Man with closed Oooo. Rick C. Niess ( ) mouth gathers ( ) University of Southern Miss. \ ( no foot!" ) / resnet at usm.edu --\ )------------------(_/------------------------------- From c.davis at actrix.gen.nz Tue Jan 18 23:53:00 2000 From: c.davis at actrix.gen.nz (Christine Davis) Date: Wed, 19 Jan 2000 11:53:00 +1300 Subject: [Mailman-Users] smtp-failure log full of 451 Message-ID: <028501bf6206$c50f66f0$641560cb@solomon.actrix.gen.nz> My stmp-failure log has 451 timeout waiting for input during message collect for many (but not all) of the posts that are made to my lists. What do I have that needs changing to stop these errors being made? Cheers, Christine From pjh at mccc.edu Wed Jan 19 03:05:43 2000 From: pjh at mccc.edu (Pete Holsberg) Date: Tue, 18 Jan 2000 21:05:43 -0500 (EST) Subject: [Mailman-Users] Problem Occurs After No Problem Message-ID: All of a sudden, I cannot create a new mailing list! Here's the traceback: Traceback (innermost last): File "./newlist", line 146, in ? raise SystemExit(main(sys.argv)) File "./newlist", line 93, in main newlist.Create(list_name, owner_mail, pw) File "/home/mailman/Mailman/MailList.py", line 729, in Create self.Lock() File "/home/mailman/Mailman/MailList.py", line 1373, in Lock self.__lock.lock() File "/home/mailman/Mailman/LockFile.py", line 238, in lock self.__write() # steal File "/home/mailman/Mailman/LockFile.py", line 141, in __write fp = open(self.__tmpfname, 'w') IOError: [Errno 13] Permission denied: '/home/mailman/locks/.lock.saturn.m ccc.edu.1466' Any thoughts on what mught be wrong? Thanks, Pete From pjh at mccc.edu Wed Jan 19 03:24:31 2000 From: pjh at mccc.edu (Pete Holsberg) Date: Tue, 18 Jan 2000 21:24:31 -0500 (EST) Subject: [Mailman-Users] Problem Occurs After No Problem In-Reply-To: Message-ID: On Tue, 18 Jan 2000, Pete Holsberg wrote: > All of a sudden, I cannot create a new mailing list! Here's > the traceback: > > Traceback (innermost last): > File "./newlist", line 146, in ? > raise SystemExit(main(sys.argv)) > File "./newlist", line 93, in main > newlist.Create(list_name, owner_mail, pw) > File "/home/mailman/Mailman/MailList.py", line 729, in Create > self.Lock() > File "/home/mailman/Mailman/MailList.py", line 1373, in Lock > self.__lock.lock() > File "/home/mailman/Mailman/LockFile.py", line 238, in lock > self.__write() # steal > File "/home/mailman/Mailman/LockFile.py", line 141, in __write > fp = open(self.__tmpfname, 'w') > IOError: [Errno 13] Permission denied: '/home/mailman/locks/.lock.saturn.m > ccc.edu.1466' > > Any thoughts on what mught be wrong? > > Thanks, > Pete I should add that, in 1999, I successfully created about a dozen mailing lists. Pete From Dan.Mick at West.Sun.COM Wed Jan 19 04:31:39 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Tue, 18 Jan 2000 19:31:39 -0800 (PST) Subject: [Mailman-Users] Finding disabled users Message-ID: <200001190331.TAA11347@utopia.West.Sun.COM> No, not users who have some sort of physical problem: I mean those who the list (probably) has set the "disabled" option for. I asked for a hack to find them; no one responded, so I got dangerous and hacked up withlist to make a command. Here it is. I use it with a shell script to send them all a message reminding them they're disabled (since, if they were disabled by having a full inbox, they may never have seen the message). #!/usr/bin/python """List disabled members of a mailing list bin/list_disabled_members listname --help -h Print this message and exit """ import sys import getopt import string import paths from Mailman.MailList import MailList m = None def usage(msg='', code=1): print __doc__ % globals() if msg: print msg sys.exit(code) def main(): global m try: opts, args = getopt.getopt(sys.argv[1:], 'h', ['help']) except getopt.error, m: usage(m) if len(args) <> 1: usage('No list name supplied.') listname = args[0] lock = 0 for opt, arg in opts: if opt in ('-h', '--help'): usage(code=0) # first try to open mailing list m = MailList(listname, lock=lock) for n in m.user_options.keys(): if m.user_options[n] & 1: print n exit main() From lhough at nbase-xyplex.com Wed Jan 19 03:32:45 2000 From: lhough at nbase-xyplex.com (Linden Hough) Date: Tue, 18 Jan 2000 21:32:45 -0500 Subject: [Mailman-Users] Implicit Destination? References: <3884A16B.2EC372BE@pliantsystems.com> <20000118124235.D16057@xcski.com> Message-ID: <002201bf6225$7af8c920$97beb38c@linden> I had a similar problem. If I remember correctly I had changed a custom recipient (Microsoft's lingo for mail alias) for a majordomo list on an Exchange server to point to a mailman list with a different name. I had to disable the implicit function until the list name faded away. Linden Hough lhough at nbase-xyplex.com ----- Original Message ----- From: Paul Tomblin To: John Wingenbach Cc: Sent: Tuesday, January 18, 2000 12:42 PM Subject: Re: [Mailman-Users] Implicit Destination? > Quoting John Wingenbach (jwing at pliantsystems.com): > > HELP! > > > > I have set up mailman to handle our lists and now I am getting the > > admins asking what this implicit destination thing is. Asking why they > > have to approve this message. > > > > Can someone enlighten me as to the meaning of this? > > It means that the address of the list didn't appear in either the From: or the > Cc: header. Legitimate users of mailing lists rarely if ever Bcc: to the > list, so this "implicit destination" thing takes care of a lot of spam. > > -- > Paul Tomblin, not speaking for anybody. > "I find your lack of clue...disturbing" - Sysadmin Vader. > SETI at Home: http://www.setiathome.ssl.berkeley.edu/ > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From admin at safe-guard-cz.cz Wed Jan 19 13:43:19 2000 From: admin at safe-guard-cz.cz (=?iso-8859-1?B?Smn47SBGYXJh?=) Date: Wed, 19 Jan 2000 13:43:19 +0100 Subject: [Mailman-Users] Re: Mailman-Users digest, Vol 1 #449 - 2 msgs Message-ID: <003401bf627a$c6c20740$c06814d4@pc-fara2> -----P?vodn? zpr?va----- Od: mailman-users-admin at python.org Komu: mailman-users at python.org Datum: 17. ledna 2000 18:02 P?edm?t: Mailman-Users digest, Vol 1 #449 - 2 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 pjh at mccc.edu Wed Jan 19 17:17:20 2000 From: pjh at mccc.edu (Pete Holsberg) Date: Wed, 19 Jan 2000 11:17:20 -0500 (EST) Subject: [Mailman-Users] Problem Occurs After No Problem -- Solved In-Reply-To: Message-ID: On Tue, 18 Jan 2000, Pete Holsberg wrote: > All of a sudden, I cannot create a new mailing list! Here's > the traceback: > > Traceback (innermost last): > File "./newlist", line 146, in ? > raise SystemExit(main(sys.argv)) > File "./newlist", line 93, in main > newlist.Create(list_name, owner_mail, pw) > File "/home/mailman/Mailman/MailList.py", line 729, in Create > self.Lock() > File "/home/mailman/Mailman/MailList.py", line 1373, in Lock > self.__lock.lock() > File "/home/mailman/Mailman/LockFile.py", line 238, in lock > self.__write() # steal > File "/home/mailman/Mailman/LockFile.py", line 141, in __write > fp = open(self.__tmpfname, 'w') > IOError: [Errno 13] Permission denied: '/home/mailman/locks/.lock.saturn.m > ccc.edu.1466' Never mind. If I deleted the .lock.* files, the problem goes away. What are those particular files for? Thanks, Pete From iqbal at te.ugm.ac.id Thu Jan 20 09:48:16 2000 From: iqbal at te.ugm.ac.id (Iqbal Santyaswardan) Date: Thu, 20 Jan 2000 15:48:16 +0700 (JAVT) Subject: [Mailman-Users] invisible list Message-ID: for a mailing list that i have checked as not visible for public (in listinfo) for some reason is also invisible in the /admin page. is this "normal"? [if this is a repeat question sorry cause i missed the answer] A Iqbal Santyaswardan iqbal95 at student.te.ugm.ac.id From Nigel.Metheringham at vdata.co.uk Thu Jan 20 10:34:59 2000 From: Nigel.Metheringham at vdata.co.uk (Nigel Metheringham) Date: Thu, 20 Jan 2000 09:34:59 +0000 Subject: [Mailman-Users] Huge lists of stuff for moderation... Message-ID: Some clueless idiot attempted to gateway one of my mailing lists into a newgroup over night. I have some rather large number (of the order of a thousand) messages waiting to be dealt with all from one envelope sender. So far its taken close on 15 minutes for netscape to load the list admin page, and it hasn't finished yet. I then have the joy of working my way through several hundred messages and rejecting them all. This raises a number of issues:- 1. The current moderation method leads to a neat denial of service attack on the list/list-admin. 2. I need a way of doing mass moderation 3. A means of detecting this sort of flood and blocking messages on their way in would be good. 4. Breaking the moderation pages up into 20 message chunks might help a lot (but for this sort of case I would still need (2)), however for high volume lists where the moderators are unavailable for a day or so this could be useful. 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 Nigel.Metheringham at vdata.co.uk Thu Jan 20 11:14:03 2000 From: Nigel.Metheringham at vdata.co.uk (Nigel Metheringham) Date: Thu, 20 Jan 2000 10:14:03 +0000 Subject: [Mailman-Users] Appeal for help using "withlist" Message-ID: Following on from my previous message (having 1000 messages held for moderation), I've found that the request page is crashing my web browser :-( Please could someone knock me up a recipe for deleting all held messages from a specific list using the withlist command Many thanks 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 lindsey at ncsa.uiuc.edu Thu Jan 20 12:17:03 2000 From: lindsey at ncsa.uiuc.edu (Christopher Lindsey) Date: Thu, 20 Jan 2000 05:17:03 -0600 (CST) Subject: [Mailman-Users] Appeal for help using "withlist" In-Reply-To: from "Nigel Metheringham" at Jan 20, 2000 10:14:03 AM Message-ID: <200001201117.FAA29094@glorfindel.ncsa.uiuc.edu> > Following on from my previous message (having 1000 messages held for > moderation), I've found that the request page is crashing my web > browser :-( > > Please could someone knock me up a recipe for deleting all held > messages from a specific list using the withlist command http://www.python.org/pipermail/mailman-users/1999-November/002550.html Chris From Nigel.Metheringham at vdata.co.uk Thu Jan 20 12:22:01 2000 From: Nigel.Metheringham at vdata.co.uk (Nigel Metheringham) Date: Thu, 20 Jan 2000 11:22:01 +0000 Subject: [Mailman-Users] Appeal for help using "withlist" In-Reply-To: Message from Christopher Lindsey of "Thu, 20 Jan 2000 05:17:03 CST." <200001201117.FAA29094@glorfindel.ncsa.uiuc.edu> Message-ID: Chris, That fixed my problem - it was a shame I couldn't find that recipe when searching the archives earlier :-( Any chance that recipe could be added (with lots of caveats etc) to the FAQ? Many thanks 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 gossamer at tertius.net.au Thu Jan 20 12:47:18 2000 From: gossamer at tertius.net.au (Bek Oberin) Date: Thu, 20 Jan 2000 22:47:18 +1100 Subject: [Mailman-Users] Re: Huge lists of stuff for moderation... In-Reply-To: References: Message-ID: <20000120224718.L16243@tertius.net.au> Nigel Metheringham wrote: > Some clueless idiot attempted to gateway one of my mailing lists into a > newgroup over night. I have some rather large number (of the order of > a thousand) messages waiting to be dealt with all from one envelope > sender. I have a similar-but-different problem when occasionally somebody has tried to post a multi-megabyte program or picture to a list and it gets picked up by mailman's size limits. I think I have figured though that if I stop the page loading partway through then I can process whatever messages are on the screen and any others come up in the next screenful. Don't know if this is a lynx-ism though. bekj -- : --Hacker-Neophile-Eclectic-Geek-Grrl-Queer-Disabled-Boychick-- : gossamer at tertius.net.au http://www.tertius.net.au/~gossamer/ : I've lived too long with pain. I won't know who I am without : it. -- Orson Scott Card, Ender's Game From ptomblin at xcski.com Thu Jan 20 13:50:23 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Thu, 20 Jan 2000 07:50:23 -0500 Subject: [Mailman-Users] invisible list In-Reply-To: ; from Iqbal Santyaswardan on Thu, Jan 20, 2000 at 03:48:16PM +0700 References: Message-ID: <20000120075023.D3482@xcski.com> Quoting Iqbal Santyaswardan (iqbal at te.ugm.ac.id): > for a mailing list that i have checked as not visible for public (in > listinfo) for some reason is also invisible in the /admin page. is this > "normal"? [if this is a repeat question sorry cause i missed the answer] Yes, it's not visible in either place. You have to explicitly enter the admin URL. -- Paul Tomblin, not speaking for anybody. "I find your lack of clue...disturbing" - Sysadmin Vader. SETI at Home: http://www.setiathome.ssl.berkeley.edu/ From Adriano.Gaved at CSELT.IT Thu Jan 20 14:51:54 2000 From: Adriano.Gaved at CSELT.IT (Gaved Adriano) Date: Thu, 20 Jan 2000 14:51:54 +0100 Subject: [Mailman-Users] List disappeared after reboot Message-ID: <9187FF572943D211B28100805FC130FC018F1F75@xrr1.cselt.it> Hi all I had to reboot my Linux (Mandrake 6.0 - very similar to RH6.0) without being able to sync. Afterwards when I tried to access to http://myserver/mailman/listinfo/mylist it gives "List mylist not found", where mylist worked fine before my unfortunate reboot. Further, messages cannot be exchanged anymore. Looking into mailman directory tree I find /usr/local/mailman/archives/public/mylist /usr/local/mailman/lists/mylist with the right stuff in. How can I get mylist up and running again? (Yes I know I can recreate it keeping the old archives, but I'd like to take the occasion to understand better how Mailman works ....) TIA adr btw I never read a line in Python but I tried to have a look at /usr/local/mailman/cgi-bin/listinfo. I've been a bit amazed at seeing that it appears to be compiled (the only thing I thougth I knew about Python is that it is a scripting language). I eventually found the python version in the sources, but can someone shed some light on why listinfo is not a simple script? CSELT - PQ/S Via Reiss Romoli, 274 - I10148 Torino (Italy) Tel.: + 39 011 228 6158 Fax.: + 39 011 228 5839 ICQ: 38137696 From niklasmls at saers.com Thu Jan 20 15:02:33 2000 From: niklasmls at saers.com (Niklas Saers Mailinglistaccount) Date: Thu, 20 Jan 2000 15:02:33 +0100 (CET) Subject: [Mailman-Users] Error 126 Message-ID: Hi. I just installed mailman 1.1 and followed the INSTALL all the way. However, when I try my new mailingslist announce at mail.meg.nu I get the following mail sent to root (postmaster). Why is this? I've tried installing it before but this is a clean install. Last time I got the same error as well and gave up when I could never find the answer. Sincerely yours Niklas Saers The original message was received at Thu, 20 Jan 2000 14:48:14 +0100 (CET) from localhost ----- The following addresses had permanent fatal errors ----- "|/web/cgi-bin/mailman/mail/wrapper mailowner announce" (expanded from: announce-admin) ----- Transcript of session follows ----- /web/cgi-bin/mailman/mail/wrapper: permission denied 554 "|/web/cgi-bin/mailman/mail/wrapper mailowner announce"... unknown mailer error 126 [ Part 2: "Delivery Status" ] Reporting-MTA: dns; doriath.saers.com Arrival-Date: Thu, 20 Jan 2000 14:48:14 +0100 (CET) Final-Recipient: RFC822; announce-admin at doriath.saers.com X-Actual-Recipient: RFC822; |/web/cgi-bin/mailman/mail/wrapper mailowner announce at doriath.saers.com Action: failed Status: 5.0.0 Last-Attempt-Date: Thu, 20 Jan 2000 14:48:14 +0100 (CET) [ Part 3: "Included Message" ] Date: Thu, 20 Jan 2000 14:48:14 +0100 (CET) From: Mail Delivery Subsystem To: announce-admin Subject: Returned mail: unknown mailer error 126 The original message was received at Thu, 20 Jan 2000 14:48:14 +0100 (CET) from niklas at localhost ----- The following addresses had permanent fatal errors ----- "|/web/cgi-bin/mailman/mail/wrapper post announce" (expanded from: ) ----- Transcript of session follows ----- /web/cgi-bin/mailman/mail/wrapper: permission denied 554 "|/web/cgi-bin/mailman/mail/wrapper post announce"... unknown mailer error 126 [ Part 3.2: "Delivery Status" ] Reporting-MTA: dns; doriath.saers.com Arrival-Date: Thu, 20 Jan 2000 14:48:14 +0100 (CET) Final-Recipient: RFC822; X-Actual-Recipient: RFC822; |/web/cgi-bin/mailman/mail/wrapper post announce at doriath.saers.com Action: failed Status: 5.0.0 Last-Attempt-Date: Thu, 20 Jan 2000 14:48:14 +0100 (CET) [ Part 3.3: "Included Message" ] Date: Thu, 20 Jan 2000 14:48:14 +0100 (CET) From: Niklas J. Saers To: announce at doriath.meg.nu Subject: Announcement Testin 1 2 3 From vic at vgg.sci.uma.es Thu Jan 20 23:31:47 2000 From: vic at vgg.sci.uma.es (Victoriano Giralt) Date: Thu, 20 Jan 2000 23:31:47 +0100 (MET) Subject: [Mailman-Users] Error 126 In-Reply-To: Message-ID: On Thu, 20 Jan 2000, Niklas Saers Mailinglistaccount wrote: > The original message was received at Thu, 20 Jan 2000 14:48:14 +0100 (CET) > from localhost > > ----- The following addresses had permanent fatal errors ----- > "|/web/cgi-bin/mailman/mail/wrapper mailowner announce" > (expanded from: announce-admin) > > ----- Transcript of session follows ----- > /web/cgi-bin/mailman/mail/wrapper: permission denied -------------------------------------^ Your MTA has no permisions to execute the wrapper program that gets the messages distributed to the list. > 554 "|/web/cgi-bin/mailman/mail/wrapper mailowner announce"... unknown > mailer error 126 -- Victoriano Giralt Systems Programmer Central Computing Facility University of M?laga SPAIN From dkc at webtrafix.com Fri Jan 21 00:15:33 2000 From: dkc at webtrafix.com (Dennis) Date: Thu, 20 Jan 2000 18:15:33 -0500 Subject: [Mailman-Users] Mailman Error - Operating System Error Message-ID: <38879715.DF618130@webtrafix.com> Hello- I recently installed Mailman (which I did), but there is one problem. The lists install and are functional up until you try to send e-mail to a list and have it dispatched to the list members. See the error below. My question is anyone install Mailman and can tell me something I did wrong, where does this get logged if it gets logged, and how can I troubleshoot a problem like this? I ran the internal Mailman permission check program and it came back with no errors. My Error: Jan 20 17:52:22 webtrafix sendmail[18469]: RAA18469: to="|/home/mailman/mail/wrapper post homezones-discuss-l", delay=00:00:0 2, xdelay=00:00:01, mailer=prog, stat=Operating system error See the "Operating system error" Your help is apprecaited. The system is a Cobalt RaQ2 (Red Hat Linux 5.2, Apache 1.3.3) running Python 1.5.2 . -Dennis From niklasmls at saers.com Fri Jan 21 14:18:55 2000 From: niklasmls at saers.com (Niklas Saers Mailinglistaccount) Date: Fri, 21 Jan 2000 14:18:55 +0100 (CET) Subject: [Mailman-Users] Error 126 In-Reply-To: Message-ID: > > ----- Transcript of session follows ----- > > /web/cgi-bin/mailman/mail/wrapper: permission denied > -------------------------------------^ > Your MTA has no permisions to execute the wrapper program that gets the > messages distributed to the list. Thanks a lot, but I`m still not quite sure. I use sendmail (standard installation by FreeBSD 3.4) and a ps aux gives me root 215 0.0 0.8 1284 508 ?? Is Tue10AM 0:12.88 sendmail: accepting connections on port 25 (sen which I figure means that it runs as root. And root has access to the wrapper. Or does sendmail use another user for delivering mails? Niklas From vic at vgg.sci.uma.es Fri Jan 21 14:24:35 2000 From: vic at vgg.sci.uma.es (Victoriano Giralt) Date: Fri, 21 Jan 2000 14:24:35 +0100 (MET) Subject: [Mailman-Users] Error 126 In-Reply-To: Message-ID: On Fri, 21 Jan 2000, Niklas Saers Mailinglistaccount wrote: > > > ----- Transcript of session follows ----- > > > /web/cgi-bin/mailman/mail/wrapper: permission denied > > -------------------------------------^ > > Your MTA has no permisions to execute the wrapper program that gets the > > messages distributed to the list. > > Thanks a lot, but I`m still not quite sure. I use sendmail (standard > installation by FreeBSD 3.4) and a ps aux gives me > > root 215 0.0 0.8 1284 508 ?? Is Tue10AM 0:12.88 sendmail: > accepting connections on port 25 (sen > > which I figure means that it runs as root. And root has access to the > wrapper. Or does sendmail use another user for delivering mails? This only says that root started sendmail, but sendmail disvests from root privileges when spawning external commands. It will try to run them as user mail (group mail) or as the user configured in RunAsUser in sendmail.cf -- Victoriano Giralt Systems Programmer Central Computing Facility University of M?laga SPAIN From niklasmls at saers.com Fri Jan 21 15:44:11 2000 From: niklasmls at saers.com (Niklas Saers Mailinglistaccount) Date: Fri, 21 Jan 2000 15:44:11 +0100 (CET) Subject: [Mailman-Users] Error 126 In-Reply-To: Message-ID: > This only says that root started sendmail, but sendmail disvests from root > privileges when spawning external commands. It will try to run them as > user mail (group mail) or as the user configured in RunAsUser in > sendmail.cf Right. In sendmail.cf I have # what user id do we assume for the majority of the processing? #O RunAsUser=sendmail which as far as I understand means this line is commented out and thus sendmail runs as root. I don't even got a sendmail user on my system. Should I be creating one and uncomment this line? If so, what would this mean for the rest of my system? Should the user sendmail have root priveliges? And, thus for my original question, if sendmail accepts mail as root (active sendmail running below:) then why can't it execute my wrapper? root 215 0.0 0.9 1284 564 ?? Ss Tue10AM 0:13.07 sendmail: accepting connections on port 25 (sendmail) root 20073 0.0 1.4 1284 868 ?? R 3:43PM 0:00.02 sendmail: startup with ifi.uio.no (sendmail) Thanks for your help :) Sincerely yours Niklas Saers From diablo at lt.com.ua Fri Jan 21 16:08:35 2000 From: diablo at lt.com.ua (Gelfandbein Boris) Date: Fri, 21 Jan 2000 17:08:35 +0200 Subject: [Mailman-Users] permission denied Message-ID: <6714.000121@lt.com.ua> Hi peaples! i install MailMan 1.1, without any bugs ;) put in apache.conf all aliases for scripts, but go to http, /mailman/ & retrieved 'Permission Denied' there i can read about this step of configuring? -- Best regards, Gelfandbein Boris | BG12-RIPE | Kherson, LT | 263119 From Jean.Bausch at mch6.siemens.de Fri Jan 21 16:14:46 2000 From: Jean.Bausch at mch6.siemens.de (Jean Bausch) Date: Fri, 21 Jan 2000 16:14:46 +0100 Subject: [Mailman-Users] wrapper group-id Message-ID: <388877E5.F7E28676@mch6.siemens.de> Subscriptions to my mailing list don't work because the wrapper has a gid problem: The syslog says: Jan 21 16:01:57 sunrise Mailman mail-wrapper: Failure to exec script. WANTED gid 6, GOT gid 1. (Reconfigure to take 1?) Jan 21 16:01:57 sunrise sendmail[12628]: QAA12627: to="|/home/mailman/mail/wrapp er mailcmd cfcs", delay=00:00:00, xdelay=00:00:00, mailer=prog, stat=unknown mai ler error 2 Jan 21 16:01:58 sunrise sendmail[12628]: QAA12627: QAA12628: DSN: unknown mailer error 2 I have configured mailman with the option --with-mail-gid=mail (which is GID 6), but it seems that he is still running with GID 1? The check_perms program does not find any problem. Any suggestion? Thanks in advance! -- Jean Bausch FSC EP OS BS PM1 mail: Jean.Bausch at mch6.siemens.de phone: +49 89 636-46656 fax: +49 89 636-48239 From alex at phred.org Fri Jan 21 16:43:55 2000 From: alex at phred.org (alex wetmore) Date: Fri, 21 Jan 2000 07:43:55 -0800 Subject: [Mailman-Users] Fw: Small problem with the framebuilderlist (fwd) Message-ID: <01bf01bf6426$83542d50$01fa3b9d@AWETMOREDEV> Is there a known fix for this issue? It seems like the / in this users email address is causing problems with accessing the mailman webpages. thanks, alex ----- Original Message ----- From: "Joshua_Putnam" To: "Alex Wetmore" Sent: Friday, January 21, 2000 6:46 AM Subject: Small problem with the framebuilderlist (fwd) > Here's an odd one -- my first guess is that the / in his address > is confusing things. (I didn't think that was an allowed > character in addresses to begin with, but he seems to be getting > the mail...) > > Forwarded message: > >From: Erik.G.Lund/CPH at manbw.dk > >Date: Fri, 21 Jan 2000 13:49:25 +0100 > >Subject: Small problem with the framebuilderlist > >TO: josh at wolfenet.com > > > >Hi > > > >When I try to connect to the "list of Framebuilders subscribers" I get an error: > > > >Error > >framebuilders: No such member 'erik.g.lund'. > > > >But I get the digest e-mails... > > > >except for #13 and #15... > > > >I have my password but I dont seem to get that far... > > > >Best regards > >Erik > > > > > -- > > Josh at WolfeNet.com is Joshua Putnam / P.O. Box 13220 / Burton, WA 98013 > "My other bike is a car." > http://www.wolfenet.com/~josh/ > Return-Path: Delivered-To: mailman-users at dinsdale.python.org Received: from python.org (parrot.python.org [132.151.1.90]) by dinsdale.python.org (Postfix) with ESMTP id 01C3D1D05A for ; Fri, 21 Jan 2000 10:01:59 -0500 (EST) Received: from allhats.xcski.com (tmp1-8086.rochester.rr.com [24.161.80.134]) by python.org (8.9.1a/8.9.1) with ESMTP id KAA01841 for ; Fri, 21 Jan 2000 10:02:00 -0500 (EST) Resent-From: ptomblin at xcski.com Received: by allhats.xcski.com (Postfix, from userid 406) id CC0C41D9; Fri, 21 Jan 2000 10:03:09 -0500 (EST) Date: Fri, 21 Jan 2000 10:02:50 -0500 From: Paul Tomblin To: Niklas Saers Mailinglistaccount Subject: Re: [Mailman-Users] Error 126 Message-ID: <20000121100250.A29303 at xcski.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4us In-Reply-To: ; from Niklas Saers Mailinglistaccount on Fri, Jan 21, 2000 at 02:18:55PM +0100 Resent-Date: Fri, 21 Jan 2000 10:03:09 -0500 Resent-To: mailman Resent-Message-Id: <20000121150309.CC0C41D9 at allhats.xcski.com> 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: 1.2 (experimental) Precedence: bulk List-Id: Mailman mailing list management users Quoting Niklas Saers Mailinglistaccount (niklasmls at saers.com): > > > ----- Transcript of session follows ----- > > > /web/cgi-bin/mailman/mail/wrapper: permission denied > > -------------------------------------^ > > Your MTA has no permisions to execute the wrapper program that gets the > > messages distributed to the list. > which I figure means that it runs as root. And root has access to the > wrapper. Or does sendmail use another user for delivering mails? As documented in the installation instructions, modern sendmails run external programs through the "sendmail restricted shell" smrsh. 1. cd /etc/smrsh ln -s /web/cgi-bin/mailman/man/wrapper wrapper 2. restart sendmail 3. Kick your self in the ass for not reading the damn documents before asking the mailing list. -- Paul Tomblin, not speaking for anybody. "I find your lack of clue...disturbing" - Sysadmin Vader. SETI at Home: http://www.setiathome.ssl.berkeley.edu/ Return-Path: Delivered-To: mailman-users at dinsdale.python.org Received: from python.org (parrot.python.org [132.151.1.90]) by dinsdale.python.org (Postfix) with ESMTP id 3C68B1D005 for ; Thu, 20 Jan 2000 22:19:55 -0500 (EST) Received: from mycroft.tertius.net.au (gossamer at mycroft.tertius.net.au [203.30.75.129]) by python.org (8.9.1a/8.9.1) with ESMTP id WAA18932 for ; Thu, 20 Jan 2000 22:19:47 -0500 (EST) Resent-From: gossamer at tertius.net.au Received: (from gossamer at localhost) by mycroft.tertius.net.au (8.9.3/8.9.3/Debian/GNU) id OAA21897 for mailman-users at python.org; Fri, 21 Jan 2000 14:20:46 +1100 Resent-Message-Id: <200001210320.OAA21897 at mycroft.tertius.net.au> Received: from localhost (gossamer at localhost [127.0.0.1]) by mycroft.tertius.net.au (8.9.3/8.9.3/Debian/GNU) with ESMTP id OAA21796 for ; Fri, 21 Jan 2000 14:20:10 +1100 Received: from tertius.net.au by fetchmail-4.6.4 POP3 for (single-drop); Fri, 21 Jan 2000 14:20:11 EST Received: from mercury.Sun.COM (mercury.Sun.COM [192.9.25.1]) by dora.tertius.net.au (8.9.3/8.9.3/Debian/GNU) with ESMTP id OAA11031 for ; Fri, 21 Jan 2000 14:08:54 +1100 Received: from westmail1.west.sun.com ([129.153.100.31]) by mercury.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id TAA06438 for ; Thu, 20 Jan 2000 19:04:56 -0800 (PST) Received: from cypress.West.Sun.COM (cypress.West.Sun.COM [129.153.70.2]) by westmail1.west.sun.com (8.9.1b+Sun/8.9.1/ENSMAIL,v1.6) with SMTP id TAA13793 for ; Thu, 20 Jan 2000 19:04:53 -0800 (PST) Received: from utopia.West.Sun.COM (utopia70) by cypress.West.Sun.COM (5.0/SMI-SVR4) id AA04774; Thu, 20 Jan 2000 19:04:50 -0800 Received: from flair by utopia.West.Sun.COM (SMI-8.6/SMI-SVR4) id TAA24868; Thu, 20 Jan 2000 19:04:48 -0800 Message-Id: <200001210304.TAA24868 at utopia.West.Sun.COM> Date: Thu, 20 Jan 2000 19:04:43 -0800 (PST) From: Dan Mick Reply-To: Dan Mick Subject: Re: [Mailman-Users] Re: Huge lists of stuff for moderation... To: gossamer at tertius.net.au Mime-Version: 1.0 Content-Type: TEXT/plain; charset=us-ascii Content-Md5: kHRX2TbTDVubxZQ5k4fBBQ== X-Mailer: dtmail 1.3.0 @(#)CDE Version 1.4_33 SunOS 5.8 i86pc i386 Resent-Date: Fri, 21 Jan 2000 14:20:45 +1100 Resent-To: Mailman Users List 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: 1.2 (experimental) Precedence: bulk List-Id: Mailman mailing list management users > Nigel Metheringham wrote: > > Some clueless idiot attempted to gateway one of my mailing lists into a > > newgroup over night. I have some rather large number (of the order of > > a thousand) messages waiting to be dealt with all from one envelope > > sender. > > I have a similar-but-different problem when occasionally somebody has > tried to post a multi-megabyte program or picture to a list and it gets > picked up by mailman's size limits. > > I think I have figured though that if I stop the page loading partway > through then I can process whatever messages are on the screen and any > others come up in the next screenful. Don't know if this is a lynx-ism > though. Yes, really messages longer than a certain limit should be ellipsized; something like begin clueless.idiot.encoded.binary.jpg 0666 M"3IVC$P M,&)W?&@Q,#!B=WQZ,3$P8G=\>BTQ,#!B=WQH+3$P,&)W?&AE871H+WIE;FET M:"!Z+3$P,"!P8SI<"@DZ86P]-2I<14PZ8G,Z8V0]7$5*.F-E/5Q%2SIC;#TU M*EQ%13IC;3TQ*EQ%624K("4K(#IC;R,X,#ID8STQ*EQ%3CI<"@DZ9&P]-2I< M14TZ9&\]7$5".F5I/5Q%3SIH;SU<14 at Z:6T]7$5 .FQI(S(T.FUI.FYD/5Q% M0SIA:#IK=3U<14$Z:V0] M7$5".FML/5Q%1#IKC$P M,&)W?&@Q,#!B=WQZ,3$P8G=\>BTQ,#!B=WQH+3$P,&)W?&AE871H+WIE;FET M:"!Z+3$P,"!P8SI<"@DZ86P]-2I<14PZ8G,Z8V0]7$5*.F-E/5Q%2SIC;#TU M*EQ%13IC;3TQ*EQ%624K("4K(#IC;R,X,#ID8STQ*EQ%3CI<"@DZ9&P]-2I< M14TZ9&\]7$5".F5I/5Q%3SIH;SU<14 at Z:6T]7$5 .FQI(S(T.FUI.FYD/5Q% M0SIA:#IK=3U<14$Z:V0] M7$5".FML/5Q%1#IK Message-ID: On Fri, 21 Jan 2000, Niklas Saers Mailinglistaccount wrote: > > This only says that root started sendmail, but sendmail disvests from root > > privileges when spawning external commands. It will try to run them as > > user mail (group mail) or as the user configured in RunAsUser in > > sendmail.cf ^ ---------------------------| This is the quid. If that is configured it will run as than one BUT if it is NOT it will run as user mail, not root. > > Right. In sendmail.cf I have > > # what user id do we assume for the majority of the processing? > #O RunAsUser=sendmail > > > Thanks for your help :) You are welcome Could you please check the permisions for all the path to the mailman wrapper? Which user did you tell configure to use for mail? Which are the owner and group of the mailman wrapper and which are their permisions? sendmail will not use root rights for delivering, even less so for runing an external mailer. -- Victoriano Giralt Systems Programmer Central Computing Facility University of M?laga SPAIN From marc at shadowriders.org Fri Jan 21 20:21:05 2000 From: marc at shadowriders.org (Marc W. Mauss) Date: Fri, 21 Jan 2000 14:21:05 -0500 Subject: [Mailman-Users] REALLY stupid question Message-ID: <000201bf6444$a9dab660$8dc1fea9@shadowriders.org> I'm new here (obviously), so please take pity and give me a serious answer to this stupid question. I've been running some majordomo lists for a number of years, but I want to switch to mailman. I "installed" the copy of mailman that came with my RH Linux 6.1/Apach Secure Web Server. When I try to add a new list, it doesn't make any additions to my alias file. In viewing the archives, I see that I'm supposed to manually add the displayed aliases. OK - I did that. I also read the "installation" script MAILMAN-.RPM, and followed the instructions: I did this: When mailman is done installing, you will have to run /usr/share/mailman/bin/mmsitepass to create the mailman administrator password. then I didn't have to do this (it was already done): useradd -c "Mailing List Manager" -d /usr/share/mailman \ -M -r mailman I didn't have to do this (it was already done): crontab -u mailman /usr/share/mailman/cron/crontab.in I added mailman and mailman-owner to aliases: # mailman aliases mailman: root mailman-owner: mailman EOF I cannot find any information telling me where to find the web pages for administering/adding users to the list. Am I doing something wrong? I have been unable to find documentation anywhere for setting up mailman, or for how to run it once it is set up. Everything seems to refer me to THIS list. Please help. Merlin (formerly Marc W. Mauss) RRR01 Honorary CSA Consul to Cyberspace Coram (Long Island), NY '83 Sabre V45 "Just for Fun" '85 Shadow VT1100C - (hers) '86 Shadow VT1100C -- ALMOST BACK Cordura IS a fashion statement. From th at nextra.com Fri Jan 21 21:46:40 2000 From: th at nextra.com (Tor Houghton) Date: Fri, 21 Jan 2000 21:46:40 +0100 Subject: [Mailman-Users] REALLY stupid question In-Reply-To: <000201bf6444$a9dab660$8dc1fea9@shadowriders.org>; from marc@shadowriders.org on Fri, Jan 21, 2000 at 02:21:05PM -0500 References: <000201bf6444$a9dab660$8dc1fea9@shadowriders.org> Message-ID: <20000121214640.A2571@nextel.no> Ok, here is a really stupid reply. * Marc W. Mauss (Fri, Jan 21, 2000 at 02:21:05PM -0500) > I "installed" the copy of mailman that came with my RH Linux 6.1/Apach > Secure Web Server. When I try to add a new list, it doesn't make any > additions to my alias file. In viewing the archives, I see that I'm > supposed to manually add the displayed aliases. OK - I did that. I also > read the "installation" script MAILMAN-.RPM, and followed the instructions: > > [snip] > > I added mailman and mailman-owner to aliases: > # mailman aliases > mailman: root > mailman-owner: mailman > EOF > I am assuming you ran "newaliases" afterwards? > > I cannot find any information telling me where to find the web pages for > administering/adding users to the list. > The administration for the list is available at http://yourmailmanhost/mailman/admin/yourlist Best regards, Tor Houghton. From gary at boula.net Fri Jan 21 21:53:04 2000 From: gary at boula.net (Gary Marshall) Date: Fri, 21 Jan 2000 15:53:04 -0500 Subject: [Mailman-Users] unknown mailer error 2 Message-ID: <3.0.2.32.20000121155304.006a7010@mail.boula.net> We are trying to install mailman on a system that was using sendmail smrsh. I changed Mprog to P=/bin/sh to disable it (or does it require something more?). We are also using virtualusertable to map domain users. I added the list aliases there to get sendmail to fall thru to /etc/aliases. Now of course Im getting the Unknown Mailer Error: Jan 21 16:38:18 gateway sendmail[31010]: QAA31009: to="|/usr/local/mailman/mail/wrapper mailcmd byteme", delay=00:00:00, xdelay=00:00:00, mailer=prog, stat=unknown mailer error 2 Any one know why? Permissions are good and the web interface works great (subscribed 850 names thru it). HELP! -- Hendrix Lives! From pope at ossuary.net Fri Jan 21 23:35:58 2000 From: pope at ossuary.net (Scott) Date: Fri, 21 Jan 2000 16:35:58 -0600 (CST) Subject: [Mailman-Users] A problem with wrapper In-Reply-To: <20000121221653.CE0481685B@pyre.ossuary.net> Message-ID: I've been playing with mailman off and on for awhile now, but just can't get it working correctly. All the web stuff seems to be okay, but the most important feature, being able to post to the list, doesn't work. This is the error that is sent back after attempting a post, and I didn't see anything in the faq or readme about it. Any suggestions? > The Postfix program > > : Command died with status 2: > "/home/mailman/mail/wrapper post openboxen" The only thing reported in the mail logs is that the attempt to post failed and bounced. I'm using postfix v.19990906 on suse 6.2. Scott -- I love you more than anything in this world. I don't expect that will last. -Elvis Costello From gossamer at tertius.net.au Sat Jan 22 05:34:35 2000 From: gossamer at tertius.net.au (Bek Oberin) Date: Sat, 22 Jan 2000 15:34:35 +1100 Subject: [Mailman-Users] Fwd: Unexpected Mailman error Message-ID: <20000122153434.A12328@tertius.net.au> Anybody know what this means?? bekj ----- Forwarded message from mason-admin at netizen.com.au ----- From: mason-admin at netizen.com.au Date: Fri, 21 Jan 2000 22:10:56 +1100 Subject: Unexpected Mailman error To: mason-admin at netizen.com.au X-No-Archive: yes An unexpected Mailman error has occurred in MailCommandHandler.ParseMailCommands(). Here is the traceback: Traceback (innermost last): File "/usr/lib/mailman/Mailman/MailCommandHandler.py", line 204, in ParseMailCommands self.__dispatch[cmd](args, line, msg) File "/usr/lib/mailman/Mailman/MailCommandHandler.py", line 332, in ProcessSetCmd self.ConfirmUserPassword(sender, args[2]) File "/usr/lib/mailman/Mailman/SecurityManager.py", line 133, in ConfirmUserPassword addr = self.FindUser(user) File "/usr/lib/mailman/Mailman/MailList.py", line 244, in FindUser lcuser = self.GetUserCanonicalAddress(email) File "/usr/lib/mailman/Mailman/MailList.py", line 153, in GetUserCanonicalAddress cpuser = self.GetUserSubscribedAddress(member) File "/usr/lib/mailman/Mailman/MailList.py", line 138, in GetUserSubscribedAddress member = string.lower(member) TypeError: read-only buffer, None ----- End forwarded message ----- -- : --Hacker-Neophile-Eclectic-Geek-Grrl-Queer-Disabled-Boychick-- : gossamer at tertius.net.au http://www.tertius.net.au/~gossamer/ : Live the life you have imagined. -- Henry David Thoreau From hema at spacenetindia.com Sat Jan 22 06:14:33 2000 From: hema at spacenetindia.com (hema) Date: Sat, 22 Jan 2000 10:44:33 +0530 (IST) Subject: [Mailman-Users] REALLY stupid question In-Reply-To: <000201bf6444$a9dab660$8dc1fea9@shadowriders.org> Message-ID: Hi Replying to your first query..., There is no web page that will let you add users to the list. You will have to do it manually. You can go to the /bin directory of your mailman directory and you will find executables like: newlist, rmlist, add_members,remove_members et al. Their documentation will help you understand the syntax of each. As to your second query.. For administrtion purposes visit url: default url/mailman/admin/listname. Mails will not be sent regularly unless you write a cron job for it or manually do it through your web page (url: default url/mailman/listinfo/listname) using the link listname at default_hostname Hope I have been of some help Regards Hema On Fri, 21 Jan 2000, Marc W. Mauss wrote: > I'm new here (obviously), so please take pity and give me a serious answer > to this stupid question. > > I've been running some majordomo lists for a number of years, but I want to > switch to mailman. > > I "installed" the copy of mailman that came with my RH Linux 6.1/Apach > Secure Web Server. When I try to add a new list, it doesn't make any > additions to my alias file. In viewing the archives, I see that I'm > supposed to manually add the displayed aliases. OK - I did that. I also > read the "installation" script MAILMAN-.RPM, and followed the instructions: > > > I did this: > When mailman is done installing, you will have to run > /usr/share/mailman/bin/mmsitepass > > to create the mailman administrator password. > > > then > > I didn't have to do this (it was already done): > useradd -c "Mailing List Manager" -d /usr/share/mailman \ > -M -r mailman > > I didn't have to do this (it was already done): > crontab -u mailman /usr/share/mailman/cron/crontab.in > > > I added mailman and mailman-owner to aliases: > # mailman aliases > mailman: root > mailman-owner: mailman > EOF > > > I cannot find any information telling me where to find the web pages for > administering/adding users to the list. > > Am I doing something wrong? I have been unable to find documentation > anywhere for setting up mailman, or for how to run it once it is set up. > Everything seems to refer me to THIS list. Please help. > > Merlin > (formerly Marc W. Mauss) > RRR01 > Honorary CSA Consul to Cyberspace > Coram (Long Island), NY > > '83 Sabre V45 "Just for Fun" > '85 Shadow VT1100C - (hers) > '86 Shadow VT1100C -- ALMOST BACK > > Cordura IS a fashion statement. > > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From th at nextra.com Sat Jan 22 15:37:05 2000 From: th at nextra.com (Tor Houghton) Date: Sat, 22 Jan 2000 15:37:05 +0100 Subject: [Mailman-Users] REALLY stupid question In-Reply-To: ; from hema@spacenetindia.com on Sat, Jan 22, 2000 at 10:44:33AM +0530 References: <000201bf6444$a9dab660$8dc1fea9@shadowriders.org> Message-ID: <20000122153705.A19047@nextel.no> * hema (Sat, Jan 22, 2000 at 10:44:33AM +0530) > Hi > > Replying to your first query..., > > There is no web page that will let you add users to the list. > You will have to do it manually. > You can go to the /bin directory of your mailman directory and you will > find executables like: newlist, rmlist, add_members,remove_members et al. > Their documentation will help you understand the syntax of each. Ahem, there is a web page for that. It is available to the listadmin under "Membership Management"; e.g.: http://YOURHOST/mailman/admin/YOURLIST/members Best regards, Tor. From th at nextra.com Sat Jan 22 15:43:39 2000 From: th at nextra.com (Tor Houghton) Date: Sat, 22 Jan 2000 15:43:39 +0100 Subject: [Mailman-Users] REALLY stupid question In-Reply-To: <000101bf6459$31bb7920$8dc1fea9@shadowriders.org>; from marc@shadowriders.org on Fri, Jan 21, 2000 at 04:48:03PM -0500 References: <20000121214640.A2571@nextel.no> <000101bf6459$31bb7920$8dc1fea9@shadowriders.org> Message-ID: <20000122154339.A18971@nextel.no> * Marc W. Mauss (Fri, Jan 21, 2000 at 04:48:03PM -0500) > Tor, I did run "newaliases". -- The primary problem is that access to > [host-name]/mailman/ is forbidden. > What does your httpd/access_log and httpd/error_log tell you? > Also, there is no admin directory in "/usr/share/mailman/", nor is there a > "listinfo" directory, as mentioned by Jerry Thomas. Should these > directories have been created automatically on installation? > Yep; these are created when you do "make install". Is /usr/share/mailman configured to be readable by the http server? > Who should be the owner and group of "mailman" and it's contents? What > should the access rights be set to? > These should be owned by the "mailman" user and the "mailman" group. As for access rights, I have them go=wrs and u=rx. Tor. From oscar at colca.rcp.net.pe Sun Jan 23 20:22:52 2000 From: oscar at colca.rcp.net.pe (Oscar Valdez) Date: Sun, 23 Jan 2000 14:22:52 -0500 Subject: [Mailman-Users] WHAT IS THIS? Message-ID: what is this????? ----- Forwarded message from Cron Daemon ----- From root at colca.rcp.net.pe Fri Jan 21 09:25:14 2000 From: root at colca.rcp.net.pe (Cron Daemon) Date: Fri, 21 Jan 2000 03:25:14 -0500 Subject: Cron /usr/local/bin/python /usr2/mailman/cron/nightly_gzip Message-ID: List musica has a bogus archive_directory: /usr2/mailman/archives/private/musica ----- End of forwarded message from Cron Daemon ----- -- Oscar From speedy at WebBios.com.au Sun Jan 23 23:58:29 2000 From: speedy at WebBios.com.au (Speedy) Date: Mon, 24 Jan 2000 09:58:29 +1100 Subject: [Mailman-Users] MailMan with QMail Message-ID: <388B8795.C5758E76@WebBios.com.au> Hello. I'm looking for someone that has successfully set-up MailMan to work with QMAIL, or someone who has some documentation on this (other than README.QMAIL which isn't too clear) Thank you. Regards, Gonzalo. From kevin at maxson.com Mon Jan 24 04:36:02 2000 From: kevin at maxson.com (Kevin Maxson) Date: Sun, 23 Jan 2000 22:36:02 -0500 Subject: [Mailman-Users] Help with Mailman "bug", please! Message-ID: <388BC8A1.9D46FC67@maxson.com> Bug in Mailman version 1.0 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/share/mailman/scripts/driver", line 112, in run_main main() File "/var/tmp/mailman-root/usr/share/mailman/Mailman/Cgi/admin.py", line 167, in main File "/var/tmp/mailman-root/usr/share/mailman/Mailman/Cgi/admin.py", line 806, in ChangeOptions File "/var/tmp/mailman-root/usr/share/mailman/Mailman/MailList.py", line 1031, in ApprovedAddMembers File "/var/tmp/mailman-root/usr/share/mailman/Mailman/Deliverer.py", line 130, in DeliverToOwner TypeError: call of non-function (type string) From m.keller at orcasoft.ch Mon Jan 24 07:30:35 2000 From: m.keller at orcasoft.ch (Markus Keller OrcaSoft) Date: Mon, 24 Jan 2000 07:30:35 +0100 Subject: [Mailman-Users] WHAT IS THIS? Message-ID: <009b01bf6634$994483c0$ca09e6c2@markus.orcasoft.ch> Hi Oscar >what is this????? >List musica has a bogus archive_directory: /usr2/mailman/archives/private/musica > Your archive is empty. Send an email to the list and mailman will not complain again. Markus From david.sexton at sapphire.net Mon Jan 24 12:55:38 2000 From: david.sexton at sapphire.net (David Sexton) Date: Mon, 24 Jan 2000 11:55:38 +0000 Subject: [Mailman-Users] Mail DOmains & mailman lists Message-ID: <388C3DBA.8BF548A6@sapphire.net> Hi, I've recently installed mailman and got it to do *almost* what I want. I need to make it available for use for our users on different mail domains, so that there is no 'namespace' clash (i.e. list at domain1.com is different from list at domain2.com). I have managed to get most of the way there by embedding the domain name into the internal list name (i.e. list(@domain.com) would be known to mailman as 'domain-com-list') and then munge the mail aliases so that the wrapper gets the correct parameters when mail is sent to list at domain.com. The general settings page is modifed to show the 'visible' list-name (list) in the prefix and hostname options. The General options screen states that changing the 'public name' of the list will cause bad things to happen as it will be advertised as the email address. This is what I want to happen. Unfortunately, it isn't. So instead of subscribers being told that the address of the list is 'list at domain.com', they would get 'domain-com-list at domain.com'. Can anyone give me some pointers to what I should be doing? I don't mind hacking code but I don't know Python (although it shouldn't be that difficult to pick up). Regards, Dave -- David Sexton Network Technician Sapphire Technologies Ltd. Tel: +44 (0) 1642 702100 Fax: +44 (0) 1642 702119 ----------------------------------------------- Any opinions expressed in this message are those of the individual and not necessarily the company. This message and any files transmitted with it are confidential and solely for the use of the intended recipient. If you are not the intended recipient or the person responsible for delivering to the intended recipient, be advised that you have received this message in error and that any use is strictly prohibited. Sapphire Internet http://www.sapphire.net From Jean.Bausch at mch6.siemens.de Mon Jan 24 13:10:50 2000 From: Jean.Bausch at mch6.siemens.de (Jean Bausch) Date: Mon, 24 Jan 2000 13:10:50 +0100 Subject: [Mailman-Users] Apache's .htaccess files Message-ID: <388C414A.8D9355D1@mch6.siemens.de> I am using an Apache web server and I would like to create a mailing list with restricted access. Instead of making it private (and require a subscription from every reader) I would like to control the archive access by a .htaccess file with a positive list of all allowed readers. Is there a directory where to put this so that I can have a different user list for each mailing list? -- Jean Bausch FSC EP OS BS PM1 mail: Jean.Bausch at mch6.siemens.de phone: +49 89 636-46656 fax: +49 89 636-48239 From jwing at pliantsystems.com Mon Jan 24 18:02:57 2000 From: jwing at pliantsystems.com (John Wingenbach) Date: Mon, 24 Jan 2000 12:02:57 -0500 Subject: [Mailman-Users] Posters? Message-ID: <388C85C1.31C8BA8E@pliantsystems.com> I am attempting to create a list which only 2 domains are allowed to post to. I can turn on the member_posting_only field with no trouble. However, I can't seem to effect the posters list at all. I enter 2 domains in the textarea and upon submission, the textarea is blank. I am of course assuming that there is no issue with including a full domain in the list vs trying to enter each person's email address. Help? -- John C. Wingenbach Pliant Systems, Inc. Sr. Systems Administrator Work: (919) 405-4627 Fax: (919) 405-4544 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000124/d65bfbb9/attachment.htm From maren at leizaola.com Mon Jan 24 18:28:06 2000 From: maren at leizaola.com (Maren S. Leizaola) Date: Tue, 25 Jan 2000 01:28:06 +0800 (Taipei Standard Time) Subject: [Mailman-Users] Mail DOmains & mailman lists In-Reply-To: <388C3DBA.8BF548A6@sapphire.net> Message-ID: On Mon, 24 Jan 2000, David Sexton wrote: | Hi, | | I've recently installed mailman and got it to do *almost* what I want. | | I need to make it available for use for our users on different mail | domains, so that there is no 'namespace' clash (i.e. list at domain1.com is | different from list at domain2.com). Sorry, am I missing something? Sendmails virtuser function would do this in a flash... I've never tried putting programs in virtuser, but if required forward each virtual domain to an actual aliase where you can execute the wrapper. Maren. | | I have managed to get most of the way there by embedding the domain | name into the internal list name (i.e. list(@domain.com) would be known | to mailman as 'domain-com-list') and then munge the mail aliases so that | the wrapper gets the correct parameters when mail is sent to | list at domain.com. The general settings page is modifed to show the | 'visible' list-name (list) in the prefix and hostname options. | | The General options screen states that changing the 'public name' of | the list will cause bad things to happen as it will be advertised as the | email address. This is what I want to happen. Unfortunately, it isn't. | So instead of subscribers being told that the address of the list is | 'list at domain.com', they would get 'domain-com-list at domain.com'. | | Can anyone give me some pointers to what I should be doing? I don't | mind hacking code but I don't know Python (although it shouldn't be that | difficult to pick up). | | Regards, | | Dave | -- | David Sexton | | Network Technician | Sapphire Technologies Ltd. | Tel: +44 (0) 1642 702100 | Fax: +44 (0) 1642 702119 | | ----------------------------------------------- | Any opinions expressed in this message are those of the individual and not necessarily the company. This message and any files transmitted with it are confidential and solely for the use of the intended recipient. If you are not the intended recipient or the person responsible for delivering to the intended recipient, be advised that you have received this message in error and that any use is strictly prohibited. | | Sapphire Internet | http://www.sapphire.net | | | From john at greengator.com Mon Jan 24 18:19:52 2000 From: john at greengator.com (John R Cichy) Date: Mon, 24 Jan 2000 12:19:52 -0500 Subject: [Mailman-Users] pre-approved members Message-ID: <00012412305203.00823@john> Hello, I am tring to use Mailman to distribute information generated by automatically by one my web tools. I ahve created a list which I want to be moderated through my approval. This seems to work fine except that the web tool is reporting itself as nobody at localhost and the privacy page is not allowing me to add this address to the accepted members list, it just removes the entry. Any help would be welcomed, as I really do not want to spen my day approving system messages. -- Have a great day... John Cichy john at greengator.com From steve.robson at theplanet.net Mon Jan 24 18:38:06 2000 From: steve.robson at theplanet.net (Steve Robson) Date: Mon, 24 Jan 2000 17:38:06 -0000 Subject: [Mailman-Users] personalisation Message-ID: <6BF1C330AF53D311BE5D00508B0908100152F04E@PLANET01> Hi all Is it possible to serve direct email to lists of people and personalise each message using data from an ODBC database with mailman, or would I be better off looking at something like Listserv? TIA Steve Robson From claw at kanga.nu Mon Jan 24 19:09:14 2000 From: claw at kanga.nu (J C Lawrence) Date: Mon, 24 Jan 2000 10:09:14 -0800 Subject: [Mailman-Users] pre-approved members In-Reply-To: Message from John R Cichy of "Mon, 24 Jan 2000 12:19:52 EST." <00012412305203.00823@john> References: <00012412305203.00823@john> Message-ID: On Mon, 24 Jan 2000 12:19:52 -0500 John R Cichy wrote: > Hello, I am tring to use Mailman to distribute information > generated by automatically by one my web tools. I ahve created a > list which I want to be moderated through my approval. This seems > to work fine except that the web tool is reporting itself as > nobody at localhost and the privacy page is not allowing me to add > this address to the accepted members list, it just removes the > entry. Add that address to the the "Addresses of members accepted for posting to this list without implicit approval requirement," under "Privacy Options". -- 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 garret at satix.net Mon Jan 24 20:40:10 2000 From: garret at satix.net (Garret Krampe) Date: Tue, 25 Jan 2000 03:40:10 +0800 Subject: [Mailman-Users] Script to Add lists (under RH6). References: <20679EBC9C90D311A12F00E0293308F0085101@NTSX> Message-ID: <388CAA9A.748AEBB0@satix.net> You must be root to run this ! #!/bin/bash # FILENAME: ~/mailman/bin/nlist LIST=$1 ADMIN=$2 PASS=$3 if [ "$#" = "1" ] ; then ADMIN=fred at bloggs.org PASS=d21nnnnfwfjjga-+',, echo "creating $LIST for $ADMIN passwrd: $PASS" else if [ "$#" = "3" ] ; then echo "creating $LIST for $ADMIN passwrd: $PASS" else echo "$0 " echo "$0 AUTO creates a list, adds to /etc/aliases and rebuilds sendmail" echo "by garret at satix.net" exit 5 fi fi FOUND=`cat /etc/aliases | grep "^$LIST:"` if [ "$FOUND" = "" ] ; then echo "Checked /etc/aliases ... List name is OK" else echo "Checked /etc/aliases ... List name EXISTS " echo "$FOUND" exit 10 fi if [ -f /home/mailman/lists/$LIST ] ; then echo "List already exists ... use rmlist -a $LIST to remove it " exit 20 else echo "New list $LIST is OK to CREATE" fi rm -f /tmp/newaliases su - mailman -c "bin/newlist $LIST $ADMIN $PASS $PASS | egrep -v 'Entry' >>/tmp/newaliases" su - mailman -c "echo $ADMIN | bin/add_members -n - -c n -w y $LIST " su - mailman -c "echo $USERNAME@$(hostname) | bin/add_members -n - -c n -w y $LIST " cat /tmp/newaliases >>/etc/aliases newaliases rm -f /tmp/newaliases #/etc/rc.d/init.d/sendmail stop #/etc/rc.d/init.d/sendmail start # # Send a message to the list so no one posts complaints of cron doing things # with BOGUS archives again. echo "TESTING OF $LIST" | mail -s "TESTING OF $LIST" $LIST echo "Done $LIST Created Password $PASS" Ron Keith wrote: > Garrett, > > The script for installin mailman is way cool... Tar Thanks :)) > > > However, I installed it by hand and am still having some difficulties in > redhat 6... > > I have to go specifically to "host.xxx.edu/mailman/admin" to get anything on > html. > Naturally ... ?? I'm not sure what you mean ... it's meant to work like that. > > Also, after receiving a test list I could not respond by email to it .. You must be subscribed. > > > any more how-to docs floating around? This one may help you. > > > thanks ... > > Ron Keith :-) > Director of Information Technology > Western State University School of Law > (714) 738-1000 Ext 2953 -- Regards, Garret Krampe (Managing Director) --------------------- SATIX Pty Ltd. http://www.satix.net --------------------- ACN 090 976 015 Western Australia "The Satellite Internet Exchange" --------------------- (08) 6278 2649 0412 303 504 Mobile ICQ 11 25 26 11 garret at satix.net From mgallo at clark.fix.net Mon Jan 24 20:58:54 2000 From: mgallo at clark.fix.net (M. Gallo) Date: Mon, 24 Jan 2000 11:58:54 -0800 Subject: [Mailman-Users] Novice: cannot mass subscribe members Message-ID: <20000124115854.D4626@clark.fix.net> I've set up my first Mailman mailing list, but when I cannot mass subscribe new members from the Membership Management page. When I submit addresses, I get sent to the password entry page and then nothing else happens -- no error messages, no new subscriptions. Any idea of what's going on or how to fix it? -- M. Gallo mgallo at fix.net FIX Net 805/781.6301 Network Operations Engineer From c.davis at actrix.gen.nz Mon Jan 24 21:33:36 2000 From: c.davis at actrix.gen.nz (Christine Davis) Date: Tue, 25 Jan 2000 09:33:36 +1300 Subject: [Mailman-Users] still getting 451 errors! Message-ID: <007c01bf66aa$4a465520$641560cb@solomon.actrix.gen.nz> Hey All, I'm still getting lots, and lots or error 451's in my smtp-failures log. The errors look like this: Mailman.pythonlib.smtplib.SMTPDataError / (451, '4.4.1 timeout waiting for input during message collect') (dequeued) Its running on BSD/OS 4.1 with mailman 1.1 and sendmail 8.10.0 Cheers, Christine From frank at netradio.com Mon Jan 24 22:05:37 2000 From: frank at netradio.com (Frank Triplett) Date: Mon, 24 Jan 2000 15:05:37 -0600 Subject: [Mailman-Users] Re: Your mail list. References: <002601bf66ad$cacbc330$641560cb@solomon.actrix.gen.nz> Message-ID: <388CBEA1.D2DE146A@netradio.com> Christine, You are the sender of the e-mail as noted in the bold type of the e-mail .... I would like to think you know who you are sending e-mail to and have control over the distribution list. Check your mail list and get me off it. Please. Frank Christine Davis wrote: > Mr Triplett, > > I have nothing to do with the running of the mailman-users mailing list; > you would probably be best to contact someone at the python website > (probably using the URL at the bottom of the "SPAM" as you put it) > > Regards, > Christine > > >Christine, > >Get me off of your list ..... I consider it SPAM. > >Frank > > > > > >Subject: > > [Mailman-Users] still getting 451 errors! > > Date: > > Tue, 25 Jan 2000 09:33:36 +1300 > > From: > > "Christine Davis" > > To: > > > > > > > > > > > >Hey All, > > > >I'm still getting lots, and lots or error 451's in my smtp-failures log. > > > >The errors look like this: > > > >Mailman.pythonlib.smtplib.SMTPDataError / (451, '4.4.1 timeout waiting > >for > >input during message collect') (dequeued) > > > > > >Its running on BSD/OS 4.1 with mailman 1.1 and sendmail 8.10.0 > > > >Cheers, > >Christine > > > > > >------------------------------------------------------ > >Mailman-Users maillist - Mailman-Users at python.org > >http://www.python.org/mailman/listinfo/mailman-users > > > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000124/e65f013e/attachment.html From einstein at idsmail.com Mon Jan 24 22:33:27 2000 From: einstein at idsmail.com (Brandon Reeves) Date: Mon, 24 Jan 2000 15:33:27 -0600 Subject: [Mailman-Users] Re: Your mail list. References: <002601bf66ad$cacbc330$641560cb@solomon.actrix.gen.nz> <388CBEA1.D2DE146A@netradio.com> Message-ID: <013d01bf66b2$a6a66dc0$3c8b88d1@logikbomb.net> you idiot this is a mailman mailing list ...go to list.org and remove yourself DUH And just think, we allow these people to drive, use computers and multiply...What a sad sad world ----- Original Message ----- From: Frank Triplett To: Christine Davis ; mailman-users at python.org Sent: Monday, January 24, 2000 3:05 PM Subject: [Mailman-Users] Re: Your mail list. Christine, You are the sender of the e-mail as noted in the bold type of the e-mail .... I would like to think you know who you are sending e-mail to and have control over the distribution list. Check your mail list and get me off it. Please. Frank Christine Davis wrote: Mr Triplett, I have nothing to do with the running of the mailman-users mailing list; you would probably be best to contact someone at the python website (probably using the URL at the bottom of the "SPAM" as you put it) Regards, Christine >Christine, >Get me off of your list ..... I consider it SPAM. >Frank > > >Subject: > [Mailman-Users] still getting 451 errors! > Date: > Tue, 25 Jan 2000 09:33:36 +1300 > From: > "Christine Davis" > To: > > > > > >Hey All, > >I'm still getting lots, and lots or error 451's in my smtp-failures log. > >The errors look like this: > >Mailman.pythonlib.smtplib.SMTPDataError / (451, '4.4.1 timeout waiting >for >input during message collect') (dequeued) > > >Its running on BSD/OS 4.1 with mailman 1.1 and sendmail 8.10.0 > >Cheers, >Christine > > >------------------------------------------------------ >Mailman-Users maillist - Mailman-Users at python.org >http://www.python.org/mailman/listinfo/mailman-users > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000124/da40021b/attachment.htm From ptomblin at xcski.com Mon Jan 24 22:46:50 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Mon, 24 Jan 2000 16:46:50 -0500 Subject: [Mailman-Users] Re: Your mail list. In-Reply-To: <013d01bf66b2$a6a66dc0$3c8b88d1@logikbomb.net>; from Brandon Reeves on Mon, Jan 24, 2000 at 03:33:27PM -0600 References: <002601bf66ad$cacbc330$641560cb@solomon.actrix.gen.nz> <388CBEA1.D2DE146A@netradio.com> <013d01bf66b2$a6a66dc0$3c8b88d1@logikbomb.net> Message-ID: <20000124164650.B19947@xcski.com> Quoting Brandon Reeves (einstein at idsmail.com): > you idiot this is a mailman mailing list ...go to list.org and remove yourself > DUH > And just think, we allow these people to drive, use computers and multiply...What a sad sad world The saddest part is that this "Frank Tipplet" luser actually managed to figure out how to subscribe himself to this mailing list at some point, but now doesn't seem to have the slightest clue on what a mailing list is, or how to get off of one. -- Paul Tomblin, not speaking for anybody. "If something's expensive to develop, and somebody's not going to get paid, it won't get developed. So you decide: Do you want software to be written, or not?" - Bill Gates doesn't foresee the FSF or Linux, 1980. From skip at mojam.com Mon Jan 24 23:18:44 2000 From: skip at mojam.com (Skip Montanaro) Date: Mon, 24 Jan 2000 16:18:44 -0600 (CST) Subject: [Mailman-Users] Re: Your mail list. In-Reply-To: <20000124164650.B19947@xcski.com> References: <002601bf66ad$cacbc330$641560cb@solomon.actrix.gen.nz> <388CBEA1.D2DE146A@netradio.com> <013d01bf66b2$a6a66dc0$3c8b88d1@logikbomb.net> <20000124164650.B19947@xcski.com> Message-ID: <14476.53188.578172.285080@beluga.mojam.com> Paul> The saddest part is that this "Frank Tipplet" luser actually Paul> managed to figure out how to subscribe himself to this mailing Paul> list at some point, but now doesn't seem to have the slightest Paul> clue on what a mailing list is, or how to get off of one. He also managed to post an unsubscribe request to the python-help mailing list. I directed him to the mailman listinfo page. Hopefully that will be enough... Skip Montanaro | http://www.mojam.com/ skip at mojam.com | http://www.musi-cal.com/ 847-971-7098 From ptomblin at xcski.com Mon Jan 24 23:25:44 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Mon, 24 Jan 2000 17:25:44 -0500 Subject: Administration URL (was Re: [Mailman-Users] Re: Your mail list.) In-Reply-To: <14476.53188.578172.285080@beluga.mojam.com>; from Skip Montanaro on Mon, Jan 24, 2000 at 04:18:44PM -0600 References: <002601bf66ad$cacbc330$641560cb@solomon.actrix.gen.nz> <388CBEA1.D2DE146A@netradio.com> <013d01bf66b2$a6a66dc0$3c8b88d1@logikbomb.net> <20000124164650.B19947@xcski.com> <14476.53188.578172.285080@beluga.mojam.com> Message-ID: <20000124172544.A21766@xcski.com> Quoting Skip Montanaro (skip at mojam.com): > He also managed to post an unsubscribe request to the python-help mailing > list. I directed him to the mailman listinfo page. Hopefully that will be > enough... Why is it that only *some* messages have the administration URL on the bottom? Is it the difference between ones that are sent directly to the list and ones that are Cc'ed? -- Paul Tomblin, not speaking for anybody. "If something's expensive to develop, and somebody's not going to get paid, it won't get developed. So you decide: Do you want software to be written, or not?" - Bill Gates doesn't foresee the FSF or Linux, 1980. From Dan.Mick at West.Sun.COM Tue Jan 25 06:12:07 2000 From: Dan.Mick at West.Sun.COM (Dan Mick) Date: Mon, 24 Jan 2000 21:12:07 -0800 (PST) Subject: [Mailman-Users] Fw: Small problem with the framebuilderlist (fwd) Message-ID: <200001250512.VAA11463@utopia.West.Sun.COM> > > Here's an odd one -- my first guess is that the / in his address > > is confusing things. (I didn't think that was an allowed > > character in addresses to begin with, but he seems to be getting > > the mail...) I just checked over RFC822, and it doesn't look as though / is prohibited in addresses. I can see where it would freak out the URL parsing, though. You might try fooling it with %2F instead: Erik.G.Lund%2FCPH If that works, we probably have the beginnings of a patch to MailMan... > > > > Forwarded message: > > >From: Erik.G.Lund/CPH at manbw.dk > > >Date: Fri, 21 Jan 2000 13:49:25 +0100 > > >Subject: Small problem with the framebuilderlist > > >TO: josh at wolfenet.com > > > > > >Hi > > > > > >When I try to connect to the "list of Framebuilders subscribers" I get an > error: > > > > > >Error > > >framebuilders: No such member 'erik.g.lund'. > > > > > >But I get the digest e-mails... > > > > > >except for #13 and #15... > > > > > >I have my password but I dont seem to get that far... > > > > > >Best regards > > >Erik From hema at spacenetindia.com Tue Jan 25 07:30:01 2000 From: hema at spacenetindia.com (hema) Date: Tue, 25 Jan 2000 12:00:01 +0530 (IST) Subject: [Mailman-Users] NO BOUNCE MESSAGES SEEN Message-ID: Hi all I had deliberately entered wrong email addresses except for mine in my mailing list only to check if I, as an administrator, receive any intimation when the messages bounce. I have tried changing various options in the menu for bounce but I have not received any errror messages uptil now. Please let me know if there are any settings to be made for this purpose Thanks Hema From YRathel at aol.com Tue Jan 25 12:35:37 2000 From: YRathel at aol.com (YRathel at aol.com) Date: Tue, 25 Jan 2000 06:35:37 EST Subject: [Mailman-Users] Re: Mailman-Users digest, Vol 1 #456 - 15 msgs Message-ID: unsubcribe From panders at mail.k12.ar.us Tue Jan 25 15:12:40 2000 From: panders at mail.k12.ar.us (paula anders) Date: Tue, 25 Jan 2000 08:12:40 -0600 (CST) Subject: [Mailman-Users] (no subject) Message-ID: Unsuscribe Paula Anders Bookkeeper Hampton School Dist. No. 1 P. O. Box 1176 Hampton, AR 71744 870-798-2229-phone 870-798-2239-fax From alex at phred.org Tue Jan 25 16:02:02 2000 From: alex at phred.org (alex wetmore) Date: Tue, 25 Jan 2000 07:02:02 -0800 Subject: [Mailman-Users] Fw: Small problem with the framebuilderlist (fwd) References: <200001250512.VAA11463@utopia.West.Sun.COM> Message-ID: <030e01bf6745$23679ae0$01fa3b9d@AWETMOREDEV> From: "Dan Mick" > > > Here's an odd one -- my first guess is that the / in his address > > > is confusing things. (I didn't think that was an allowed > > > character in addresses to begin with, but he seems to be getting > > > the mail...) > > I just checked over RFC822, and it doesn't look as though / is > prohibited in addresses. I can see where it would freak out > the URL parsing, though. You might try fooling it with > %2F instead: > > Erik.G.Lund%2FCPH > > If that works, we probably have the beginnings of a patch to > MailMan... Yes, after sending the email I also poked around and found that / is a legal character. Doing the obvious of plugging Erik.G.Lund%2FCPH at manbw.dk into the top level listinfo webpage doesn't work, I'm guess because mailman isn't decoding the %2F back into a / before looking it up in the user database. The error is: Error Framebuilders has no subscribed addr Erik.G.Lund%2FCPH at manbw.dk. Going down through the subscriber list and finding the recipient doesn't do any good either. In that case we get: http://www.phred.org/mailman/options/framebuilders/erik.g.lund/cph__at__manb w.dk which is easily changed to: http://www.phred.org/mailman/options/framebuilders/erik.g.lund%2fcph__at__ma nbw.dk And that returns a 404. alex From tristan.roddis at nettec.net Tue Jan 25 16:11:48 2000 From: tristan.roddis at nettec.net (Tristan Roddis) Date: Tue, 25 Jan 2000 15:11:48 -0000 Subject: [Mailman-Users] No outbound mail, plus moving subscriber lists to a new machine? Message-ID: <61E3BAA0DA54D311A91D00508B44EBFF384F08@postman-pat.nettec.co.uk> I've just created a fresh installation of mailman 1.1 on a RedHat 6.1 machine, and all seems to be working fine except for the fact that there is no outgoing mail from mailman (nothing goes to subscriber lists or list owners) Can anybody provide any pointers to fix this (I'd imagine it's to do with mail permissions, but I can't find out where it's logged). Also, a second, less urgent, problem: I had a copy of mailman 1.0rc1 running on the machine before I wiped it to reinstall RedHat. Can anybody tell me how I can migrate the list of email addresses for users (really useful) and/or the list archives (useful, but not essential). I make a copy of the whole /home/mailman tree before I wiped the old installation. Many thanks, -Tristan. From vernors at adsight.com Tue Jan 25 16:12:04 2000 From: vernors at adsight.com (Vernors) Date: Tue, 25 Jan 2000 10:12:04 -0500 Subject: [Mailman-Users] Virtual Email Hosting with Mailman Message-ID: <4.2.2.20000125090825.00a4de60@tenant.net> We have a situation where our main co-lo server (running RH Linux 6.1) runs mailman for our primary website (tenant.net). We want to set up mailman for another one of our web sites (hellskitchen.net -- that resides on a different server in a different location - a virtual website residing on adsight.com, running FBSD). We decided to keep the hellskitchen on its web server, but move its mail operations over to our tenant.net server. We changed the hellskitchen MX record to point to tenant.net, changed sendmail.cw, virtusertable, genericstable and aliases to reflect this change. We now receive Hellskitchen email on the TenantNet server and use TenantNet's sendmail to send outgoing mail. Seems to work OK. We also created a user "kitchen" to receive the hellskitchen.net email and used CHFN to help the mail client. Seems to work OK. Except for the headers that reflect the TenantNet origination, the mail appears to come from and goes to hellskitchen.net. So we set up a HKtest list (we were root when we used newlist), inserted new aliases and added the new aliases to the virtusertable (this was necessary and not really documented well). The problem now appears to be that in setting up a new list, mailman wants to set up the various web URLs to point to tenant.net. http://tenant.net/mailman/admin/hktest (this is OK as it's internal) So here's the problem. The "new list" mail originally gave us: http://tenant.net/mailman/listinfo/hktest Once we changed "Host name this list prefers" to hellskitchen.net and "Base URL for Mailman web interface" to http://hellskitchen.net/mailman/ we then got the following: The Welcome message came from hktest-admin at hellskitchen.net http://hellskitchen.net/mailman/listinfo/hktest http://hellskitchen.net/mailman/options/hktest/user at domain.com HKtest-request at hellskitchen.net hktest at hellskitchen.net (for posting) All the mail addresses seem to work OK, but the web pages do not exist on the hellskitchen.net server -- where I would like to have users access the various pages. Trying a kludge, I created http://hellskitchen.net/mailman/listinfo/hktest/index.html which is a small file pulling in the correct file in a larger frame. HKtest Info Page It's not elegant, but it works OK for listinfo and for admin. I suppose it would also work for pipermail. But I can't figure out how to make it work for user config pages. http://hellskitchen.net/mailman/options/hktest/user at domain.com Any thoughts on this dillema? Is there a more simple and elegant solution than a frame pull-in? Your feedback is appreciated. From klm at digicool.com Tue Jan 25 18:29:32 2000 From: klm at digicool.com (Ken Manheimer) Date: Tue, 25 Jan 2000 12:29:32 -0500 Subject: [Mailman-Users] Mistaken assumptions and unwanted ridicule Message-ID: <613145F79272D211914B0020AFF640191D1D65@gandalf.digicool.com> Upon investigating a bit, it looks like frank tiplett was receiving the mailman-users list via another distribution list which someone else subscribed to mailman users, unknown to (and, clearly, unwanted by) frank. In assuming that frank did what he did not do (and ridiculing him, besides!) you reacted in ways you mistakenly accused him of doing - you needed more facts to jump to those conclusions, and in fact you were wrong. Being mistaken is no sin - but calling names and ridiculing someone, even if they were wrong, is almost always unnecessary and harmful. Don't do that!-) We were able to track down the intermediate address via the headers of one of the offending messages. It's possible the relay is some legitemate thing that frank was not informed about - but it looks a whole lot more likely that it was some kind of mischief. People who administer mailing lists have to watch out for this sort of thing - email's intrinsically distributed nature means noone has complete control, and it's not always the case that the intermediate steps are traceable. Ultimately it takes good cooperation - sometimes even in the face of nastiness - to make this sort of thing work well. I'm hoping that this issue will not see more flamage - it might be best to respond directly to me, unless you have more light to shed that everyone *needs* to see. Please think twice before flaming, in any case - the ass you singe may be your own. Ken Manheimer klm at digicool.com From klm at digicool.com Tue Jan 25 18:35:40 2000 From: klm at digicool.com (Ken Manheimer) Date: Tue, 25 Jan 2000 12:35:40 -0500 Subject: [Mailman-Users] Administration URL Message-ID: <613145F79272D211914B0020AFF640191D1D66@gandalf.digicool.com> > Date: Mon, 24 Jan 2000 17:25:44 -0500 > From: Paul Tomblin > To: mailman-users at python.org > Subject: Administration URL (was Re: [Mailman-Users] Re: Your mail list.) > > Why is it that only *some* messages have the administration URL on the bottom? > Is it the difference between ones that are sent directly to the list and ones > that are Cc'ed? That's right - explicitly mentioned 'cc:' and 'to:' recipients besides the mailing list go directly to the named destinations, not through the maillist remailer, so do not get the mailing list footer. It's possible that the cited text has the footer - but that's generally excessive citation, it's generally better to include just enough context to clarify what's going on. Ken Manheimer klm at digicool.com From alex at phred.org Tue Jan 25 19:09:29 2000 From: alex at phred.org (alex wetmore) Date: Tue, 25 Jan 2000 10:09:29 -0800 Subject: [Mailman-Users] Administration URL References: <613145F79272D211914B0020AFF640191D1D66@gandalf.digicool.com> Message-ID: <04c701bf675f$52fd76c0$01fa3b9d@AWETMOREDEV> From: "Ken Manheimer" > > Date: Mon, 24 Jan 2000 17:25:44 -0500 > > From: Paul Tomblin > > To: mailman-users at python.org > > Subject: Administration URL (was Re: [Mailman-Users] Re: Your mail > list.) > > > > Why is it that only *some* messages have the administration URL on the > bottom? > > Is it the difference between ones that are sent directly to the list > and ones > > that are Cc'ed? > > That's right - explicitly mentioned 'cc:' and 'to:' recipients besides > the mailing list go directly to the named destinations, not through the > maillist remailer, so do not get the mailing list footer. > > It's possible that the cited text has the footer - but that's generally > excessive citation, it's generally better to include just enough context > to clarify what's going on. The footer would also be missing in MIME messages with multipart sections. The footer gets put on after the last multipart section and doesn't get displayed by the MIME/email client. If you look at the raw message source you'll see it there. I'm working on a Perl script to strip MIME binary and HTML sections from messages and leave behind just the text/plain section. Currently I have something which seems to be working fairly well on my US-english lists, although it still has a bit of work to go before I can feel safe giving it out to folks. alex From ptomblin at xcski.com Tue Jan 25 22:33:51 2000 From: ptomblin at xcski.com (Paul Tomblin) Date: Tue, 25 Jan 2000 16:33:51 -0500 Subject: [Mailman-Users] Re: Administration URL In-Reply-To: <613145F79272D211914B0020AFF640191D1D66@gandalf.digicool.com>; from Ken Manheimer on Tue, Jan 25, 2000 at 12:35:40PM -0500 References: <613145F79272D211914B0020AFF640191D1D66@gandalf.digicool.com> Message-ID: <20000125163351.A7410@xcski.com> Quoting Ken Manheimer (klm at digicool.com): > > Subject: Administration URL (was Re: [Mailman-Users] Re: Your mail > list.) > > > > Why is it that only *some* messages have the administration URL on the > bottom? > > Is it the difference between ones that are sent directly to the list > and ones > > that are Cc'ed? > > That's right - explicitly mentioned 'cc:' and 'to:' recipients besides > the mailing list go directly to the named destinations, not through the > maillist remailer, so do not get the mailing list footer. Actually, when it's to the list and CC'ed to me, I get it both ways. I forgot that I got so annoyed over this a few weeks ago that I installed a procmail filter to screen out the duplicate messages, so I don't see the one coming from the mailing list. If anybody is interested, the procmail rule is: :0 Whc: msgid.lock | formail -D 8192 msgid.cache :0 a: /dev/null -- Paul Tomblin, not speaking for anybody. "If something's expensive to develop, and somebody's not going to get paid, it won't get developed. So you decide: Do you want software to be written, or not?" - Bill Gates doesn't foresee the FSF or Linux, 1980. From vernors at adsight.com Wed Jan 26 05:33:21 2000 From: vernors at adsight.com (Vernors) Date: Tue, 25 Jan 2000 23:33:21 -0500 Subject: [Mailman-Users] Virtual Email Hosting with Mailman Message-ID: <4.2.2.20000125231351.00a7e610@adsight.com> As a followup to my earlier post, this is turning into a virtual nightmare! With some sage advice from a fellow list-member and a bit of research I discovered I could add a redirect command in my .htaccess, so users coming to the web site to config their accounts would be redirected to the server where the list is managed. No need to mess with directories and frames to pull in the page. The only drawback was that the redirect would end up displaying the server's URL in the browser instead of the website's URL. Not great, but I could live with that. So going to the website (hellskitchen.net) for the listinfo page would be immediately redirected to the server (tenant.net) and the page comes up. The user config pages also would come up. But there's a problem. In General Options I had indicated the hostname and base URL as hellskitchen.net. And the pages correctly displayed that. But a user (having been redirected) that fills out a form and submits it will get nothing -- because the html form data on those pages points back to hellskitchen.net! But nothing exists there!@^&#$. It's a recursive Kafkeske nightmare! So to make it work I had to set the base URL back to the server (tenant.net). Works great, but all the pages and links are back on the server, not the web page. It's for naught. Because of it's use of web pages (which is beneficial in certain respects), Mailman may not be well-suited for virtual email hosting. I certainly hope someone can show me I've made the wrong conclusion. From les at 2pi.org Wed Jan 26 17:51:37 2000 From: les at 2pi.org (Les Niles) Date: Wed, 26 Jan 2000 08:51:37 -0800 Subject: [Mailman-Users] Commercial mailman hosts? Message-ID: <200001261651.IAA20709@deception.camlyn.com> Someone has asked me, and I didn't find anything in the FAQs: Does anyone have leads on commercial ISPs that will host a MailMan-based list? TIA, -les les at 2pi.org From darcy at druid.net Wed Jan 26 18:12:35 2000 From: darcy at druid.net (D'Arcy J.M. Cain) Date: Wed, 26 Jan 2000 12:12:35 -0500 (EST) Subject: [Mailman-Users] Commercial mailman hosts? In-Reply-To: <200001261651.IAA20709@deception.camlyn.com> from Les Niles at "Jan 26, 2000 08:51:37 am" Message-ID: Thus spake Les Niles > Someone has asked me, and I didn't find anything in the FAQs: > Does anyone have leads on commercial ISPs that will host a > MailMan-based list? TIA, Yep, we do. http://www.vex.net/ -- D'Arcy J.M. Cain | Democracy is three wolves http://www.druid.net/darcy/ | and a sheep voting on +1 416 425 1212 (DoD#0082) (eNTP) | what's for dinner. From mrstarr at nyx.net Wed Jan 26 23:03:58 2000 From: mrstarr at nyx.net (Mark Starr) Date: Wed, 26 Jan 2000 17:03:58 -0500 Subject: [Mailman-Users] Mailman not creating HTML pages Message-ID: <388F6F4E.BFAD9CD4@nyx.net> After working all morning, I successfully created a list, and can post to it, etc. However, there are no webpages for the list (in home/httpd/html/mailman) (it didn't even create the directory) How do I create these things, or why isn't mailman creating them? I created a mailman dir with proper permissions, but still mailman won't put any html files in there... is there a script I'm suppose to run, or [root at spgo Mailman]# cd /home/httpd/html/mailman [root at spgo mailman]# ls -la total 8 drwxr-xr-x 2 mailman mailman 4096 Jan 26 10:04 . drwxr-xr-x 6 root root 4096 Jan 26 10:04 .. ############################################################## # Put YOUR site-specific configuration below, in mm_cfg.py . # # See Defaults.py for explanations of the values. # DEFAULT_HOST_NAME = 'spgo.yi.org' DEFAULT_URL = 'http://spgo.yi.org/mailman' MAILMAN_OWNER = 'mailman-owner at spgo.yi.org' % spgo.yi.org PUBLIC_ARCHIVE_URL = '/pipermail' PRIVATE_ARCHIVE_URL = '/mailman/private' ############################################################## The one thing I didn't understand in the docs was this: " 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.quest at spgo.yi.org" Can anyone helpful be more explicit as to what I need to do here? From c.davis at actrix.gen.nz Thu Jan 27 00:02:02 2000 From: c.davis at actrix.gen.nz (Christine Davis) Date: Thu, 27 Jan 2000 12:02:02 +1300 Subject: [Mailman-Users] Archive Pages HTML... Message-ID: <00dd01bf6851$5f9a9870$641560cb@solomon.actrix.gen.nz> I've changed the HTML for the archive pages, but as far as I can tell, the changes aren't reflected in the pages that are generated. (Mostly just added stylesheet stuff, which worked fine for the other pages) Cheers, Christine. From joseph.scott at owp.csus.edu Thu Jan 27 02:15:08 2000 From: joseph.scott at owp.csus.edu (Joseph Scott) Date: Wed, 26 Jan 2000 17:15:08 -0800 Subject: [Mailman-Users] Commercial mailman hosts? References: <200001261651.IAA20709@deception.camlyn.com> Message-ID: <388F9C1C.32673094@owp.csus.edu> Les Niles wrote: > > Someone has asked me, and I didn't find anything in the FAQs: > Does anyone have leads on commercial ISPs that will host a > MailMan-based list? TIA, > > -les les at 2pi.org Pair seems to have started using mailman, see : www.pair.com www.pairlist.com They are still testing it and haven't announced prices yet. -- Joseph Scott joseph.scott at owp.csus.edu Office Of Water Programs - CSU Sacramento From scott.kinnane at prth.pgs.com Thu Jan 27 03:18:51 2000 From: scott.kinnane at prth.pgs.com (Scott Kinnane-Systems Support Engineer PGS SPS Perth) Date: Thu, 27 Jan 2000 10:18:51 +0800 Subject: [Mailman-Users] Setting up umbrella lists?? Message-ID: <388FAB0B.6837C1BF@prth.pgs.com> Hi all, Just trying to do something simple - set up an umbrella list. There is an option umbrella_list which needs to be set AFAIK to make it an umbrella list. Is this in the web interface under Mailman 1.0 somewhere, or is it only available for 1.1?? Also, does anyone have an ETA for 1.2? Just wondering as if its not too far down the track, then I might skip upgrading to 1.1 as we're not experiencing any probs at all. To all the developers - excellent job! scott From marc at shadowriders.org Thu Jan 27 04:10:56 2000 From: marc at shadowriders.org (Marc W. Mauss) Date: Wed, 26 Jan 2000 22:10:56 -0500 Subject: [Mailman-Users] Mailman not creating HTML pages In-Reply-To: <388F6F4E.BFAD9CD4@nyx.net> Message-ID: <000801bf6874$20a45980$3e1bfea9@shadowriders.org> Mark, that's the problem I was having - I had some people offer suggestions, but still haven't gotten it resolved. I'm still using majordomo, because I can't get mailman to work correctly. Now that there are two of us, maybe someone can get this resolved. (I say this with full appreciation and no disrespect to those who tried to help me, but it just didn't help.) Merlin (formerly Marc W. Mauss) RRR01 Honorary CSA Consul to Cyberspace Coram (Long Island), NY '83 Sabre V45 "Just for Fun" '85 Shadow VT1100C - (hers) '86 Shadow VT1100C -- ALMOST BACK Cordura IS a fashion statement. > -----Original Message----- > From: mailman-users-admin at python.org > [mailto:mailman-users-admin at python.org]On Behalf Of Mark Starr > Sent: Wednesday, January 26, 2000 5:04 PM > To: mailman-users at python.org > Subject: [Mailman-Users] Mailman not creating HTML pages > > > > After working all morning, I successfully created a > list, and can post to it, etc. > > However, there are no webpages for the list > (in home/httpd/html/mailman) (it didn't even create the directory) > > How do I create these things, or why isn't mailman creating them? > I created a mailman dir with proper permissions, but still > mailman won't put any html files in there... is there a script > I'm suppose to run, or > > [root at spgo Mailman]# cd /home/httpd/html/mailman > [root at spgo mailman]# ls -la > total 8 > drwxr-xr-x 2 mailman mailman 4096 Jan 26 10:04 . > drwxr-xr-x 6 root root 4096 Jan 26 10:04 .. > > ############################################################## > # Put YOUR site-specific configuration below, in mm_cfg.py . # > # See Defaults.py for explanations of the values. # > > DEFAULT_HOST_NAME = 'spgo.yi.org' > DEFAULT_URL = 'http://spgo.yi.org/mailman' > > MAILMAN_OWNER = 'mailman-owner at spgo.yi.org' % spgo.yi.org > > PUBLIC_ARCHIVE_URL = '/pipermail' > PRIVATE_ARCHIVE_URL = '/mailman/private' > > ############################################################## > > The one thing I didn't understand in the docs was this: > > > " 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.quest at spgo.yi.org" > > > > > Can anyone helpful be more explicit as to what I need to do here? > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users > From scott.kinnane at prth.pgs.com Thu Jan 27 06:03:43 2000 From: scott.kinnane at prth.pgs.com (Scott Kinnane-Systems Support Engineer PGS SPS Perth) Date: Thu, 27 Jan 2000 13:03:43 +0800 Subject: [Mailman-Users] Mailman not creating HTML pages References: <000801bf6874$20a45980$3e1bfea9@shadowriders.org> Message-ID: <388FD1AF.2B68208E@prth.pgs.com> I have a hunch ... Are you running an Apache web server?? Or more importantly, who owns the processes for CGI programs that your web server starts? "nobody' is it? That being the case "nobody" would need to be in your mailman group AND, group write permissions need to be set for the /home/httpd/html/mailman directory. Hows that sound?? scott "Marc W. Mauss" wrote: > Mark, that's the problem I was having - I had some people offer suggestions, > but still haven't gotten it resolved. I'm still using majordomo, because I > can't get mailman to work correctly. > > Now that there are two of us, maybe someone can get this resolved. (I say > this with full appreciation and no disrespect to those who tried to help me, > but it just didn't help.) > > Merlin > (formerly Marc W. Mauss) > RRR01 > Honorary CSA Consul to Cyberspace > Coram (Long Island), NY > > '83 Sabre V45 "Just for Fun" > '85 Shadow VT1100C - (hers) > '86 Shadow VT1100C -- ALMOST BACK > > Cordura IS a fashion statement. > > > -----Original Message----- > > From: mailman-users-admin at python.org > > [mailto:mailman-users-admin at python.org]On Behalf Of Mark Starr > > Sent: Wednesday, January 26, 2000 5:04 PM > > To: mailman-users at python.org > > Subject: [Mailman-Users] Mailman not creating HTML pages > > > > > > > > After working all morning, I successfully created a > > list, and can post to it, etc. > > > > However, there are no webpages for the list > > (in home/httpd/html/mailman) (it didn't even create the directory) > > > > How do I create these things, or why isn't mailman creating them? > > I created a mailman dir with proper permissions, but still > > mailman won't put any html files in there... is there a script > > I'm suppose to run, or > > > > [root at spgo Mailman]# cd /home/httpd/html/mailman > > [root at spgo mailman]# ls -la > > total 8 > > drwxr-xr-x 2 mailman mailman 4096 Jan 26 10:04 . > > drwxr-xr-x 6 root root 4096 Jan 26 10:04 .. > > > > ############################################################## > > # Put YOUR site-specific configuration below, in mm_cfg.py . # > > # See Defaults.py for explanations of the values. # > > > > DEFAULT_HOST_NAME = 'spgo.yi.org' > > DEFAULT_URL = 'http://spgo.yi.org/mailman' > > > > MAILMAN_OWNER = 'mailman-owner at spgo.yi.org' % spgo.yi.org > > > > PUBLIC_ARCHIVE_URL = '/pipermail' > > PRIVATE_ARCHIVE_URL = '/mailman/private' > > > > ############################################################## > > > > The one thing I didn't understand in the docs was this: > > > > > > " 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.quest at spgo.yi.org" > > > > > > > > > > Can anyone helpful be more explicit as to what I need to do here? > > > > ------------------------------------------------------ > > 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 cyeo at horizon.sk.ca Thu Jan 27 07:30:44 2000 From: cyeo at horizon.sk.ca (Chris Yeo) Date: Thu, 27 Jan 2000 00:30:44 -0600 Subject: [Mailman-Users] Mailman not creating HTML pages Message-ID: <312C42840280D211A80E00E018906FB712D0D4@mail1.internal.horizon.sk.ca> Hi Marc, Did you add the following line to your srm.conf file (for apache): ScriptAlias /mailman/ /var/home/mailman/cgi-bin/ /var/home/mailman/cgi-bin/ is wherever you installed Mailman. Also did you put the following in your access.conf file (again for apache): AllowOverride None Options ExecCGI If you missed either, you won't be able to view the web frontend. Chris -----Original Message----- From: Marc W. Mauss [SMTP:marc at shadowriders.org] Sent: Wednesday, January 26, 2000 9:11 PM To: Mark Starr; mailman-users at python.org Subject: RE: [Mailman-Users] Mailman not creating HTML pages Mark, that's the problem I was having - I had some people offer suggestions, but still haven't gotten it resolved. I'm still using majordomo, because I can't get mailman to work correctly. Now that there are two of us, maybe someone can get this resolved. (I say this with full appreciation and no disrespect to those who tried to help me, but it just didn't help.) Merlin (formerly Marc W. Mauss) RRR01 Honorary CSA Consul to Cyberspace Coram (Long Island), NY '83 Sabre V45 "Just for Fun" '85 Shadow VT1100C - (hers) '86 Shadow VT1100C -- ALMOST BACK Cordura IS a fashion statement. > -----Original Message----- > From: mailman-users-admin at python.org > [mailto:mailman-users-admin at python.org]On Behalf Of Mark Starr > Sent: Wednesday, January 26, 2000 5:04 PM > To: mailman-users at python.org > Subject: [Mailman-Users] Mailman not creating HTML pages > > > > After working all morning, I successfully created a > list, and can post to it, etc. > > However, there are no webpages for the list > (in home/httpd/html/mailman) (it didn't even create the directory) > > How do I create these things, or why isn't mailman creating them? > I created a mailman dir with proper permissions, but still > mailman won't put any html files in there... is there a script > I'm suppose to run, or > > [root at spgo Mailman]# cd /home/httpd/html/mailman > [root at spgo mailman]# ls -la > total 8 > drwxr-xr-x 2 mailman mailman 4096 Jan 26 10:04 . > drwxr-xr-x 6 root root 4096 Jan 26 10:04 .. > > ############################################################## > # Put YOUR site-specific configuration below, in mm_cfg.py . # > # See Defaults.py for explanations of the values. # > > DEFAULT_HOST_NAME = 'spgo.yi.org' > DEFAULT_URL = 'http://spgo.yi.org/mailman' > > MAILMAN_OWNER = 'mailman-owner at spgo.yi.org' % spgo.yi.org > > PUBLIC_ARCHIVE_URL = '/pipermail' > PRIVATE_ARCHIVE_URL = '/mailman/private' > > ############################################################## > > The one thing I didn't understand in the docs was this: > > > " 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.quest at spgo.yi.org" > > > > > Can anyone helpful be more explicit as to what I need to do here? > > ------------------------------------------------------ > 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 tgrace at thestar.ca Thu Jan 27 07:36:44 2000 From: tgrace at thestar.ca (Grace, Terry) Date: Thu, 27 Jan 2000 01:36:44 -0500 Subject: [Mailman-Users] Mailman not creating HTML pages Message-ID: In your httpd.conf file insert the following directive: Alias /pipermail/ "$prefix/archives/public/" where $prefix is the directory where you install mailman eg Alias /pipermail/ "/usr/local/mailman/archives/public/" -----Original Message----- From: mailman-users-admin at python.org [mailto:mailman-users-admin at python.org]On Behalf Of Scott Kinnane-Systems Support Engineer PGS SPS Perth Sent: Thursday, January 27, 2000 12:04 AM To: Marc W. Mauss Cc: Mark Starr; mailman-users at python.org Subject: Re: [Mailman-Users] Mailman not creating HTML pages I have a hunch ... Are you running an Apache web server?? Or more importantly, who owns the processes for CGI programs that your web server starts? "nobody' is it? That being the case "nobody" would need to be in your mailman group AND, group write permissions need to be set for the /home/httpd/html/mailman directory. Hows that sound?? scott "Marc W. Mauss" wrote: > Mark, that's the problem I was having - I had some people offer suggestions, > but still haven't gotten it resolved. I'm still using majordomo, because I > can't get mailman to work correctly. > > Now that there are two of us, maybe someone can get this resolved. (I say > this with full appreciation and no disrespect to those who tried to help me, > but it just didn't help.) > > Merlin > (formerly Marc W. Mauss) > RRR01 > Honorary CSA Consul to Cyberspace > Coram (Long Island), NY > > '83 Sabre V45 "Just for Fun" > '85 Shadow VT1100C - (hers) > '86 Shadow VT1100C -- ALMOST BACK > > Cordura IS a fashion statement. > > > -----Original Message----- > > From: mailman-users-admin at python.org > > [mailto:mailman-users-admin at python.org]On Behalf Of Mark Starr > > Sent: Wednesday, January 26, 2000 5:04 PM > > To: mailman-users at python.org > > Subject: [Mailman-Users] Mailman not creating HTML pages > > > > > > > > After working all morning, I successfully created a > > list, and can post to it, etc. > > > > However, there are no webpages for the list > > (in home/httpd/html/mailman) (it didn't even create the directory) > > > > How do I create these things, or why isn't mailman creating them? > > I created a mailman dir with proper permissions, but still > > mailman won't put any html files in there... is there a script > > I'm suppose to run, or > > > > [root at spgo Mailman]# cd /home/httpd/html/mailman > > [root at spgo mailman]# ls -la > > total 8 > > drwxr-xr-x 2 mailman mailman 4096 Jan 26 10:04 . > > drwxr-xr-x 6 root root 4096 Jan 26 10:04 .. > > > > ############################################################## > > # Put YOUR site-specific configuration below, in mm_cfg.py . # > > # See Defaults.py for explanations of the values. # > > > > DEFAULT_HOST_NAME = 'spgo.yi.org' > > DEFAULT_URL = 'http://spgo.yi.org/mailman' > > > > MAILMAN_OWNER = 'mailman-owner at spgo.yi.org' % spgo.yi.org > > > > PUBLIC_ARCHIVE_URL = '/pipermail' > > PRIVATE_ARCHIVE_URL = '/mailman/private' > > > > ############################################################## > > > > The one thing I didn't understand in the docs was this: > > > > > > " 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.quest at spgo.yi.org" > > > > > > > > > > Can anyone helpful be more explicit as to what I need to do here? > > > > ------------------------------------------------------ > > 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 ------------------------------------------------------ Mailman-Users maillist - Mailman-Users at python.org http://www.python.org/mailman/listinfo/mailman-users From mrstarr at nyx.net Thu Jan 27 08:16:41 2000 From: mrstarr at nyx.net (Mark Starr) Date: Thu, 27 Jan 2000 00:16:41 -0700 (MST) Subject: [Mailman-Users] Mailman not creating HTML pages In-Reply-To: Message-ID: Okay, I added the Aliases line into httpd.conf and restarted the webserver... but... hmmm what now? I created a new mailman list, added the aliases to /etc/aliases... and then looked again in /home/httpd/html/mailman Nothing... (a) Where should mailman be creating these html files? (b) Should I be running ./newlist as su root? If not, I get errors. I keep going over the INSTALL and pulling out hair... From m.keller at orcasoft.ch Thu Jan 27 09:07:06 2000 From: m.keller at orcasoft.ch (Markus Keller OrcaSoft) Date: Thu, 27 Jan 2000 09:07:06 +0100 Subject: [Mailman-Users] Mailman not creating HTML pages Message-ID: <000a01bf689d$9cb31740$e809e6c2@markus.orcasoft.ch> Hi Mark >Okay, I added the Aliases line into httpd.conf and restarted >the webserver... > >but... hmmm what now? I created a new mailman list, added the aliases >to /etc/aliases... and then looked again in /home/httpd/html/mailman try /home/httpd/html/mailman/listinfo or /home/httpd/html/mailman/listinfo/yourlistname or /home/httpd/html/mailman/admin/yourlistname Markus From mherzog at brant.bio.uaf.edu Thu Jan 27 09:16:40 2000 From: mherzog at brant.bio.uaf.edu (Mark Herzog) Date: Wed, 26 Jan 2000 23:16:40 -0900 Subject: [Mailman-Users] Mailman not creating HTML pages In-Reply-To: Message-ID: You should be looking for your html where you put the alias... e.g. if you installed mailman in /usr/local/mailman.... and then in your http.conf you typed: Alias /pipermail/ "/usr/local/mailman/archives/public/" then for the archives you should look in /usr/local/mailman/archives/public/your_list_name_here/ Also, it may not make a difference... but I would have sent at least one test message to make sure the archive files are built.... There is other html floating around in the other directories where you installed mailman, that allow you to configure how the html looks for subscribers, how the actual archive front end looks etc. But I gather right now you just want the html to work.... Also, you may have done this, but you didn't say it, make sure that you have run newaliases (not just restarted sendmail), after you have configured sendmail with the new aliases for the group you created.... Yes, newlist has to be run as root.... that script that was posted a couple of days ago is a dandy for creating the lists on the fly.... Hope that helps, Mark -----Original Message----- From: mailman-users-admin at python.org [mailto:mailman-users-admin at python.org]On Behalf Of Mark Starr Sent: Wednesday, January 26, 2000 10:17 PM To: Grace, Terry Cc: 'Scott Kinnane-Systems Support Engineer PGS SPS Perth'; 'Marc W. Mauss'; 'mailman-users at python.org' Subject: RE: [Mailman-Users] Mailman not creating HTML pages Okay, I added the Aliases line into httpd.conf and restarted the webserver... but... hmmm what now? I created a new mailman list, added the aliases to /etc/aliases... and then looked again in /home/httpd/html/mailman Nothing... (a) Where should mailman be creating these html files? (b) Should I be running ./newlist as su root? If not, I get errors. I keep going over the INSTALL and pulling out hair... ------------------------------------------------------ Mailman-Users maillist - Mailman-Users at python.org http://www.python.org/mailman/listinfo/mailman-users From mherzog at brant.bio.uaf.edu Thu Jan 27 09:44:06 2000 From: mherzog at brant.bio.uaf.edu (Mark Herzog) Date: Wed, 26 Jan 2000 23:44:06 -0900 Subject: [Mailman-Users] Mailman not creating HTML pages..... one more thing In-Reply-To: Message-ID: Mark, I forgot to add.... You should also have the scriptalias in the srm.conf e.g. ScriptAlias /mailman/ /usr/local/mailman/cgi-bin/ that way you can run scripts from that directory... which is how all the other html is built on the fly... based on the templates in the other directories... You'll never really find that html. Have you looked in your error log for anything... e.g. /usr/local/mailman/logs/error Mark From mrstarr at nyx.net Thu Jan 27 10:02:37 2000 From: mrstarr at nyx.net (Mark Starr) Date: Thu, 27 Jan 2000 04:02:37 -0500 Subject: [Mailman-Users] Mailman not creating HTML pages References: Message-ID: <389009AD.5A99A83C@nyx.net> FIXING THE PROBLEM OF MAILMAN WEBPAGES NOT SHOWING UP Okay, I was able to fix the problem, and these are the steps I had to take (mainly, I needed an alias line in http.conf and a correct one at that (thanks to Terry Grace). The thing is, the INSTALL files doesn't seem to explicitedly say what to do for those of us grunts going through it line by line, it just has a paragraph to 'see your Apache documentation' (hullo, what? me worry?) So this is what you need to explicitly do (and maybe this needs to be added in that section of the INSTALL readme file):-) Add the following line to httpd.conf: (run locate httpd.conf to find where httpd.conf lives) add a line in the httpd.conf file that reads: Alias /mailman/ "/usr/share/mailman/archives/public/" or Alias /mailman/ "/usr/local/mailman/archives/public/" depending if you can cd into /usr/share/mailman or usr/local/mailman *if no luck, try 'locate mailman' to find out where you installed it -- got to love locate. Editing httpd.conf I did a search inside of httpd.conf for the string "Aliases:" which turned up the appropriate spot in the httpd.conf to add it, but it doesn't matter, add it to the end if you want. But that's not enough, then you have to post a message to the list to get the files created... (so to speak) Of course, subscribe I subscribed myself to the mail list with a message to listname-request at yourdomain.com with SUBSCRIBE in body, then confirm yourself, then post with a message to listname at yourdomain.com Once you post a new message the directory structure is created somewhat enough to see it Then access the site with: http://yourdomain.com/mailman/ (note! you have to put the trailling slash!) (thanks to Jim Tittsler there) and you should see some directory tree...follow some links... The ALias line was the trick, it tells Apache that if it gets a URL with yourdomain.com/mailman/ not to lookin in home/httpd/html/mailman where it would normally look for, but to do the substition to look in /usr/share/mailman/public instead for that URL... slight of hand My thoughts: perhaps the mailman software should probably add the alias line in http.conf upon install, and also create a directory structure or "return" one even if no users have yet subscribed to the list or posted to the list... From mrstarr at nyx.net Thu Jan 27 10:02:37 2000 From: mrstarr at nyx.net (Mark Starr) Date: Thu, 27 Jan 2000 04:02:37 -0500 Subject: [Mailman-Users] Mailman not creating HTML pages References: Message-ID: <389009AD.5A99A83C@nyx.net> FIXING THE PROBLEM OF MAILMAN WEBPAGES NOT SHOWING UP Okay, I was able to fix the problem, and these are the steps I had to take (mainly, I needed an alias line in http.conf and a correct one at that (thanks to Terry Grace). The thing is, the INSTALL files doesn't seem to explicitedly say what to do for those of us grunts going through it line by line, it just has a paragraph to 'see your Apache documentation' (hullo, what? me worry?) So this is what you need to explicitly do (and maybe this needs to be added in that section of the INSTALL readme file):-) Add the following line to httpd.conf: (run locate httpd.conf to find where httpd.conf lives) add a line in the httpd.conf file that reads: Alias /mailman/ "/usr/share/mailman/archives/public/" or Alias /mailman/ "/usr/local/mailman/archives/public/" depending if you can cd into /usr/share/mailman or usr/local/mailman *if no luck, try 'locate mailman' to find out where you installed it -- got to love locate. Editing httpd.conf I did a search inside of httpd.conf for the string "Aliases:" which turned up the appropriate spot in the httpd.conf to add it, but it doesn't matter, add it to the end if you want. But that's not enough, then you have to post a message to the list to get the files created... (so to speak) Of course, subscribe I subscribed myself to the mail list with a message to listname-request at yourdomain.com with SUBSCRIBE in body, then confirm yourself, then post with a message to listname at yourdomain.com Once you post a new message the directory structure is created somewhat enough to see it Then access the site with: http://yourdomain.com/mailman/ (note! you have to put the trailling slash!) (thanks to Jim Tittsler there) and you should see some directory tree...follow some links... The ALias line was the trick, it tells Apache that if it gets a URL with yourdomain.com/mailman/ not to lookin in home/httpd/html/mailman where it would normally look for, but to do the substition to look in /usr/share/mailman/public instead for that URL... slight of hand My thoughts: perhaps the mailman software should probably add the alias line in http.conf upon install, and also create a directory structure or "return" one even if no users have yet subscribed to the list or posted to the list... From garret at satix.net Thu Jan 27 10:22:03 2000 From: garret at satix.net (Garret Krampe) Date: Thu, 27 Jan 2000 17:22:03 +0800 Subject: [Mailman-Users] Mailman not creating HTML pages References: <389009AD.5A99A83C@nyx.net> Message-ID: <38900E3B.519A1E46@satix.net> Well I wrote a script for installing on RH6.x and seems to work for me. AND I sent it to the list.... Some reported to have used it and it worked Some one should write for your OS. Mark Starr wrote: > FIXING THE PROBLEM OF MAILMAN WEBPAGES NOT SHOWING UP > > Okay, I was able to fix the problem, and these are > the steps I had to take (mainly, I needed an > alias line in http.conf and a correct one at > that (thanks to Terry Grace). > > The thing is, the INSTALL files doesn't seem > to explicitedly say what to do for those of us grunts > going through it line by line, it just has a paragraph > to 'see your Apache documentation' (hullo, what? me worry?) > > So this is what you need to explicitly do (and maybe > this needs to be added in that section of the INSTALL > readme file):-) > > Add the following line to httpd.conf: > (run locate httpd.conf to find where httpd.conf lives) > > add a line in the httpd.conf file that reads: > > Alias /mailman/ "/usr/share/mailman/archives/public/" > > or > > Alias /mailman/ "/usr/local/mailman/archives/public/" > > depending if you can cd into /usr/share/mailman or > usr/local/mailman > *if no luck, try 'locate mailman' to find out > where you installed it -- got to love locate. > > Editing httpd.conf I did a search inside of httpd.conf for the > string "Aliases:" which turned up the appropriate spot > in the httpd.conf to add it, but it doesn't matter, add > it to the end if you want. > > But that's not enough, then you have to post a message > to the list to get the files created... (so to speak) > > Of course, subscribe I subscribed myself to the mail list with > a message to listname-request at yourdomain.com with > SUBSCRIBE in body, then confirm yourself, then > post with a message to listname at yourdomain.com > > Once you post a new message the directory structure > is created somewhat enough to see it > > Then access the site with: > > http://yourdomain.com/mailman/ > > (note! you have to put the trailling slash!) > (thanks to Jim Tittsler there) > > and you should see some directory tree...follow > some links... > > The ALias line was the trick, it tells Apache > that if it gets a URL with yourdomain.com/mailman/ > not to lookin in home/httpd/html/mailman where it > would normally look for, but to do the substition > to look in /usr/share/mailman/public instead for > that URL... slight of hand > > My thoughts: perhaps the mailman software should probably add > the alias line in http.conf upon install, and also create > a directory structure or "return" one even if no users > have yet subscribed to the list or posted to the list... > > ------------------------------------------------------ > Mailman-Users maillist - Mailman-Users at python.org > http://www.python.org/mailman/listinfo/mailman-users -- Regards, Garret Krampe (Managing Director) --------------------- SATIX Pty Ltd. http://www.satix.net --------------------- ACN 090 976 015 Western Australia "The Satellite Internet Exchange" --------------------- (08) 6278 2649 0412 303 504 Mobile ICQ 11 25 26 11 garret at satix.net From gsutter at pobox.com Thu Jan 27 10:26:01 2000 From: gsutter at pobox.com (Gregory Sutter) Date: Thu, 27 Jan 2000 01:26:01 -0800 Subject: [Mailman-Users] mailman problem with local sender Message-ID: <20000127012601.D42391@azazel.zer0.org> I have a problem with my freshly-installed Mailman 1.1. When a mail is sent to a list, it goes through properly. Everything works fine. *Unless* the sender is on the list host. In that case, a duplicate is also made and is held in sendmail (8.9.3)'s queue until mailman's "post" script is killed. At that time the duplicate is sent out to all list members and the zombie processes (one sh, one python) that were being held open finally get cleaned up. Python 1.5.2 (#2, Jun 10 1999, 15:33:16) [GCC 2.7.2.1] on freebsd3 List of processes being held open: 44829 ?? Is 0:00.01 sendmail -oem -oi -N failure -R full -- test at foo.org 44830 ?? Is 0:00.00 sh -c /usr/local/mailman/mail/wrapper post test 44831 ?? I 0:00.22 /usr/local/bin/python -S /usr/local/mailman/scripts/post test 44832 ?? Z 0:00.00 (python) 44833 ?? Z 0:00.00 (sh) Sendmail logs from the message: Jan 27 00:31:17 <2.6> soivah sendmail[44827]: AAA44827: from=gsutter, size=456, class=0, pri=30456, nrcpts=1, msgid=<20000127003117.A42391 at soivah.foo.org>, rel ay=gsutter at localhost Jan 27 00:31:17 <2.6> soivah sendmail[44827]: AAB44827: clone AAA44827, owner=te st-admin Jan 27 00:31:18 <2.6> soivah sendmail[44840]: AAA44840: from=, size=924, class=-60, pri=138924, nrcpts=1, msgid=<20000127003117.A42391 at azaz el.foo.org>, proto=ESMTP, relay=localhost [127.0.0.1] Jan 27 00:31:20 <2.6> soivah sendmail[44841]: AAA44840: to="|IFS=' ' && exec /us r/local/bin/procmail -f- || exit 75 #gsutter", ctladdr= (1001/ 20), delay=00:00:02, xdelay=00:00:02, mailer=prog, stat=Sent This only happens when the sender is local, on the same box as the Mailman installation. Are there known issues with this situation? Can I provide more information to aid in analysis? Greg -- Gregory S. Sutter I got a Pentium II for my girlfriend. mailto:gsutter at pobox.com Good trade, eh? http://www.pobox.com/~gsutter/ PGP DSS public key 0x40AE3052 From Thomas.x.Kofler at base.center.at Thu Jan 27 12:38:40 2000 From: Thomas.x.Kofler at base.center.at (Kofler Thomas) Date: Thu, 27 Jan 2000 12:38:40 +0100 Subject: [Mailman-Users] Admin password doesn't work Message-ID: Hello, If I create a new list and also give the list a new password, and then try to admin the list, Mailman won't let me in. I run RedHat 6.1, Python 1.5.2, Mailman 1.1 Thanks Thomas "... information You need this password to configure your mailing list. You also need it to handle administrative requests, such as approving mail if you choose to run a moderated list. You can configure your mailing list at the following web page: http://ffw.unterleitner.at/mailman/admin/test " From stefan.neuenschwander at id.unibe.ch Thu Jan 27 16:17:54 2000 From: stefan.neuenschwander at id.unibe.ch (Stefan Neuenschwander) Date: Thu, 27 Jan 2000 16:17:54 +0100 Subject: [Mailman-Users] smtp-failures Message-ID: hello to all we have our lists configured for 40kb of message-size. unfortunately sendmail was configured the same. so sendmail was not capable anymore of sending the message back and so it gave entries in smtp-failures-file. but we, as mailman-owner did not get a hint of this error, we just found out quite accidentally because of the growing log. perhaps there is a little thing to work on besides of the misconfiguration? Stefan Neuenschwander From stefan.neuenschwander at id.unibe.ch Thu Jan 27 16:20:00 2000 From: stefan.neuenschwander at id.unibe.ch (Stefan Neuenschwander) Date: Thu, 27 Jan 2000 16:20:00 +0100 Subject: [Mailman-Users] Mailinglist for Listadmins Message-ID: To reach all of the list-admins (e.g. for info about spam hosts) is there a special way to reach them or do we have to set up a list manually? thanx S. Neuenschwander From pasztor at sztaki.hu Thu Jan 27 16:42:22 2000 From: pasztor at sztaki.hu (PASZTOR Miklos) Date: Thu, 27 Jan 2000 16:42:22 +0100 (MET) Subject: [Mailman-Users] Accented characters in terse phrase Message-ID: Hello, I wish to put Hungarian words and so accented characters in the 'terse phrase identifying the list' on the /general listadmin page. Neither ISO encoding, nor html encoding works properly. Is there a way to do this ? TIA for any answer, Mikl?s --------- P?sztor Mikl?s ------------------ pasztor at sztaki.hu MTA SZTAKI/ASZI Budapest 1132 Victor Hugo u. 18-22 Tel: (36)-(1)-349-75-32 From joseph.scott at owp.csus.edu Thu Jan 27 17:48:04 2000 From: joseph.scott at owp.csus.edu (Joseph Scott) Date: Thu, 27 Jan 2000 08:48:04 -0800 Subject: [Mailman-Users] mailman problem with local sender References: <20000127012601.D42391@azazel.zer0.org> Message-ID: <389076C4.E3C0C73E@owp.csus.edu> Hey, fancy meeting you here :-) Gregory Sutter wrote: > > I have a problem with my freshly-installed Mailman 1.1. When a mail is > sent to a list, it goes through properly. Everything works fine. > *Unless* the sender is on the list host. In that case, a duplicate > is also made and is held in sendmail (8.9.3)'s queue until mailman's "post" > script is killed. At that time the duplicate is sent out to all list > members and the zombie processes (one sh, one python) that were being > held open finally get cleaned up. > > Python 1.5.2 (#2, Jun 10 1999, 15:33:16) [GCC 2.7.2.1] on freebsd3 The same basic setup here at work running on a FreeBSD 3.3 box, I haven't seen this problem, let's see what may be different. > > List of processes being held open: > 44829 ?? Is 0:00.01 sendmail -oem -oi -N failure -R full -- test at foo.org > 44830 ?? Is 0:00.00 sh -c /usr/local/mailman/mail/wrapper post test > 44831 ?? I 0:00.22 /usr/local/bin/python -S /usr/local/mailman/scripts/post test > 44832 ?? Z 0:00.00 (python) > 44833 ?? Z 0:00.00 (sh) > > Sendmail logs from the message: > Jan 27 00:31:17 <2.6> soivah sendmail[44827]: AAA44827: from=gsutter, size=456, > class=0, pri=30456, nrcpts=1, msgid=<20000127003117.A42391 at soivah.foo.org>, rel > ay=gsutter at localhost > Jan 27 00:31:17 <2.6> soivah sendmail[44827]: AAB44827: clone AAA44827, owner=te > st-admin > Jan 27 00:31:18 <2.6> soivah sendmail[44840]: AAA44840: from= g>, size=924, class=-60, pri=138924, nrcpts=1, msgid=<20000127003117.A42391 at azaz > el.foo.org>, proto=ESMTP, relay=localhost [127.0.0.1] > Jan 27 00:31:20 <2.6> soivah sendmail[44841]: AAA44840: to="|IFS=' ' && exec /us > r/local/bin/procmail -f- || exit 75 #gsutter", ctladdr= (1001/ > 20), delay=00:00:02, xdelay=00:00:02, mailer=prog, stat=Sent From this last log entry here it shows that you are running procmail via a .forward, I wonder if procmail may be doing something strange. On the machine that I've got we're using procmail for local delivery, not via a .forward > > This only happens when the sender is local, on the same box as the > Mailman installation. > > Are there known issues with this situation? Can I provide more > information to aid in analysis? Like I mentioned before, doing the same thing here, it looks like the only difference is that you are using procmail via a .forward. One thing you might want to try is taking procmail out of your .forward and see if procmail is doing something strange. > > Greg -- Joseph Scott joseph.scott at owp.csus.edu Office Of Water Programs - CSU Sacramento From mrstarr at nyx.net Thu Jan 27 20:20:02 2000 From: mrstarr at nyx.net (Mark Starr) Date: Thu, 27 Jan 2000 14:20:02 -0500 Subject: [Mailman-Users] Re-loading Changed Mailman Config Files - How? Message-ID: <38909A62.8A4DB393@nyx.net> RELOAD MM_CFG.PY -- HOW? I modify mm_cfg.py with new values, but established lists are not effected. They continue to use the old values. How do I tell mailman to reread this config file regarding already in use lists? (Even modifying Defaults.py produces no change - yeah, I tried just as a test). Rebooting the server does not make mailman reread its config files... (!) I am guessing for every list that is created, a snapshot is taken of these files and stored with each individual list... but where... I can not find... these individual per list config files. --- WEB INTERFACE I determines I was still having problems with the web interface as like the docs said apache was running as nobody, and rather than recompile the thing and start over -with-cgi-gid, I came to the realization I didn't want my users posts read *at all* from the web... this would be a big security hole for a private list, and I'm sure they don't want their messages archived *for eternity* for anyone on a search engine to dig up. So I took the Alias line out of httpd.conf, and am ripping out anything in the template .txt files that refers users to the webpage versions... unfortunatly, I can't seem to tell mailman to reload these versions either... --- ENABLING SUPER PROMISCUOUS MODE Ok, its hard enough to get my grandmother to go through the hunt and peck tribulations of sending out one email, let alone replying to a confirm email... I'm finding 90% of the users I invite to join want to join, but never make it to sending out an email to the right address, let alone confirming it, and then knowing they have to post to yet another address to post to the list (these are low volume lists). It would be cool if there was just *one* email address per list, that everything was done to... and that by sending an email to it you are automatically subscribed. K.I.S.S. kind of thing. I assume that is what setting up the subscribe policy does: DEFAULT_SUBSCRIBE_POLICY = 0 ALLOW_OPEN_SUBSCRIBE = 1 However, again I can't get mailman to read in the new values... Am I going to have to delete the lists, and recreate them, whenever I want the values in mm_cfg.cy changed? Some lists I want with some confirmation levels, while others I want to be unmoderated... this presents its own set of problems. If this is done from the web interface let me know, as I don't have access to that... so where in the raw files... are these stored? ADDING USERS DIRECTLY Also, can I edit the list subscribers list directly and add people myself, and bypass them having to do anything to be on the list? It would be nice if there were a script for this... 'addlistuser username list' -- ======================================================== Mark Starr ICQ: 15499085 email: mrstarr at nyx.net mrstarr at sdf.lonestar.org http://talk.to/markstarr Tollfree: 877-599-7813 http://move.to/moneytracker Fax: 877-599-7813 http://come.to/cffcafe Office: 706-592-5299 ======================================================== From mherzog at brant.bio.uaf.edu Thu Jan 27 21:12:00 2000 From: mherzog at brant.bio.uaf.edu (Mark Herzog) Date: Thu, 27 Jan 2000 11:12:00 -0900 Subject: [Mailman-Users] Re-loading Changed Mailman Config Files - How? In-Reply-To: <38909A62.8A4DB393@nyx.net> Message-ID: 1) There is a command add_members which will add all users in a specific text file (one email per line)... (found in same directory as newlist - .../mailman/bin/) e.g. add_members -n new_users.txt 2) A lot of these modifications can be done on the admin web pages http://your.host/mailman/admin/your_list/ Then you won't have to worry about the locations of the files. 3) You can make a group private or public.... The private archives require a password to get in... You're going to need that alias in there if you want Apache to recognize the links and allow access. 4) Mine are in srm.conf not httpd.conf... not sure if that will matter... seems like it might. 5) The Options FollowSymLinks allow,deny, etc. etc. This is the command that allows access to the public archives and not the private. it needs to be in srm.conf also. 6) When you subscribe them there is no confirmation needed... You're other choices could include approval from you... then no confirmation is needed. All of this can be done on the admin web page... which is, in general, much easier to use when just getting it going. Mark Herzog University of Alaska Fairbanks ftmph at uaf.edu -----Original Message----- From: mailman-users-admin at python.org [mailto:mailman-users-admin at python.org]On Behalf Of Mark Starr Sent: Thursday, January 27, 2000 10:20 AM To: mailman-users at python.org Subject: [Mailman-Users] Re-loading Changed Mailman Config Files - How? RELOAD MM_CFG.PY -- HOW? I modify mm_cfg.py with new values, but established lists are not effected. They continue to use the old values. How do I tell mailman to reread this config file regarding already in use lists? (Even modifying Defaults.py produces no change - yeah, I tried just as a test). Rebooting the server does not make mailman reread its config files... (!) I am guessing for every list that is created, a snapshot is taken of these files and stored with each individual list... but where... I can not find... these individual per list config files. --- WEB INTERFACE I determines I was still having problems with the web interface as like the docs said apache was running as nobody, and rather than recompile the thing and start over -with-cgi-gid, I came to the realization I didn't want my users posts read *at all* from the web... this would be a big security hole for a private list, and I'm sure they don't want their messages archived *for eternity* for anyone on a search engine to dig up. So I took the Alias line out of httpd.conf, and am ripping out anything in the template .txt files that refers users to the webpage versions... unfortunatly, I can't seem to tell mailman to reload these versions either... --- ENABLING SUPER PROMISCUOUS MODE Ok, its hard enough to get my grandmother to go through the hunt and peck tribulations of sending out one email, let alone replying to a confirm email... I'm finding 90% of the users I invite to join want to join, but never make it to sending out an email to the right address, let alone confirming it, and then knowing they have to post to yet another address to post to the list (these are low volume lists). It would be cool if there was just *one* email address per list, that everything was done to... and that by sending an email to it you are automatically subscribed. K.I.S.S. kind of thing. I assume that is what setting up the subscribe policy does: DEFAULT_SUBSCRIBE_POLICY = 0 ALLOW_OPEN_SUBSCRIBE = 1 However, again I can't get mailman to read in the new values... Am I going to have to delete the lists, and recreate them, whenever I want the values in mm_cfg.cy changed? Some lists I want with some confirmation levels, while others I want to be unmoderated... this presents its own set of problems. If this is done from the web interface let me know, as I don't have access to that... so where in the raw files... are these stored? ADDING USERS DIRECTLY Also, can I edit the list subscribers list directly and add people myself, and bypass them having to do anything to be on the list? It would be nice if there were a script for this... 'addlistuser username list' -- ======================================================== Mark Starr ICQ: 15499085 email: mrstarr at nyx.net mrstarr at sdf.lonestar.org http://talk.to/markstarr Tollfree: 877-599-7813 http://move.to/moneytracker Fax: 877-599-7813 http://come.to/cffcafe Office: 706-592-5299 ======================================================== ------------------------------------------------------ Mailman-Users maillist - Mailman-Users at python.org http://www.python.org/mailman/listinfo/mailman-users From ee at uncanny.net Thu Jan 27 21:22:22 2000 From: ee at uncanny.net (Edward Elhauge) Date: Thu, 27 Jan 2000 12:22:22 -0800 Subject: [Mailman-Users] How to automate Reject Message-ID: <200001272022.MAA36567@ns2.uncanny.net> I haven't figured out how to do this but it must be possible. I have the "Restrict posting privilege to list members?" option set to 'Yes'. I get several emails a day from one list alone where the messages as held because they are from address that never bothered to subscribe. I always reject those posts. I would like to automatically reject any non-member posts and send out a reject email automatically, without my intervention. Then I would like to get a report of the persistent rejects (they must not read their email) so that I can add them to the spam list. How do other mail list admins deal with this? -- Edward Elhauge | "This above all, to thine own self be true, | And it must follow as the night the day Uncanny Inc. | Thou canst not then be false to any man." San Francisco | -- William Shakespeare, Hamlet From oskar at ifcomputer.co.jp Thu Jan 27 23:54:33 2000 From: oskar at ifcomputer.co.jp (Oskar Bartenstein) Date: Fri, 28 Jan 2000 07:54:33 +0900 Subject: [Mailman-Users] Re-loading Changed Mailman Config Files - How? In-Reply-To: <38909A62.8A4DB393@nyx.net> References: <38909A62.8A4DB393@nyx.net> Message-ID: <3890CCA921C.0513OSKAR@cs> Make sure you delete mm_cfg.pyc after editing mm_cfg.py Oskar Mark Starr said: > > > RELOAD MM_CFG.PY -- HOW? > > I modify mm_cfg.py with new values, but established > lists are not effected. -- Dr. Oskar Bartenstein oskar at ifcomputer.co.jp IF Computer Japan www.ifcomputer.com From YRathel at aol.com Fri Jan 28 05:11:07 2000 From: YRathel at aol.com (YRathel at aol.com) Date: Thu, 27 Jan 2000 23:11:07 EST Subject: [Mailman-Users] Re: remove my name from mailing list Message-ID: <8a.a14acc.25c270db@aol.com> please remove my name from e-mail list thank you From rullfig at uchicago.edu Fri Jan 28 19:43:27 2000 From: rullfig at uchicago.edu (Roberto Ullfig) Date: Fri, 28 Jan 2000 12:43:27 -0600 Subject: [Mailman-Users] slowness in listing mailing lists? Message-ID: <3891E34F.73CD6E72@uchicago.edu> So why would it take so long to display the list of all mailman lists that we run? We have about 450 lists and it takes just over _1 minute_ for the list of lists to display. Meanwhile, access to individual list pages takes only 1 second - so it's not a slow server. Is there any way to speed up this time? Thanks! -- Roberto Ullfig : rullfig at uchicago.edu Systems Administrator Networking Services and Information Technologies University of Chicago From claw at kanga.nu Fri Jan 28 19:51:10 2000 From: claw at kanga.nu (J C Lawrence) Date: Fri, 28 Jan 2000 10:51:10 -0800 Subject: [Mailman-Users] slowness in listing mailing lists? In-Reply-To: Message from Roberto Ullfig of "Fri, 28 Jan 2000 12:43:27 CST." <3891E34F.73CD6E72@uchicago.edu> References: <3891E34F.73CD6E72@uchicago.edu> Message-ID: On Fri, 28 Jan 2000 12:43:27 -0600 Roberto Ullfig wrote: > So why would it take so long to display the list of all mailman > lists that we run? We have about 450 lists and it takes just over > _1 minute_ for the list of lists to display. Ouch. IIRC the current architecture has MailMan iterating across ~mailman/lists/*, and checking every subdirectory for a valid config.db file. Apparently that takes a minute on your server. There has been some discussion of putting a central list catalogue in MailMan, removing the need to walk the filesystem to find the lists, but I haven't seen any motion on that. -- 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 secabeen at pobox.com Fri Jan 28 19:54:00 2000 From: secabeen at pobox.com (Ted Cabeen) Date: Fri, 28 Jan 2000 12:54:00 -0600 Subject: [Mailman-Users] slowness in listing mailing lists? In-Reply-To: Your message of "Fri, 28 Jan 2000 12:43:27 CST." <3891E34F.73CD6E72@uchicago.edu> Message-ID: <200001281854.MAA25023@entropy.uchicago.edu> In message <3891E34F.73CD6E72 at uchicago.edu>, Roberto Ullfig writes: >So why would it take so long to display the list of all mailman >lists that we run? We have about 450 lists and it takes just >over _1 minute_ for the list of lists to display. Meanwhile, >access to individual list pages takes only 1 second - so it's >not a slow server. Is there any way to speed up this time? Mailman doesn't cache that data, because on a big server, the description or the visibility can change at any time. Therefore, when you request the main list page, it has to go into every list's config.db file and check the description and the visibility to make an up-to-date list. This obviously takes a while. I think 1.1 sped it up a bit, but it still definitely takes a while. Individual lists take much less time because there's only one file to open. -- Ted Cabeen http://www.pobox.com/~secabeen secabeen at pobox.com Check Website or finger for PGP Public Key secabeen at midway.uchicago.edu "I have taken all knowledge to be my province." -F. Bacon cococabeen at aol.com "Human kind cannot bear very much reality."-T.S.Eliot 73126.626 at compuserve.com From rullfig at uchicago.edu Fri Jan 28 21:13:30 2000 From: rullfig at uchicago.edu (Roberto Ullfig) Date: Fri, 28 Jan 2000 14:13:30 -0600 Subject: [Mailman-Users] slowness in listing mailing lists? References: <200001281854.MAA25023@entropy.uchicago.edu> Message-ID: <3891F86A.2447AAB0@uchicago.edu> Ted Cabeen wrote: > > In message <3891E34F.73CD6E72 at uchicago.edu>, Roberto Ullfig writes: > >So why would it take so long to display the list of all mailman > >lists that we run? We have about 450 lists and it takes just > >over _1 minute_ for the list of lists to display. Meanwhile, > >access to individual list pages takes only 1 second - so it's > >not a slow server. Is there any way to speed up this time? > > Mailman doesn't cache that data, because on a big server, the description or > the visibility can change at any time. Therefore, when you request the main > list page, it has to go into every list's config.db file and check the > description and the visibility to make an up-to-date list. This obviously > takes a while. I think 1.1 sped it up a bit, but it still definitely takes a > while. Individual lists take much less time because there's only one file to > open. > O.K. I trussed the process and noticed that it stats _every single_ config file before opening _each_ one so for 450 lists that's 450 * 450 = 202,500 stat calls! It's no wonder it takes a minute. -- Roberto Ullfig : rullfig at uchicago.edu Systems Administrator Networking Services and Information Technologies University of Chicago From oscar at colca.rcp.net.pe Fri Jan 28 21:53:06 2000 From: oscar at colca.rcp.net.pe (Oscar Valdez) Date: Fri, 28 Jan 2000 15:53:06 -0500 Subject: [Mailman-Users] please help Message-ID: help, i need to move my users of majordomo+smail to a server with mailman+smail i need an automatic script because i have a lot of users, thanks -- Oscar From Tone486 at cs.com Sat Jan 29 05:37:12 2000 From: Tone486 at cs.com (Tone486 at cs.com) Date: Fri, 28 Jan 2000 23:37:12 EST Subject: [Mailman-Users] (no subject) Message-ID: confirm 916203 From perle at castalia.ch Sat Jan 29 09:49:08 2000 From: perle at castalia.ch (Associazione Perle di vetro) Date: Sat, 29 Jan 2000 09:49:08 +0100 Subject: [Mailman-Users] Can I run Mailman on a virtual server? Message-ID: <200001290849.JAA06460@castalia.ch> I am using a virtual server, and my hosting provider is not going to let me create any group as root. Do I stand a chance to install Mailman anyway? Tahnks, Mario From m.keller at orcasoft.ch Sat Jan 29 10:16:54 2000 From: m.keller at orcasoft.ch (Markus Keller OrcaSoft) Date: Sat, 29 Jan 2000 10:16:54 +0100 Subject: [Mailman-Users] Can I run Mailman on a virtual server? Message-ID: <001401bf6a39$a9fbe100$0808e6c2@markus.orcasoft.ch> Hello Mario >I am using a virtual server, and my hosting provider is not going to let me >create any group as root. >Do I stand a chance to install Mailman anyway? IMHO no way. You have to create a new user on the system for mailman. Then you must create a directory and set the gid on it. After installing mailman you need to make entries in the alias file of sendmail and you have to edit the httpd.conf file of the apache server. Markus ------------------------------------------------------ Mailman-Users maillist - Mailman-Users at python.org http://www.python.org/mailman/listinfo/mailman-users From emogomez at gateway.net Sun Jan 30 07:43:59 2000 From: emogomez at gateway.net (emogomez) Date: Sat, 29 Jan 2000 23:43:59 -0700 Subject: [Mailman-Users] (no subject) Message-ID: <000f01bf6aed$6432afa0$c6900b3f@oemcomputer> take me of your list, please -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000129/be425006/attachment.html From rniess at netserver3.otr.usm.edu Sun Jan 30 20:21:05 2000 From: rniess at netserver3.otr.usm.edu (Rick Niess) Date: Sun, 30 Jan 2000 13:21:05 -0600 (CST) Subject: [Mailman-Users] (no subject) In-Reply-To: <000f01bf6aed$6432afa0$c6900b3f@oemcomputer> Message-ID: Hello, On Sat, 29 Jan 2000, emogomez wrote: > take me of your list, please Please visit the following URL, enter your password in the unsubscribe Password field, and click the Unsubscribe button. http://www.python.org/mailman/options/mailman-users/emogomez at gateway.net If you no longer know your password, click the "Email My Password To Me" button. Your password will be mailed to you in a minute or so. Thank-you. ~ Rick Niess ~ -- .oooO "Man with closed Oooo. Rick C. Niess ( ) mouth gathers ( ) University of Southern Miss. \ ( no foot!" ) / resnet at usm.edu --\ )------------------(_/------------------------------- From stefan.neuenschwander at id.unibe.ch Mon Jan 31 10:18:26 2000 From: stefan.neuenschwander at id.unibe.ch (Stefan Neuenschwander) Date: Mon, 31 Jan 2000 10:18:26 +0100 Subject: [Mailman-Users] sync_members + suppress leaving message Message-ID: hello Is there an option with sync_members for suppressing the message for people leaving the list? There is one for suppressing the welcome message but none for the leaving message. thanx Stefan Neuenschwander From hypnose at t-online.de Mon Jan 31 11:54:23 2000 From: hypnose at t-online.de (guenter wessling) Date: Mon, 31 Jan 2000 11:54:23 +0100 Subject: [Mailman-Users] Mailman not creating HTML pages In-Reply-To: <389009AD.5A99A83C@nyx.net> References: Message-ID: <3.0.5.32.20000131115423.007a2330@pop.btx.dtag.de> Hi, all, hi, Mark, running Mailman on Linux, you may add one statement: If you use COMANCHE, all changes to httpd can be made in the httpd.conf-file, ?cause COMANCHE puts evthing into this file; is you do *not* use COMANCHE, you have to edit the access.conf, srm.conf and httpd.conf -files for the necessary changes. And one remark: you may add option --with-cgi-ext=.pl to ./configure, - if you don?t, some strange problems occur (at least with my 2.0.36). The problems may be due to the fact, that my own cgis in /var/httpd..... have ext=.pl, so apatche gets confused somehow. This, of course, leads to the http-call http://www.your.domain/mailman/listinfo.pl/..... - watch the *.pl*. Actually, for Linux it?s quite good to do an *explicit* ./configure with all available options set, i.e. don?t just do ./configure naked. Just my personal experience (three installs of Mailman on three servers running all right). One question from here to the list: running saint, my system gave pretty good results. After installing Mailman, I get all kinds of cgi-complaints, that are probably due to the Alias and ScriptAlias addings. Nothing really to worry about - but: are there security problems arising from Mailman-install ? If yes: which ? Thanks, Guenter At 04:02 27.01.00 -0500, you wrote: > > >FIXING THE PROBLEM OF MAILMAN WEBPAGES NOT SHOWING UP > >Okay, I was able to fix the problem, and these are >the steps I had to take (mainly, I needed an >alias line in http.conf and a correct one at >that (thanks to Terry Grace). > >The thing is, the INSTALL files doesn't seem >to explicitedly say what to do for those of us grunts >going through it line by line, it just has a paragraph >to 'see your Apache documentation' (hullo, what? me worry?) > >So this is what you need to explicitly do (and maybe >this needs to be added in that section of the INSTALL >readme file):-) > >Add the following line to httpd.conf: >(run locate httpd.conf to find where httpd.conf lives) > >add a line in the httpd.conf file that reads: > >Alias /mailman/ "/usr/share/mailman/archives/public/" > >or > >Alias /mailman/ "/usr/local/mailman/archives/public/" > >depending if you can cd into /usr/share/mailman or >usr/local/mailman >*if no luck, try 'locate mailman' to find out >where you installed it -- got to love locate. > >Editing httpd.conf I did a search inside of httpd.conf for the >string "Aliases:" which turned up the appropriate spot >in the httpd.conf to add it, but it doesn't matter, add >it to the end if you want. > > >But that's not enough, then you have to post a message >to the list to get the files created... (so to speak) > >Of course, subscribe I subscribed myself to the mail list with >a message to listname-request at yourdomain.com with >SUBSCRIBE in body, then confirm yourself, then >post with a message to listname at yourdomain.com > >Once you post a new message the directory structure >is created somewhat enough to see it > >Then access the site with: > >http://yourdomain.com/mailman/ > >(note! you have to put the trailling slash!) >(thanks to Jim Tittsler there) > >and you should see some directory tree...follow >some links... > >The ALias line was the trick, it tells Apache >that if it gets a URL with yourdomain.com/mailman/ >not to lookin in home/httpd/html/mailman where it >would normally look for, but to do the substition >to look in /usr/share/mailman/public instead for >that URL... slight of hand > >My thoughts: perhaps the mailman software should probably add >the alias line in http.conf upon install, and also create >a directory structure or "return" one even if no users >have yet subscribed to the list or posted to the list... > > >------------------------------------------------------ >Mailman-Users maillist - Mailman-Users at python.org >http://www.python.org/mailman/listinfo/mailman-users > :) have a nice day - alles Gute - :) Guenter Wessling (hypnose at t-online.de) - Westfalian Society of Hypnosis - - Westfaelische Gesellschaft fuer Hypnose - 48165 Muenster, Germany fax: 0049 (0)2501 27273 http://home.t-online.de/home/hypnose Return-Path: Delivered-To: mailman-users at dinsdale.python.org Received: from python.org (parrot.python.org [132.151.1.90]) by dinsdale.python.org (Postfix) with ESMTP id A47D31CDE4 for ; Fri, 28 Jan 2000 10:42:29 -0500 (EST) Received: from relay3.rcp.net.pe (relay3.rcp.net.pe [200.1.178.249]) by python.org (8.9.1a/8.9.1) with ESMTP id KAA27109 for ; Fri, 28 Jan 2000 10:42:24 -0500 (EST) Received: from colca.rcp.net.pe ([161.132.1.30]:3871 "HELO colca.rcp.net.pe" ident: "TIMEDOUT") by relay3.rcp.net.pe with SMTP id <23051-214>; Fri, 28 Jan 2000 10:44:21 -0500 Received: from colca.rcp.net.pe (723 bytes) by colca.rcp.net.pe via sendmail with P:uucp/R:smart_host/T:smtp (sender: ) id for mailman-users at python.org; Fri, 28 Jan 2000 10:44:35 -0500 (PET) (Smail-3.2.0.105 1999-Mar-3 #36 built 1999-Dec-15) Message-Id: From: To: mailman-users at python.org X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Fri, 28 Jan 2000 10:44:21 -0500 Subject: [Mailman-Users] HELP 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: 1.2 (experimental) Precedence: bulk List-Id: Mailman mailing list management users hi, i need help: 1. how do i migrate users of one server with majordomo+smail (lists are in /usr/smail/lib/lists and /etc/aliases) to a one with mailman+smail, i need something automatic for 5000 users 2. i have problems when a user send a message to the list with an attach, it doesnt sometimes arrive. thanks -- Oscar Return-Path: Delivered-To: mailman-users at dinsdale.python.org Received: from python.org (parrot.python.org [132.151.1.90]) by dinsdale.python.org (Postfix) with ESMTP id E08D91CEFB for ; Wed, 26 Jan 2000 19:12:24 -0500 (EST) Received: from relay3.rcp.net.pe (relay3.rcp.net.pe [200.1.178.249]) by python.org (8.9.1a/8.9.1) with ESMTP id TAA08953 for ; Wed, 26 Jan 2000 19:12:19 -0500 (EST) Received: from colca.rcp.net.pe ([161.132.1.30]:4375 "HELO colca.rcp.net.pe" ident: "NO-IDENT-SERVICE[2]") by relay3.rcp.net.pe with SMTP id <23280-214>; Wed, 26 Jan 2000 19:14:40 -0500 Received: from localhost (648 bytes) by colca.rcp.net.pe via sendmail with P:stdio/R:smart_host/T:smtp (sender: ) (ident using unix) id for ; Wed, 26 Jan 2000 19:14:29 -0500 (PET) (Smail-3.2.0.105 1999-Mar-3 #36 built 1999-Dec-15) Message-Id: From: oscar at colca.rcp.net.pe (Oscar Valdez) To: mailman-users at python.org X-Mailer: ELM [version 2.4ME+ PL38 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Date: Wed, 26 Jan 2000 19:14:40 -0500 Subject: [Mailman-Users] HELP 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: 1.2 (experimental) Precedence: bulk List-Id: Mailman mailing list management users hi, i need help: 1. how do i migrate users of one server with majordomo+smail (lists are in /usr/smail/lib/lists and /etc/aliases) to a one with mailman+smail, i need something automatic for 5000 users 2. i have problems when a user send a message to the list with an attach, it doesnt sometimes arrive. thanks -- Oscar From morinr at psi.ca Mon Jan 31 19:25:59 2000 From: morinr at psi.ca (Rob Morin) Date: Mon, 31 Jan 2000 13:25:59 -0500 Subject: [Mailman-Users] Pending admin requests; not able to access them... Message-ID: <011f01bf6c18$9f687060$e56968d1@mlink.net> Hello... I can not seem to be able to access the pending admin requests?? I can get in to the regular admin stuff but not the pending admin stuff.... It just hangs after i either click on the link from within the admin section or after i tasks me for the password... HELP! I am using Python 1.5.2 Mailman 1.1 Redhat 6.1 Also how would I increase the allowed amount of Cc's as this is the major reason why I have pending requests cuz mailman does not like too many C.c.'s!? Thanks Rob Morin PSINet/TotalNet Montreal, Canada (514) 861-3737 Ext 227 morinr at psi.ca -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mail.python.org/pipermail/mailman-users/attachments/20000131/874ae195/attachment.htm From c.davis at actrix.gen.nz Mon Jan 31 21:54:11 2000 From: c.davis at actrix.gen.nz (Christine Davis) Date: Tue, 1 Feb 2000 09:54:11 +1300 Subject: [Mailman-Users] Using a file for restricted posters Message-ID: <016901bf6c2d$533a48c0$641560cb@solomon.actrix.gen.nz> I have some people with many lists, who want to use the same restricted posters for each list. While I can just manually add / remove people as required, this is something of a hassle, and could lead to inconsistencies between the list. So, would it be possible for the restricted posters to be stored in a file ? Cheers, Christine