From toby at breezing.com Thu May 1 00:42:53 2003 From: toby at breezing.com (Toby Reiter) Date: Wed, 30 Apr 2003 18:42:53 -0400 Subject: [Mailman-Users] Mailman CGI error In-Reply-To: <20030430213552.GA24079@meer.net> References: <5.1.1.6.0.20030430212548.03efc2d8@pop3.demon.co.uk> <20030429072643.GA26293@meer.net> <5.1.1.6.0.20030430212548.03efc2d8@pop3.demon.co.uk> <5.1.1.6.0.20030430215625.03d4a200@pop3.demon.co.uk> <20030430213552.GA24079@meer.net> Message-ID: So I've been working on getting Mailman working on my system -- I'm currently working on getting the web portion to work well. Apache is up and running, I've made the necessary changes in the httpd.conf file, but when I go to the admin, create, etc. pages, I receive the following error: --- Mailman CGI error!!! The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog: Failure to find group name nobody. Try adding this group to your system, or re-run configure, providing an existing group name with the command line option --with-cgi-gid. --- The first time I got this error, I checked for the existence of group nobody -- it exists, I recompiled with command line option --with-cgi-gid=99 (99 is the gid for nobody). Even after a clean re-install the problem still happens. Any insights from anyone? For reference, I'm using Mailman 2.1, Apache 2.0.45, Xmail 1.12 on Redhat 8.0. Thanks in advance, Toby -- Toby Reiter mailto:toby at breezing.com Breezing Internet Communications http://www.breezing.com 1106 West Main St phone:434.295.2050 Charlottesville, VA 22903 fax:603.843.6931 From paul at thcwd.com Thu May 1 00:55:19 2003 From: paul at thcwd.com (Paul H Byerly) Date: Wed, 30 Apr 2003 17:55:19 -0500 Subject: [Mailman-Users] Changes to archive pages In-Reply-To: Message-ID: <5.2.1.1.0.20030430175302.03770f00@mail.thcwd.com> Richard Barrett wrote: >Articles being archived by the code running under mailmanctl are probably >still using a cached copy of the old version of the article template. > >When you amend any templates you should probably use mailmanctl restart so >that the new version will be reloaded and used for future archiving. That did it, thank you so much. Apparently there is no way to do a per list change, but I think I can make it work with relative URLs. Now I just have to hack the cookies. <>< Paul, learning more than he planned to From r.barrett at openinfo.demon.co.uk Thu May 1 01:14:18 2003 From: r.barrett at openinfo.demon.co.uk (Richard Barrett) Date: Thu, 01 May 2003 00:14:18 +0100 Subject: [Mailman-Users] Changes to archive pages In-Reply-To: <5.2.1.1.0.20030430175302.03770f00@mail.thcwd.com> References: Message-ID: <5.1.1.6.0.20030501001046.03e95f28@pop3.demon.co.uk> At 23:55 30/04/2003, Paul H Byerly wrote: >Richard Barrett wrote: >>Articles being archived by the code running under mailmanctl are probably >>still using a cached copy of the old version of the article template. >> >>When you amend any templates you should probably use mailmanctl restart so >>that the new version will be reloaded and used for future archiving. > > That did it, thank you so much. Apparently there is no way to do a > per list change, but I think I can make it work with relative URLs. Now > I just have to hack the cookies. I believe you can have list-specific templates by putting them in the directory $prefix/lists/// The same issue applies regarding running mailmanctl restart after creating/changing templates in such directories. ><>< Paul, learning more than he planned to From paul at thcwd.com Thu May 1 05:16:45 2003 From: paul at thcwd.com (Paul H Byerly) Date: Wed, 30 Apr 2003 22:16:45 -0500 Subject: [Mailman-Users] Changes to archive pages In-Reply-To: <5.1.1.6.0.20030501001046.03e95f28@pop3.demon.co.uk> References: <5.2.1.1.0.20030430175302.03770f00@mail.thcwd.com> Message-ID: <5.2.1.1.0.20030430220409.00badd68@mail.thcwd.com> Richard Barrett wrote: >>Paul H Byerly wrote: >> That did it, thank you so much. Apparently there is no way to do a >> per list change, but I think I can make it work with relative URLs. Now >> I just have to hack the cookies. > >I believe you can have list-specific templates by putting them in the >directory $prefix/lists/// > >The same issue applies regarding running mailmanctl restart after >creating/changing templates in such directories. That is my understanding, but it does not seem to work for this file. I copied it there and made changes earlier, but when I ran the restart it was the changes in the template file, not the changes in the local file that I saw. It's in the same location as 'listinfo.html' and 'options.html' so I'm sure I got it right. Since the archives are stored in a separate place than the lists I also tried putting the file in $prefix/archives/private/// but that did not work either (even after a restart). Any other ideas on where to put it? <>< Paul From jonc at nc.rr.com Thu May 1 09:21:32 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Thu, 01 May 2003 07:21:32 -0000 Subject: [Mailman-Users] qrunner dying (Somewhat long) In-Reply-To: <20030430213552.GA24079@meer.net> References: <5.1.1.6.0.20030430212548.03efc2d8@pop3.demon.co.uk> <20030429072643.GA26293@meer.net> <5.1.1.6.0.20030430212548.03efc2d8@pop3.demon.co.uk> <5.1.1.6.0.20030430215625.03d4a200@pop3.demon.co.uk> <20030430213552.GA24079@meer.net> Message-ID: <1051773720.2146.6.camel@anncons> On Wed, 2003-04-30 at 17:35, Kysh wrote: > > >Thanks for your reply! See below-- > > > > Well, the absence of any output to the error log and the fact that each > > qrunner process started by mailmanctl is returning an exit status of 1 is > > interesting. > > The qrunner process appear to do nothing before exiting. > > getting into the error log I' m wondering if the attempt by the child to > > run the qrunner fails > > What is the value assigned to the variable PYTHON in > > $prefix/Mailman/Defaults.py, is this the path to your python executable, > > and does it match the path in the #! in line 1 of the $prefix/bin/qrunner > > and $prefix/bin/mailmanctl files? > > /usr/bin/python, which is the correct python and they're all identical. > > -Kysh You might want to try and isolate the problem using strace... su mailman cd ~mailman bin/qrunner -ovr All Now lets do it with strace: strace bin/qrunner -ovr All From clfa at Lapdragon.org Thu May 1 09:39:27 2003 From: clfa at Lapdragon.org (Kysh) Date: Thu, 1 May 2003 00:39:27 -0700 Subject: [Mailman-Users] qrunner dying (Somewhat long) In-Reply-To: <1051773720.2146.6.camel@anncons> References: <5.1.1.6.0.20030430212548.03efc2d8@pop3.demon.co.uk> <20030429072643.GA26293@meer.net> <5.1.1.6.0.20030430212548.03efc2d8@pop3.demon.co.uk> <5.1.1.6.0.20030430215625.03d4a200@pop3.demon.co.uk> <20030430213552.GA24079@meer.net> <1051773720.2146.6.camel@anncons> Message-ID: <20030501073927.GA30935@meer.net> On Thu, May 01, 2003 at 03:22:01AM -0400, Jon Carnes wrote: > su mailman > cd ~mailman > bin/qrunner -ovr All > > Now lets do it with strace: > strace bin/qrunner -ovr All qrunner -r All has always worked fine, but the mailmanctl invokation was failing. I went ahead and copied the $prefix/lists directory aside, obliterated all traces of Mailman on my system, and upgraded to python 2.3 and a later package of 2.2, and now it works. Thanks for all your responses, guys-- I gave up trying to debug it and just punted. -Kysh -- .+------------------------------------------------------------+. | 'Life begins at 120kias' - http://www.lapdragon.org/flying | | CBR-F4 streetbike - http://www.lapdragon.org/cbr | | 1968 Mustang fastback - http://www.lapdragon.org/mustang | | Got 'nix? - http://www.infrastructure.org/ | | KG6FOB - http://www.lapdragon.org/ham | | Give blood: Play Hockey! http://www.unixdragon.com/ | `+------------------------------------------------------------+' From billy at jitterbugs.org Thu May 1 11:55:14 2003 From: billy at jitterbugs.org (billy) Date: Thu, 1 May 2003 04:55:14 -0500 Subject: [Mailman-Users] (no subject) Message-ID: <002a01c30fc7$c42df2c0$8182fea9@Billy> I want to set up my list to approve all posts by members or non-members automatically, without having to go through the authorization process. -billy From rick at niof.net Thu May 1 12:02:16 2003 From: rick at niof.net (Rick Pasotto) Date: Thu, 1 May 2003 06:02:16 -0400 Subject: [Mailman-Users] monthly notification error Message-ID: <20030501100216.GA1394@tc.telocity.com> I'm running debian/testing and just upgraded mailman to the version in unstable (2.1.1-5). Last night the cron job to send out the monthly password reminders failed with this error: Traceback (most recent call last): File "/usr/lib/mailman/cron/mailpasswds", line 218, in ? main() File "/usr/lib/mailman/cron/mailpasswds", line 145, in main password = mlist.getMemberPassword(member) File "/var/lib/mailman/Mailman/OldStyleMemberships.py", line 102, in getMemberPassword raise Errors.NotAMemberError, member Mailman.Errors.NotAMemberError: rick at niof.net Is there some upgrade configuring I need to do? I did create the 'mailman' mailing list. Do I need to add myself as a subscriber? Should I send a bugreport to the debian maintainer? Separate question about the upgrade. After the upgrade the site password no longer worked for maillist admin. I had to change the password with mmsitepass. -- "No one can make you feel inferior without your consent." -- Eleanor Roosevelt Rick Pasotto rick at niof.net http://www.niof.net From Freedom_Lover at pobox.com Thu May 1 14:51:18 2003 From: Freedom_Lover at pobox.com (Todd) Date: Thu, 1 May 2003 08:51:18 -0400 Subject: [Mailman-Users] Changes to archive pages In-Reply-To: <5.2.1.1.0.20030430220409.00badd68@mail.thcwd.com> References: <5.2.1.1.0.20030430175302.03770f00@mail.thcwd.com> <5.2.1.1.0.20030430220409.00badd68@mail.thcwd.com> Message-ID: <20030501125118.GZ2374@psilocybe.teonanacatl.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Paul H Byerly wrote: > Richard Barrett wrote: [...] >> I believe you can have list-specific templates by putting them in the >> directory $prefix/lists/// >> >> The same issue applies regarding running mailmanctl restart after >> creating/changing templates in such directories. > > That is my understanding, but it does not seem to work for this > file. I copied it there and made changes earlier, but when I ran the > restart it was the changes in the template file, not the changes in the > local file that I saw. It's in the same location as 'listinfo.html' and > 'options.html' so I'm sure I got it right. This got me curious so I looked at the code to see if I could figure out why it wasn't working. The archive code in question is located in Mailman/Archiver/HyperArch.py. The function used is quick_maketext(). This basically calls Utils.maketext() to do the templating. However, quick_maketext() sets mlist to None. When mlist is None, Utils.maketext doesn't look in any of the list directories for template files. It only checks templates/site/ and templates/. So the best you can so is modify the template in 'site' like you have done. Maybe someone more familiar with the mailman code (hi Barry :) can explain why this is so. It might be a performance thing. There could be discussion of it in the developers list archive, I haven't checked there. - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ============================================================================ The ultimate result of shielding men from the effects of folly is to fill the world with fools. -- Herbert Spencer -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+sRhGuv+09NZUB1oRAjamAKDBPvlbYJ2B+2QyPjGxxqLegd9CtQCgxDg3 Sm501dKLytki6rSZ/LCh9a4= =WME5 -----END PGP SIGNATURE----- From jbrouhard at ci.st-joseph.mo.us Thu May 1 15:03:32 2003 From: jbrouhard at ci.st-joseph.mo.us (jbrouhard at ci.st-joseph.mo.us) Date: Thu, 1 May 2003 08:03:32 -0500 Subject: [Mailman-Users] Mailman CGI error Message-ID: <9C32AD01CE49D711A2380008C7FA8A1724D166@STJOSEPHMAIL> you should be setting cgi to work with apache or whatever web browser you're using: --with-cgi-gid=apache It'l repair it, as Apache cannot run stuff from the web as 'nobody' to my knowledge. --- Joe Brouhard, MCP, A+ Computer Support Technician City of St Joseph jbrouhard at ci.st-joseph.mo.us http://www.ci.st-joseph.mo.us -----Original Message----- From: Toby Reiter [mailto:toby at breezing.com] Sent: Wednesday, April 30, 2003 5:43 PM To: mailman-users at python.org Subject: [Mailman-Users] Mailman CGI error So I've been working on getting Mailman working on my system -- I'm currently working on getting the web portion to work well. Apache is up and running, I've made the necessary changes in the httpd.conf file, but when I go to the admin, create, etc. pages, I receive the following error: --- Mailman CGI error!!! The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog: Failure to find group name nobody. Try adding this group to your system, or re-run configure, providing an existing group name with the command line option --with-cgi-gid. --- The first time I got this error, I checked for the existence of group nobody -- it exists, I recompiled with command line option --with-cgi-gid=99 (99 is the gid for nobody). Even after a clean re-install the problem still happens. Any insights from anyone? For reference, I'm using Mailman 2.1, Apache 2.0.45, Xmail 1.12 on Redhat 8.0. Thanks in advance, Toby -- Toby Reiter mailto:toby at breezing.com Breezing Internet Communications http://www.breezing.com 1106 West Main St phone:434.295.2050 Charlottesville, VA 22903 fax:603.843.6931 ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: jbrouhard at ci.st-joseph.mo.us Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/jbrouhard%40ci.st-josep h.mo.us From Freedom_Lover at pobox.com Thu May 1 15:15:33 2003 From: Freedom_Lover at pobox.com (Todd) Date: Thu, 1 May 2003 09:15:33 -0400 Subject: [Mailman-Users] Changes to archive pages In-Reply-To: <20030501125118.GZ2374@psilocybe.teonanacatl.org> References: <5.2.1.1.0.20030430175302.03770f00@mail.thcwd.com> <5.2.1.1.0.20030430220409.00badd68@mail.thcwd.com> <20030501125118.GZ2374@psilocybe.teonanacatl.org> Message-ID: <20030501131533.GA2374@psilocybe.teonanacatl.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I wrote: > This got me curious so I looked at the code to see if I could figure out why > it wasn't working. The archive code in question is located in > Mailman/Archiver/HyperArch.py. The function used is quick_maketext(). This > basically calls Utils.maketext() to do the templating. However, > quick_maketext() sets mlist to None. I should really learn that 9AM is too early to properly read code (especially in languages I don't really know :). Looking at it again, the call to quick_maketext() for the article.html template does try to set mlist (to self._mlist, which is defined earlier in the Article class). In the class initialization, mlist is set to None again, so perhaps that's the value that ends up in self._mlist. But of course, it's still early so I may just still be too stupid to follow the code (not that I need an excuse to be stupid). - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ============================================================================ Learn from the mistakes of others--you can never live long enough to make them all yourself." -- John Luther -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+sR31uv+09NZUB1oRAmNoAKCqJmdZnEC4JIRpXXkM+FWMFEYsvgCgmxdf 2Dbiog30MHsVH4RcaxxlT9w= =QSKj -----END PGP SIGNATURE----- From R.Barrett at ftel.co.uk Thu May 1 15:31:09 2003 From: R.Barrett at ftel.co.uk (Richard Barrett) Date: Thu, 01 May 2003 14:31:09 +0100 Subject: [Mailman-Users] Changes to archive pages In-Reply-To: <5.2.1.1.0.20030430220409.00badd68@mail.thcwd.com> References: <5.1.1.6.0.20030501001046.03e95f28@pop3.demon.co.uk> <5.2.1.1.0.20030430175302.03770f00@mail.thcwd.com> Message-ID: <5.1.1.6.0.20030501142340.05b90b18@ext-proxy.ftel.co.uk> At 04:16 01/05/2003, Paul H Byerly wrote: >Richard Barrett wrote: >>>Paul H Byerly wrote: >>> That did it, thank you so much. Apparently there is no way to do >>> a per list change, but I think I can make it work with relative >>> URLs. Now I just have to hack the cookies. >> >>I believe you can have list-specific templates by putting them in the >>directory $prefix/lists/// >> >>The same issue applies regarding running mailmanctl restart after >>creating/changing templates in such directories. > > That is my understanding, but it does not seem to work for this > file. I copied it there and made changes earlier, but when I ran the > restart it was the changes in the template file, not the changes in the > local file that I saw. It's in the same location as 'listinfo.html' and > 'options.html' so I'm sure I got it right. > Since the archives are stored in a separate place than the lists I > also tried putting the file in > $prefix/archives/private/// but that did not work > either (even after a restart). Any other ideas on where to put it? > > ><>< Paul Paul In the light of your experience I took a more comprehensive look at the source code and tried using the alternative template locations on my MM test system; I do not actually use this feature on my MM production system. The code that actually gets templates from the file system uses a caching scheme for the contents of template files, presumably for performance reasons. In my view, the caching scheme is broken because the key to the cache only uses the name of the template file and the language. Thus, once a file for a given langauge has been cached, regardless of which of the sources it was obtained from, it is that template that is used from the cache by all lists, regardless of the existence of a template in a preferred source in the file system for any given list. I have produced a patch file to fix the problem which you can obtain from sourceforge at the following URL: http://sourceforge.net/tracker/?func=detail&aid=730769&group_id=103&atid=100103 If you would like to try the patch and let me know if, with it, MM finally produces the results you expected. Regards Richard From toby at breezing.com Thu May 1 15:56:34 2003 From: toby at breezing.com (Toby Reiter) Date: Thu, 1 May 2003 09:56:34 -0400 Subject: [Mailman-Users] Mailman CGI error In-Reply-To: <9C32AD01CE49D711A2380008C7FA8A1724D166@STJOSEPHMAIL> References: <9C32AD01CE49D711A2380008C7FA8A1724D166@STJOSEPHMAIL> Message-ID: At 8:03 -0500 5/1/03, jbrouhard at ci.st-joseph.mo.us wrote: you should be setting cgi to work with apache or whatever web browser you're using: --with-cgi-gid=apache It'l repair it, as Apache cannot run stuff from the web as 'nobody' to my knowledge. Well, Apache is running as nobody on my system - do I need to change this? Thanks, Toby -- Toby Reiter mailto:toby at breezing.com Breezing Internet Communications http://www.breezing.com 1106 West Main St phone:434.295.2050 Charlottesville, VA 22903 fax:603.843.6931 From jhodge at aaas.org Thu May 1 16:31:43 2003 From: jhodge at aaas.org (Joe Hodge) Date: Thu, 01 May 2003 10:31:43 -0400 Subject: [Mailman-Users] Blank archives web page Message-ID: I have been running Mailman 2.0.5 (out of date, I know) for a few years now, and have recently begun experiencing a problem with HTML archives. I am using the built-in archiver, which has been quite satisfactory until now. What has happened is that, for several of my lists, the index.html file in $prefix/archives/private/$listname has turnend blank. There is no pattern to this that I can discern. It is not happening specifically to the newest lists, or highest-volumn lists, or the oldest lists, or any other category I can find. When I installed Mailman I set the ARCHIVE_TO_MBOX parameter in mm_cfg.py to "0" so that I would have HTML archives and not mbox archives. This may have been a mistake, since I can not use "arch $listname" to rebuild the HTML from the mbox file. Of course, I tried it anyway, and got: "cannot open mbox file /usr/local/mailman/archives/private/sagemail.mbox/sagemail.mbox: [Errno 2] No such file or directory: '/usr/local/mailman/archives/private/sagemail.mbox/sagemail.mbox'" ...pretty much as expected. My questions: 1. Is there any way to programatically rebuild the HTML without the mbox file? 2. Is there any way to programatically create an mbox file from the HTML, so that I could use "arch"? 3. Would an upgrade to 2.1x cause the archives to be rebuilt, fixing this? 4. Any other ideas? Joe jhodge at aaas.org From R.Barrett at ftel.co.uk Thu May 1 16:37:24 2003 From: R.Barrett at ftel.co.uk (Richard Barrett) Date: Thu, 01 May 2003 15:37:24 +0100 Subject: [Mailman-Users] Changes to archive pages Message-ID: <5.1.1.6.0.20030501153607.05caadf0@pop.ftel.co.uk> Further to my earier post (below) my patch is also broken. I'm fixing it now and will repost when I tested it properly. Sorry for any inconvenience At 04:16 01/05/2003, Paul H Byerly wrote: >Richard Barrett wrote: >>>Paul H Byerly wrote: >>> That did it, thank you so much. Apparently there is no way to do >>> a per list change, but I think I can make it work with relative >>> URLs. Now I just have to hack the cookies. >> >>I believe you can have list-specific templates by putting them in the >>directory $prefix/lists/// >> >>The same issue applies regarding running mailmanctl restart after >>creating/changing templates in such directories. > > That is my understanding, but it does not seem to work for this > file. I copied it there and made changes earlier, but when I ran the > restart it was the changes in the template file, not the changes in the > local file that I saw. It's in the same location as 'listinfo.html' and > 'options.html' so I'm sure I got it right. > Since the archives are stored in a separate place than the lists I > also tried putting the file in > $prefix/archives/private/// but that did not work > either (even after a restart). Any other ideas on where to put it? > > ><>< Paul Paul In the light of your experience I took a more comprehensive look at the source code and tried using the alternative template locations on my MM test system; I do not actually use this feature on my MM production system. The code that actually gets templates from the file system uses a caching scheme for the contents of template files, presumably for performance reasons. In my view, the caching scheme is broken because the key to the cache only uses the name of the template file and the language. Thus, once a file for a given langauge has been cached, regardless of which of the sources it was obtained from, it is that template that is used from the cache by all lists, regardless of the existence of a template in a preferred source in the file system for any given list. I have produced a patch file to fix the problem which you can obtain from sourceforge at the following URL: http://sourceforge.net/tracker/?func=detail&aid=730769&group_id=103&atid=100103 If you would like to try the patch and let me know if, with it, MM finally produces the results you expected. Regards Richard From admin2 at enabled.com Thu May 1 16:56:37 2003 From: admin2 at enabled.com (admin) Date: Thu, 1 May 2003 06:56:37 -0800 Subject: [Mailman-Users] mailman 2.1.1: Send monthly password reminders? Message-ID: <20030501145450.M72626@enabled.com> Mailman 2.1.1 FreeBSD 4.7 Stable --- Mailman sent password reminder notifications to lists that explicitly have Send monthly password reminders notifications to [NO]. Why did this happen? What else can I do to assure this does not happen next month? - Noah -- Net Enabled (http://www.enabled.com) From alexis at ventanazul.com Thu May 1 17:06:07 2003 From: alexis at ventanazul.com (Alexis Bellido) Date: Thu, 1 May 2003 10:06:07 -0500 Subject: [Mailman-Users] Problems with Qmail and Mailman In-Reply-To: Message-ID: <001f01c30ff3$438a9110$6401a8c0@pcwin> Hi, i still continue with my problems on Mailman 2.1.1 and 2.0.9, with both i can't get messages delivered to addresses out of my box. I am using qmail installed with xinetd (i know that tcpserver is better for qmail but don't know how to change from xinetd to tcpserver managed qmail). My OS is Red Hat Linux 7.2 I have solved temporarily the problem putting on mm_cfg.py: DELIVERY_MODULE = 'Sendmail' But i have read there's some problems in security and/or performance. Apparently is working ok but i would like to have it working ok. Regards. Alexis Bellido M. Ventanazul : Web Design : Hosting : eCommerce Consultenos sobre nuestros servicios via chat en www.ventanazul.com alexis at ventanazul.com ICQ: 95509561 | MSN Messenger: alexisbellido at hotmail.com | Yahoo ID: alexisbellido Ofi: 4368700 - Cel: 99321389 From admin2 at enabled.com Thu May 1 17:04:59 2003 From: admin2 at enabled.com (admin) Date: Thu, 1 May 2003 07:04:59 -0800 Subject: [Mailman-Users] mailman 2.1.1: Send monthly password reminders? In-Reply-To: <20030501145450.M72626@enabled.com> References: <20030501145450.M72626@enabled.com> Message-ID: <20030501150420.M33827@enabled.com> On Thu, 1 May 2003 06:56:37 -0800, admin wrote > Mailman 2.1.1 > FreeBSD 4.7 Stable > > --- > > Mailman sent password reminder notifications to lists that > explicitly have Send monthly password reminders notifications to > [NO]. Why did this happen? What else can I do to assure this does > not happen next month? okay this is not an issue. I had similar list names. Let me get some coffee now. - Noah From alexis at ventanazul.com Thu May 1 17:09:21 2003 From: alexis at ventanazul.com (Alexis Bellido) Date: Thu, 1 May 2003 10:09:21 -0500 Subject: [Mailman-Users] Virtual domains with Mailman 2.1.1 In-Reply-To: Message-ID: <002001c30ff3$b7808a70$6401a8c0@pcwin> Hello, i've got Mailman 2.1.1 installed on my Red Hat 7.2 box but i have some problems with qmail and xinetd, anyway, this message is to ask about using multiple domains: I want to have: list at domain1.com and list at domain2.com on my server using only 1 installation of Mailman 2.1.1, is this possible?. I got this with Mailman 2.0.9 using multiple installations of the program: /usr/local/mailman/domain1.com /usr/local/mailman/domain1.com ... But i am only using it for 4 or 5 domains, i don't think that would be a good solution for more domains (i have more the 80 domains hosted on this server, if i had to install 80 Mailman's it would be very silly i am sure). Any ideas about this?. Regards!. Alexis Bellido M. Ventanazul : Web Design : Hosting : eCommerce Consultenos sobre nuestros servicios via chat en www.ventanazul.com alexis at ventanazul.com ICQ: 95509561 | MSN Messenger: alexisbellido at hotmail.com | Yahoo ID: alexisbellido Ofi: 4368700 - Cel: 99321389 From R.Barrett at ftel.co.uk Thu May 1 17:09:39 2003 From: R.Barrett at ftel.co.uk (Richard Barrett) Date: Thu, 01 May 2003 16:09:39 +0100 Subject: [Mailman-Users] Changes to archive pages Message-ID: <5.1.1.6.0.20030501160708.05cdcc20@pop.ftel.co.uk> Paul apologies for the false start. Hopefully, following some more thorough, which I should have done originally, I've uploaded version 2 of the patch which I hope does fix this problem. Same sourceforge URL as below. Richard I said before: Further to my earier post (below) my patch is also broken. I'm fixing it now and will repost when I tested it properly. Sorry for any inconvenience At 04:16 01/05/2003, Paul H Byerly wrote: >Richard Barrett wrote: >>>Paul H Byerly wrote: >>> That did it, thank you so much. Apparently there is no way to do >>> a per list change, but I think I can make it work with relative >>> URLs. Now I just have to hack the cookies. >> >>I believe you can have list-specific templates by putting them in the >>directory $prefix/lists/// >> >>The same issue applies regarding running mailmanctl restart after >>creating/changing templates in such directories. > > That is my understanding, but it does not seem to work for this > file. I copied it there and made changes earlier, but when I ran the > restart it was the changes in the template file, not the changes in the > local file that I saw. It's in the same location as 'listinfo.html' and > 'options.html' so I'm sure I got it right. > Since the archives are stored in a separate place than the lists I > also tried putting the file in > $prefix/archives/private/// but that did not work > either (even after a restart). Any other ideas on where to put it? > > ><>< Paul Paul In the light of your experience I took a more comprehensive look at the source code and tried using the alternative template locations on my MM test system; I do not actually use this feature on my MM production system. The code that actually gets templates from the file system uses a caching scheme for the contents of template files, presumably for performance reasons. In my view, the caching scheme is broken because the key to the cache only uses the name of the template file and the language. Thus, once a file for a given langauge has been cached, regardless of which of the sources it was obtained from, it is that template that is used from the cache by all lists, regardless of the existence of a template in a preferred source in the file system for any given list. I have produced a patch file to fix the problem which you can obtain from sourceforge at the following URL: http://sourceforge.net/tracker/?func=detail&aid=730769&group_id=103&atid=100103 If you would like to try the patch and let me know if, with it, MM finally produces the results you expected. Regards Richard From edc at proadmin.com Thu May 1 17:58:05 2003 From: edc at proadmin.com (Eric D. Christensen) Date: Thu, 01 May 2003 15:58:05 -0000 Subject: [Mailman-Users] Re: monthly notification error In-Reply-To: References: Message-ID: <1051804652.26686.91.camel@o3> > I'm running debian/testing and just upgraded mailman to the version > in unstable (2.1.1-5). Last night the cron job to send out the monthly > password reminders failed with this error: > > Traceback (most recent call last): > File "/usr/lib/mailman/cron/mailpasswds", line 218, in ? > main() > File "/usr/lib/mailman/cron/mailpasswds", line 145, in main > password = mlist.getMemberPassword(member) > File "/var/lib/mailman/Mailman/OldStyleMemberships.py", line 102, in > getMemberPassword > raise Errors.NotAMemberError, member > Mailman.Errors.NotAMemberError: rick at niof.net > > Is there some upgrade configuring I need to do? I did create the > 'mailman' mailing list. Do I need to add myself as a subscriber? > Should I send a bugreport to the debian maintainer? It's not just Debian... I'm running 2.1.1 on Linux and had the same problem. Probably worth filing a bug report against mailman since there are at least two of us seeing the same problems on different platforms now. I've also see this when running the cron/disabled script. It always seems to be with one specific user, which makes me suspect something that didn't translate correctly in the database. Attached below are the details I reported earlier. Barry - if it would be helpful, I'd be happy to give you access to the mailman account on my server so you can poke around. -- Eric D. Christensen Proadmin, Inc. --- Attached Message Follows --- I'm getting an error when running cron/disabled after updating from 2.0 to 2.1.1. I suspect this is due to something that got corrupted / confused / boggled in the upgrade process, but I'm not finding any clues. Just wondering if anyone else had run into this before I devote time tracking it down (which could take awhile with my miserable python skills). This is from a list that has existing for several years and has survived though several mailman upgrades. I'm concerned that there my be rubbish in one of the pickled db files that might be causing other problems that I'm not aware of yet.... Traceback (most recent call last): File "../cron/disabled", line 209, in ? main() File "../cron/disabled", line 168, in main mlist.disableBouncingMember(member, info, msg) File "/home/mailman/Mailman/Bouncer.py", line 163, in disableBouncingMember self.sendNextNotification(member) File "/home/mailman/Mailman/Bouncer.py", line 243, in sendNextNotification {'listname' : self.real_name, File "/home/mailman/Mailman/OldStyleMemberships.py", line 102, in getMemberPassword raise Errors.NotAMemberError, member Mailman.Errors.NotAMemberError: mosterbrink at saturnee.com The address in question IS a member, and interestingly enough, doesn't show as disabled form the admin interface or when running list_members --nomail. I also find in the error log: Apr 18 18:07:05 2003 (29034) Uncaught runner exception: mosterbrink at saturnee.comApr 18 18:07:05 2003 (29034) Traceback (most recent call last): File "/home/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop self._onefile(msg, msgdata) File "/home/mailman/Mailman/Queue/Runner.py", line 155, in _onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/home/mailman/Mailman/Queue/BounceRunner.py", line 126, in _dispose mlist.registerBounce(addr, msg) File "/home/mailman/Mailman/Bouncer.py", line 155, in registerBounce self.disableBouncingMember(member, info, msg) File "/home/mailman/Mailman/Bouncer.py", line 163, in disableBouncingMember self.sendNextNotification(member) File "/home/mailman/Mailman/Bouncer.py", line 243, in sendNextNotification {'listname' : self.real_name, File "/home/mailman/Mailman/OldStyleMemberships.py", line 102, in getMemberPassword raise Errors.NotAMemberError, member NotAMemberError: mosterbrink at saturnee.com Apr 18 18:07:05 2003 (29034) SHUNTING: 1050714405.7204649+8f6a162efa552e48101820d5a680dba33c29e4c5 Anyone have any ideas? From tomasz at rescomp.berkeley.edu Thu May 1 00:14:15 2003 From: tomasz at rescomp.berkeley.edu (Tomasz Finc) Date: Wed, 30 Apr 2003 15:14:15 -0700 (PDT) Subject: [Mailman-Users] Mailman has browser issues In-Reply-To: References: Message-ID: Sadly that does not seem to be the issue .. at least with mozilla-1.3(linux) and netscape 4.77 (linux). I not only cleared cookies on both but also cleared out the caches but the same thing happens. Both browsers are not able to make any changes to the config file now. Any kind of update to the list db does not stick and the page simply refreshes with the old values. opera-6.1(linux) still works perfectly. --tomasz On Wed, 30 Apr 2003, Dan Phillips wrote: > If you have any cookies from 2.0.x remaining you need to remove them > before 2.1.x will work properly. > > On Wednesday, April 30, 2003, at 04:41 AM, Tomasz Finc wrote: > > > After upgrading to mailman 2.1, I noticed that I am not longer able to > > approve posts with almost all > > browsers minus opera 6.1(linux). Whenever i try to approve a held post > > the page reloads with all of the same content. Opera 6.1(linux) on the > > other hand asks me if I want to post data to the web page .. which i do > > and it works fine. funny enough opera 7.1(win) doest not work. The > > same change > > and no actual change happening happens when i try to add new users to > > a mailing list. > > > > the following do not work: > > > > opera7.1(win) > > ie6.0(win) > > mozilla-1.4(linux) > > > > The system is redhat6.2 2.2.5 running apache-1.3.27 with mod-ssl > > > > --tomasz > > > > > > ------------------------------------------------------ > > Mailman-Users mailing list > > Mailman-Users at python.org > > http://mail.python.org/mailman/listinfo/mailman-users > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > Searchable Archives: > > http://www.mail-archive.com/mailman-users%40python.org/ > > > > This message was sent to: dhphllps at memphis.edu > > Unsubscribe or change your options at > > http://mail.python.org/mailman/options/mailman-users/ > > dhphllps%40memphis.edu > > > -- From lopalmer at wisc.edu Thu May 1 00:07:33 2003 From: lopalmer at wisc.edu (Luke Palmer) Date: Wed, 30 Apr 2003 17:07:33 -0500 Subject: [Mailman-Users] Simple Subscription? Message-ID: Hello, I?m looking to add a feature to my website where users can subscribe to my mailing list by simply entering their address in a box and hitting ?submit.? I?m in general dealing with non-technical users, so welcome messages, password reminders, etc, would do nothing but confuse/annoy them. I?m guessing someone?s already done this- if not, can anyone suggest an approach? I?d just like to have a simple cgi that takes only an email address, and adds to the list without sending out password or welcome emails. Thanks in advance for your help! -Luke Palmer From tomasz at rescomp.berkeley.edu Thu May 1 00:25:13 2003 From: tomasz at rescomp.berkeley.edu (Tomasz Finc) Date: Wed, 30 Apr 2003 15:25:13 -0700 (PDT) Subject: [Mailman-Users] public/private searching Message-ID: Currently I run mailman for about 50 lists or so. I would like to set up mailman to be able to search through all of the archives and bring up matching mails. I've heard of intergrating it with htdip and Mhonarc but I know this wont allow for lists that are marked private. Is there any way to organize searching to go through all lists that a person belongs to .. perhaps based on cookies.. instead of just the public ones... One alternative i can see is if i place searching inside each list and have a seperate db for each one. I would really like to avoid this since searching across multiple lists at the same time is what i really want. --tomasz From enaeher at yifan.net Thu May 1 03:56:08 2003 From: enaeher at yifan.net (E. Naeher) Date: Wed, 30 Apr 2003 21:56:08 -0400 Subject: [Mailman-Users] Subscribing via e-mail? Message-ID: <20030430215608.7aabbcc9.enaeher@yifan.net> Is it possible to configure Mailman so that someone can subscribe via e-mail, without going through the web interface? Maybe I am missing something obvious here. Thanks, --Eli Naeher From rick at baskettcase.com Thu May 1 11:51:53 2003 From: rick at baskettcase.com (Richard Baskett) Date: Thu, 01 May 2003 02:51:53 -0700 Subject: [Mailman-Users] Listinfo problem Message-ID: I can't seem to figure out how to change the email address on the listinfo page.. Currently it says mailman at www.domain.com when it should say mailman at domain.com.. When I use: bin/withlist -l -r fix_url listname --urlhost=domain.com It works, but then the sites will only show up if you type in the url domain.com.. if you have www.domain.com then the lists do not show up. Is there a simple way of fixing this problem? I am not subscribed to the mailing list so please reply to me directly with suggestions. Thanks in advance! Plus how can I change the user for the email address.. so change mailman at domain.com to postmaster at domain.com? Thanks again! :) Rick "If you think you're too small to have an impact, try going to bed with a mosquito in the room." - Anita Koddick From webmaster at barfl.co.uk Thu May 1 15:50:16 2003 From: webmaster at barfl.co.uk (BARFL Webmaster) Date: Thu, 01 May 2003 09:50:16 -0400 Subject: [Mailman-Users] E-mail subscriptions Message-ID: Hi Just wondering if there are any help pages or documentation available on the use of Mailman by e-mail for things like subscribing and unsubscribing? Many thanks ... Donald ~~~~~~ From jhoot at nowcom.com Thu May 1 16:21:36 2003 From: jhoot at nowcom.com (Joe Hoot) Date: Thu, 1 May 2003 07:21:36 -0700 Subject: [Mailman-Users] gathering metrics Message-ID: <932CA6DD91BC3C409E63F367925F4CE407146F@EXCHANGE.HANKEYINVESTMENTS.COM> I'm thinking of converting a Lyris newsletter list over to Mailman. We currently have 200,000 users. We are using a Lyris 4.2 server at the moment running on RedHat 7.3, (2) 733mhz procs, 512 ram 133 mhz bus, and a couple of mirrored drives. Should Mailman handle this kind of load? -=-=-=-=-=-=-=-=-=-=-=-=-=- Joseph R. Hoot Senior Systems Engineer jhoot at nowcom.com Phone: (323) 692-4043 Fax:?(323) 692-4092 www.nowcom.com www.dealercenter.net -=-=-=-=-=-=-=-=-=-=-=-=-=- ? From daking at dak1.net Thu May 1 17:58:01 2003 From: daking at dak1.net (Douglas King) Date: Thu, 01 May 2003 10:58:01 -0500 Subject: [Mailman-Users] moving mailman... Message-ID: <5.2.0.9.2.20030501105152.02b6dbb0@mail.dak1.net> I am wanting to move the machines I am running Mailman on. I currently am running Mailman version 2.0.10 along with our mail server. I have built another box with Red Hat 9.0 on it with MM version 2.1 on it. HOW can I export all the mail lists from one machine to the other. Can it be done easily? If so, please advise exactly what directories, files, etc. need to be moved to successfully accomplish this. Thanks From Freedom_Lover at pobox.com Thu May 1 18:33:06 2003 From: Freedom_Lover at pobox.com (Todd) Date: Thu, 1 May 2003 12:33:06 -0400 Subject: [Mailman-Users] Admin interface via web In-Reply-To: References: Message-ID: <20030501163306.GQ2374@psilocybe.teonanacatl.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Lee Stevens wrote: > I have been trying to st up the admin interface for a list that I > created and have been having a hek of a time trying to access it. Is > there a discussion list that I can get into to or a message board for > some assistance? This would probably be the place. If you give post the problems you're having in detail, someone will likely try and help you out. - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ============================================================================ Ban Guns: Make the streets safe for a government takeover. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+sUxBuv+09NZUB1oRAvr4AJ9fFnxAe16kgEbRRgVvbFFLkeQs0gCgh86Y m1EAjK0OWR4r5NRwJnjQsK4= =b2LR -----END PGP SIGNATURE----- From Ralf.Hildebrandt at charite.de Thu May 1 18:52:36 2003 From: Ralf.Hildebrandt at charite.de (Ralf Hildebrandt) Date: Thu, 1 May 2003 18:52:36 +0200 Subject: [Mailman-Users] gathering metrics In-Reply-To: <932CA6DD91BC3C409E63F367925F4CE407146F@EXCHANGE.HANKEYINVESTMENTS.COM> References: <932CA6DD91BC3C409E63F367925F4CE407146F@EXCHANGE.HANKEYINVESTMENTS.COM> Message-ID: <20030501165236.GR18848@charite.de> * Joe Hoot : > I'm thinking of converting a Lyris newsletter list over to Mailman. > We currently have 200,000 users. We are using a Lyris 4.2 server at > the moment running on RedHat 7.3, (2) 733mhz procs, 512 ram 133 mhz > bus, and a couple of mirrored drives. Should Mailman handle this > kind of load? a) Why do you want to switch? b) More interesting: What MTA do you use to deliver this? -- Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt at charite.de Charite Campus Mitte Tel. +49 (0)30-450 570-155 Referat V a - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 AIM: ralfpostfix From khera at kcilink.com Thu May 1 19:26:44 2003 From: khera at kcilink.com (Vivek Khera) Date: Thu, 1 May 2003 13:26:44 -0400 Subject: [Mailman-Users] gathering metrics In-Reply-To: <20030501165236.GR18848@charite.de> References: <932CA6DD91BC3C409E63F367925F4CE407146F@EXCHANGE.HANKEYINVESTMENTS.COM> <20030501165236.GR18848@charite.de> Message-ID: <16049.22740.138030.924762@yertle.int.kciLink.com> >>>>> "RH" == Ralf Hildebrandt writes: RH> * Joe Hoot : >> I'm thinking of converting a Lyris newsletter list over to Mailman. RH> a) Why do you want to switch? Because lyris 4.x is old and unsupported, and upgrading to a current version that can handle a list that size will cost more than a medium sized luxury car. RH> b) More interesting: What MTA do you use to deliver this? Lyris is its own MTA. From adaml at jbase.com Thu May 1 19:29:11 2003 From: adaml at jbase.com (Adam Lipson) Date: Thu, 1 May 2003 13:29:11 -0400 Subject: [Mailman-Users] gathering metrics Message-ID: We are doing the same thing. Lyris was good, but it became very expensive to upgrade. From what people have told me in the past, the machine that you ran Lyris on should be able to run mailman w/o an issue so similarly sized machines will work. -----Original Message----- From: Vivek Khera [mailto:khera at kcilink.com] Sent: Thursday, May 01, 2003 1:27 PM To: mailman-users at python.org Subject: Re: [Mailman-Users] gathering metrics >>>>> "RH" == Ralf Hildebrandt writes: RH> * Joe Hoot : >> I'm thinking of converting a Lyris newsletter list over to Mailman. RH> a) Why do you want to switch? Because lyris 4.x is old and unsupported, and upgrading to a current version that can handle a list that size will cost more than a medium sized luxury car. RH> b) More interesting: What MTA do you use to deliver this? Lyris is its own MTA. ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: adaml at jbase.com Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/adaml%40jbase.com From khera at kcilink.com Thu May 1 19:32:54 2003 From: khera at kcilink.com (Vivek Khera) Date: Thu, 1 May 2003 13:32:54 -0400 Subject: [Mailman-Users] gathering metrics In-Reply-To: References: Message-ID: <16049.23110.58676.669808@yertle.int.kciLink.com> >>>>> "AL" == Adam Lipson writes: AL> We are doing the same thing. Lyris was good, but it became very AL> expensive to upgrade. From what people have told me in the past, AL> the machine that you ran Lyris on should be able to run mailman AL> w/o an issue so similarly sized machines will work. Indeed. I gave up Lyris in January and have never looked back. My quoted upgrade cost was something like $6k. Like their software is *that* much better than free alternatives! Granted, my largest list was only 9,000 members, but still... -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera at kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ From Ralf.Hildebrandt at charite.de Thu May 1 19:39:24 2003 From: Ralf.Hildebrandt at charite.de (Ralf Hildebrandt) Date: Thu, 1 May 2003 19:39:24 +0200 Subject: [Mailman-Users] gathering metrics In-Reply-To: References: Message-ID: <20030501173924.GG18848@charite.de> * Adam Lipson : > We are doing the same thing. Lyris was good, but it became very > expensive to upgrade. From what people have told me in the past, the > machine that you ran Lyris on should be able to run mailman w/o an > issue so similarly sized machines will work. Ah, I thought lyris was free... > RH> a) Why do you want to switch? > > Because lyris 4.x is old and unsupported, and upgrading to a current > version that can handle a list that size will cost more than a medium > sized luxury car. Crass! > RH> b) More interesting: What MTA do you use to deliver this? > > Lyris is its own MTA. Brrrr. So, which MTA are you planning to use? -- Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt at charite.de Charite Campus Mitte Tel. +49 (0)30-450 570-155 Referat V a - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 AIM: ralfpostfix From Ralf.Hildebrandt at charite.de Thu May 1 19:51:20 2003 From: Ralf.Hildebrandt at charite.de (Ralf Hildebrandt) Date: Thu, 1 May 2003 19:51:20 +0200 Subject: [Mailman-Users] gathering metrics In-Reply-To: <932CA6DD91BC3C409E63F367925F4CE4071476@EXCHANGE.HANKEYINVESTMENTS.COM> References: <932CA6DD91BC3C409E63F367925F4CE4071476@EXCHANGE.HANKEYINVESTMENTS.COM> Message-ID: <20030501175120.GL18848@charite.de> * Joe Hoot : > The Lyris is an older version (4.2) and is distributing these using its > own MTA. But we've had problems with it sending out messages and lyris > doesn't give good logging. So I was thinking of trashing the lyris and > migrating to mailman so that I could have sendmail or postfix logs. Then Postfix is probably your best option. Important things: a) fast disks b) fast disks c) did I mention fast disks? d) A sane filesystem (ext3? ext2? XFS? RAMFS?) e) A good filesystem layout (see http://www.stahl.bau.tu-bs.de/~hildeb/postfix/ext3.shtml) f) http://www.stahl.bau.tu-bs.de/~hildeb/postfix/bottleneck.shtml g) async syslogd logging -- Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt at charite.de Charite Campus Mitte Tel. +49 (0)30-450 570-155 Referat V a - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 AIM: ralfpostfix From paul at thcwd.com Thu May 1 20:06:33 2003 From: paul at thcwd.com (Paul H Byerly) Date: Thu, 01 May 2003 13:06:33 -0500 Subject: [Mailman-Users] Changes to archive pages In-Reply-To: <5.1.1.6.0.20030501142340.05b90b18@ext-proxy.ftel.co.uk> References: <5.2.1.1.0.20030430220409.00badd68@mail.thcwd.com> <5.1.1.6.0.20030501001046.03e95f28@pop3.demon.co.uk> <5.2.1.1.0.20030430175302.03770f00@mail.thcwd.com> Message-ID: <5.2.1.1.0.20030501130023.038c8c68@mail.thcwd.com> Richard Barrett, who's children I bless to seven generations, wrote: >In the light of your experience I took a more comprehensive look at the >source code and tried using the alternative template locations on my MM >test system; I do not actually use this feature on my MM production system. > >The code that actually gets templates from the file system uses a caching >scheme for the contents of template files, presumably for performance reasons. > >In my view, the caching scheme is broken because the key to the cache only >uses the name of the template file and the language. Thus, once a file for >a given langauge has been cached, regardless of which of the sources it >was obtained from, it is that template that is used from the cache by all >lists, regardless of the existence of a template in a preferred source in >the file system for any given list. I think that is what the note at the top of the HyperArch.py file was about. >I have produced a patch file to fix the problem which you can obtain from >sourceforge at the following URL: > >http://sourceforge.net/tracker/?func=detail&aid=730769&group_id=103&atid=100103 > >If you would like to try the patch and let me know if, with it, MM finally >produces the results you expected. I applied the second version of the patch, and that did it. Putting the file archive.html in $prefix/lists/// results in the changes on all new archived posts for . Also, changes to the file are picked up WITHOUT a mailmanctl restart, as is the case with other template changes. Many many thanks. <>< Paul From servin at gsd.harvard.edu Thu May 1 20:13:42 2003 From: servin at gsd.harvard.edu (Stephen Ervin) Date: Thu, 1 May 2003 14:13:42 -0400 Subject: [Mailman-Users] Force Rejects due to 'Too Big'? Message-ID: Greetings mailpeople- In Mailman 2.x (2.0 now, 2.1 soon) I'd like to have the messages that are 'held for moderation' due to being too large (over maximum KB) automagically rejected, with the canned text about the required maximum size.... I cant see an obvious way to do this; is there one I've missed? or an un-obvious one? any hints? TIA SErvin -- Stephen M Ervin Harvard Design School servin at gsd.harvard.edu From adaml at jbase.com Thu May 1 20:14:59 2003 From: adaml at jbase.com (Adam Lipson) Date: Thu, 1 May 2003 14:14:59 -0400 Subject: [Mailman-Users] anyone else getting these? Message-ID: Anyone else getting requests to confirm their removal from this list? Is this a server error or does someone not like me? Thanks, Adam Mailing list removal confirmation notice for mailing list Mailman-Users We have received a request for the removal of your email address, "adaml at jbase.com" from the mailman-users at python.org mailing list. To confirm that you want to be removed from this mailing list, simply reply to this message, keeping the Subject: header intact. Or visit this web page: http://mail.python.org/mailman/confirm/mailman-users/f831797e96bf0f3ce9ed27e4b4bce51d7e27607b Or include the following line -- and only the following line -- in a message to mailman-users-request at python.org: confirm f831797e96bf0f3ce9ed27e4b4bce51d7e27607b Note that simply sending a `reply' to this message should work from most mail readers, since that usually leaves the Subject: line in the right form (additional "Re:" text in the Subject: is okay). If you do not wish to be removed from this list, please simply disregard this message. If you think you are being maliciously removed from the list, or have any other questions, send them to mailman-users-owner at python.org. From R.Barrett at ftel.co.uk Thu May 1 20:33:33 2003 From: R.Barrett at ftel.co.uk (Richard Barrett) Date: Thu, 01 May 2003 19:33:33 +0100 Subject: [Mailman-Users] Changes to archive pages In-Reply-To: <5.2.1.1.0.20030501130023.038c8c68@mail.thcwd.com> References: <5.1.1.6.0.20030501142340.05b90b18@ext-proxy.ftel.co.uk> <5.2.1.1.0.20030430220409.00badd68@mail.thcwd.com> <5.1.1.6.0.20030501001046.03e95f28@pop3.demon.co.uk> <5.2.1.1.0.20030430175302.03770f00@mail.thcwd.com> Message-ID: <5.1.1.6.0.20030501191238.05cdcc20@ext-proxy.ftel.co.uk> At 19:06 01/05/2003, Paul H Byerly wrote: >Richard Barrett, who's children I bless to seven generations, wrote: >>In the light of your experience I took a more comprehensive look at the >>source code and tried using the alternative template locations on my MM >>test system; I do not actually use this feature on my MM production system. >> >>The code that actually gets templates from the file system uses a caching >>scheme for the contents of template files, presumably for performance reasons. >> >>In my view, the caching scheme is broken because the key to the cache >>only uses the name of the template file and the language. Thus, once a >>file for a given langauge has been cached, regardless of which of the >>sources it was obtained from, it is that template that is used from the >>cache by all lists, regardless of the existence of a template in a >>preferred source in the file system for any given list. > > I think that is what the note at the top of the HyperArch.py file > was about. Nope. That is a whole different task which is looking for a volunteer with the intestinal fortitude to attack the pipermail code. >>I have produced a patch file to fix the problem which you can obtain from >>sourceforge at the following URL: >> >>http://sourceforge.net/tracker/?func=detail&aid=730769&group_id=103&atid=100103 >> >>If you would like to try the patch and let me know if, with it, MM >>finally produces the results you expected. > > I applied the second version of the patch, and that did it. Putting > the file archive.html in $prefix/lists/// results in > the changes on all new archived posts for . That is what I hoped you would find >Also, changes to the file are picked up WITHOUT a mailmanctl restart, as >is the case with other template changes. This is a side effect rather than a deliberate attempt to avoid mailmanctl restarts after making template changes. You do not want to rely on it as it will only happen under rather specific circumstances. Once a particularly named template file has been associated with any given list in the cache, changes will not be picked up without a mailman restart except where another list is going to use the exact same template from the same directory and gets its first post since mailmanctl was last started. Under those circumstances, the "shared", cached template will be "refreshed" and subsequently used by all lists having an association with it in the cache. But as a counter example, under the following scenario, you will have problems. If for a given list it starts out using the article.html file from $prefix/templates/en; then you add a list-specific article.html to $prefix/lists//en/; this list specific article template will not be picked up until you do a mailmanctl restart. Trust me, do the mailmanctl restart as a matter of course after changing templates. > Many many thanks. > > ><>< Paul From paul at thcwd.com Thu May 1 20:39:07 2003 From: paul at thcwd.com (Paul H Byerly) Date: Thu, 01 May 2003 13:39:07 -0500 Subject: [Mailman-Users] Simple Subscription? In-Reply-To: Message-ID: <5.2.1.1.0.20030501131449.03905668@mail.thcwd.com> Luke Palmer wrote: >I?m looking to add a feature to my website where users can subscribe to my >mailing list by simply entering their address in a box and hitting ?submit.? >I?m in general dealing with non-technical users, so welcome messages, >password reminders, etc, would do nothing but confuse/annoy them. Do realize that all those checks are there for a reason. The way you want it done anyone can subscribe anyone (this is done by teenagers and other childish folks as a form of harassment). Then if one or more of those people subscribed against their will decides to report you as a spammer your IP# may end up being rejected by a bunch of black hole lists. That said, you want to go to mm_cfg.py, and set: DEFAULT_SUBSCRIBE_POLICY = 0 ALLOW_OPEN_SUBSCRIBE = 1 <>< (P?-a)/(u+l) = B?/(y+e)(r-l)*y From jonc at nc.rr.com Thu May 1 20:52:32 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Thu, 01 May 2003 18:52:32 -0000 Subject: [Mailman-Users] [resend] Could not acquire qrunner lock In-Reply-To: <200304301448.32518.guallar@easternrad.com> References: <200304301448.32518.guallar@easternrad.com> Message-ID: <1051815188.2316.93.camel@anncons> Hmmm, here are some recommendations that may or may not help: - Upgrade your python to version 2.2 (then re-install Mailman) - The problem really sounds like a python problem! - Use an EXT2 filesystem instead of EXT3 for /var and for ~mailman - lots of files are created in these directories in course of operations and ext3 could slow down the system. Good Luck - Jon Carnes === On Wed, 2003-04-30 at 14:48, Josep L. Guallar-Esteve wrote: > Hi, > > I send this email about a week ago. Does anyone know anything about this > problem? > > ------------ > We use mailman at work to manage a few lists (16) with an average of 10 > users/list. > > The mail server is a Red Hat Linux 7.3 server, on a P-III-550/1,354,424KB with > SCSI drives using ext3 filesystem. We run Postfix version 1.1.7-2 + Mailman > version 2.0.13 + Python 1.5.2-43.73. We have a total of 75 mail users. The > messages are text-based, i.e., usualy pretty small. > > Postfix works pretty fast. But mailman is slow. Mails to mailing lists take > about 6 minutes. Individual mails are about instantaneous: > > Received: from ************ by by ********* (Postfix) with ESMTP > id *******; Wed, 23 Apr 2003 12:54:22 -0400 (EDT) > Delivered-To: sysadmin at easternrad.com > Received: from ****** by ******** (Postfix) with SMTP id ********* > for ; Wed, 23 Apr 2003 12:48:37 -0400 (EDT) > > Although the smtp log says that it only takes a few seconds: > > (...) > Apr 23 07:12:02 2003 (28717) smtp for 6 recips, completed in 1.588 seconds > Apr 23 10:56:10 2003 (30680) smtp for 31 recips, completed in 7.995 seconds > Apr 23 12:54:23 2003 (31998) smtp for 5 recips, completed in 2.410 seconds > (...) > > I've checked mailman logs and I've found this error, over and over again, at > qrunner log file: > > (...) > Apr 22 23:53:01 2003 (25973) Could not acquire qrunner lock > Apr 22 23:54:00 2003 (25979) Could not acquire qrunner lock > Apr 22 23:55:02 2003 (25994) Could not acquire qrunner lock > Apr 22 23:56:03 2003 (26028) Could not acquire qrunner lock > Apr 22 23:57:01 2003 (26035) Could not acquire qrunner lock > Apr 22 23:58:01 2003 (26043) Could not acquire qrunner lock > Apr 22 23:59:01 2003 (26045) Could not acquire qrunner lock > (...) > > I've searched the mailman users archives, and the only symilar error was > > Date: Tue, 10 Sep 2002 03:54:06 -0400 (EDT) > Subject: [Mailman-Users] Could not acquire qrunner lock > > The problem there was solved because there were a set of files showing up in > the log file, that had to be deleted to improve performance > (/home/mailman/qfiles/001b6903fc7ad5bdcdfa930711200d5a1306e7af* ) > > Unfortunately, no filenames show up in my logs. > > Also, permissions and DB both look OK: > # ./check_perms > No problems found > ]# ./check_db all > /home/mailman/lists/all/config.db is fine > /home/mailman/lists/all/config.db.last is fine > # > > > (changed from last time) > > *Right now* , qrunner **is** running. And I **do** see qrunner lock files at > /home/mailman/locks . And python is eating all my CPU > > (from top) > PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND > 15616 mailman 20 0 350M 350M 1580 S 98.0 10.0 18:33 python > > > Any ideas? > > > Regards, > Josep From paul at thcwd.com Thu May 1 21:11:52 2003 From: paul at thcwd.com (Paul H Byerly) Date: Thu, 01 May 2003 14:11:52 -0500 Subject: [Mailman-Users] Changes to archive pages In-Reply-To: <5.1.1.6.0.20030501191238.05cdcc20@ext-proxy.ftel.co.uk> References: <5.2.1.1.0.20030501130023.038c8c68@mail.thcwd.com> <5.1.1.6.0.20030501142340.05b90b18@ext-proxy.ftel.co.uk> <5.2.1.1.0.20030430220409.00badd68@mail.thcwd.com> <5.1.1.6.0.20030501001046.03e95f28@pop3.demon.co.uk> <5.2.1.1.0.20030430175302.03770f00@mail.thcwd.com> Message-ID: <5.2.1.1.0.20030501140613.038f24c0@mail.thcwd.com> Richard Barrett wrote: >Paul Byerly wrote: >>Also, changes to the file are picked up WITHOUT a mailmanctl restart, as >>is the case with other template changes. > >This is a side effect rather than a deliberate attempt to avoid mailmanctl >restarts after making template changes. > >You do not want to rely on it as it will only happen under rather specific >circumstances. So it does. I assume that when one edits the public HTML pages from the web interface it does a restart automatically? >Trust me, do the mailmanctl restart as a matter of course after changing >templates. Will do, and thanks again. <>< Paul From R.Barrett at ftel.co.uk Thu May 1 21:16:04 2003 From: R.Barrett at ftel.co.uk (Richard Barrett) Date: Thu, 01 May 2003 20:16:04 +0100 Subject: [Mailman-Users] Changes to archive pages In-Reply-To: <5.2.1.1.0.20030501140613.038f24c0@mail.thcwd.com> References: <5.1.1.6.0.20030501191238.05cdcc20@ext-proxy.ftel.co.uk> <5.2.1.1.0.20030501130023.038c8c68@mail.thcwd.com> <5.1.1.6.0.20030501142340.05b90b18@ext-proxy.ftel.co.uk> <5.2.1.1.0.20030430220409.00badd68@mail.thcwd.com> <5.1.1.6.0.20030501001046.03e95f28@pop3.demon.co.uk> <5.2.1.1.0.20030430175302.03770f00@mail.thcwd.com> Message-ID: <5.1.1.6.0.20030501201402.0434c2d8@pop.ftel.co.uk> At 20:11 01/05/2003, Paul H Byerly wrote: >Richard Barrett wrote: >>Paul Byerly wrote: >>>Also, changes to the file are picked up WITHOUT a mailmanctl restart, as >>>is the case with other template changes. >> >>This is a side effect rather than a deliberate attempt to avoid >>mailmanctl restarts after making template changes. >> >>You do not want to rely on it as it will only happen under rather >>specific circumstances. > > So it does. I assume that when one edits the public HTML pages from > the web interface it does a restart automatically? Being paranoid, I harbour a dark suspicion that it may not. But I'll take a look at the MM source code to what the situation is. I feel another patch or patch upgrade coming on. >>Trust me, do the mailmanctl restart as a matter of course after changing >>templates. > > Will do, and thanks again. > > ><>< Paul From cbauer at mco.edu Thu May 1 21:23:25 2003 From: cbauer at mco.edu (Chris Bauer) Date: Thu, 01 May 2003 15:23:25 -0400 Subject: [Mailman-Users] loop prevention with sendmail Message-ID: I am trying to find some documentation on preventing mail loops with mailman running sendmail. What I'm afraid will happen is someone will set up a vacation rule that will cause a loop. So far, all of the searching on the web I've done has turned up information about doing this with Postfix and the use of the X-Loop or X-Beenthere mail header fields. However, I tested this and is seems that the loop is not being detected. Any input or point in the right direction on how to prevent this would be greatly appreciated. Thanks! -Chris From sorgue at club-internet.fr Thu May 1 21:53:00 2003 From: sorgue at club-internet.fr (Matthieu HUTIN) Date: Thu, 01 May 2003 21:53:00 +0200 Subject: [Mailman-Users] Modify email on home page Message-ID: Hello Can someone please tell me where or how to change the information found on the page www.domaine.com/mailman/admin I would like to change the following : Send questions and comments to mailman at www.domaine.com to : Send questions and comments to webmaster at domaine.com Or even delete this line (they have info to contact admin from elsewhere) Thank you Matthieu HUTIN From Joseph.Bezek at bms.com Thu May 1 21:54:55 2003 From: Joseph.Bezek at bms.com (Joseph T Bezek) Date: Thu, 01 May 2003 15:54:55 -0400 Subject: [Mailman-Users] os.environ question Message-ID: <3EB17B8F.1F1C19D0@bms.com> Hello all, I've upgraded from Mailman 2.0.8 to 2.1.1 running on Solaris 8 with a Netscape 4.72 browser on Windows 2000. I used to be able to use os.environ.get to obtain a browser environment variable to populate a field in subscribe.py, but now in 2.1.1 I can't seem to get at most environment variables. How can I get access to all of the environment variables? PS - I can't see the variables in cgi.FieldStorage() either. This is my first post to the list - I hope I'll find some experienced soul to help me out! Thanks very much. Joe From webperson at now.org Fri May 2 00:15:12 2003 From: webperson at now.org (NOW Website Coordinator) Date: Thu, 01 May 2003 15:15:12 -0700 Subject: [Mailman-Users] database error message when upgraded to 2.1.2 In-Reply-To: <1051667987.2613.18.camel@anncons> References: <4.3.2.7.2.20030429143534.00c717e0@now.org> <4.3.2.7.2.20030429102949.00c96a60@now.org> <4.3.2.7.2.20030429102949.00c96a60@now.org> <4.3.2.7.2.20030429143534.00c717e0@now.org> Message-ID: <4.3.2.7.2.20030501151410.00e2f750@now.org> At 09:59 PM 04/29/2003 -0400, Jon Carnes wrote: >Hmmm, we might be able to find out quickly exactly where the problem is >if you run qrunner manually and use strace. > >First lets run it without using strace and see if that fails as >expected: > su mailman > cd ~mailman > bin/qrunner -ovr All > >Now lets do it with strace: > strace bin/qrunner -ovr All Unfortunately, I didn't get errors with either. Although I did get the error message: Warning: Database (2.5.12) != program (2.6.2) version. again today. For some reason, both on our old Solaris site and now on our new Linux site, the Outgoing Runner takes up 70- 90% of our CPU. On our old Solaris site (where mail and the web sites are now shut down), mailman is still running and it's *still* taking up over 60% of the CPU with the outgoing queue (although of course it's doing nothing at all, it can't send mail and no one can send it new mail to process.): 20332 ? R 662:43 qrunner /usr/local/mailman/bin/qrunner --runner=OutgoingRunner:0:1 -s It's using version 2.1.1 on our old server, 2.1.2 on our new one. Does Mailman just use up as much CPU as it can, even when it has no tasks to fulfill? Maybe that's okay, in Unix, for not to be idle, but I don't like the way all of the other jobs are pushed down on the CPU list. But even so, the load average on the Solaris -- which is doing nothing -- is high: .88 . And it's all mailman when you do a "top." One of the big reasons we switched servers was because Mailman had bogged down our machine so much, using up all of the memory and CPU. I thought it we went to Linux and thus a faster server it wouldn't be such a problem. Anyone know what's going on? Thanks. From webperson at now.org Fri May 2 00:19:52 2003 From: webperson at now.org (NOW Website Coordinator) Date: Thu, 01 May 2003 15:19:52 -0700 Subject: [Mailman-Users] database error message when upgraded to 2.1.2 Message-ID: <4.3.2.7.2.20030501120702.046bf430@now.org> >Hmmm, we might be able to find out quickly exactly where the problem is >if you run qrunner manually and use strace. >First lets run it without using strace and see if that fails as >expected: >su mailman >cd ~mailman >bin/qrunner -ovr All >Now lets do it with strace: >strace bin/qrunner -ovr All >This should generate a lot of output, but it should also barf right at >the problem point. Unfortunately, I didn't get errors with either. Although I did get the error message: Warning: Database (2.5.12) != program (2.6.2) version. again today. For some reason, both on our old Solaris site and now on our new Linux site, the Outgoing Runner takes up 70- 90% of our CPU. I even told it to be "nice" on Linux. On our old Solaris site (where mail and the web sites are now shut down), mailman is still running and it's *still* taking up over 60% of the CPU with the outgoing queue (although of course it's doing nothing at all, it can't send mail and no one can send it new mail to process.). And it's taken up all these minutes of CPU, when it hasn't had any work to do since I shut down the mail and web sites. 20332 ? R 662:43 qrunner /usr/local/mailman/bin/qrunner --runner=OutgoingRunner:0:1 -s It's using version 2.1.1 on our old server, 2.1.2 on our new one. Does Mailman just use up as much CPU as it can, even when it has no tasks to fulfill? Maybe that's okay, in Unix, for not to be idle, but I don't like the way all of the other jobs are pushed down on the CPU list. But even so, the load average on the Solaris -- which is doing nothing -- is high: .88 . And it's all mailman when you do a "top." One of the big reasons we switched servers was because Mailman had bogged down our machine so much, using up all of the memory and CPU. I thought it we went to Linux and thus a faster server it wouldn't be such a problem. Anyone know what's going on? Thanks. Sarah Stapleton-Gray -------------------------------------------- Web Site Coordinator National Organization for Women http://www.now.org From r.barrett at openinfo.demon.co.uk Fri May 2 00:42:23 2003 From: r.barrett at openinfo.demon.co.uk (Richard Barrett) Date: Thu, 01 May 2003 23:42:23 +0100 Subject: [Mailman-Users] Changes to archive pages Message-ID: <5.1.1.6.0.20030501232901.00abb4e8@pop.ftel.co.uk> From what I can see from the source code, template caching is only done for templates that are used by MM's internal archiver for archive generataion. The templates that you can edit through the web GUI do not fall into this category so there is no need to refresh the cache contents after thru-the-web-GUI editing of templates by using mailman restart or any other means. At 20:11 01/05/2003, Paul H Byerly wrote: >Richard Barrett wrote: >>Paul Byerly wrote: >>>Also, changes to the file are picked up WITHOUT a mailmanctl restart, as >>>is the case with other template changes. >> >>This is a side effect rather than a deliberate attempt to avoid >>mailmanctl restarts after making template changes. >> >>You do not want to rely on it as it will only happen under rather >>specific circumstances. > > So it does. I assume that when one edits the public HTML pages from > the web interface it does a restart automatically? Being paranoid, I harbour a dark suspicion that it may not. But I'll take a look at the MM source code to what the situation is. I feel another patch or patch upgrade coming on. >>Trust me, do the mailmanctl restart as a matter of course after changing >>templates. > > Will do, and thanks again. > > ><>< Paul From davew at coyotetechnical.com Fri May 2 00:45:17 2003 From: davew at coyotetechnical.com (Dave Weiner) Date: Thu, 1 May 2003 18:45:17 -0400 Subject: [Mailman-Users] Bug in MM2.1.2 Install Message-ID: <08dc01c31033$56861470$0200a8c0@house.gallowglass.org> I'm trying to install MM2.1.2 and I want to install the binaries in some other directory besides /usr/local/mailman I've used the --with-prefix=/path/to/dir and --with-exec-prefix=/path/to/dir options for ./configure, but no mater what I do, it still installs into /usr/local/mailman. I even went as far as editing the Makefile after running ./configure and changing the prefix to where I wanted it, and 'make install' still installs the binaries to /usr/local/mailman Before I go and edit the Makefile in each of the subdirs, is this a bug in the ./configure script, and will it be fixed soon? Dave From r.barrett at openinfo.demon.co.uk Fri May 2 01:58:14 2003 From: r.barrett at openinfo.demon.co.uk (Richard Barrett) Date: Fri, 02 May 2003 00:58:14 +0100 Subject: [Mailman-Users] Bug in MM2.1.2 Install In-Reply-To: <08dc01c31033$56861470$0200a8c0@house.gallowglass.org> Message-ID: <5.1.1.6.0.20030502002404.03af9ca8@pop3.demon.co.uk> At 23:45 01/05/2003, Dave Weiner wrote: >I'm trying to install MM2.1.2 and I want to install the binaries in some >other directory besides /usr/local/mailman > >I've used the --with-prefix=/path/to/dir and --with-exec-prefix=/path/to/dir >options for ./configure, but no mater what I do, it still installs into >/usr/local/mailman. I even went as far as editing the Makefile after >running ./configure and changing the prefix to where I wanted it, and 'make >install' still installs the binaries to /usr/local/mailman > >Before I go and edit the Makefile in each of the subdirs, is this a bug in >the ./configure script, and will it be fixed soon? > > >Dave It is cold comfort but it should work. I cannot explain why you are having this problem but I install MM from source distribution using --prefix=/mailman/run and --exec-prefix=/usr/local/mailman as options for ./configure without having any problems on Linux (Suse 7.3 distribution). Does the output of the first 10 or so lines of the file $build/config.status confirm the --prefix and --exec-prefix options on the ./configure are what you put on the command line? What does the $build/Makefile have to say on the matter of values for prefix and exec-prefix. What version of what OS are you using and what dose /bin/sh resolve to? Have you tried recreating $build/configure by running the command 'autoconf configure.in' in the build directory, and then running the configure file that is generated? I've run out of guesses. Best of luck. From davew at coyotetechnical.com Fri May 2 02:05:08 2003 From: davew at coyotetechnical.com (Dave Weiner) Date: Thu, 1 May 2003 20:05:08 -0400 Subject: [Mailman-Users] Bug in MM2.1.2 Install References: <5.1.1.6.0.20030502002404.03af9ca8@pop3.demon.co.uk> Message-ID: <0a3601c3103e$7e28b680$0200a8c0@house.gallowglass.org> Richard Barrett wrote: Richard, first off, thanks for responding, but I'm on the list, I don't need an extra copy :) > It is cold comfort but it should work. > > I cannot explain why you are having this problem but I install MM from > source distribution using --prefix=/mailman/run and > --exec-prefix=/usr/local/mailman as options for ./configure without > having any problems on Linux (Suse 7.3 distribution). What version of MM? > > Does the output of the first 10 or so lines of the file > $build/config.status confirm the --prefix and --exec-prefix options > on the ./configure are what you put on the command line? Yes, my settings for --prefix and --exec-prefix are in config.status > > What does the $build/Makefile have to say on the matter of values for > prefix and exec-prefix. No matter what values I give --prefix and --exec-prefix when I run ./configure, in the generate Makefile, prefix is set to /usr/local/mailman, even after doing a 'make distclean' or a blowing away the build directory and untar fresh. > > What version of what OS are you using and what dose /bin/sh resolve > to? > Red Hat 7.3 and bash > Have you tried recreating $build/configure by running the command > 'autoconf configure.in' in the build directory, and then running the > configure file that is generated? No, but I don't think it'll work. I've looked at configure.in, and I don't find any code to deal with --prefix and --exec-prefix. I think a bad configure file got out into the wild. > > I've run out of guesses. > > Best of luck. Thanks, Dave From jonc at nc.rr.com Fri May 2 02:47:29 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Fri, 02 May 2003 00:47:29 -0000 Subject: [Mailman-Users] anyone else getting these? In-Reply-To: References: Message-ID: <1051836486.5077.16.camel@anncons> Anytime I forget to trim the bottom section of a reply (with the http link to the unsubscribe page) I get a slew of folks hitting the link. I got over it a long time ago. Don't take it personally. Jon Carnes On Thu, 2003-05-01 at 14:14, Adam Lipson wrote: > Anyone else getting requests to confirm their removal from this list? Is this a server error or does someone not like me? > > Thanks, > Adam > > Mailing list removal confirmation notice for mailing list > Mailman-Users > > We have received a request for the removal of your email address, > "adaml at jbase.com" from the mailman-users at python.org mailing list. To > confirm that you want to be removed from this mailing list, simply > reply to this message, keeping the Subject: header intact. Or visit > this web page: > > http://mail.python.org/mailman/confirm/mailman-users/f831797e96bf0f3ce9ed27e4b4bce51d7e27607b > > > Or include the following line -- and only the following line -- in a > message to mailman-users-request at python.org: > > confirm f831797e96bf0f3ce9ed27e4b4bce51d7e27607b > > Note that simply sending a `reply' to this message should work from > most mail readers, since that usually leaves the Subject: line in the > right form (additional "Re:" text in the Subject: is okay). > > If you do not wish to be removed from this list, please simply > disregard this message. If you think you are being maliciously > removed from the list, or have any other questions, send them to > mailman-users-owner at python.org. From paul at thcwd.com Fri May 2 02:51:44 2003 From: paul at thcwd.com (Paul H Byerly) Date: Thu, 01 May 2003 19:51:44 -0500 Subject: [Mailman-Users] Changes to archive pages In-Reply-To: <5.1.1.6.0.20030501201402.0434c2d8@pop.ftel.co.uk> References: <5.2.1.1.0.20030501140613.038f24c0@mail.thcwd.com> <5.1.1.6.0.20030501191238.05cdcc20@ext-proxy.ftel.co.uk> <5.2.1.1.0.20030501130023.038c8c68@mail.thcwd.com> <5.1.1.6.0.20030501142340.05b90b18@ext-proxy.ftel.co.uk> <5.2.1.1.0.20030430220409.00badd68@mail.thcwd.com> <5.1.1.6.0.20030501001046.03e95f28@pop3.demon.co.uk> <5.2.1.1.0.20030430175302.03770f00@mail.thcwd.com> Message-ID: <5.2.1.1.0.20030501192847.038e0de0@mail.thcwd.com> Richard Barrett wrote: >> So it does. I assume that when one edits the public HTML pages >> from the web interface it does a restart automatically? > >Being paranoid, I harbour a dark suspicion that it may not. But I'll take >a look at the MM source code to what the situation is. I feel another >patch or patch upgrade coming on. Well, my wife, who would not know what to do with an SSH window if her life depended on it, has been rewriting the public HTML pages from the web interface for two days - and her changes always show up immediately so I'm pretty sure it'd covered somehow. In fact, the first time you go to edit one of those pages it's copied from templates to the correct location. On the other hand, adding a template to the list does not make it editable with the web interface. I tried substituting "article.html" for "listinfo.html" in http:///mailman//listinfo.html to see if it would automatically update, but I got "article.html: Invalid template" for my troubles. Ah well, would have been nice if it were that easy. Something more for me to learn on. <>< Paul From jonc at nc.rr.com Fri May 2 03:01:45 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Fri, 02 May 2003 01:01:45 -0000 Subject: [Mailman-Users] Blank archives web page In-Reply-To: References: Message-ID: <1051837337.5081.25.camel@anncons> On Thu, 2003-05-01 at 10:31, Joe Hodge wrote: > I have been running Mailman 2.0.5 (out of date, I know) for a few years now, and have recently begun experiencing a problem with HTML archives. > > I am using the built-in archiver, which has been quite satisfactory until now. What has happened is that, for several of my lists, the index.html file in $prefix/archives/private/$listname has turnend blank. There is no pattern to this that I can discern. It is not happening specifically to the newest lists, or highest-volumn lists, or the oldest lists, or any other category I can find. > > When I installed Mailman I set the ARCHIVE_TO_MBOX parameter in mm_cfg.py to "0" so that I would have HTML archives and not mbox archives. This may have been a mistake, since I can not use "arch $listname" to rebuild the HTML from the mbox file. Of course, I tried it anyway, and got: > > "cannot open mbox file /usr/local/mailman/archives/private/sagemail.mbox/sagemail.mbox: [Errno 2] No such file or directory: '/usr/local/mailman/archives/private/sagemail.mbox/sagemail.mbox'" > > ...pretty much as expected. > > My questions: > > 1. Is there any way to programatically rebuild the HTML without the mbox file? > There is no way that is built-into Mailman (without the aid of the Mbox file). However, I'm sure it would be easy to look at the current code, copy it to another location, and modify it so that it builds a proper html index. It might be easier just to look at one of your other archives and build a new one by hand. > 2. Is there any way to programatically create an mbox file from the HTML, so that I could use "arch"? > Again, that is not something that comes with Mailman... Still you could use the existing html data and create an mbox file. You might have to get creative (but then isn't the fun part of our jobs?!). > 3. Would an upgrade to 2.1x cause the archives to be rebuilt, fixing this? > It might fix your problem with the index file not being built. Be sure to backup your files first! > 4. Any other ideas? > You sound like you know what you're doing. Let us know how it works out. Jon Carnes From jonc at nc.rr.com Fri May 2 03:21:06 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Fri, 02 May 2003 01:21:06 -0000 Subject: [Mailman-Users] database error message when upgraded to 2.1.2 In-Reply-To: <4.3.2.7.2.20030501120702.046bf430@now.org> References: <4.3.2.7.2.20030501120702.046bf430@now.org> Message-ID: <1051838495.5081.33.camel@anncons> On Thu, 2003-05-01 at 18:19, NOW Website Coordinator wrote: > For some reason, both on our old Solaris site and now on our new Linux > site, the Outgoing Runner takes up 70- 90% of our CPU. I even told it to > be "nice" on Linux. > I'm not seeing that on any of my sites. Mailman 2.0.13 and Mailman 2.1.1 all work very nicely and only eat up CPU or RAM while crunching away on messages. Once the queues are empty Mailman drops out of site on my "top" command. Take a look in some of the directories: ls -l ~mailman/data ls -l ~mailman/qfiles/* You can run each of the qrunners separately (one at a time) and see which one eats up the most cpu. My guess is the archiver. What version of python are you using? From jonc at nc.rr.com Fri May 2 03:28:05 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Fri, 02 May 2003 01:28:05 -0000 Subject: [Mailman-Users] E-mail subscriptions In-Reply-To: References: Message-ID: <1051838911.5083.41.camel@anncons> On Thu, 2003-05-01 at 09:50, BARFL Webmaster wrote: > Hi > > Just wondering if there are any help pages or documentation available > on the use of Mailman by e-mail for things like subscribing and > unsubscribing? > > Many thanks ... > Donald > ~~~~~~ > In general you point folks at the "listinfo" web page for a Mailman list and then let them subscribe or unsubscribe themselves. Users can also send email to -request at foo.com and in the subject put either "subscribe" or "unsubscribe" in the subject (no quotes of course). The admin or moderator for the list can also log-into to the "admin" web-page for a Mailman list and then add or delete folks from the Membership. A sysadmin on the server console can login as "mailman" and run quite a few command line scripts that are included with Mailman. These programs are described in the FAQ (as is most of the above information). Good Luck - Jon Carnes From barry at python.org Fri May 2 05:16:21 2003 From: barry at python.org (Barry Warsaw) Date: Fri, 02 May 2003 03:16:21 -0000 Subject: [Mailman-Users] Re: [Mailman-Developers] Re: monthly notification error In-Reply-To: <1051804652.26686.91.camel@o3> References: <1051804652.26686.91.camel@o3> Message-ID: <1051845350.1655.33.camel@geddy> On Thu, 2003-05-01 at 11:57, Eric D. Christensen wrote: > > I'm running debian/testing and just upgraded mailman to the version > > in unstable (2.1.1-5). Last night the cron job to send out the monthly > > password reminders failed with this error: > > > > Traceback (most recent call last): > > File "/usr/lib/mailman/cron/mailpasswds", line 218, in ? > > main() > > File "/usr/lib/mailman/cron/mailpasswds", line 145, in main > > password = mlist.getMemberPassword(member) > > File "/var/lib/mailman/Mailman/OldStyleMemberships.py", line 102, in > > getMemberPassword > > raise Errors.NotAMemberError, member > > Mailman.Errors.NotAMemberError: rick at niof.net > > > > Is there some upgrade configuring I need to do? I did create the > > 'mailman' mailing list. Do I need to add myself as a subscriber? > > Should I send a bugreport to the debian maintainer? > > It's not just Debian... I'm running 2.1.1 on Linux and had the same > problem. Probably worth filing a bug report against mailman since there > are at least two of us seeing the same problems on different platforms > now. > > I've also see this when running the cron/disabled script. It always > seems to be with one specific user, which makes me suspect something > that didn't translate correctly in the database. Attached below are the > details I reported earlier. > > Barry - if it would be helpful, I'd be happy to give you access to the > mailman account on my server so you can poke around. I'd generally not like to have access unless there's no other way. But I think the only way this can happen is if you've got an address that for some reason never got a password assigned to them. You can try the attached bin/withlist script to see if there are any password-less members in your database. Save this to bin/verify.py. I think there were situations in older versions where a member could get subscribed w/o a password. I think Mailman should just auto-assign one in that case. -Barry def verify(mlist): members = {} for m in mlist.members.keys(): members[m] = None for m in mlist.digest_members.keys(): members[m] = None for m, p in mlist.passwords.items(): if not members.has_key(m): print 'password for non-member:', m else: members[m] = p for m, p in members.items(): if p is None: print 'no password for member:', m print 'done' From webperson at now.org Fri May 2 05:41:31 2003 From: webperson at now.org (NOW Website Coordinator) Date: Thu, 01 May 2003 20:41:31 -0700 Subject: [Mailman-Users] database error message when upgraded to 2.1.2 In-Reply-To: <1051838495.5081.33.camel@anncons> References: <4.3.2.7.2.20030501120702.046bf430@now.org> <4.3.2.7.2.20030501120702.046bf430@now.org> Message-ID: <4.3.2.7.2.20030501202253.00d01c90@now.org> At 09:21 PM 05/01/2003 -0400, Jon Carnes wrote: >On Thu, 2003-05-01 at 18:19, NOW Website Coordinator wrote: > > > For some reason, both on our old Solaris site and now on our new Linux > > site, the Outgoing Runner takes up 70- 90% of our CPU. I even told it to > > be "nice" on Linux. > > >I'm not seeing that on any of my sites. Mailman 2.0.13 and Mailman >2.1.1 all work very nicely and only eat up CPU or RAM while crunching >away on messages. Once the queues are empty Mailman drops out of site >on my "top" command. > >Take a look in some of the directories: > ls -l ~mailman/data > ls -l ~mailman/qfiles/* There are only 6 files in any qfile folders at the moment and only a few in data (all of our lists are newsletter type lists). I didn't even do the monthly reminder for the last few months, because Mailman was just too much for our machine. Which is why we switched to a machine 3x faster, but it hasn't helped. >You can run each of the qrunners separately (one at a time) and see >which one eats up the most cpu. My guess is the archiver. We use Mhonarc, and the job that is taking up all the CPU is the outgoing runner: 21689 ? RN 541:55 qrunner /usr/local/mailman/bin/qrunner --runner=OutgoingRunner:0:1 -s Although it's not doing any message sending other than occasional sub/unsub messages. The other mailman jobs are not taking up that much CPU, although several are using over 50 megs of RAM (and not doing anything, as I said). From top on the Linux machine: PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND 21689 mailman 16 4 57292 55M 3896 R N 88.0 5.5 547:54 python 21683 mailman 11 4 4672 1904 1896 S N 0.0 0.1 0:00 mailmanctl 21684 mailman 11 4 14272 13M 1876 S N 0.0 1.3 0:06 python 21685 mailman 11 4 46336 39M 3352 S N 0.0 3.9 4:24 python 21686 mailman 11 4 51760 50M 2020 S N 0.0 5.0 2:26 python 21687 mailman 11 4 20504 19M 8944 S N 0.0 1.9 1:11 python 21688 mailman 11 4 4652 2768 1812 S N 0.0 0.2 0:05 python 21690 mailman 11 4 51564 50M 1984 S N 0.0 4.9 6:39 python And over on the Solaris machine which isn't doing anything at all (nothing incoming, no qfiles): PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND 20332 mailman 4 30 0 73M 72M run 967:30 72.16% python 20333 mailman 4 59 0 47M 46M sleep 2:52 0.00% python 20328 mailman 4 58 0 16M 15M sleep 0:07 0.00% python 20331 mailman 4 59 0 7472K 6256K sleep 0:01 0.00% python 20327 mailman 4 59 0 7432K 6216K sleep 0:01 0.00% python 20330 mailman 4 59 0 7432K 6216K sleep 0:01 0.00% python 20329 mailman 4 59 0 7432K 6216K sleep 0:01 0.00% python 20326 mailman 3 58 0 7528K 3048K sleep 0:00 0.00% mailmanctl (I just asked top to display mailman jobs, but it's still the top job on both machines even though the Linux one is also running a catalog, four web servers, email, etc.). >What version of python are you using? Python 2.2.2 We now have 1 gigabyte of RAM, and 1.26GHz CPU. Thanks for helping trying to figure this out. I really don't understand why it's running and running but would love to get it under control. From barry at python.org Fri May 2 05:47:28 2003 From: barry at python.org (Barry Warsaw) Date: Fri, 02 May 2003 03:47:28 -0000 Subject: [Mailman-Users] Re: [Mailman-Developers] Re: monthly notification error In-Reply-To: <1051845350.1655.33.camel@geddy> References: <1051804652.26686.91.camel@o3> <1051845350.1655.33.camel@geddy> Message-ID: <1051847221.1655.37.camel@geddy> On Thu, 2003-05-01 at 23:15, Barry Warsaw wrote: > I think the only way this can happen is if you've got an address that > for some reason never got a password assigned to them. I just checked in a patch to make mailpasswds a little more robust in this case. It'll log the password-less address and continue. -Barry From william+mm at hq.newdream.net Fri May 2 06:36:42 2003 From: william+mm at hq.newdream.net (Will Yardley) Date: Thu, 1 May 2003 21:36:42 -0700 Subject: [Mailman-Users] Re: database error message when upgraded to 2.1.2 In-Reply-To: <4.3.2.7.2.20030501202253.00d01c90@now.org> References: <4.3.2.7.2.20030501120702.046bf430@now.org> <4.3.2.7.2.20030501120702.046bf430@now.org> <4.3.2.7.2.20030501202253.00d01c90@now.org> Message-ID: <20030502043642.GB15308@hq.newdream.net> On Thu, May 01, 2003 at 08:41:31PM -0700, NOW Website Coordinator wrote: > The other mailman jobs are not taking up that much CPU, although several > are using over 50 megs of RAM (and not doing anything, as I said). From > top on the Linux machine: > > PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND > 21689 mailman 16 4 57292 55M 3896 R N 88.0 5.5 547:54 python > And over on the Solaris machine which isn't doing anything at all (nothing > incoming, no qfiles): > > PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND > 20332 mailman 4 30 0 73M 72M run 967:30 72.16% python What happens if you kill those processes? What about if you stop, and restart mailman (via mailmanctl)? You could also try "strace -p[pid]" and see if you can see what (if anything) the process is doing. Usually, when I see really long running mailman procs like that eating up so much CPU, I kill them. -- "Since when is skepticism un-American? Dissent's not treason but they talk like it's the same..." (Sleater-Kinney - "Combat Rock") From billy at jitterbugs.org Fri May 2 06:43:15 2003 From: billy at jitterbugs.org (billy) Date: Thu, 1 May 2003 23:43:15 -0500 Subject: [Mailman-Users] Turning off admin-approval Message-ID: <011a01c31065$5946a850$8182fea9@Billy> Is there a way to turn off the admin approval. Can I somehow automatically accept all messages from list-members and non-list-members? billy sobczyk omaha jitterbugs www.jitterbugs.org 402.208.3006 From william+mm at hq.newdream.net Fri May 2 06:57:29 2003 From: william+mm at hq.newdream.net (Will Yardley) Date: Thu, 1 May 2003 21:57:29 -0700 Subject: [Mailman-Users] Re: Turning off admin-approval In-Reply-To: <011a01c31065$5946a850$8182fea9@Billy> References: <011a01c31065$5946a850$8182fea9@Billy> Message-ID: <20030502045729.GD15308@hq.newdream.net> On Thu, May 01, 2003 at 11:43:15PM -0500, billy wrote: > Is there a way to turn off the admin approval. Can I somehow > automatically accept all messages from list-members and > non-list-members? Didn't you already ask this question once? In any event.... Sure. Just don't require confirmation for any posts. If you're using Mailman version 2.x, you want to go to the Privacy Options -> Sender filters section of the panel, and set: "Action to take for postings from non-members for which no explicit action is defined." to "Accept". This is also possible in older versions of Mailman, although I forget the exact wording of it. -- "Since when is skepticism un-American? Dissent's not treason but they talk like it's the same..." (Sleater-Kinney - "Combat Rock") From jgriffin at AUS-IT.com.au Fri May 2 07:31:01 2003 From: jgriffin at AUS-IT.com.au (John Griffin) Date: Fri, 2 May 2003 15:31:01 +1000 Subject: [Mailman-Users] Blacklisting Users in Newsletter Message-ID: <7E93DD6A089B8642AC58E3B4A8E9657C014479@aussbs01.aus-it.com.au> Hi this is a bit of a newbie question so sorry if it has been asked before. I'm evaluating various list managers to look after a newsletter mailing list. The feature I'm specifically after, is the ability to allow users to "unsubscribe" without actually having their account removed from the system. Basically I will get a list of names and email addresses dumped out of a separate business application on a weekly basis. What I am trying to achieve is the ability to import that list into the list manager, without re-adding users who have previously unsubscribed from the newsletter. I notice that there is a "nomail" feature in the Mailman package. Can I use this to accomplish what I am after? Seeing as users will not be allocated a username or password, I also need to be able to achieve this without having them log onto a web page to set this, so is it possible with an email based "nomail" command rather like the "unsubscribe" command. Is this possible? TIA John Griffin From r.barrett at openinfo.demon.co.uk Fri May 2 08:23:40 2003 From: r.barrett at openinfo.demon.co.uk (Richard Barrett) Date: Fri, 02 May 2003 07:23:40 +0100 Subject: [Mailman-Users] database error message when upgraded to 2.1.2 In-Reply-To: <4.3.2.7.2.20030501202253.00d01c90@now.org> References: <1051838495.5081.33.camel@anncons> <4.3.2.7.2.20030501120702.046bf430@now.org> <4.3.2.7.2.20030501120702.046bf430@now.org> Message-ID: <5.1.1.6.0.20030502071352.03cc9b48@pop3.demon.co.uk> At 04:41 02/05/2003, NOW Website Coordinator wrote: >At 09:21 PM 05/01/2003 -0400, Jon Carnes wrote: >>On Thu, 2003-05-01 at 18:19, NOW Website Coordinator wrote: >> >> > For some reason, both on our old Solaris site and now on our new Linux >> > site, the Outgoing Runner takes up 70- 90% of our CPU. I even told it to >> > be "nice" on Linux. >> > >>I'm not seeing that on any of my sites. Mailman 2.0.13 and Mailman >>2.1.1 all work very nicely and only eat up CPU or RAM while crunching >>away on messages. Once the queues are empty Mailman drops out of site >>on my "top" command. >> >>Take a look in some of the directories: >> ls -l ~mailman/data >> ls -l ~mailman/qfiles/* > > >There are only 6 files in any qfile folders at the moment and only a few >in data (all of our lists are newsletter type lists). > >I didn't even do the monthly reminder for the last few months, because >Mailman was just too much for our machine. Which is why we switched to a >machine 3x faster, but it hasn't helped. > > >>You can run each of the qrunners separately (one at a time) and see >>which one eats up the most cpu. My guess is the archiver. > >We use Mhonarc, and the job that is taking up all the CPU is the outgoing >runner: So, presumably you have configure Mailman to deliver archivable message by command directly to MHonarc rather than having MHonarc get the material via list subscriptions. It is a pity you did not mention the use of MHonarc to start with. The error message you quotedin your earlier post as being generated on mailmanctl start is eerily similar to one described in a file I found in MHonarc's distribution MHonArc2.5.13/doc/app-diagnos.html#warnings; I do not use MHonarc myself but grepping through an expanded distribution found it. Warning: Database (dbversion) != program (prgversion) version Indicates that the version of MHonArc updating an archive is different from the version of MHonArc that created the database file. Problems can arise if the database file changes in format from different version of MHonArc. See the release notes of the MHonArc distribution if changes in the databse format will effect older archives. It seems a reasonable speculation that you have updated MHonarc at some point and this is the cause of the problem and possibly this problem has nothing to do with Mailman but that MHonarc is grinding exceeding small? It also explains why the problem appeared to followe Mailman. But maybe it is following MHonarc which is attached to Mailman?? >21689 ? RN 541:55 qrunner /usr/local/mailman/bin/qrunner >--runner=OutgoingRunner:0:1 -s > >Although it's not doing any message sending other than occasional >sub/unsub messages. > >The other mailman jobs are not taking up that much CPU, although several >are using over 50 megs of RAM (and not doing anything, as I said). From >top on the Linux machine: > > PID USER PRI NI SIZE RSS SHARE STAT %CPU %MEM TIME COMMAND >21689 mailman 16 4 57292 55M 3896 R N 88.0 5.5 547:54 python >21683 mailman 11 4 4672 1904 1896 S N 0.0 0.1 0:00 mailmanctl >21684 mailman 11 4 14272 13M 1876 S N 0.0 1.3 0:06 python >21685 mailman 11 4 46336 39M 3352 S N 0.0 3.9 4:24 python >21686 mailman 11 4 51760 50M 2020 S N 0.0 5.0 2:26 python >21687 mailman 11 4 20504 19M 8944 S N 0.0 1.9 1:11 python >21688 mailman 11 4 4652 2768 1812 S N 0.0 0.2 0:05 python >21690 mailman 11 4 51564 50M 1984 S N 0.0 4.9 6:39 python > >And over on the Solaris machine which isn't doing anything at all (nothing >incoming, no qfiles): > > > PID USERNAME THR PRI NICE SIZE RES STATE TIME CPU COMMAND > 20332 mailman 4 30 0 73M 72M run 967:30 72.16% python > 20333 mailman 4 59 0 47M 46M sleep 2:52 0.00% python > 20328 mailman 4 58 0 16M 15M sleep 0:07 0.00% python > 20331 mailman 4 59 0 7472K 6256K sleep 0:01 0.00% python > 20327 mailman 4 59 0 7432K 6216K sleep 0:01 0.00% python > 20330 mailman 4 59 0 7432K 6216K sleep 0:01 0.00% python > 20329 mailman 4 59 0 7432K 6216K sleep 0:01 0.00% python > 20326 mailman 3 58 0 7528K 3048K sleep 0:00 0.00% mailmanctl > >(I just asked top to display mailman jobs, but it's still the top job on >both machines even though the Linux one is also running a catalog, four >web servers, email, etc.). > > >>What version of python are you using? > >Python 2.2.2 > >We now have 1 gigabyte of RAM, and 1.26GHz CPU. > >Thanks for helping trying to figure this out. I really don't understand >why it's running and running but would love to get it under control. From jhodge at aaas.org Fri May 2 15:12:43 2003 From: jhodge at aaas.org (Joe Hodge) Date: Fri, 02 May 2003 09:12:43 -0400 Subject: [Mailman-Users] Blank archives web page Message-ID: Jon, Thanks for the reply. I'm pretty sure I have this one beat, and the answer was pretty obvious once I looked closely at the files I had. In the Pipermail archive there is a $volumn.txt file for each volumn in addition to the HTML. Concatenating those text files together in date order yields a more-or-less .mbox format file with all the archive data. Move that file into $prefix/archives/private/$listname.mbox, run "arch $listname" and all is well. I have turned on .mbox archiving now, and am considering regenerating the HTML once a month or so as a housekeeping procedure. Joe Hodge >>> Jon Carnes 05/01/2003 9:02:18 PM >>> On Thu, 2003-05-01 at 10:31, Joe Hodge wrote: > I have been running Mailman 2.0.5 (out of date, I know) for a few years now, and have recently begun experiencing a problem with HTML archives. > > I am using the built-in archiver, which has been quite satisfactory until now. What has happened is that, for several of my lists, the index.html file in $prefix/archives/private/$listname has turnend blank. There is no pattern to this that I can discern. It is not happening specifically to the newest lists, or highest-volumn lists, or the oldest lists, or any other category I can find. > > When I installed Mailman I set the ARCHIVE_TO_MBOX parameter in mm_cfg.py to "0" so that I would have HTML archives and not mbox archives. This may have been a mistake, since I can not use "arch $listname" to rebuild the HTML from the mbox file. Of course, I tried it anyway, and got: > > "cannot open mbox file /usr/local/mailman/archives/private/sagemail.mbox/sagemail.mbox: [Errno 2] No such file or directory: '/usr/local/mailman/archives/private/sagemail.mbox/sagemail.mbox'" > > ...pretty much as expected. > > My questions: > > 1. Is there any way to programatically rebuild the HTML without the mbox file? > There is no way that is built-into Mailman (without the aid of the Mbox file). However, I'm sure it would be easy to look at the current code, copy it to another location, and modify it so that it builds a proper html index. It might be easier just to look at one of your other archives and build a new one by hand. > 2. Is there any way to programatically create an mbox file from the HTML, so that I could use "arch"? > Again, that is not something that comes with Mailman... Still you could use the existing html data and create an mbox file. You might have to get creative (but then isn't the fun part of our jobs?!). > 3. Would an upgrade to 2.1x cause the archives to be rebuilt, fixing this? > It might fix your problem with the index file not being built. Be sure to backup your files first! > 4. Any other ideas? > You sound like you know what you're doing. Let us know how it works out. Jon Carnes From lxxvi at customcpu.com Fri May 2 16:29:47 2003 From: lxxvi at customcpu.com (Ye|land) Date: Fri, 02 May 2003 06:29:47 -0800 Subject: [Mailman-Users] Permission Denied Message-ID: <3EB280DB.1000003@customcpu.com> I installed Mailman 2.1.1 earlier yesterday and have since then been trying to get it to work. Everytime I try accessing the webaddress, I get "Mailman CGI error!!! The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog: Permission denied" My httpd.conf file has both user and group set to nobody, so I redid the install using 99 (the group id for nobody) for the --with-cgi-gid= option. No change. the actual file permissions for the cgi-bin dir under mailman is rwx,rws,r-x with own/grp being root,mailman The changes needed in the httpd.conf file were conveniently already entered, just commented out so all I had to do was uncomment the 2 lines and change the directory they had (usr/shared/mailman) to what I needed (usr/local/mailman). As for checking syslog, I can't seem to find any one syslog file. syslog.conf seems to be set up to output to individual files (messages, secure, maillog, spooler, and boot.log, all under /var/log/). None of them seem to mention the error I'm getting from mailman. Any help very much appreciated. I'm using Trustix Secure Linux (TSL) which looks like it is based off of Red Hat, just stripped down to a smaller securer setup by default (no GUIs, etc, to act as large security holes). Many thanks From jhodge at aaas.org Fri May 2 18:09:29 2003 From: jhodge at aaas.org (Joe Hodge) Date: Fri, 02 May 2003 12:09:29 -0400 Subject: [Mailman-Users] Fix blank Archives pages Message-ID: This is the script I wrote to fix my problem with blank index.html pages in my archives. It is of the quick-n-dirty school, but seems to have done the job. Watch out for strange line breaks; I use a 132-column terminal so some of my lines my wrap/break strangely. ###USE AT YOUR OWN RISK### ###MAKE BACKUPS FIRST!### #!/bin/bash MAILMANDIR=/usr/local/mailman LISTS=`ls ${MAILMANDIR}/lists` for LIST in ${LISTS} do { if [ -d ${MAILMANDIR}/archives/private/${LIST} ] && [ -d ${MAILMANDIR}/archives/private/${LIST}.mbox ] then { cat ${MAILMANDIR}/archives/private/${LIST}/*.txt > ${MAILMANDIR}/archives/private/${LIST}.mbox/${LIST}.mbox if [ -f ${MAILMANDIR}/archives/private/${LIST}.mbox/${LIST}.mbox ] then { ${MAILMANDIR}/bin/arch ${LIST} } fi } fi } done From guallar at easternrad.com Fri May 2 18:09:14 2003 From: guallar at easternrad.com (Josep L. Guallar-Esteve) Date: Fri, 2 May 2003 12:09:14 -0400 Subject: [Mailman-Users] [resend] Could not acquire qrunner lock In-Reply-To: <1051815188.2316.93.camel@anncons> References: <200304301448.32518.guallar@easternrad.com> <1051815188.2316.93.camel@anncons> Message-ID: <200305021209.14663.guallar@easternrad.com> On Thursday 01 May 2003 02:53 pm, Jon Carnes wrote: > Hmmm, here are some recommendations that may or may not help: > - Upgrade your python to version 2.2 (then re-install Mailman) - The > problem really sounds like a python problem! Uh ... ahem, ... uh.... I also have Python-2: python2-2.2.2-11.7.3 How do I know which version of Python is in use by Mailman? > - Use an EXT2 filesystem instead of EXT3 for /var and for ~mailman - > lots of files are created in these directories in course of operations > and ext3 could slow down the system. I know how you feel about ext2 / ext3 . But I also know the "quality" of our power provider. They seem to bet on how long do they need to cut the power to max the number of UPSs that go down around the area. I feel a little better with ext3. > Good Luck - Jon Carnes Thank you. Salut, Josep -- Josep L. Guallar-Esteve Eastern Radiologists, Inc. Systems and Network Administration http://www.easternrad.com From edc at proadmin.com Fri May 2 18:53:52 2003 From: edc at proadmin.com (Eric D. Christensen) Date: Fri, 02 May 2003 16:53:52 -0000 Subject: [Mailman-Users] Re: [Mailman-Developers] Re: monthly notification error In-Reply-To: <1051845350.1655.33.camel@geddy> References: <1051804652.26686.91.camel@o3> <1051845350.1655.33.camel@geddy> Message-ID: <1051894396.25213.5.camel@o3> On Thu, 2003-05-01 at 20:15, Barry Warsaw wrote: > > I think the only way this can happen is if you've got an address that > for some reason never got a password assigned to them. Thanks Barry! Indeed, the problem user who didn't have a password. I set one for him and things seem to be working nicely now. > I think there were situations in older versions where a member could get > subscribed w/o a password. I think Mailman should just auto-assign one > in that case. That's what I gut for letting users hang around for years. I guess I should boot the old users off the lists once they've hung around for 4 or 5 years! :-) Thanks again for the support Barry! -- Eric D. Christensen Proadmin, Inc. From johnson at nmr.mgh.harvard.edu Fri May 2 19:05:40 2003 From: johnson at nmr.mgh.harvard.edu (Chris Johnson) Date: Fri, 2 May 2003 13:05:40 -0400 (EDT) Subject: [Mailman-Users] Apparently missing methods. Message-ID: Hi, Newbie here, to mailman anyway. Have the following problem. service mailman start Traceback (most recent call last): File "/var/mailman/bin/mailmanctl", line 524, in ? main() File "/var/mailman/bin/mailmanctl", line 319, in main check_privs() File "/var/mailman/bin/mailmanctl", line 274, in check_privs gid = grp.getgrnam(mm_cfg.MAILMAN_GROUP)[2] KeyError: getgrnam(): name not found Now, according to the following Web page http://www.mail-archive.com/mailman-users at python.org/msg17359.html this has been seen before. I have rh9 and the python-2.2.2-26 rpm's. AND I've installed all the rpm's that were in the rh9 distribution. I'm confused. I don't know python that well. But it seems obvious something is missing. Here's what's installed python-2.2.2-26 gnome-python2-bonobo-1.99.14-5 python-docs-2.2.2-26 python-optik-1.4-2 rpm-python-4.2-0.69 mod_python-3.0.1-3 gnome-python2-gtkhtml2-1.99.14-5 gnome-python2-canvas-1.99.14-5 gnome-python2-1.99.14-5 libxml2-python-2.5.4-1 python-devel-2.2.2-26 python-tools-2.2.2-26 what am I missing here? Anyone have a clue? Help appreciated. Thank you. ------------------------------------------------------------------------------- Chris Johnson |Internet: johnson at nmr.mgh.harvard.edu Systems Administrator |Web: http://www.nmr.mgh.harvard.edu/~johnson NMR Center |Voice: 617.726.0949 Mass. General Hospital |FAX: 617.726.7422 149 (2301) 13th Street |"It has yet to be proven that intelligence has Charlestown, MA., 02129 USA | has any survival value." Arthur C. Clarke ------------------------------------------------------------------------------- From webperson at now.org Fri May 2 19:16:12 2003 From: webperson at now.org (NOW Website Coordinator) Date: Fri, 02 May 2003 10:16:12 -0700 Subject: [Mailman-Users] database error message when upgraded to 2.1.2 In-Reply-To: <5.1.1.6.0.20030502071352.03cc9b48@pop3.demon.co.uk> References: <4.3.2.7.2.20030501202253.00d01c90@now.org> <1051838495.5081.33.camel@anncons> <4.3.2.7.2.20030501120702.046bf430@now.org> <4.3.2.7.2.20030501120702.046bf430@now.org> Message-ID: <4.3.2.7.2.20030502095130.03ee08b0@now.org> At 07:23 AM 05/02/2003 +0100, Richard Barrett wrote: >>We use Mhonarc, and the job that is taking up all the CPU is the outgoing >>runner: > >So, presumably you have configure Mailman to deliver archivable message by >command directly to MHonarc rather than having MHonarc get the material >via list subscriptions. > >It is a pity you did not mention the use of MHonarc to start with. The >error message you quotedin your earlier post as being generated on >mailmanctl start is eerily similar to one described in a file I found in >MHonarc's distribution MHonArc2.5.13/doc/app-diagnos.html#warnings; I do >not use MHonarc myself but grepping through an expanded distribution found it. > > >Warning: Database (dbversion) != program (prgversion) version >Indicates that the version of MHonArc updating an archive is different >from the version of MHonArc that created the database file. Problems can >arise if the database file changes in format from different version of >MHonArc. See the release notes of the MHonArc distribution if changes in >the databse format will effect older archives. > > >It seems a reasonable speculation that you have updated MHonarc at some >point and this is the cause of the problem and possibly this problem has >nothing to do with Mailman but that MHonarc is grinding exceeding small? >It also explains why the problem appeared to followe Mailman. But maybe it >is following MHonarc which is attached to Mailman?? It is in fact likely that the database message is coming from MHonarc which was upgraded -- thanks for the suggestion. However, I hadn't upgraded Mhonarc on the old server. I also now just removed the lines in mm_cfg on my Solaris server for an external archiver (mhonarc), restarted mailman ... and it again went up to using around 75% of the CPU, when it's really just sitting there. So it's not Mhonarc which is causing mailman to use up all available CPU. I decided to use the Qrunner command and try and run one runner at a time. Here's what I did, I just commented out one runner each and ran it: QRUNNERS = [ ('ArchRunner', 1), # messages for the archiver # ('BounceRunner', 1), # for processing the qfile/bounces directory # ('CommandRunner', 1), # commands and bounces from the outside world # ('IncomingRunner', 1), # posts from the outside world # ('NewsRunner', 1), # outgoing messages to the nntpd # ('OutgoingRunner', 1), # outgoing messages to the smtpd # ('VirginRunner', 1), # internally crafted (virgin birth) messages ] and the winner was .... the OutgoingRunner. The rest were very behaved, but the Outgoing Runner took up over 70% of the CPU on a machine that is sending *nothing* out. Postfix is shut down. Tried it on the new Linux machine, and same result. Outgoing runner by itself takes up 97% of my machine's CPU. Note I am doing a full mailmanctl stop and start to test this. Thanks for everyone's help. Any suggestions as to how to get the outgoing runner to behave? From jhoot at nowcom.com Thu May 1 19:48:17 2003 From: jhoot at nowcom.com (Joe Hoot) Date: Thu, 1 May 2003 10:48:17 -0700 Subject: [Mailman-Users] gathering metrics Message-ID: <932CA6DD91BC3C409E63F367925F4CE4071476@EXCHANGE.HANKEYINVESTMENTS.COM> The Lyris is an older version (4.2) and is distributing these using its own MTA. But we've had problems with it sending out messages and lyris doesn't give good logging. So I was thinking of trashing the lyris and migrating to mailman so that I could have sendmail or postfix logs. -=-=-=-=-=-=-=-=-=-=-=-=-=- Joseph R. Hoot Senior Systems Engineer jhoot at nowcom.com Phone: (323) 692-4043 Fax: (323) 692-4092 www.nowcom.com www.dealercenter.net -=-=-=-=-=-=-=-=-=-=-=-=-=- -----Original Message----- From: Ralf Hildebrandt [mailto:Ralf.Hildebrandt at charite.de] Sent: Thursday, May 01, 2003 9:53 AM To: Joe Hoot Cc: mailman-users at python.org * Joe Hoot : > I'm thinking of converting a Lyris newsletter list over to Mailman. > We currently have 200,000 users. We are using a Lyris 4.2 server at > the moment running on RedHat 7.3, (2) 733mhz procs, 512 ram 133 mhz > bus, and a couple of mirrored drives. Should Mailman handle this > kind of load? a) Why do you want to switch? b) More interesting: What MTA do you use to deliver this? -- Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt at charite.de Charite Campus Mitte Tel. +49 (0)30-450 570-155 Referat V a - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 AIM: ralfpostfix From dave at montanaservers.com Fri May 2 16:40:18 2003 From: dave at montanaservers.com (Dave Turk) Date: Fri, 2 May 2003 08:40:18 -0600 Subject: [Mailman-Users] can I set up an anouncement only type list? Message-ID: <01dd01c310b8$c0ee1080$3b00000a@burner> Can I set up an announcement only type list with mailman? Thanks Dave Turk Computer Junction Northwest Montana From webperson at now.org Fri May 2 19:50:58 2003 From: webperson at now.org (NOW Website Coordinator) Date: Fri, 02 May 2003 10:50:58 -0700 Subject: [Mailman-Users] Mailman Using 70- 90% of CPU Message-ID: <4.3.2.7.2.20030502104355.03edf920@now.org> It looks like someone else is having the same problem: >? From: Ray Dzek >? Subject: [Mailman-Users] Python 100% CPU >? Date: Sun, 30 Mar 2003 08:36:13 -0800 > >Okay ... > >Mailman 2.1.1 >Python 2.2.1-17 >Postfix 1.1.11-5 > >I finally appear to have the right combination of --with-mail-gid >and --with-cgi-gid. I am not getting those errors anymore. I had several >other "issues" because I am running dual instances of Postfix and had a >hostname circular reference problem that also needed to get fixed (total >n00b action on my part). > >So... Now when I send an email to my test list, python grabs all the CPU >and just hangs there until I kill the process. There are only 3 addresses >in the list. mailmanctl and qrunner are both in the process list. There >are no log entries with a time stamp with when I sent the test mail accept >this in /mailman/logs/qrunner: > >Mar 29 16:52:03 2003 (1010) OutgoingRunner qrunner caught SIGTERM. >Stopping. >Mar 29 16:52:03 2003 (1010) OutgoingRunner qrunner exiting. >Mar 29 16:52:03 2003 (5227) Master qrunner detected subprocess exit >(pid: 1010, sig: None, sts: 15, class: OutgoingRunner, slice: 1/1) > >Any ideas? Thanks in advance. > >Ray Also when I stop mailman with mailmanctl stop, I get the following in the qrunner log, with only Outgoing having a different message (about the SIGTERM -- have no idea if this means anything): May 02 13:43:32 2003 (22561) Master qrunner detected subprocess exit (pid: 22566, sig: None, sts: 15, class: NewsRunner, slice: 1/1) May 02 13:43:32 2003 (22561) Master qrunner detected subprocess exit (pid: 22564, sig: None, sts: 15, class: CommandRunner, slice: 1/1) May 02 13:43:32 2003 (22561) Master qrunner detected subprocess exit (pid: 22568, sig: None, sts: 15, class: VirginRunner, slice: 1/1) May 02 13:43:32 2003 (22567) OutgoingRunner qrunner caught SIGTERM. Stopping. May 02 13:43:32 2003 (22567) OutgoingRunner qrunner exiting. May 02 13:43:32 2003 (22561) Master qrunner detected subprocess exit (pid: 22567, sig: None, sts: 15, class: OutgoingRunner, slice: 1/1) In answer to Will Yardley's question to my previous message: >What happens if you kill those processes? What about if you stop, and >restart mailman (via mailmanctl)? >You could also try "strace -p[pid]" and see if you can see what (if >anything) the process is doing. >Usually, when I see really long running mailman procs like that eating >up so much CPU, I kill them. As soon as I restart Mailman, it uses up around 70-90% of my CPU with the outgoing Runner job. It's not one run away job, I can recreate it in less than a minute. And we haven't sent out any messages today, mailman has just sent some sub/unsub notices out. I had this problem as I said on our old machine, I just figured it was underpowered. But the problem hasn't gone away with a much faster machine, different OS, different web server. Sarah Stapleton-Gray -------------------------------------------- Web Site Coordinator National Organization for Women http://www.now.org From colleen at creehanphotography.com Thu May 1 22:19:41 2003 From: colleen at creehanphotography.com (Creehan Photography) Date: Thu, 01 May 2003 16:19:41 -0400 Subject: [Mailman-Users] Newsletter Message-ID: <004f01c3101f$0c32eb00$0a02a8c0@WorkGroup> Hi. I am trying to set up a Newsletter for my site. I currently have hosting through hostony.com. With this hosting account, I received your Mailman software. I think that we have the version 2.0.13. I have a couple questions for you... First, how do I update the version to the newest version? Since it was all set up for me when I started using this hosting account, I am not sure how to set this software up. Second, your software seems quite complex and it seems like a very great tool for websites that would like to have forums and such. However, at the moment, I am just looking to have a simple Newsletter sent out to my subscribers once a month. I will be the only person posting these newsletters. I just want them to have a form to sign up and a way to unsubscribe if they wish to do so. I don't want them to be able to go to any website and see the information on the list, I just want them to receive the monthly emails and that is it. I found a great article on your webpage FAQ wizard, however, I cannot follow it because I am not sure what it is talking about. I think this is partially to do with me having the older version, but mostly I just think it is because I don't know where to find the things it is asking me to do. The posting I was going over is this link: http://www.python.org/cgi-bin/faqw-mm.py?query=newsletter&querytype=simple&c asefold=yes&req=search An example of what I am talking about is the following. As in the posting from the link above: How to create a customized welcome message that avoids mentioning how to post to the list: In Mailman 2.1.x you can customize the welcome message. Create a directory lists//en (assuming English :) and copy templates/subscribeack.txt to this directory. Then edit this file for your specific wording. Mailman will use this specialized template for the English welcome messages. (I am not sure where to create this directory list. I also do not know where to find the templates/suscribeack.txt) I went through the rest of the instructions and can follow very little of it and I am fairly advanced with computers. I feel like I am missing something big here! If you could help at all, I would be very greatful. Thanks! Have a great day! Colleen Creehan Creehan Photography 734.637.3318 colleen at creehanphotography.com http://www.creehanphotography.com From raywood at magma.ca Fri May 2 20:36:07 2003 From: raywood at magma.ca (Raymond Wood) Date: Fri, 2 May 2003 14:36:07 -0400 Subject: [Mailman-Users] can I set up an anouncement only type list? In-Reply-To: <01dd01c310b8$c0ee1080$3b00000a@burner> References: <01dd01c310b8$c0ee1080$3b00000a@burner> Message-ID: <20030502183607.GB1123@magma.ca> On Fri, May 02, 2003 at 08:40:18AM -0600, Dave Turk remarked: > Can I set up an announcement only type list with mailman? > Thanks > Dave Turk Yes. Cheers, Raymond From r.barrett at openinfo.demon.co.uk Fri May 2 20:53:33 2003 From: r.barrett at openinfo.demon.co.uk (Richard Barrett) Date: Fri, 02 May 2003 19:53:33 +0100 Subject: [Mailman-Users] database error message when upgraded to 2.1.2 In-Reply-To: <4.3.2.7.2.20030502095130.03ee08b0@now.org> References: <5.1.1.6.0.20030502071352.03cc9b48@pop3.demon.co.uk> <4.3.2.7.2.20030501202253.00d01c90@now.org> <1051838495.5081.33.camel@anncons> <4.3.2.7.2.20030501120702.046bf430@now.org> <4.3.2.7.2.20030501120702.046bf430@now.org> Message-ID: <5.1.1.6.0.20030502183608.03d31b20@ext-proxy.ftel.co.uk> At 18:16 02/05/2003, NOW Website Coordinator wrote: >At 07:23 AM 05/02/2003 +0100, Richard Barrett wrote: > >>>We use Mhonarc, and the job that is taking up all the CPU is the >>>outgoing runner: >> >>So, presumably you have configure Mailman to deliver archivable message >>by command directly to MHonarc rather than having MHonarc get the >>material via list subscriptions. >> >>It is a pity you did not mention the use of MHonarc to start with. The >>error message you quotedin your earlier post as being generated on >>mailmanctl start is eerily similar to one described in a file I found in >>MHonarc's distribution MHonArc2.5.13/doc/app-diagnos.html#warnings; I do >>not use MHonarc myself but grepping through an expanded distribution found it. >> >> >>Warning: Database (dbversion) != program (prgversion) version >>Indicates that the version of MHonArc updating an archive is different >>from the version of MHonArc that created the database file. Problems can >>arise if the database file changes in format from different version of >>MHonArc. See the release notes of the MHonArc distribution if changes in >>the databse format will effect older archives. >> >> >>It seems a reasonable speculation that you have updated MHonarc at some >>point and this is the cause of the problem and possibly this problem has >>nothing to do with Mailman but that MHonarc is grinding exceeding small? >>It also explains why the problem appeared to followe Mailman. But maybe >>it is following MHonarc which is attached to Mailman?? > > >It is in fact likely that the database message is coming from MHonarc >which was upgraded -- thanks for the suggestion. I would call it a racing certainty. >However, I hadn't upgraded Mhonarc on the old server. I also now just >removed the lines in mm_cfg on my Solaris server for an external archiver >(mhonarc), restarted mailman ... and it again went up to using around 75% >of the CPU, when it's really just sitting there. So it's not Mhonarc >which is causing mailman to use up all available CPU. But the corollary of a message being output by MHonarc when mailmanctl was started is: was this caused by Mailman handing off a message for archiving to MHonarc for archiving and did this provoke MHonarc's warning message? If so, where did the message come from if (as I think your are saying below) the incoming MTA is not running and delivering messages to Mailman? Also, is there any sign of messages being inserted into the MHonarc archives which appear to be associated with the MM-MHonarc interaction at mailmanctl start time? What happens if you re-enable the archiving scheme and restart mailmanctl? Does the warning message come back too? >I decided to use the Qrunner command and try and run one runner at a >time. Here's what I did, I just commented out one runner each and ran it: >QRUNNERS = [ > ('ArchRunner', 1), # messages for the archiver ># ('BounceRunner', 1), # for processing the qfile/bounces directory ># ('CommandRunner', 1), # commands and bounces from the outside world ># ('IncomingRunner', 1), # posts from the outside world ># ('NewsRunner', 1), # outgoing messages to the nntpd ># ('OutgoingRunner', 1), # outgoing messages to the smtpd ># ('VirginRunner', 1), # internally crafted (virgin birth) messages > ] > >and the winner was .... the OutgoingRunner. The rest were very behaved, >but the Outgoing Runner took up over 70% of the CPU on a machine that is >sending *nothing* out. Postfix is shut down. That seems to demonstrate that the OutgoingRunner thinks it has work to do and load in not being generated by an Archiver. I assume Mailman is using SMTP to pass outgoing mail to your outgoing MTA? Are the outgoing and incoming MTAs one and the same? Are you saying that the outgoing MTA used by Mailman is not running and accepting mail on port 25? If so, this might offer an explanation if MM has outgoing mail to send.. Mailman can be fairly aggressive in trying to hand off mail to an SMTP server if it has outgoing mail to send. Mailman could just be looping hard trying to get a connection to the MTA in order to send mail out. As there any evidence of mail in the $prefix/qfiles/* directories? Is there no evidence of what is happening in any of MM's logs; the qrunner, error and smtp-failure logs for instance? >Tried it on the new Linux machine, and same result. Outgoing runner by >itself takes up 97% of my machine's CPU. Note I am doing a full >mailmanctl stop and start to test this. > >Thanks for everyone's help. Any suggestions as to how to get the outgoing >runner to behave? > From r.barrett at openinfo.demon.co.uk Fri May 2 21:22:35 2003 From: r.barrett at openinfo.demon.co.uk (Richard Barrett) Date: Fri, 02 May 2003 20:22:35 +0100 Subject: [Mailman-Users] Python 100% CPU Message-ID: <5.1.1.6.0.20030502202226.036a1978@pop3.demon.co.uk> Ray Came across your post but could not find any followups. Did you ever resolve this problem and if so how? Another user is reporting a similar problem. Thanks Richard At 17:35 30/03/2003, Ray Dzek wrote: >Okay ... > >Mailman 2.1.1 >Python 2.2.1-17 >Postfix 1.1.11-5 > >I finally appear to have the right combination of --with-mail-gid >and --with-cgi-gid. I am not getting those errors anymore. I had several >other "issues" because I am running dual instances of Postfix and had a >hostname circular reference problem that also needed to get fixed (total >n00b action on my part). > >So... Now when I send an email to my test list, python grabs all the CPU >and just hangs there until I kill the process. There are only 3 addresses >in the list. mailmanctl and qrunner are both in the process list. There >are no log entries with a time stamp with when I sent the test mail accept >this in /mailman/logs/qrunner: > >Mar 29 16:52:03 2003 (1010) OutgoingRunner qrunner caught SIGTERM. >Stopping. >Mar 29 16:52:03 2003 (1010) OutgoingRunner qrunner exiting. >Mar 29 16:52:03 2003 (5227) Master qrunner detected subprocess exit >(pid: 1010, sig: None, sts: 15, class: OutgoingRunner, slice: 1/1) > >Any ideas? Thanks in advance. > >Ray > > >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: r.barrett at openinfo.demon.co.uk >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/r.barrett%40openinfo.demon.co.uk > From william+mm at hq.newdream.net Fri May 2 21:43:15 2003 From: william+mm at hq.newdream.net (Will Yardley) Date: Fri, 2 May 2003 12:43:15 -0700 Subject: [Mailman-Users] Re: Mailman Using 70- 90% of CPU In-Reply-To: <4.3.2.7.2.20030502104355.03edf920@now.org> References: <4.3.2.7.2.20030502104355.03edf920@now.org> Message-ID: <20030502194315.GF14555@hq.newdream.net> On Fri, May 02, 2003 at 10:50:58AM -0700, NOW Website Coordinator wrote: > In answer to Will Yardley's question to my previous message: >> What happens if you kill those processes? What about if you stop, >> and restart mailman (via mailmanctl)? You could also try "strace >> -p[pid]" and see if you can see what (if anything) the process is >> doing. Usually, when I see really long running mailman procs like >> that eating up so much CPU, I kill them. > As soon as I restart Mailman, it uses up around 70-90% of my CPU > with the outgoing Runner job. It's not one run away job, I can > recreate it in less than a minute. And we haven't sent out any > messages today, mailman has just sent some sub/unsub notices out. Just out of curiosity, does 'strace -p[pid]' on that PID show anything useful? It's possible that this output might be helpful in figuring out what's going on, at least. I don't claim to be an expert on figuring out this type of stuff, but often the text strings in there will give you an idea of what the program is trying to do. If you want to save the data to a file, you can do something like: strace -p[pid] 2> strace.out I imagine some of the developers might have a better idea of what information would be useful, but possibly looking at the value of 'PWD' in /proc/[pid]/environ and the output of /proc/[pid]/status might be helpful? I've seen problems like this occasionally, but I've almost always been able to "fix" them by just killing them or restarting Mailman, so it's possible that there's an actual problem here. -- "Since when is skepticism un-American? Dissent's not treason but they talk like it's the same..." (Sleater-Kinney - "Combat Rock") From webperson at now.org Fri May 2 23:59:04 2003 From: webperson at now.org (NOW Website Coordinator) Date: Fri, 02 May 2003 14:59:04 -0700 Subject: [Mailman-Users] database error message when upgraded to 2.1.2; CPU PROBLEM SOLVED!!! In-Reply-To: <5.1.1.6.0.20030502183608.03d31b20@ext-proxy.ftel.co.uk> References: <4.3.2.7.2.20030502095130.03ee08b0@now.org> <5.1.1.6.0.20030502071352.03cc9b48@pop3.demon.co.uk> <4.3.2.7.2.20030501202253.00d01c90@now.org> <1051838495.5081.33.camel@anncons> <4.3.2.7.2.20030501120702.046bf430@now.org> <4.3.2.7.2.20030501120702.046bf430@now.org> Message-ID: <4.3.2.7.2.20030502145309.040e5340@now.org> I had only turned off the MTA (Postfix) on the old server, and it was helping me prove that it was Mailman running out of control. It turns out that the problem (solved by Barry Warsaw!!) was a setting in Postfix that caused bad, local addresses to be retried over and over and over and over... From Postfix's main.cf: # The default setting is 550 (reject mail) but it is safer to start # with 450 (try again later) until you are certain that your # local_recipient_maps settings are OK. # #unknown_local_recipient_reject_code = 550 unknown_local_recipient_reject_code = 450 Once I changed it to 550, restarted Postfix, and then (this part is important) deleted some (bad local addresses) messages from the out qfiles folder, restarted mailman.... the CPU usage went down to around 0% from 98%. Phew! Thanks everyone for the feedback. >But the corollary of a message being output by MHonarc when mailmanctl was >started is: was this caused by Mailman handing off a message for archiving >to MHonarc for archiving and did this provoke MHonarc's warning message? >If so, where did the message come from if (as I think your are saying >below) the incoming MTA is not running and delivering messages to Mailman? >Also, is there any sign of messages being inserted into the MHonarc >archives which appear to be associated with the MM-MHonarc interaction at >mailmanctl start time? What happens if you re-enable the archiving scheme >and restart mailmanctl? Does the warning message come back too? > >>I decided to use the Qrunner command and try and run one runner at a >>time. Here's what I did, I just commented out one runner each and ran it: >>QRUNNERS = [ >> ('ArchRunner', 1), # messages for the archiver >># ('BounceRunner', 1), # for processing the qfile/bounces directory >># ('CommandRunner', 1), # commands and bounces from the outside world >># ('IncomingRunner', 1), # posts from the outside world >># ('NewsRunner', 1), # outgoing messages to the nntpd >># ('OutgoingRunner', 1), # outgoing messages to the smtpd >># ('VirginRunner', 1), # internally crafted (virgin birth) messages >> ] >> >>and the winner was .... the OutgoingRunner. The rest were very behaved, >>but the Outgoing Runner took up over 70% of the CPU on a machine that is >>sending *nothing* out. Postfix is shut down. > >That seems to demonstrate that the OutgoingRunner thinks it has work to do >and load in not being generated by an Archiver. > >I assume Mailman is using SMTP to pass outgoing mail to your outgoing MTA? >Are the outgoing and incoming MTAs one and the same? > >Are you saying that the outgoing MTA used by Mailman is not running and >accepting mail on port 25? If so, this might offer an explanation if MM >has outgoing mail to send.. Mailman can be fairly aggressive in trying to >hand off mail to an SMTP server if it has outgoing mail to send. Mailman >could just be looping hard trying to get a connection to the MTA in order >to send mail out. > >As there any evidence of mail in the $prefix/qfiles/* directories? Is >there no evidence of what is happening in any of MM's logs; the qrunner, >error and smtp-failure logs for instance? > >>Tried it on the new Linux machine, and same result. Outgoing runner by >>itself takes up 97% of my machine's CPU. Note I am doing a full >>mailmanctl stop and start to test this. >> >>Thanks for everyone's help. Any suggestions as to how to get the >>outgoing runner to behave? > From barry at python.org Sat May 3 00:47:50 2003 From: barry at python.org (Barry Warsaw) Date: Fri, 02 May 2003 22:47:50 -0000 Subject: [Mailman-Users] database error message when upgraded to 2.1.2; CPU PROBLEM SOLVED!!! In-Reply-To: <4.3.2.7.2.20030502145309.040e5340@now.org> References: <4.3.2.7.2.20030502095130.03ee08b0@now.org> <5.1.1.6.0.20030502071352.03cc9b48@pop3.demon.co.uk> <4.3.2.7.2.20030501202253.00d01c90@now.org> <1051838495.5081.33.camel@anncons> <4.3.2.7.2.20030501120702.046bf430@now.org> <4.3.2.7.2.20030501120702.046bf430@now.org> <4.3.2.7.2.20030502145309.040e5340@now.org> Message-ID: <1051915636.29805.14.camel@barry> On Fri, 2003-05-02 at 17:59, NOW Website Coordinator wrote: > Once I changed it to 550, restarted Postfix, and then (this part is > important) deleted some (bad local addresses) messages from the out qfiles > folder, restarted mailman.... the CPU usage went down to around 0% from 98%. I'm working on a patch to make Mailman more robust against these kinds of problems with the MTA. By moving tempfailures off to a different queue and checking that queue must less frequently (e.g. once every 15 minutes by default), we can rein in cpu usage in this situation. Coming to a cvs near you RSN. -Barry From ken at kickasskungfu.com Sat May 3 03:52:29 2003 From: ken at kickasskungfu.com (Ken) Date: Fri, 2 May 2003 18:52:29 -0700 Subject: [Mailman-Users] archive issues Message-ID: <200305021852.31335.ken@kickasskungfu.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hey all, My new lists function and archive fine after upgrading to 2.1 - anything created after the upgrade. My old lists have lost their archives somehow and I can't figure out how to regenerate them. The list is just spewing errors atm and not archiving. Otherwise it functions as normal. Any ideas? Thanks for any help... - -- Ken - "I'm just re-do." ken at kickasskungfu.com - ----------------------------------------------------------------- pgp fingerprint 2D6D 67D1 1600 04E0 4AF7 BA7E 26A5 4189 9228 1585 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+syDdJqVBiZIoFYURAmybAJ94QTKoTck5eu1NfvZ/eA8GYMzXtACfQndK 196Ise9J+zwFKBsbdmQYwKk= =lhDt -----END PGP SIGNATURE----- From jonc at nc.rr.com Sat May 3 04:55:41 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sat, 03 May 2003 02:55:41 -0000 Subject: [Mailman-Users] Force Rejects due to 'Too Big'? In-Reply-To: References: Message-ID: <1051930583.2219.64.camel@anncons> On Thu, 2003-05-01 at 14:13, Stephen Ervin wrote: > Greetings mailpeople- > In Mailman 2.x (2.0 now, 2.1 soon) > I'd like to have the messages that are 'held for moderation' > due to being too large (over maximum KB) > automagically rejected, with the canned text > about the required maximum size.... > I cant see an obvious way to do this; > is there one I've missed? > or an un-obvious one? > any hints? > > TIA > > SErvin > > -- > Stephen M Ervin > Harvard Design School > > servin at gsd.harvard.edu > The only way to do this in version 2.0.x is to write an external script that monitors the held messages. Good Luck - Jon Carnes From jonc at nc.rr.com Sat May 3 07:39:46 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sat, 03 May 2003 05:39:46 -0000 Subject: [Mailman-Users] Subscribing via e-mail? In-Reply-To: <20030430215608.7aabbcc9.enaeher@yifan.net> References: <20030430215608.7aabbcc9.enaeher@yifan.net> Message-ID: <1051940428.2218.83.camel@anncons> Mailman comes with that built in. It works the same as with Majordomo and other popular mailing list applications. On Wed, 2003-04-30 at 21:56, E. Naeher wrote: > Is it possible to configure Mailman so that someone can subscribe via e-mail, without going through the web interface? > > Maybe I am missing something obvious here. > > Thanks, > > --Eli Naeher > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Sat May 3 07:43:13 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sat, 03 May 2003 05:43:13 -0000 Subject: [Mailman-Users] Turning off admin-approval In-Reply-To: <011a01c31065$5946a850$8182fea9@Billy> References: <011a01c31065$5946a850$8182fea9@Billy> Message-ID: <1051940630.2219.85.camel@anncons> Yes. Look in the web-admin for your list. You can allow non-members to post without moderation. On Fri, 2003-05-02 at 00:43, billy wrote: > Is there a way to turn off the admin approval. Can I somehow automatically accept all messages from list-members and non-list-members? > > billy sobczyk > omaha jitterbugs > www.jitterbugs.org > 402.208.3006 > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Sat May 3 07:50:19 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sat, 03 May 2003 05:50:19 -0000 Subject: [Mailman-Users] Virtual domains with Mailman 2.1.1 In-Reply-To: <002001c30ff3$b7808a70$6401a8c0@pcwin> References: <002001c30ff3$b7808a70$6401a8c0@pcwin> Message-ID: <1051941031.2218.92.camel@anncons> This is discussed ad'nausem in the archives. Feel free to look around. If you don't want to make an install for each domain, then you'll have to use some aliases tricks (like those used by Cpanel). list at domain1.com is aliased as list-domain1 on the local box list at domain2.com is aliased as list-domain2 on the local box The other solution is to wait for version 3.x of Mailman. Jon Carnes On Thu, 2003-05-01 at 11:09, Alexis Bellido wrote: > Hello, i've got Mailman 2.1.1 installed on my Red Hat 7.2 box but i have > some problems with qmail and xinetd, anyway, this message is to ask > about using multiple domains: > > I want to have: > > list at domain1.com and list at domain2.com on my server using only 1 > installation of Mailman 2.1.1, is this possible?. > > I got this with Mailman 2.0.9 using multiple installations of the > program: > > /usr/local/mailman/domain1.com > /usr/local/mailman/domain1.com > ... > > But i am only using it for 4 or 5 domains, i don't think that would be a > good solution for more domains (i have more the 80 domains hosted on > this server, if i had to install 80 Mailman's it would be very silly i > am sure). > > Any ideas about this?. > > Regards!. > > Alexis Bellido M. > Ventanazul : Web Design : Hosting : eCommerce > > Consultenos sobre nuestros servicios via chat en www.ventanazul.com > > alexis at ventanazul.com > ICQ: 95509561 | MSN Messenger: alexisbellido at hotmail.com | Yahoo ID: > alexisbellido > Ofi: 4368700 - Cel: 99321389 > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Sat May 3 16:27:35 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sat, 03 May 2003 14:27:35 -0000 Subject: [Mailman-Users] Apparently missing methods. In-Reply-To: References: Message-ID: <1051972097.2163.10.camel@anncons> It says that there is no "mailman" group (as in /etc/groups). How did you install Mailman? If that is missing, then there are bound to be other problems. On Fri, 2003-05-02 at 13:05, Chris Johnson wrote: > Hi, > > Newbie here, to mailman anyway. > > Have the following problem. > > service mailman start > Traceback (most recent call last): > File "/var/mailman/bin/mailmanctl", line 524, in ? > main() > File "/var/mailman/bin/mailmanctl", line 319, in main > check_privs() > File "/var/mailman/bin/mailmanctl", line 274, in check_privs > gid = grp.getgrnam(mm_cfg.MAILMAN_GROUP)[2] > KeyError: getgrnam(): name not found > > > Now, according to the following Web page > > http://www.mail-archive.com/mailman-users at python.org/msg17359.html > > this has been seen before. I have rh9 and the python-2.2.2-26 rpm's. > AND I've installed all the rpm's that were in the rh9 distribution. > I'm confused. I don't know python that well. But it seems obvious > something is missing. Here's what's installed > > python-2.2.2-26 > gnome-python2-bonobo-1.99.14-5 > python-docs-2.2.2-26 > python-optik-1.4-2 > rpm-python-4.2-0.69 > mod_python-3.0.1-3 > gnome-python2-gtkhtml2-1.99.14-5 > gnome-python2-canvas-1.99.14-5 > gnome-python2-1.99.14-5 > libxml2-python-2.5.4-1 > python-devel-2.2.2-26 > python-tools-2.2.2-26 > > what am I missing here? Anyone have a clue? Help appreciated. Thank > you. > > > > ------------------------------------------------------------------------------- > Chris Johnson |Internet: johnson at nmr.mgh.harvard.edu > Systems Administrator |Web: http://www.nmr.mgh.harvard.edu/~johnson > NMR Center |Voice: 617.726.0949 > Mass. General Hospital |FAX: 617.726.7422 > 149 (2301) 13th Street |"It has yet to be proven that intelligence has > Charlestown, MA., 02129 USA | has any survival value." Arthur C. Clarke > ------------------------------------------------------------------------------- > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Sat May 3 16:42:38 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sat, 03 May 2003 14:42:38 -0000 Subject: [Mailman-Users] archive issues In-Reply-To: <200305021852.31335.ken@kickasskungfu.com> References: <200305021852.31335.ken@kickasskungfu.com> Message-ID: <1051972997.2161.13.camel@anncons> Good to hear the v2.1 is working well for you. You might want to post the error messages if you want any real help beyond speculations. Also any history around the install that is unusual would be good to include. Jon Carnes On Fri, 2003-05-02 at 21:52, Ken wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hey all, > > My new lists function and archive fine after upgrading to 2.1 - anything > created after the upgrade. My old lists have lost their archives somehow and > I can't figure out how to regenerate them. The list is just spewing errors > atm and not archiving. Otherwise it functions as normal. > > Any ideas? > > Thanks for any help... > - -- > Ken - "I'm just re-do." > ken at kickasskungfu.com > - ----------------------------------------------------------------- > pgp fingerprint 2D6D 67D1 1600 04E0 4AF7 BA7E 26A5 4189 9228 1585 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (GNU/Linux) > > iD8DBQE+syDdJqVBiZIoFYURAmybAJ94QTKoTck5eu1NfvZ/eA8GYMzXtACfQndK > 196Ise9J+zwFKBsbdmQYwKk= > =lhDt > -----END PGP SIGNATURE----- > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Sat May 3 16:43:46 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sat, 03 May 2003 14:43:46 -0000 Subject: [Mailman-Users] can I set up an anouncement only type list? In-Reply-To: <01dd01c310b8$c0ee1080$3b00000a@burner> References: <01dd01c310b8$c0ee1080$3b00000a@burner> Message-ID: <1051973069.2163.15.camel@anncons> On Fri, 2003-05-02 at 10:40, Dave Turk wrote: > Can I set up an announcement only type list with mailman? Yes. Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ From jonc at nc.rr.com Sat May 3 17:02:05 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sat, 03 May 2003 15:02:05 -0000 Subject: [Mailman-Users] gathering metrics In-Reply-To: <20030501175120.GL18848@charite.de> References: <932CA6DD91BC3C409E63F367925F4CE4071476@EXCHANGE.HANKEYINVESTMENTS.COM> <20030501175120.GL18848@charite.de> Message-ID: <1051974160.2164.30.camel@anncons> On Thu, 2003-05-01 at 13:51, Ralf Hildebrandt wrote: > e) A good filesystem layout (see http://www.stahl.bau.tu-bs.de/~hildeb/postfix/ext3.shtml) Thanks for the great postfix/ext3 link. It does a good job of pointing out how to use ext3 with an active disk I/O application like postfix. I have always advocated folks use an ext2 file-system for their /var volume; now I'll have to give this a try on a test system. This might be a good addition to the Postfix tuning FAQ. Jon Carnes From jonc at nc.rr.com Sat May 3 17:19:44 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sat, 03 May 2003 15:19:44 -0000 Subject: [Mailman-Users] Listinfo problem In-Reply-To: References: Message-ID: <1051975225.2162.34.camel@anncons> On Thu, 2003-05-01 at 05:51, Richard Baskett wrote: > I can't seem to figure out how to change the email address on the listinfo > page.. Currently it says mailman at www.domain.com when it should say > mailman at domain.com.. When I use: > > bin/withlist -l -r fix_url listname --urlhost=domain.com > > It works, but then the sites will only show up if you type in the url > domain.com.. if you have www.domain.com then the lists do not show up. Is > there a simple way of fixing this problem? > There is a switch in ~mailman/Mailman/mm_cfg.py that you can toggle and then any valid URL that gets you to a Mailman cgi will work. Look in Defaults.py for more details. > Plus how can I change the user for the email address.. so change > mailman at domain.com to postmaster at domain.com? > > Thanks again! :) You can edit the page directly (from the web-admin of the list). From Ralf.Hildebrandt at charite.de Sat May 3 17:29:23 2003 From: Ralf.Hildebrandt at charite.de (Ralf Hildebrandt) Date: Sat, 3 May 2003 17:29:23 +0200 Subject: [Mailman-Users] gathering metrics In-Reply-To: <1051974160.2164.30.camel@anncons> References: <932CA6DD91BC3C409E63F367925F4CE4071476@EXCHANGE.HANKEYINVESTMENTS.COM> <20030501175120.GL18848@charite.de> <1051974160.2164.30.camel@anncons> Message-ID: <20030503152923.GG32193@charite.de> * Jon Carnes : > On Thu, 2003-05-01 at 13:51, Ralf Hildebrandt wrote: > > e) A good filesystem layout (see http://www.stahl.bau.tu-bs.de/~hildeb/postfix/ext3.shtml) > > Thanks for the great postfix/ext3 link. > It does a good job of pointing out how to use ext3 with an active disk > I/O application like postfix. I felt it was needed, since the topic comes up all the time on the Postfix-Users list. > This might be a good addition to the Postfix tuning FAQ. Fear not, it will be in the book :) -- Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt at charite.de Charite Campus Mitte Tel. +49 (0)30-450 570-155 Referat V a - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 AIM: ralfpostfix From jonc at nc.rr.com Sat May 3 17:31:21 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sat, 03 May 2003 15:31:21 -0000 Subject: [Mailman-Users] loop prevention with sendmail In-Reply-To: References: Message-ID: <1051975722.2161.42.camel@anncons> Sounds like their client is dropping the headers. You should return the favor and drop the user. I'm not kidding here. The subscriber is not being considerate of you or the other members on the list. Vacation messages should only be set to respond if the user is explicitly listed in the TO: or CC: field. Another check is to look for the X-header that indicates the mail is from mailing list. If you want to be nice, you could simply move this user over to No Mail or click on his moderation bit (version 2.1.x) On a personal note, I haven't had that problem on any of my lists in about 2 years now. Jon Carnes On Thu, 2003-05-01 at 15:23, Chris Bauer wrote: > I am trying to find some documentation on preventing mail loops with mailman running sendmail. What I'm afraid will happen is someone will set up a vacation rule that will cause a loop. > > So far, all of the searching on the web I've done has turned up information about doing this with Postfix and the use of the X-Loop or X-Beenthere mail header fields. However, I tested this and is seems that the loop is not being detected. Any input or point in the right direction on how to prevent this would be greatly appreciated. > > Thanks! > -Chris > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From lxxvi at customcpu.com Sat May 3 17:23:50 2003 From: lxxvi at customcpu.com (Ye|land) Date: Sat, 03 May 2003 07:23:50 -0800 Subject: [Mailman-Users] POP Message-ID: <3EB3DF06.8070007@customcpu.com> What would be a good choice for handling POP on my TSL box? I'm currently using ipop3d which is rather inflexible. Many thanks From ken at kickasskungfu.com Sat May 3 19:51:46 2003 From: ken at kickasskungfu.com (Ken) Date: Sat, 3 May 2003 10:51:46 -0700 Subject: [Mailman-Users] archive issues In-Reply-To: <1051972997.2161.13.camel@anncons> References: <200305021852.31335.ken@kickasskungfu.com> <1051972997.2161.13.camel@anncons> Message-ID: <200305031051.53224.ken@kickasskungfu.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 It seems manually recreating the files and directories has solved the problem. Thanks for the help though :) On Saturday 03 May 2003 07:43 am, you wrote: > Good to hear the v2.1 is working well for you. > > You might want to post the error messages if you want any real help > beyond speculations. Also any history around the install that is > unusual would be good to include. > > Jon Carnes > > On Fri, 2003-05-02 at 21:52, Ken wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > Hey all, > > > > My new lists function and archive fine after upgrading to 2.1 - anything > > created after the upgrade. My old lists have lost their archives somehow > > and I can't figure out how to regenerate them. The list is just spewing > > errors atm and not archiving. Otherwise it functions as normal. > > > > Any ideas? > > > > Thanks for any help... > > - -- > > Ken - "I'm just re-do." > > ken at kickasskungfu.com > > - ----------------------------------------------------------------- > > pgp fingerprint 2D6D 67D1 1600 04E0 4AF7 BA7E 26A5 4189 9228 1585 > > -----BEGIN PGP SIGNATURE----- > > Version: GnuPG v1.2.1 (GNU/Linux) > > > > iD8DBQE+syDdJqVBiZIoFYURAmybAJ94QTKoTck5eu1NfvZ/eA8GYMzXtACfQndK > > 196Ise9J+zwFKBsbdmQYwKk= > > =lhDt > > -----END PGP SIGNATURE----- > > > > > > ------------------------------------------------------ > > Mailman-Users mailing list > > Mailman-Users at python.org > > http://mail.python.org/mailman/listinfo/mailman-users > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > Searchable Archives: > > http://www.mail-archive.com/mailman-users%40python.org/ > > > > This message was sent to: jonc at nc.rr.com > > Unsubscribe or change your options at > > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com - -- Ken - "I'm just re-do." ken at kickasskungfu.com - ----------------------------------------------------------------- pgp fingerprint 2D6D 67D1 1600 04E0 4AF7 BA7E 26A5 4189 9228 1585 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+tAG3JqVBiZIoFYURAp8qAJ41lD8koxjpr46Iqe7vMR/50JbGBACfUAh+ PCYI7wDSOO6NzBMdNtN0554= =qI+x -----END PGP SIGNATURE----- From ken at kickasskungfu.com Sat May 3 20:19:11 2003 From: ken at kickasskungfu.com (Ken) Date: Sat, 3 May 2003 11:19:11 -0700 Subject: [Mailman-Users] postfix, virtual domains, and listinfo Message-ID: <200305031119.13287.ken@kickasskungfu.com> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi all, I have one other issue I'd like to know if anyone has a solution for. I am running postfix with postfix style virtual domains. I've set mailman 2.1 up according to the README.POSTFIX file and it is working well. The thing I would like to accomplish is having listinfo display *all* lists available from mailman. Our webserver is a seperate box with /mailman/ aliased to our mail box. However, the aliasing done by apache does not pass the original hostname along with the request. Subsequently, if you surf to mailman/listinfo from any of our virt domains, their lists do not show up on the listinfo page. And then if I do the same from our primary domain, all I see are the lists associated with it alone and none of the other virt domains. Ultimately this means the listinfo functionality isn't really working for me. I dug through Defaults.py and mm_cfg.py but can't figure out if it's possible to make listinfo disregard the hostname and just show me all the lists it knows about. I tried the following setting in mm_cfg.py but mailman don't like it: POSTFIX_STYLE_VIRTUAL_DOMAINS = ['virtdomain.com'] add_virtualhost (mail.primarydomain.org, virtdomain.com) All the other functionality is working really well. And to be honest this is a minor annoyance. But still it would be nice to get it sorted out. Thanks in advance for any help. - -- Ken - "I'm just re-do." ken at kickasskungfu.com - ----------------------------------------------------------------- pgp fingerprint 2D6D 67D1 1600 04E0 4AF7 BA7E 26A5 4189 9228 1585 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (GNU/Linux) iD8DBQE+tAgfJqVBiZIoFYURAnsvAJ0bhRkGQXfaxlfqMrfu68aIhHmxpwCgt3Yl 7kdrugcEokTy7yFcMEpJ7jc= =Dlm/ -----END PGP SIGNATURE----- From jsmith at smittybuilt.com Sat May 3 21:37:51 2003 From: jsmith at smittybuilt.com (jsmith) Date: Sat, 3 May 2003 12:37:51 -0700 Subject: [Mailman-Users] Feature Request? Possibly it already exists. Message-ID: Hello, I am very pleased with the features in this program. I have several lists up now using mailman 2.1.1 and I am about to upgrade to 2.1.2 One of my list owners is looking for more information about each user. I know most lists would not require this and some would never add this feature. Basically this is a Job Posting and Networking list for possible jobs for Marines getting out of the service. They would also like to have basic fields similar to adding your name to the account but expand it to include a few more fields. Address, Phone. And of course the options to not show this to anyone. As of now I am going to setup a sql db to capture this data. Would it be easy for me to add it to mailman? I am no programmer but I can follow instructions and read up on this IF its possible. I found nothing like this in the archives. Any and all direction in this matter is greatly appreciated. Joe From edwin at qscomputers.com Sun May 4 06:33:14 2003 From: edwin at qscomputers.com (Edwin Sevrence) Date: Sat, 3 May 2003 21:33:14 -0700 Subject: [Mailman-Users] Bulletin Board Message-ID: Is there a way to link or import the messages into a Bulletin Board System like PHPbb? I have seen some sites like Yahoo that do this with there List server so people can browse the messages like you would on a BB. From hraftery at myrealbox.com Sun May 4 07:38:54 2003 From: hraftery at myrealbox.com (Heath Raftery) Date: Sun, 04 May 2003 15:38:54 +1000 Subject: [Mailman-Users] Not able to mail or web server from the Mailman host - another idea? Message-ID: Hey folks, A Mailman newbie here, wondering if my scenario is workable. I've got Mailman 2.1.1 running well on Mac OS X 10.2. Unfortunately, while I can serve to the local network, I cannot mail or web serve to the greater Internet, despite having a routable address there are firewall restrictions I have no control over. I've got sendmail using a "smart host" successfully, so Mailman sends its emails to the the Internet fine. I was considering using fetchmail to receive emails, but have now discovered that by default, Mailman sets up mailing lists with some 10 aliases for different tasks. It is a little silly for me to sign up for another 10 email accounts for every list I create (even if I only create 3 or so). Perhaps Majordomo or something else would be more suited to this, but I was wondering, since most subscribing and unsubscribing will be done with email commands (since I can't web serve from this computer), if instead of having different email addresses for different tasks, the tasks are described by commands in emails to an "admin" address. Is anyone aware of a setup which might suit my situation? Cheers, Heath -- ___________________________________________________ | Heath Raftery | | hraftery at myrealbox.com | | *Quotation is a serviceable substitute for wit* | | _\|/_ | |________________________________m(. .)m____________| From alex at phred.org Sun May 4 08:27:08 2003 From: alex at phred.org (alex wetmore) Date: Sat, 3 May 2003 23:27:08 -0700 (PDT) Subject: [Mailman-Users] archiving Message-ID: <20030503232609.J48329-100000@phred.org> Is it possible to archive only to the mbox file for some lists while having full pipermail archives for other lists? Most of my lists use an external archiver that I wrote, but some of them use pipermail. For the external lists I still like to keep the mbox files going as a backup, but I'd rather not be using extra disk space for the inaccessible pipermail archives. thanks, alex From jimpop at yahoo.com Sun May 4 09:04:16 2003 From: jimpop at yahoo.com (Jim Popovitch) Date: Sun, 4 May 2003 03:04:16 -0400 Subject: [Mailman-Users] looking for: find_member.cgi Message-ID: Hi, I hosts several MM lists for others and I want to provide a way for them to search for a member within their lists. I have tried wrapping find_member with a cgi script but this will not work because of permission problems. Has anyone ever done this successfully and securely? -Jim P. From johnson at nmr.mgh.harvard.edu Sun May 4 16:07:32 2003 From: johnson at nmr.mgh.harvard.edu (Chris Johnson) Date: Sun, 4 May 2003 10:07:32 -0400 (EDT) Subject: [Mailman-Users] Apparently missing methods. In-Reply-To: <1051972097.2163.10.camel@anncons> Message-ID: On 3 May 2003, Jon Carnes wrote: > It says that there is no "mailman" group (as in /etc/groups). > How did you install Mailman? If that is missing, then there are bound > to be other problems. > > Found the problem. I have THE worst luck with search engines. That answer was wrong. The only think really missing was any trace of docu,entaion in the RPM I used. I'm going to grab the tar file and read the INSTALL. Rumor has it it will help significantly. SIGN. Bitten by RTFM. How embarrassing. And how annoying the RPM builders blew up. ------------------------------------------------------------------------------- Chris Johnson |Internet: johnson at nmr.mgh.harvard.edu Systems Administrator |Web: http://www.nmr.mgh.harvard.edu/~johnson NMR Center |Voice: 617.726.0949 Mass. General Hospital |FAX: 617.726.7422 149 (2301) 13th Street |I'm continually amazed by mankind's seemingly Charlestown, MA., 02129 USA |infinite capacity for stupidity. Me ------------------------------------------------------------------------------- From ftnx at ksbase.com Sun May 4 18:47:51 2003 From: ftnx at ksbase.com (Kari Suomela) Date: Sun, 04 May 2003 11:47:51 -0500 Subject: [Mailman-Users] Mailman CGI error In-Reply-To: Message-ID: <1052048928@ksbase> Wednesday April 30 2003 18:42, Toby Reiter wrote to All: TR> Failure to find group name nobody. Try adding this group TR> to your system, or re-run configure, providing an TR> existing group name with the command line option --with-cgi-gid. TR> --- TR> The first time I got this error, I checked for the existence of TR> group TR> nobody -- it exists, I recompiled with command line option Your Apache runs as apache/apache - not nobody. KS KARICO Business Services Toronto, ON Canada http://www.karico.ca Get The Pocket Pro now!: http://www.pocketproshop.com From jonc at nc.rr.com Sun May 4 19:45:40 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sun, 04 May 2003 17:45:40 -0000 Subject: [Mailman-Users] looking for: find_member.cgi In-Reply-To: References: Message-ID: <1052070384.2392.36.camel@anncons> On Sun, 2003-05-04 at 03:04, Jim Popovitch wrote: > Hi, > > I hosts several MM lists for others and I want to provide a way for them to > search for a member within their lists. I have tried wrapping find_member with > a cgi script but this will not work because of permission problems. Has anyone > ever done this successfully and securely? > > -Jim P. Start out by placing your cgi in the ~mailman/cgi-bin/.. directory. Make it group owned by "mailman" and then set the GID bit (so that your cgi looks like the others). Hopefully that will get your cgi running with the proper rights (gid=mailman). From jonc at nc.rr.com Sun May 4 20:35:58 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sun, 04 May 2003 18:35:58 -0000 Subject: [Mailman-Users] moving mailman... In-Reply-To: <5.2.0.9.2.20030501105152.02b6dbb0@mail.dak1.net> References: <5.2.0.9.2.20030501105152.02b6dbb0@mail.dak1.net> Message-ID: <1052073399.2362.44.camel@anncons> On Thu, 2003-05-01 at 11:58, Douglas King wrote: > I am wanting to move the machines I am running Mailman on. I currently am > running Mailman version 2.0.10 along with our mail server. I have built > another box with Red Hat 9.0 on it with MM version 2.1 on it. HOW can I > export all the mail lists from one machine to the other. Can it be done > easily? If so, please advise exactly what directories, files, etc. need to > be moved to successfully accomplish this. > > Thanks copy the ~mailman/lists/.. directory from the old machine to the new machine. Grab the archives as well if you wish (~mailman/archives/..). Do a "~mailman/bin/check_perms" to make sure your rights didn't get mucked up during the copy. Do a "~mailman/bin/check_db " for each of the lists you just moved over. Mailman will update each list as you go and you will now find a .pck file in each lists directory. That should be all you need to do. Good Luck - Jon Carnes From debuser at sysmatrix.net Sun May 4 20:56:28 2003 From: debuser at sysmatrix.net (Gerald V. Livingston II) Date: Sun, 4 May 2003 13:56:28 -0500 (Central Daylight Time) Subject: [Mailman-Users] Mailman-fetchmail-exim using ISP + hosted domain Message-ID: <20030504135752.SM01252@phorce1-xp> OK -- I've been reading doc/ directories, googling, and reading archives for 10 or 12 hours now. Let's see if someone here can point me in the right direction to get my convoluted set up working the way I want it to. General info: Connection to net -- cable modem -- dynamic IP (that seldom changes) primary email addresses through the ISP that I work for (started as customer) outbound mail using Exim SMARTHOST setup through that same ISP rather than direct delivery <-- I set it up this way when I was dial-up and left it when I changed my connection to RoadRunner I also own 3 domain names that are hosted ELSEWHERE and I have only POP access to those email boxes I want to use one of my own domains for my Mailman lists. I have direct control over creating email addresses at that domain and I can create unlimited addresses/aliases there. The host is using PLESK and doesn't want to install Mailman on the servers (and PLESK lacks a true list manager). One of my other domains is hosted on a Cobalt RaQ server with majordomo installed but it gets REALLY upset with my AOL/MSN friends that send HTML by default . I'm not yet prepared to get a static IP and have an MX record pointed at my home machine (no UPS and I keep re-arranging hardware, going down for days sometimes). These will be private friend/family lists so downtime is acceptable to me but if it were a production MX server that would have to change. So, essentially, my machine has no valid FQDN. All outbound mail currently goes through $MYISP and I want to use fetchmail+Mailman to host lists with addresses at $MYDOMAIN (which is not equal to $MYISP). I've probably overlooked something in the documentation. Or I'm making it more difficult that it really is and a stock Mailman setup *should* work OK because the lists themselves will be all using a single domain (no virtual setup needed). But, if someone could point me in the right direction I would be grateful. Will I need to have "synchronised" email addresses at $MYDOMAIN and on $HOME_MACHINE (ie. for every list/list-admin/list-user address set up in Mailman here will I need a corresponding email address at the other end or do I set up a single address there with aliases and use procmail here to sort them out?)? Ideas anyone? TIA, G -- Gerald V. Livingston II Configure your Email to send TEXT ONLY -- See the following page: http://expita.com/nomime.html '74 Kombi (to be renamed - LifeSaver doesn't 'feel' right) '69 Type 1 - AirBall the Rolling Basket Case http://www.phorce1.com http://www.buskatiers.org From jimpop at yahoo.com Sun May 4 21:38:11 2003 From: jimpop at yahoo.com (Jim Popovitch) Date: Sun, 4 May 2003 15:38:11 -0400 Subject: [Mailman-Users] looking for: find_member.cgi In-Reply-To: <1052070384.2392.36.camel@anncons> Message-ID: Hi Jon, Thanks for the suggestion. The hitch here is that find_memeber (called from within find_member.cgi) needs read access to $MAILMAN/lists/*/config.db, and currently those files are installed chmod 660. Any comments on the security impact of chmod'ing these to 664? -Jim P. > -----Original Message----- > From: Jon Carnes [mailto:jonc at nc.rr.com] > Sent: Sunday, May 04, 2003 1:46 PM > To: Jim Popovitch > Cc: mailman-users at python.org > Subject: Re: [Mailman-Users] looking for: find_member.cgi > > > On Sun, 2003-05-04 at 03:04, Jim Popovitch wrote: > > Hi, > > > > I hosts several MM lists for others and I want to provide a way for them to > > search for a member within their lists. I have tried wrapping > find_member with > > a cgi script but this will not work because of permission problems. > Has anyone > > ever done this successfully and securely? > > > > -Jim P. > > Start out by placing your cgi in the ~mailman/cgi-bin/.. directory. Make > it group owned by "mailman" and then set the GID bit (so that your cgi > looks like the others). > > Hopefully that will get your cgi running with the proper rights > (gid=mailman). > From jonc at nc.rr.com Sun May 4 23:03:55 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sun, 04 May 2003 21:03:55 -0000 Subject: [Mailman-Users] looking for: find_member.cgi In-Reply-To: References: Message-ID: <1052082282.2392.54.camel@anncons> well 664 would open up your list databases and their clear text passwords. Have you tried making the owner "apache". Mailman only cares about the group, so you can mangle the owner and give rights that way. Another option is to add "apache" to the group "mailman" -or- it would be better if your cgi ran as it's own user; then add that user to the group "mailman. I've done all these at various times and for various clients. Another favorite of mine is to create a bash binary that runs as SetID mailman. Then any script run via this bash shell is run as the user/group "mailman". This is especially handy for setting up scripts activated via mailed-in commands. Hope the above is helpful, Jon Carnes BTW: looks like we need to have "mailman-power-users" group for discussion and archiving of such issues. On Sun, 2003-05-04 at 15:38, Jim Popovitch wrote: > Hi Jon, > > Thanks for the suggestion. The hitch here is that find_memeber (called from > within find_member.cgi) needs read access to $MAILMAN/lists/*/config.db, and > currently those files are installed chmod 660. Any comments on the security > impact of chmod'ing these to 664? > > -Jim P. > > > -----Original Message----- > > From: Jon Carnes [mailto:jonc at nc.rr.com] > > Sent: Sunday, May 04, 2003 1:46 PM > > To: Jim Popovitch > > Cc: mailman-users at python.org > > Subject: Re: [Mailman-Users] looking for: find_member.cgi > > > > > > On Sun, 2003-05-04 at 03:04, Jim Popovitch wrote: > > > Hi, > > > > > > I hosts several MM lists for others and I want to provide a way for them to > > > search for a member within their lists. I have tried wrapping > > find_member with > > > a cgi script but this will not work because of permission problems. > > Has anyone > > > ever done this successfully and securely? > > > > > > -Jim P. > > > > Start out by placing your cgi in the ~mailman/cgi-bin/.. directory. Make > > it group owned by "mailman" and then set the GID bit (so that your cgi > > looks like the others). > > > > Hopefully that will get your cgi running with the proper rights > > (gid=mailman). > > > From feczo at fw.hu Sun May 4 23:14:35 2003 From: feczo at fw.hu (Feczak Szabolcs) Date: Sun, 4 May 2003 23:14:35 +0200 Subject: [Mailman-Users] qrunner fails to start after upgrade to 2.1.1 Message-ID: <20030504211435.GA30969@nmi.rulez.org> Hi, We have upgraded mailman to 2.1.1-5 on debian sid, using python version 2.2.2-6. Web interface works okay, but qrunner is failed to start normally, so no mails from the que is delviered to the list members. The exim mailserver passes the incoming mails to mailman. check_permissions report no problem in bin dir. qrunner logfile says: May 04 23:01:34 2003 (22324) ArchRunner qrunner started. May 04 23:01:34 2003 (22325) BounceRunner qrunner started. May 04 23:01:34 2003 (22326) CommandRunner qrunner started. May 04 23:01:34 2003 (22327) IncomingRunner qrunner started. May 04 23:01:34 2003 (22328) NewsRunner qrunner started. May 04 23:01:34 2003 (22329) OutgoingRunner qrunner started. May 04 23:01:34 2003 (22330) VirginRunner qrunner started. May 04 23:01:35 2003 (22323) Master qrunner detected subprocess exit (pid: 22327, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] May 04 23:01:35 2003 (22334) IncomingRunner qrunner started. May 04 23:01:35 2003 (22323) Master qrunner detected subprocess exit (pid: 22334, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] May 04 23:01:36 2003 (22335) IncomingRunner qrunner started. May 04 23:01:36 2003 (22323) Master qrunner detected subprocess exit (pid: 22335, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] May 04 23:01:37 2003 (22336) IncomingRunner qrunner started. May 04 23:01:37 2003 (22323) Master qrunner detected subprocess exit (pid: 22336, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] May 04 23:01:38 2003 (22337) IncomingRunner qrunner started. May 04 23:01:38 2003 (22323) Master qrunner detected subprocess exit (pid: 22337, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] May 04 23:01:38 2003 (22338) IncomingRunner qrunner started. May 04 23:01:38 2003 (22323) Master qrunner detected subprocess exit (pid: 22338, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] May 04 23:01:39 2003 (22339) IncomingRunner qrunner started. May 04 23:01:39 2003 (22323) Master qrunner detected subprocess exit (pid: 22339, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] May 04 23:01:40 2003 (22340) IncomingRunner qrunner started. May 04 23:01:40 2003 (22323) Master qrunner detected subprocess exit (pid: 22340, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] May 04 23:01:41 2003 (22342) IncomingRunner qrunner started. May 04 23:01:41 2003 (22323) Master qrunner detected subprocess exit (pid: 22342, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] May 04 23:01:42 2003 (22343) IncomingRunner qrunner started. May 04 23:01:42 2003 (22323) Master qrunner detected subprocess exit (pid: 22343, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] May 04 23:01:42 2003 (22345) IncomingRunner qrunner started. May 04 23:01:42 2003 (22323) Master qrunner detected subprocess exit (pid: 22345, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] May 04 23:01:42 2003 (22323) Qrunner IncomingRunner reached maximum restart limit of 10, not restarting. all other logfiles are empty. Any ideas what to check ? (I have recompiled mailman from source didn't help) thnx -- Feczo ___________________________ <-- http://feczo.koli.kando.hu --> From jonc at nc.rr.com Mon May 5 01:46:40 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sun, 04 May 2003 23:46:40 -0000 Subject: [Mailman-Users] Mailman-fetchmail-exim using ISP + hosted domain In-Reply-To: <20030504135752.SM01252@phorce1-xp> References: <20030504135752.SM01252@phorce1-xp> Message-ID: <1052092047.2171.26.camel@anncons> As I was reading your email I was thinking: fetchmail and replicated email aliases and a simple install of Mailman on your box. If the remote domain that you are going to use is foo.bar.com, then you will install your mailman to use foo.bar.com so that the mails come out hosted properly (and return mail goes to your real pop client). Will your forwarding server allow you to send out mail from user at foo.bar.com? You'll have to setup the generated Mailman aliases locally and at the remote site. Then set fetchmail to pull the mail for each alias from the remote site and deliver it locally. Exim will then run as your "outbound" MTA. If you want folks to get to the website, then you will have to register your server at a dynamic IP service, and then modify the messages sent out by the server, as well as the web-sites advertised on the Listinfo web-sites. Sounds like you have already thought this through. Good Luck, Jon Carnes On Sun, 2003-05-04 at 14:56, Gerald V. Livingston II wrote: > OK -- I've been reading doc/ directories, googling, and reading archives > for 10 or 12 hours now. Let's see if someone here can point me in the right > direction to get my convoluted set up working the way I want it to. > > General info: > > Connection to net -- cable modem -- dynamic IP (that seldom changes) > > primary email addresses through the ISP that I work for (started as > customer) > > outbound mail using Exim SMARTHOST setup through that same ISP rather than > direct delivery <-- I set it up this way when I was dial-up and left it > when I changed my connection to RoadRunner > > I also own 3 domain names that are hosted ELSEWHERE and I have only POP > access to those email boxes > > I want to use one of my own domains for my Mailman lists. I have direct > control over creating email addresses at that domain and I can create > unlimited addresses/aliases there. The host is using PLESK and doesn't want > to install Mailman on the servers (and PLESK lacks a true list manager). > One of my other domains is hosted on a Cobalt RaQ server with majordomo > installed but it gets REALLY upset with my AOL/MSN friends that send HTML > by default . > > I'm not yet prepared to get a static IP and have an MX record pointed at my > home machine (no UPS and I keep re-arranging hardware, going down for days > sometimes). These will be private friend/family lists so downtime is > acceptable to me but if it were a production MX server that would have to > change. > > So, essentially, my machine has no valid FQDN. All outbound mail currently > goes through $MYISP and I want to use fetchmail+Mailman to host lists with > addresses at $MYDOMAIN (which is not equal to $MYISP). > > I've probably overlooked something in the documentation. Or I'm making it > more difficult that it really is and a stock Mailman setup *should* work OK > because the lists themselves will be all using a single domain (no virtual > setup needed). But, if someone could point me in the right direction I > would be grateful. > > Will I need to have "synchronised" email addresses at $MYDOMAIN and on > $HOME_MACHINE (ie. for every list/list-admin/list-user address set up in > Mailman here will I need a corresponding email address at the other end or > do I set up a single address there with aliases and use procmail here to > sort them out?)? > > Ideas anyone? > > TIA, > > G From jonc at nc.rr.com Mon May 5 02:18:27 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 05 May 2003 00:18:27 -0000 Subject: [Mailman-Users] Not able to mail or web server from the Mailman host - another idea? In-Reply-To: References: Message-ID: <1052093954.2171.47.camel@anncons> If it's of any help, you really only need two addresses per list: Folks can send requests directly to the list (as long as you have the list set to intercept requests - "Administrivia turned on"). You will have to live without confirmations of subscribers unless you want to add an alias for . If you downgrade to 2.0.13 then you can live without the address as well. Good Luck - Jon Carnes On Sun, 2003-05-04 at 01:38, Heath Raftery wrote: > Hey folks, > > A Mailman newbie here, wondering if my scenario is workable. I've got > Mailman 2.1.1 running well on Mac OS X 10.2. Unfortunately, while I can > serve to the local network, I cannot mail or web serve to the greater > Internet, despite having a routable address there are firewall > restrictions I have no control over. > > I've got sendmail using a "smart host" successfully, so Mailman sends > its emails to the the Internet fine. I was considering using fetchmail > to receive emails, but have now discovered that by default, Mailman > sets up mailing lists with some 10 aliases for different tasks. It is a > little silly for me to sign up for another 10 email accounts for every > list I create (even if I only create 3 or so). > > Perhaps Majordomo or something else would be more suited to this, but I > was wondering, since most subscribing and unsubscribing will be done > with email commands (since I can't web serve from this computer), if > instead of having different email addresses for different tasks, the > tasks are described by commands in emails to an "admin" address. > > Is anyone aware of a setup which might suit my situation? > > Cheers, > Heath From clfa at lapdragon.org Mon May 5 02:20:01 2003 From: clfa at lapdragon.org (Kysh) Date: Sun, 4 May 2003 17:20:01 -0700 Subject: [Mailman-Users] qrunner fails to start after upgrade to 2.1.1 In-Reply-To: <20030504211435.GA30969@nmi.rulez.org> References: <20030504211435.GA30969@nmi.rulez.org> Message-ID: <20030505002001.GA3047@meer.net> On Sun, May 04, 2003 at 11:14:35PM +0200, Feczak Szabolcs wrote: > Hi, > > We have upgraded mailman to 2.1.1-5 on debian sid, > using python version 2.2.2-6. Web interface works > okay, but qrunner is failed to start normally, so > no mails from the que is delviered to the list members. I had an identical problem, but nobody had an answer for me. (Several wanted me to try and debug, but I don't have time to debug broken code all day for every app that doesn't quite work right) I was able to hobble along for many months by just running /var/lib/mailman/bin/qrunner -r All &. I got it working again 'for real' just recently, by backing up $PREFIX/lists, purging all semblances of mailman, upgrading python to the latest of everything, reinstalling mailman and copying $PREFIX/lists back over. I am not happy with what I had to do to make that work, but it worked. -Kysh -- .+------------------------------------------------------------+. | 'Life begins at 120kias' - http://www.lapdragon.org/flying | | CBR-F4 streetbike - http://www.lapdragon.org/cbr | | 1968 Mustang fastback - http://www.lapdragon.org/mustang | | Got 'nix? - http://www.infrastructure.org/ | | KG6FOB - http://www.lapdragon.org/ham | | Give blood: Play Hockey! http://www.unixdragon.com/ | `+------------------------------------------------------------+' From jonc at nc.rr.com Mon May 5 03:27:47 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 05 May 2003 01:27:47 -0000 Subject: [Mailman-Users] postfix, virtual domains, and listinfo In-Reply-To: <200305031119.13287.ken@kickasskungfu.com> References: <200305031119.13287.ken@kickasskungfu.com> Message-ID: <1052098112.2164.52.camel@anncons> In ~mailman/Mailman/mm_cfg.py # When set, the listinfo web page overview of lists on the # machine will be confined to only those lists whose # web_page_url configuration option host is included # within the URL by which the page is visited - only those # "on the virtual host". If unset, then all lists are # included in the overview. The admin page overview always # includes all the lists. #VIRTUAL_HOST_OVERVIEW = 1 VIRTUAL_HOST_OVERVIEW = 0 For more details see ~mailman/Mailman/Defaults.py Enjoy - Jon Carnes On Sat, 2003-05-03 at 14:19, Ken wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi all, > > I have one other issue I'd like to know if anyone has a solution for. I am > running postfix with postfix style virtual domains. I've set mailman 2.1 up > according to the README.POSTFIX file and it is working well. > > The thing I would like to accomplish is having listinfo display *all* lists > available from mailman. Our webserver is a seperate box with /mailman/ > aliased to our mail box. However, the aliasing done by apache does not pass > the original hostname along with the request. Subsequently, if you surf to > mailman/listinfo from any of our virt domains, their lists do not show up on > the listinfo page. > > And then if I do the same from our primary domain, all I see are the lists > associated with it alone and none of the other virt domains. Ultimately this > means the listinfo functionality isn't really working for me. > > I dug through Defaults.py and mm_cfg.py but can't figure out if it's possible > to make listinfo disregard the hostname and just show me all the lists it > knows about. > > I tried the following setting in mm_cfg.py but mailman don't like it: > POSTFIX_STYLE_VIRTUAL_DOMAINS = ['virtdomain.com'] > add_virtualhost (mail.primarydomain.org, virtdomain.com) > > All the other functionality is working really well. And to be honest this is a > minor annoyance. But still it would be nice to get it sorted out. > > Thanks in advance for any help. > - -- > Ken - "I'm just re-do." > ken at kickasskungfu.com > - ----------------------------------------------------------------- > pgp fingerprint 2D6D 67D1 1600 04E0 4AF7 BA7E 26A5 4189 9228 1585 > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.2.1 (GNU/Linux) > > iD8DBQE+tAgfJqVBiZIoFYURAnsvAJ0bhRkGQXfaxlfqMrfu68aIhHmxpwCgt3Yl > 7kdrugcEokTy7yFcMEpJ7jc= > =Dlm/ > -----END PGP SIGNATURE----- > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Mon May 5 03:55:55 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 05 May 2003 01:55:55 -0000 Subject: [Mailman-Users] public/private searching In-Reply-To: References: Message-ID: <1052099801.2164.66.camel@anncons> You can use the default archiver (Pipermail) and use the patches for integrating Mailman with HTDig. This combination works really well (thanks mainly to Richard Barret). You have to download the appropriate patches, apply the patches to Mailman's source and then install (or re-install) Mailman. You will find complete instructions for applying patches with the download for the patches... === note from the archives from Richard Barrett === I have uploaded to sourceforge revised versions, for MM 2.1.2 compatibility, of my patches for integrating HTdig with Mailman. See http://sourceforge.net/tracker/index.php?func=detail&aid=444879&group_id=103&atid=300103 http://sourceforge.net/tracker/index.php?func=detail&aid=444884&group_id=103&atid=300103 Two earlier patches, #661138 and #668685, which were precursors of the integration patches are no longer needed, having been incorporated into the 2.1.2 source. Unfortunately, a new precursor, Bug #728836, is needed to correct defects in some of the new Polish and Portuguese language templates. ====== Good Luck - Jon Carnes On Wed, 2003-04-30 at 18:25, Tomasz Finc wrote: > Currently I run mailman for about 50 lists or so. I would like to > set up mailman to be able to search through all of the archives > and bring up matching mails. I've heard of intergrating it with > htdip and Mhonarc but I know this wont allow for lists that are > marked private. > > Is there any way to organize searching to go through all lists > that a person belongs to .. perhaps based on cookies.. instead > of just the public ones... > > One alternative i can see is if i place searching inside each > list and have a seperate db for each one. I would really like to > avoid this since searching across multiple lists at the same time is > what i really want. > > --tomasz > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Mon May 5 04:31:03 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 05 May 2003 02:31:03 -0000 Subject: [Mailman-Users] qrunner fails to start after upgrade to 2.1.1 In-Reply-To: <20030504211435.GA30969@nmi.rulez.org> References: <20030504211435.GA30969@nmi.rulez.org> Message-ID: <1052101909.2171.70.camel@anncons> You're not the first to have this problem on Debian. You should download the source and install from there. You might also need to install Python from source as well - but first I would simply try re-installing Mailman using the source code. Let us know how you do. If installing from source solves the problem then you should contact the Mailman maintainer on Debian. Jon Carnes On Sun, 2003-05-04 at 17:14, Feczak Szabolcs wrote: > Hi, > > We have upgraded mailman to 2.1.1-5 on debian sid, > using python version 2.2.2-6. Web interface works > okay, but qrunner is failed to start normally, so > no mails from the que is delviered to the list members. > The exim mailserver passes the incoming mails to > mailman. check_permissions report no problem in bin dir. > > qrunner logfile says: > > May 04 23:01:34 2003 (22324) ArchRunner qrunner started. > May 04 23:01:34 2003 (22325) BounceRunner qrunner started. > May 04 23:01:34 2003 (22326) CommandRunner qrunner started. > May 04 23:01:34 2003 (22327) IncomingRunner qrunner started. > May 04 23:01:34 2003 (22328) NewsRunner qrunner started. > May 04 23:01:34 2003 (22329) OutgoingRunner qrunner started. > May 04 23:01:34 2003 (22330) VirginRunner qrunner started. > May 04 23:01:35 2003 (22323) Master qrunner detected subprocess exit > (pid: 22327, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] > May 04 23:01:35 2003 (22334) IncomingRunner qrunner started. > May 04 23:01:35 2003 (22323) Master qrunner detected subprocess exit > (pid: 22334, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] > May 04 23:01:36 2003 (22335) IncomingRunner qrunner started. > May 04 23:01:36 2003 (22323) Master qrunner detected subprocess exit > (pid: 22335, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] > May 04 23:01:37 2003 (22336) IncomingRunner qrunner started. > May 04 23:01:37 2003 (22323) Master qrunner detected subprocess exit > (pid: 22336, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] > May 04 23:01:38 2003 (22337) IncomingRunner qrunner started. > May 04 23:01:38 2003 (22323) Master qrunner detected subprocess exit > (pid: 22337, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] > May 04 23:01:38 2003 (22338) IncomingRunner qrunner started. > May 04 23:01:38 2003 (22323) Master qrunner detected subprocess exit > (pid: 22338, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] > May 04 23:01:39 2003 (22339) IncomingRunner qrunner started. > May 04 23:01:39 2003 (22323) Master qrunner detected subprocess exit > (pid: 22339, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] > May 04 23:01:40 2003 (22340) IncomingRunner qrunner started. > May 04 23:01:40 2003 (22323) Master qrunner detected subprocess exit > (pid: 22340, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] > May 04 23:01:41 2003 (22342) IncomingRunner qrunner started. > May 04 23:01:41 2003 (22323) Master qrunner detected subprocess exit > (pid: 22342, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] > May 04 23:01:42 2003 (22343) IncomingRunner qrunner started. > May 04 23:01:42 2003 (22323) Master qrunner detected subprocess exit > (pid: 22343, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] > May 04 23:01:42 2003 (22345) IncomingRunner qrunner started. > May 04 23:01:42 2003 (22323) Master qrunner detected subprocess exit > (pid: 22345, sig: None, sts: 1, class: IncomingRunner, slice: 1/1) [restarting] > May 04 23:01:42 2003 (22323) Qrunner IncomingRunner reached maximum restart limit of 10, not restarting. > > all other logfiles are empty. > > Any ideas what to check ? > (I have recompiled mailman from source didn't help) > > thnx From dvanhorn at ballistichelmet.org Mon May 5 05:11:36 2003 From: dvanhorn at ballistichelmet.org (dvanhorn) Date: Sun, 04 May 2003 22:11:36 -0500 Subject: [Mailman-Users] MM-Stylesheet per list Message-ID: <3EB5D668.9010208@ballistichelmet.org> Is there a way to specify stylesheets on a per list rather than per site basis using the 687704 patch ("use external style sheet config option")? -d From linux at mostert.nom.za Mon May 5 10:23:23 2003 From: linux at mostert.nom.za (Mozzi) Date: Mon, 5 May 2003 10:23:23 +0200 Subject: [Mailman-Users] admin privelages Message-ID: <200305051023.24825.linux@mostert.nom.za> Hallo all I hope this hasn't been asked before. Is there a way/patch that I can give the admin user on a list not only permission to accpet posts on a moderated list but to be able to handle users as well. Normally I would write the patch myself but I don't know a thing about python. Tnx Mozzi From a.carter at cordis.lu Mon May 5 10:56:51 2003 From: a.carter at cordis.lu (CARTER Anthony) Date: Mon, 5 May 2003 10:56:51 +0200 Subject: [Mailman-Users] Re: [Mailman-Developers] public and private archives problem In-Reply-To: <3EB0156B.4020204@isu.edu> References: <3EB013FD.7090506@isu.edu> <3EB0156B.4020204@isu.edu> Message-ID: <200305051056.51942.a.carter@intrasoft.lu> How did you fix this? I am getting this too. Thanks, Anthony On Wednesday 30 April 2003 20:26, Kory Wheatley wrote: > Never Miind I fixed the problem. > > Kory Wheatley wrote: > > I'm getting this below error when an user tries to open up there > > archives. I've run check_perms and all the permissions are correct. > > When I change the archive options on this list to public I get this > > below error when I change it back to private I can view the threaded > > archives fine, is there a solution to this. I've tested this with my > > other lists and it does the same thing. There most be something that > > I've got configured wrong that a list can't be setup to view the > > archives in the (public) setting. > > > > > > ACCESS DENIED ! > > > > You don't have permission to access the requested directory. There > > is either no index document or the directory is read-protected. > > > > If you think this is a server error, please contact the webmaster > > > > ERROR 403 > > > > mm.isu.edu > > Wed Apr 30 11:47:13 2003 > > Apache/2.0.40 (Red Hat Linux) From chasm at texas.net Mon May 5 13:35:54 2003 From: chasm at texas.net (schuetzen) Date: Mon, 05 May 2003 06:35:54 -0500 Subject: [Mailman-Users] Archives - importing from Yahoogroups... In-Reply-To: <200305051056.51942.a.carter@intrasoft.lu> References: <3EB013FD.7090506@isu.edu> <3EB0156B.4020204@isu.edu> <200305051056.51942.a.carter@intrasoft.lu> Message-ID: Has anyone ever experienced any problems in using the archives once they were imported from Yahoogroups (after transferring an elist to Mailman)? in fact, has anyone ever experienced any problems in doing the importing, period? thanks chas -- powered by Linux, Suse 8.2 Pro + Agent under Wine emulator Charles L Hamilton, Houston, TX chasm @ texas. net www.schuetzen.net From listmod at camarilla.white-wolf.com Mon May 5 14:03:35 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Mon, 05 May 2003 12:03:35 -0000 Subject: [Mailman-Users] Archives - importing from Yahoogroups... In-Reply-To: References: <3EB013FD.7090506@isu.edu> <3EB0156B.4020204@isu.edu> <200305051056.51942.a.carter@intrasoft.lu> Message-ID: <1052136177.2255.133.camel@localhost.localdomain> Try http://freshmeat.net/projects/yahoo2mbox/?topic_id=87 Part of my job requires moving pre-existing yahoo lists over to mailman. Rather easy to use.. download the archives into a file, then use the ~mailman/bin/arch command to add it to the archives. Example: you download the file to yahoo.mbox and the list you want to move the archives over to is mailman-users, you would use the command line ~mailman/bin/arch mailman ~/yahoo.mbox That would then add those to the archives in the necessary areas. On Mon, 2003-05-05 at 07:35, schuetzen wrote: > Has anyone ever experienced any problems in using the archives once they were > imported from Yahoogroups (after transferring an elist to Mailman)? > in fact, has anyone ever experienced any problems in doing the importing, > period? > > thanks > chas > -- > powered by Linux, Suse 8.2 Pro + Agent under Wine emulator > Charles L Hamilton, Houston, TX chasm @ texas. net www.schuetzen.net > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: listmod at camarilla.white-wolf.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/listmod%40camarilla.white-wolf.com -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo --(US2002021042)-- ---- ------------------------------- --- -- - - From mitchell at cuip.net Mon May 5 14:42:54 2003 From: mitchell at cuip.net (Mitchell Marks) Date: Mon, 05 May 2003 07:42:54 -0500 Subject: [Mailman-Users] moving mailman... In-Reply-To: <1052073399.2362.44.camel@anncons> References: <5.2.0.9.2.20030501105152.02b6dbb0@mail.dak1.net> <5.2.0.9.2.20030501105152.02b6dbb0@mail.dak1.net> Message-ID: <5.2.0.9.2.20030505073657.064402e0@cuip.uchicago.edu> Jon and the group, May I add two detail questions? -- You didn't mention fix_url.py. Is that needed if the new server is at a different URL? -- In my case the MM versions on the old and new hosts are 2.1.1 and 2.1.2. Do I still need check_db? Thanks! -- Mitch Marks At 01:36 PM 5/4/03, Jon Carnes wrote: >On Thu, 2003-05-01 at 11:58, Douglas King wrote: > > I am wanting to move the machines I am running Mailman on. I currently am > > running Mailman version 2.0.10 along with our mail server. I have built > > another box with Red Hat 9.0 on it with MM version 2.1 on it. HOW can I > > export all the mail lists from one machine to the other. Can it be done > > easily? If so, please advise exactly what directories, files, etc. > need to > > be moved to successfully accomplish this. > > > > Thanks > >copy the ~mailman/lists/.. directory from the old machine to the new >machine. Grab the archives as well if you wish (~mailman/archives/..). > >Do a "~mailman/bin/check_perms" to make sure your rights didn't get >mucked up during the copy. > >Do a "~mailman/bin/check_db " for each of the lists you just >moved over. Mailman will update each list as you go and you will now >find a .pck file in each lists directory. > >That should be all you need to do. > >Good Luck - Jon Carnes > -- Mitchell Marks CUIP Tech Coordinator http://cuip.uchicago.edu CUIP: Chicago Public Schools / Univ. of Chicago Internet Project 5640 S Ellis Ave AAC-045, Univ of Chgo, Chgo IL 60637 Telephone: Ofc 773-702-6041 Fax 702-8212 Home (v.m. only, ok any time) 241-7166 Email: Primary address: mitch at cuip.uchicago.edu Alternate UofC addresses (use especially to report problems with cuip.uchicago.edu): mitchell at cs.uchicago.edu and mmar at midway.uchicago.edu Off-campus (ISP) address: mmarks at pobox.com Life is complex: it has both real and imaginary parts. From feczo at fw.hu Mon May 5 16:07:57 2003 From: feczo at fw.hu (Feczak Szabolcs) Date: Mon, 5 May 2003 16:07:57 +0200 Subject: [Mailman-Users] qrunner fails to start after upgrade to 2.1.1 Message-ID: <20030505140757.GA34885@nmi.rulez.org> On Sun, May 04, 2003 at 10:31:50PM -0400, Jon Carnes wrote: > You're not the first to have this problem on Debian. You should > download the source and install from there. You might also need to > install Python from source as well - but first I would simply try > re-installing Mailman using the source code. You probably jumped over this part of my letter: > > (I have recompiled mailman from source didn't help) so it is not a package problem -- Feczo ___________________________ <-- http://feczo.koli.kando.hu --> From feczo at fw.hu Mon May 5 16:08:26 2003 From: feczo at fw.hu (Feczak Szabolcs) Date: Mon, 5 May 2003 16:08:26 +0200 Subject: [Mailman-Users] qrunner fails to start after upgrade to 2.1.1 Message-ID: <20030505140826.GB34885@nmi.rulez.org> On Sun, May 04, 2003 at 05:20:01PM -0700, Kysh wrote: > I was able to hobble along for many months by just running > /var/lib/mailman/bin/qrunner -r All &. Looks like I have bit different problem: /var/lib/mailman/bin/qrunner -r All Traceback (most recent call last): File "/var/lib/mailman/bin/qrunner", line 270, in ? main() File "/var/lib/mailman/bin/qrunner", line 260, in main qrunner.run() File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 59, in run filecnt = self._oneloop() File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 88, in _oneloop msg, msgdata = self._switchboard.dequeue(filebase) File "/var/lib/mailman/Mailman/Queue/Switchboard.py", line 144, in dequeue data = self._ext_read(dbfile) File "/var/lib/mailman/Mailman/Queue/Switchboard.py", line 245, in _ext_read dict = marshal.load(fp) ValueError: bad marshal data > I got it working again 'for real' just recently, by backing up $PREFIX/lists, > purging all semblances of mailman, upgrading python to the latest of everything, What version of python are you using ? (me: 2.2.2) -- Feczo ___________________________ <-- http://feczo.koli.kando.hu --> From raywood at magma.ca Mon May 5 16:24:40 2003 From: raywood at magma.ca (Raymond Wood) Date: Mon, 5 May 2003 10:24:40 -0400 Subject: [Mailman-Users] Subscribing to List 1 automatically subscribes user to List 2 In-Reply-To: <1050439528.2235.125.camel@anncons> References: <20030415172736.GA1440@magma.ca> <1050439528.2235.125.camel@anncons> Message-ID: <20030505142440.GA31206@magma.ca> On Tue, Apr 15, 2003 at 04:45:29PM -0400, Jon Carnes remarked: > On Tue, 2003-04-15 at 13:27, Raymond Wood wrote: > > Hello mailman-users, > > > > I'm writing to ask your collective advice about how best to > > arrange it so that when a user subscribes to one list (say, > > MAIN), then they automatically get subscribed to a second > > list (say, ANNOUNCE). > > > > One issue here is that there may be people who want to > > subscribe to ANNOUNCE who do not want to subscribe to MAIN > > :) Otherwise a solution would likely be much easier to > > find... > > > > Here are some ideas that have surfaced: > > > > 2. Hack together some shell script, run as a cron job, that > > would automatically subscribe MAIN newcomers to the ANNOUNCE > > list. > This is my choice. You can use the mailman commands (in > ~mailman/bin/..) to help you write the script: > list_members - this will show the email address subscribed to a list > add_members - this will add users to a list > > You could periodically (every hour) dump out the email > addresses from Main, then use that list to do an add_member to > Announce. Mailman won't add the same user twice, so it will > ignore duplicates and only add any new users. Thanks for your feedback. Based on it, a successful solution was created -- see below. > I have a feeling that you want Announce to be a list of all > your users (no matter what list they are on). In that case, I > would use list_members to dump out the email addresses from > each of the lists into one big file, then use: sync_members to > add/delete users from the list Announce. > > The Umbrella FAQ entry has a script that does this very nicely! This would work except that there are instances of subscriptions to our Announce list who were not necessarily subscribed to any other list. AFAICT the danger of using the 'sync_members' command above is that it will remove addresses from a list if they are not contained in the input file. Because of this my preference was to use the 'add_members' command instead (which you also mentioned above). I based my script largely on the Umbrella FAQ entry at: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.005.htp I changed the script to use the 'add-members' command, modified the comments, and changed a few other little details along the way to get things to work smoothly for me. Below is the final script: NOTE: Replace all instances of the word 'string' below with the main name of your mailing lists. Cheers, Raymond ----- 8< ----------------------------------------------------- #!/bin/sh # TITLE: # CREDITS: Based on a script (author unknown) found at: # http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.005.htp # DESCRIP: Aggregates all mailing list subscriber email addresses, from all # mailing lists; then adds them to the 'string-announce' list # (duplicate addy's already existing on the string-announce list are # ignored/unaffected). # NOTES: o intended to be run as a system-wide cron job once/hour. # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # Have cron run this script hourly and the 'string-announce' list will be # updated automatically every hour with all the latest mailing # list email addresses from ALL 'string-' mailing lists. # =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= # =================================================================== # Create an empty file # =================================================================== echo " " > /tmp/lists-subscribers # =================================================================== # Extract all mailing list names that contain the word 'string' # (i.e. all mailing lists, case insensitive) and dump them to a # file, but be sure to not include either the "string-announce" # or "string-test" lists. # =================================================================== /usr/lib/mailman/bin/list_lists | grep -i string | grep -vi string-announce | grep -vi string-test | awk '{ print $1 }' > /tmp/lists # =================================================================== # For all mailing lists contained in the file above, dump all # subscriber email addresses to a different file. # =================================================================== for i in `cat /tmp/lists` do /usr/lib/mailman/bin/list_members $i >> /tmp/lists-subscribers done # =================================================================== # Sort the list, remove duplicate entries, and write to yet another # file. # =================================================================== cat /tmp/lists-subscribers |sort -u > /tmp/lists-subscribers_sorted # =================================================================== # Feed the list of ALL 'string-' list subscribers into the 'string-announce' list. # NOTE: Welcome messages need not be turned off for the # 'string-announce' list, since running this script will *not* # send the list members a welcome message, (i.e. the script # temporarily overrides whatever the list's regular # 'send_welcome_msg' configuration setting is. # =================================================================== /usr/lib/mailman/bin/add_members -n /tmp/lists-subscribers_sorted -w n string-announce > /dev/null # =================================================================== # Clean up /tmp files... rm -f /tmp/lists rm -f /tmp/lists-subscribers rm -f /tmp/lists-subscribers_sorted # =================================================================== # =================================================================== # Done! # =================================================================== #echo "" #echo 'Mailing list string-announce has been updated -- Done!' #echo "" ----- >8 ----------------------------------------------------- From greg at gregwestin.com Mon May 5 17:20:08 2003 From: greg at gregwestin.com (Greg Westin) Date: Mon, 5 May 2003 11:20:08 -0400 Subject: [Mailman-Users] "Uncaught bounce notification" for -admin addresses Message-ID: <0EA52567-7F0D-11D7-8607-003065C03184@gregwestin.com> On my server and another I checked, all messages sent to [list]-admin addresses results in a message being sent to the list admin about an "uncaught bounce notification". These weren't bounces, they were just regular e-mails sent to -admin addresses. What's wrong here? Messages such as 'list created' e-mails are sent from mailman-admin, so people should be able to write to -admin addresses. Thanks for any help, Greg Westin -- http://www.gregwestin.com Contact info: http://www.gregwestin.com/contact.php From g.lams at itcilo.it Mon May 5 18:05:50 2003 From: g.lams at itcilo.it (g.lams at itcilo.it) Date: Mon, 5 May 2003 18:05:50 +0200 Subject: [Mailman-Users] Web creation of new mailing list Message-ID: Hi all I've installed mailman-2.1.1 on RH8 with qmail 1.03 Everything work's fine, I'me able to create new mailing lists using the provided newlist script and to manage those lists via web. I would like to allow some users to create mailing list from the web. I've used the mmsitepass provided with the -c option but I've still an "you are not authorized to create a mailing list". The posts on this mailing at a first glance seem to be related to Postfix, which is not my case. Any help would be greatly appreciated Have a nice day Gael From rcostain at sympatico.ca Mon May 5 19:17:21 2003 From: rcostain at sympatico.ca (Rob Costain) Date: Mon, 05 May 2003 13:17:21 -0400 Subject: [Mailman-Users] Hotmail problem with Mailman 2.1.2 Message-ID: Since upgrading to Mailman 2.1.2, messages from Hotmail users appear empty on my lists. I have Content filtering configured to convert text/html to text/plain, and it seems to be stripping out the content of the messages. Any ideas (short of disabling Content Filtering)? Thanks, Rob -- Rob Costain rcostain at sympatico.ca - 514.808.3639 Quebec English Schools Network R?CIT - http://www.qesnrecit.qc.ca From jonc at nc.rr.com Mon May 5 19:18:43 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 05 May 2003 17:18:43 -0000 Subject: [Mailman-Users] moving mailman... In-Reply-To: <5.2.0.9.2.20030505085747.02ad9618@mail.dak1.net> References: <1052073399.2362.44.camel@anncons> <5.2.0.9.2.20030501105152.02b6dbb0@mail.dak1.net> <5.2.0.9.2.20030501105152.02b6dbb0@mail.dak1.net> <5.2.0.9.2.20030505085747.02ad9618@mail.dak1.net> Message-ID: <1052155170.2193.28.camel@anncons> On Mon, 2003-05-05 at 10:01, Douglas King wrote: > Greetings all.... > > OK, the move was completed last night, however got the following error > message when running the permissions thing: > > The only problem was I cannot run check_perms. It craters out with an error. > > [root at e-maillist lists]# ../bin/check_perms > Traceback (most recent call last): > File "../bin/check_perms", line 51, in ? > MAILMAN_GID = grp.getgrnam(MAILMAN_GROUP)[2] > KeyError: getgrnam(): name not found > > I don't know if that is a bug in check_perms or if it is a real problem. > This is telling you that it cannot find the local group "mailman" (or if you compiled Mailman to use some other group, it can't find that specific group on this system). Mailman uses group rights to control it's access. The "mailman" user must belong to the "mailman" group, and all files in ~mailman must belong to the group "mailman" (and most of them must be set GID). Most important right now is that the Group actually exists! > > Also, would it be possible, in future upgrades to MM, to ADD a scheduled > message functionality to the server? I host some notice mail lists...and > this function would be a great help (trying to compete with Yahoo Groups). > If you mean periodic sendings of mailings like FAQ's then you do this via cron. It works well. Take a look at Mailman's cron and you will see many process that are already kicked off at various times. If you mean sending a note early and then scheduling when it will be sent out - that is not a part of Mailman. This is a function built-in to many Email clients (as an example Evolution has this functionality). That functionality could easily be built-into Mailman. But you would need some cue to indicate to Mailman the earliest date/time that the message should be dropped into the queue. The cue could be a header (if your email client allows for mysterious headers to be added), or it could be something added to the Subject in special parenthesis: [5/5 @ 4:00am] I would prefer to add a secondary alias like "-delay at foo.com" Then the first line of the message would be the date/time for the scheduled delivery. The setup of this could easily be a stand-alone program which simply queues the message and then drops it into the Mail queue at the specified data/time. I already have a similar program which does this for turning Vacation messages on/off. > Also....in your upgrades...can an UPGRADE RPM be done as well? I use Red > Hat as the OS, but not really "savvy" yet on Linux. > You will have to talk directly with the maintainer of the RPM that you use. There are a couple of folks who voluntarily make rpms for Mailman - of course Red Hat does it internally as well (Mailman is included with their distro). If you drop it into their Bugzilla database, you might get some response. > Thanks again for the adding the "real user name" in this version! > > > > At 07:42 AM 5/5/2003 -0500, Mitchell Marks wrote: > > >Jon and the group, > > > >May I add two detail questions? > > > > -- You didn't mention fix_url.py. Is that needed if the new > > server is at a different URL? You are correct! that was my bad assumption. I assumed from the question that the new server was going to be named the same as the old server (less confusion to the users of the lists!). If the server name changes or the url to access the server pages change, then he will have to run fix_url.py after modifying the default settings in ~mailman/Mailman/mm_cfg.py > > > > -- In my case the MM versions on the old and new hosts are 2.1.1 > > and 2.1.2. Do I still need check_db? I'm not aware of any database changes from 2.1.1 to 2.1.2, so you should just be able to copy the lists over and be done (as long as the url is correct for each copied list). > > > >Thanks! > > > > -- Mitch Marks > > > > > >At 01:36 PM 5/4/03, Jon Carnes wrote: > >>On Thu, 2003-05-01 at 11:58, Douglas King wrote: > >> > I am wanting to move the machines I am running Mailman on. I currently am > >> > running Mailman version 2.0.10 along with our mail server. I have built > >> > another box with Red Hat 9.0 on it with MM version 2.1 on it. HOW can I > >> > export all the mail lists from one machine to the other. Can it be done > >> > easily? If so, please advise exactly what directories, files, etc. > >> need to > >> > be moved to successfully accomplish this. > >> > > >> > Thanks > >> > >>copy the ~mailman/lists/.. directory from the old machine to the new > >>machine. Grab the archives as well if you wish (~mailman/archives/..). > >> > >>Do a "~mailman/bin/check_perms" to make sure your rights didn't get > >>mucked up during the copy. > >> > >>Do a "~mailman/bin/check_db " for each of the lists you just > >>moved over. Mailman will update each list as you go and you will now > >>find a .pck file in each lists directory. > >> > >>That should be all you need to do. > >> > >>Good Luck - Jon Carnes > > > >-- > >Mitchell Marks > >CUIP Tech Coordinator http://cuip.uchicago.edu > >CUIP: Chicago Public Schools / Univ. of Chicago Internet Project > >5640 S Ellis Ave AAC-045, Univ of Chgo, Chgo IL 60637 > > > >Telephone: Ofc 773-702-6041 > > Fax 702-8212 > > Home (v.m. only, ok any time) 241-7166 > >Email: Primary address: mitch at cuip.uchicago.edu > > Alternate UofC addresses (use especially to report problems with > > cuip.uchicago.edu): mitchell at cs.uchicago.edu and mmar at midway.uchicago.edu > > Off-campus (ISP) address: mmarks at pobox.com > > > >Life is complex: it has both real and imaginary parts. > > > > > > > > > > > >--- > >Incoming mail is certified Virus Free. > >Checked by AVG anti-virus system (http://www.grisoft.com). > >Version: 6.0.476 / Virus Database: 273 - Release Date: 4/24/2003 From jonc at nc.rr.com Mon May 5 19:34:27 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 05 May 2003 17:34:27 -0000 Subject: [Mailman-Users] "Uncaught bounce notification" for -admin addresses In-Reply-To: <0EA52567-7F0D-11D7-8607-003065C03184@gregwestin.com> References: <0EA52567-7F0D-11D7-8607-003065C03184@gregwestin.com> Message-ID: <1052156117.2197.39.camel@anncons> On Mon, 2003-05-05 at 11:20, Greg Westin wrote: > On my server and another I checked, all messages sent to [list]-admin > addresses results in a message being sent to the list admin about an > "uncaught bounce notification". These weren't bounces, they were just > regular e-mails sent to -admin addresses. What's wrong here? Messages > such as 'list created' e-mails are sent from mailman-admin, so people > should be able to write to -admin addresses. > > Thanks for any help, > > Greg Westin Check your aliases to make sure they are defined properly. I don't see that problem on any of my lists. What version are you running? What is your MTA (mail server)? Jon Carnes From python.org at gregwestin.com Mon May 5 19:52:56 2003 From: python.org at gregwestin.com (Greg Westin) Date: Mon, 5 May 2003 13:52:56 -0400 (EDT) Subject: [Mailman-Users] "Uncaught bounce notification" for -admin addresses In-Reply-To: <1052156117.2197.39.camel@anncons> Message-ID: > Check your aliases to make sure they are defined properly. > > I don't see that problem on any of my lists. What version are you > running? What is your MTA (mail server)? Here are the aliases on my server for the mailman list, with Postfix as the MTA: [localhost:~] westin% cat ~mailman/data/aliases | grep mailman- mailman-loop: /usr/local/mailman/data/owner-bounces.mbox mailman-admin: "|/usr/local/mailman/mail/mailman admin mailman" mailman-bounces: "|/usr/local/mailman/mail/mailman bounces mailman" mailman-confirm: "|/usr/local/mailman/mail/mailman confirm mailman" mailman-join: "|/usr/local/mailman/mail/mailman join mailman" mailman-leave: "|/usr/local/mailman/mail/mailman leave mailman" mailman-owner: "|/usr/local/mailman/mail/mailman owner mailman" mailman-request: "|/usr/local/mailman/mail/mailman request mailman" mailman-subscribe: "|/usr/local/mailman/mail/mailman subscribe mailman" mailman-unsubscribe: "|/usr/local/mailman/mail/mailman unsubscribe mailman" Here are the aliases for the mailman list on another server that seems to be having the problem, with sendmail as the MTA: toad% cat mailman.aliases | grep mailman- mailman-admin: "|/usr/local/mailman/mail/mailman admin mailman" mailman-bounces: "|/usr/local/mailman/mail/mailman bounces mailman" mailman-confirm: "|/usr/local/mailman/mail/mailman confirm mailman" mailman-join: "|/usr/local/mailman/mail/mailman join mailman" mailman-leave: "|/usr/local/mailman/mail/mailman leave mailman" mailman-owner: "|/usr/local/mailman/mail/mailman owner mailman" mailman-request: "|/usr/local/mailman/mail/mailman request mailman" mailman-subscribe: "|/usr/local/mailman/mail/mailman subscribe mailman" mailman-unsubscribe: "|/usr/local/mailman/mail/mailman unsubscribe mailman" Are these wrong? I'm including below the text of a sample message that resulted from me simply sending a message to mailman-admin at my domain, and the corresponding entries in my mail log. Thanks for the help, Greg -- http://www.gregwestin.com Contact info: http://www.gregwestin.com/contact.php -- Begin error message -- From: mailman-bounces at mydomain Date: Mon May 5, 2003 1:42:52 PM US/Eastern To: mailman-owner at mydomain Subject: Uncaught bounce notification The attached message was received as a bounce, but either the bounce format was not recognized, or no member addresses could be extracted from it. This mailing list has been configured to send all unrecognized bounce messages to the list administrator(s). For more information see: http://lists.mydomain/mailman/admin/mailman/bounce From: Greg Westin Date: Mon May 5, 2003 1:42:49 PM US/Eastern To: mailman-admin at mydomain Subject: test --- http://www.gregwestin.com/ Contact info: http://www.gregwestin.com/contact.php -- End error message -- May 5 13:42:49 localhost postfix/smtpd[5231]: connect from mydomain[myip] May 5 13:42:49 localhost postfix/smtpd[5231]: 758962FF916: client=mydomain[myip] May 5 13:42:49 localhost postfix/cleanup[5233]: 758962FF916: message-id= May 5 13:42:49 localhost postfix/smtpd[5231]: disconnect from mydomain[myip] May 5 13:42:49 localhost postfix/qmgr[5062]: 758962FF916: from=, size=620, nrcpt=1 (queue active) May 5 13:42:50 localhost postfix/local[5234]: 758962FF916: to=, relay=local, delay=1, status=sent ("|/usr/local/mailman/mail/mailman admin mailman") May 5 13:42:52 localhost postfix/smtpd[5231]: connect from localhost[127.0.0.1] May 5 13:42:52 localhost postfix/smtpd[5231]: 7775C2FF927: client=localhost[127.0.0.1] May 5 13:42:52 localhost postfix/cleanup[5233]: 7775C2FF927: message-id= May 5 13:42:52 localhost postfix/smtpd[5231]: disconnect from localhost[127.0.0.1] May 5 13:42:52 localhost postfix/qmgr[5062]: 7775C2FF927: from=, size=2039, nrcpt=1 (queue active) May 5 13:42:52 localhost postfix/local[5234]: 7775C2FF927: to=, relay=local, delay=0, status=sent ("|/usr/bin/procmail -a "$EXTENSION"") From rcostain at sympatico.ca Mon May 5 20:10:54 2003 From: rcostain at sympatico.ca (Rob Costain) Date: Mon, 05 May 2003 14:10:54 -0400 Subject: [Mailman-Users] Question about patches Message-ID: I'm sure that people will see the "newbie" on my forehead for this question, but... I keep reading about "patches" (like the MM-Stylesheet patch) that interest me as a site admin, but my experience with Python is limited. How do I incorporate a patch into a Mailman install? TIA, Rob -- Rob Costain rcostain at sympatico.ca - 514.808.3639 Quebec English Schools Network R?CIT - http://www.qesnrecit.qc.ca From bassett at indiana.edu Mon May 5 20:46:42 2003 From: bassett at indiana.edu (Peg Bassett) Date: Mon, 5 May 2003 13:46:42 -0500 Subject: [Mailman-Users] scalability Message-ID: <047d01c31336$ac1d7800$f6114f81@ads.iu.edu> My development team is considering a migration from Majordomo and LSoft's Listserv to Mailman. We want to consolidate all lists, approximately 6000, on a single server. This would add up to about 500,000 subscribers and daily traffic close to 400,000 deliveries. Is anyone running a mailman installation of this size? Peg Bassett University Information Technology Services Messsaging Team Indiana University Bloomington, Indiana From debuser at sysmatrix.net Mon May 5 21:18:49 2003 From: debuser at sysmatrix.net (Gerald Livingston) Date: Mon, 5 May 2003 14:18:49 -0500 Subject: [Mailman-Users] scalability In-Reply-To: <047d01c31336$ac1d7800$f6114f81@ads.iu.edu> References: <047d01c31336$ac1d7800$f6114f81@ads.iu.edu> Message-ID: <20030505141849.11fdd7fa.debuser@sysmatrix.net> On Mon, 5 May 2003 13:46:42 -0500 "Peg Bassett" wrote: > My development team is considering a migration from Majordomo and > LSoft's Listserv to Mailman. We want to consolidate all lists, > approximately 6000, on a single server. This would add up to about > 500,000 subscribers and daily traffic close to 400,000 deliveries. Is > anyone running a mailman installation of this size? Look here: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.015.htp The base of the FAQ wizard is here: http://www.python.org/cgi-bin/faqw-mm.py G -- Gerald V. Livingston II Configure your Email to send TEXT ONLY -- See the following page: http://expita.com/nomime.html '74 Kombi (to be renamed - LifeSaver doesn't 'feel' right) '69 Type 1 - AirBall the Rolling Basket Case http://www.phorce1.com http://www.buskatiers.org From jonc at nc.rr.com Tue May 6 00:21:27 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 05 May 2003 22:21:27 -0000 Subject: [Mailman-Users] "Uncaught bounce notification" for -admin addresses In-Reply-To: References: Message-ID: <1052173335.3861.8.camel@anncons> >From the logs it looks like it is making it to the proper list script - so it doesn't appear to be a problem with Postfix. Check the email addresses of the folks on the list: mailman; is the admin actually subscribed to the list? Jon Carnes From jsmith at smittybuilt.com Tue May 6 00:30:33 2003 From: jsmith at smittybuilt.com (jsmith) Date: Mon, 5 May 2003 15:30:33 -0700 Subject: [Mailman-Users] Passwords Message-ID: Hello all, I have a need to send out passwords for everyone on a list. I know I have set it for the 30 day reminder but I seem to have some users as I am sure you all do that only confirmed and did not change their pw and don't know it. Is there a manual command to have it send out the pwds? Thanks Joe From lxxvi at customcpu.com Tue May 6 00:26:55 2003 From: lxxvi at customcpu.com (Ye|land) Date: Mon, 05 May 2003 14:26:55 -0800 Subject: [Mailman-Users] Postfix and group execution Message-ID: <3EB6E52F.108@customcpu.com> Anyone know how to set the group that postfix executes a mailman script as? I don't see any configuration option for this in the man for postfix. The error I'm dealing with is : Command output: Group mismatch error. Mailman expected the mail wrapper script to be executed as group "mailman", but the system's mail server executed the mail script as group "users". Try tweaking the mail server to run the script as group "mailman", or re-run configure, providing the command line option `--with-mail-gid=users'. Many thanks From george at vagner.com Tue May 6 00:50:58 2003 From: george at vagner.com (Laszlo Vagner) Date: Mon, 05 May 2003 18:50:58 -0400 Subject: [Mailman-Users] Postfix and group execution References: <3EB6E52F.108@customcpu.com> Message-ID: <3EB6EAD2.8090001@vagner.com> Ye|land wrote: > Anyone know how to set the group that postfix executes a mailman > script as? I don't see any configuration option for this in the man > for postfix. > > The error I'm dealing with is : > Command output: Group mismatch error. > Mailman expected the mail wrapper > script to be executed as group > "mailman", but the system's mail > server executed the mail script as > group "users". Try tweaking the mail > server to run the script as group > "mailman", or re-run configure, > providing the command line option > `--with-mail-gid=users'. > > Many thanks > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: george at vagner.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/george%40vagner.com > > I been wresling with it all day, i had to set 2 options to get it to work ./configure --with-mail-gid=mailnull --with-cgi-gid=nogroup for my system. From jonc at nc.rr.com Tue May 6 00:54:39 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 05 May 2003 22:54:39 -0000 Subject: [Mailman-Users] Question about patches In-Reply-To: References: Message-ID: <1052175329.3864.41.camel@anncons> This is in the FAQ and discussed in the archives - so feel free to look there for more details, but basically here is what you do: - download the source code and expand it - it will create a directory with all sorts of files and subdirectories (this will be called the "build" directory) - download the patch and gunzip it - if necessary - Apply the patch with the MM build directory as current working directory using the command: patch -p1 < path-to-patch-file The patch runs through the source files and makes modifications. Now you build Mailman like normal (read the file INSTALL in the build directory): ./configure --any switches you need make install If you keep the build directory hanging around then you can apply patches at any point, and then simply re-install. One of the really nice features of Mailman is that you can re-install it at any time and it leaves your data/config alone, but refreshes the binaries - so applying a patch is a snap! Be sure to turn off mailmanctl before doing a rebuild or you might loose some mail that is being processed inside a queue. If you have any more questions, don't be shy in asking. Jon Carnes On Mon, 2003-05-05 at 14:10, Rob Costain wrote: > I'm sure that people will see the "newbie" on my forehead for this question, > but... > > I keep reading about "patches" (like the MM-Stylesheet patch) that interest > me as a site admin, but my experience with Python is limited. > > How do I incorporate a patch into a Mailman install? > > TIA, > Rob From jonc at nc.rr.com Tue May 6 00:59:25 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 05 May 2003 22:59:25 -0000 Subject: [Mailman-Users] Postfix and group execution In-Reply-To: <3EB6E52F.108@customcpu.com> References: <3EB6E52F.108@customcpu.com> Message-ID: <1052175611.3865.46.camel@anncons> You should re-read the README.POSTFIX that comes with Mailman. My guess is that the aliases file containing your Mailman aliases is owned by "users". I recommend that you store your Mailman aliases in their own aliases/aliases.db fileset. Have these owned by mailman.mailman. Good Luck - Jon Carnes On Mon, 2003-05-05 at 18:26, Ye|land wrote: > Anyone know how to set the group that postfix executes a mailman script as? I don't see any configuration option for this in the man for postfix. > > The error I'm dealing with is : > Command output: Group mismatch error. > Mailman expected the mail wrapper > script to be executed as group > "mailman", but the system's mail > server executed the mail script as > group "users". Try tweaking the mail > server to run the script as group > "mailman", or re-run configure, > providing the command line option > `--with-mail-gid=users'. > > Many thanks > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Tue May 6 01:13:49 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 05 May 2003 23:13:49 -0000 Subject: [Mailman-Users] Passwords In-Reply-To: References: Message-ID: <1052176477.3858.48.camel@anncons> Take a look at the cron script: ~mailman/cron/mailpasswds On Mon, 2003-05-05 at 18:30, jsmith wrote: > Hello all, > > > > I have a need to send out passwords for everyone on a list. I know I > have set it for the 30 day reminder but I seem to have some users as I > am sure you all do that only confirmed and did not change their pw and > don't know it. Is there a manual command to have it send out the pwds? > > > > Thanks > > Joe > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From python.org at gregwestin.com Tue May 6 01:26:40 2003 From: python.org at gregwestin.com (Greg Westin) Date: Mon, 5 May 2003 19:26:40 -0400 (EDT) Subject: [Mailman-Users] "Uncaught bounce notification" for -admin addresses In-Reply-To: <1052173335.3861.8.camel@anncons> Message-ID: The e-mail addresses are valid, and are indeed subscribed to the list. Would it matter if the subscribed addresses had names associated with them? It doesn't look like you can enter real names for the administrators. It seems strange that this is happening on two different servers... perhaps something went wrong in upgrading them from 2.0 that isn't true of the servers you're looking at, where you did a cleaner upgrade? I don't know what might be wrong here... why are these messages being treated as bounces? Greg On Monday, May 5, 2003, at 06:22 PM, Jon Carnes wrote: >> From the logs it looks like it is making it to the proper list script >> - > so it doesn't appear to be a problem with Postfix. Check the email > addresses of the folks on the list: mailman; is the admin actually > subscribed to the list? > > Jon Carnes -- http://www.gregwestin.com Contact info: http://www.gregwestin.com/contact.php From jbentley at erin.gov.au Tue May 6 02:07:28 2003 From: jbentley at erin.gov.au (Jonathan Bentley) Date: Tue, 6 May 2003 10:07:28 +1000 (EST) Subject: [Mailman-Users] Importing archives without splitting into months. Message-ID: <200305060007.h4607SO06036@theia.erin.gov.au> Hi, I was wondering if anyone is able to answer a question I have about importing old mhonarc mbox files into Mailman. The lists that I want to import are generally low-traffic announcement lists. For example, a message gets sent out to members once a month to update them on the latest developments in leap-frogging or something. These lists have had more or less one post a month for several years now. Unfortunately when I try to import them into Mailman using the 'bin/arch' tool they get split up into posts for each month - each month containing only one or two posts, rather than showing a list of all posts over the last year... Hmm.. I hope this makes sense.. Is there some undocumented parameter I can pass to 'arch' to tell it to not import the mbox by month and to do it by year instead?? Any suggestions on how to avoid this problem would be greatly appreciated. Cheers heaps, Jon. From jfcessor at aznetgate.net Tue May 6 06:20:44 2003 From: jfcessor at aznetgate.net (John Cessor) Date: Mon, 5 May 2003 21:20:44 -0700 Subject: [Mailman-Users] incorrect email listing Message-ID: <007501c31386$dcaee260$6000a8c0@ph.cox.net> Hey Folks I renamed the server that mailman was running on and thought I had moved everything over correctly but now when I go to the mailman/listinfo webpage it now has Send questions or comments to mailman at www.asa4wdc.org instead of mailman at asa4wdc.org which is the format it used to have. What file did I screw up? JohnC From Ralf.Hildebrandt at charite.de Tue May 6 07:01:17 2003 From: Ralf.Hildebrandt at charite.de (Ralf Hildebrandt) Date: Tue, 6 May 2003 07:01:17 +0200 Subject: [Mailman-Users] Postfix and group execution In-Reply-To: <3EB6E52F.108@customcpu.com> References: <3EB6E52F.108@customcpu.com> Message-ID: <20030506050117.GC24669@charite.de> * Ye|land : > Anyone know how to set the group that postfix executes a mailman script as? It uses the primary group of the user it executes the scripts as. -- Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt at charite.de Charite Campus Mitte Tel. +49 (0)30-450 570-155 Referat V a - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 AIM: ralfpostfix From thomas at elements.dk Tue May 6 09:00:42 2003 From: thomas at elements.dk (Thomas von Hassel) Date: Tue, 6 May 2003 09:00:42 +0200 Subject: [Mailman-Users] The purpose of the Mailman list Message-ID: <740A0C44-7F90-11D7-844F-003065B0995C@elements.dk> Maybe im just blind, but what is the purpose of the mandatory "mailman" list on a mailman system ? /thomas From thomas at elements.dk Tue May 6 09:02:51 2003 From: thomas at elements.dk (Thomas von Hassel) Date: Tue, 6 May 2003 09:02:51 +0200 Subject: [Mailman-Users] Bounce status Message-ID: Is there any way to see what the bounce status on users that not yet have reached the threshold to get suspended or unused ? /thomas From mailingmel at yahoo.com Tue May 6 09:37:45 2003 From: mailingmel at yahoo.com (Melvin Sebastian) Date: Tue, 6 May 2003 00:37:45 -0700 (PDT) Subject: [Mailman-Users] make installation Message-ID: <20030506073745.2246.qmail@web20701.mail.yahoo.com> Hi all..I was trying to install make 3.8.0 on solaris 2.6 on an ultra 10 box. I did ./configure and was successful but when i do a make it gives me the following error. else rm -f ".deps/ar.Tpo"; exit 1; \ fi /usr/ccs/bin/as: "/var/tmp/cc1okNB5.s", line 832: error: unknown opcode ".subsection" /usr/ccs/bin/as: "/var/tmp/cc1okNB5.s", line 832: error: statement syntax /usr/ccs/bin/as: "/var/tmp/cc1okNB5.s", line 840: error: unknown opcode ".previous" /usr/ccs/bin/as: "/var/tmp/cc1okNB5.s", line 840: error: statement syntax make[2]: *** [ar.o] Error 1 make[2]: Leaving directory `/usr/local/src/make-3.80' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/local/src/make-3.80' make: *** [all] Error 2 # I had specified the path as /usr/ccs/bin and /usr/ccs/lib but still this does not seem to be working.Could anyone pls help me out?Thanks in advance.Regards,Melvin --------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. From ed at leafe.com Tue May 6 11:29:03 2003 From: ed at leafe.com (Ed Leafe) Date: Tue, 6 May 2003 05:29:03 -0400 Subject: [Mailman-Users] incorrect email listing In-Reply-To: <007501c31386$dcaee260$6000a8c0@ph.cox.net> Message-ID: <2D08595F-7FA5-11D7-A503-003065B11E84@leafe.com> On Tuesday, May 6, 2003, at 12:20 AM, John Cessor wrote: > I renamed the server that mailman was running on and thought I had > moved > everything over correctly but now when I go to the mailman/listinfo > webpage > it now has Send questions or comments to mailman at www.asa4wdc.org > instead of > mailman at asa4wdc.org which is the format it used to have. What file did > I > screw up? That's stored in the Mailman/Defaults.py file in the DEFAULT_HOST_NAME setting. You can override it with the new host name by adding the line: DEFAULT_HOST_NAME = 'asa4wdc.org' in your mm_cfg.py file. ___/ / __/ / ____/ Ed Leafe http://leafe.com/ http://opentech.leafe.com From Jeffery.D.Goddard at Dartmouth.EDU Tue May 6 14:12:46 2003 From: Jeffery.D.Goddard at Dartmouth.EDU (Jeffery D. Goddard) Date: Tue, 06 May 2003 08:12:46 -0400 Subject: [Mailman-Users] Sending problems Message-ID: <3EB7A6BE.3020901@dartmouth.edu> I'm having trouble getting Mailman to send mail. I can go in via the web interface and manually add users to my test at dom.ain list and they get mailed a message saying they have been signed up with a link to their preferences. What they can't do is sign up via sending a subscribe message to the list. Also, even after I sign them up, any mail send to the list does not come through. I'm using Mandrake 9.0 with Postfix. Can anyone provide some insight? Thanks, Jeff From feczo at fw.hu Tue May 6 15:15:54 2003 From: feczo at fw.hu (Feczak Szabolcs) Date: Tue, 6 May 2003 15:15:54 +0200 Subject: [Mailman-Users] mailmanctl start fails with bad marshal data Message-ID: <20030506131554.GA40733@nmi.rulez.org> What does that supposed to mean, in human language ? Traceback (most recent call last): File "/usr/local/stow/mailman-2.1.2/bin/qrunner", line 270, in ? main() File "/usr/local/stow/mailman-2.1.2/bin/qrunner", line 230, in main qrunner.run() File "/usr/local/stow/mailman-2.1.2//Mailman/Queue/Runner.py", line 59, in run filecnt = self._oneloop() File "/usr/local/stow/mailman-2.1.2//Mailman/Queue/Runner.py", line 88, in _oneloop msg, msgdata = self._switchboard.dequeue(filebase) File "/usr/local/stow/mailman-2.1.2//Mailman/Queue/Switchboard.py", line 144, in dequeue data = self._ext_read(dbfile) File "/usr/local/stow/mailman-2.1.2//Mailman/Queue/Switchboard.py", line 246, in _ext_read dict = marshal.load(fp) ValueError: bad marshal data Thanks: -- Feczo ___________________________ <-- http://feczo.koli.kando.hu --> From jonc at nc.rr.com Tue May 6 15:22:51 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Tue, 06 May 2003 13:22:51 -0000 Subject: [Mailman-Users] Bounce status In-Reply-To: References: Message-ID: <1052227359.2207.1.camel@anncons> The logs contain all that info. You can write a small script that queries the logs and then dumps out the info. You can find some similar scripts in the archives. Good Luck - Jon Carnes On Tue, 2003-05-06 at 03:02, Thomas von Hassel wrote: > Is there any way to see what the bounce status on users that not yet > have reached the threshold to get suspended or unused ? > > /thomas > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From kedars at netvision.net.il Tue May 6 16:31:48 2003 From: kedars at netvision.net.il (AgriSupportonline - Shlomit Kedar) Date: Tue, 06 May 2003 16:31:48 +0200 Subject: [Mailman-Users] Please Help Message-ID: <010f01c313dc$3a36ab20$9fa618ac@oemcomputer> Hi I am very new to the MailMan program and your help will be much appreciated I could not find out how to make an Ambrella List for 10 other lists that I have. I would like that people could register to one or more of all the lists by one click. Is it possible? Thanks Kind Regards, Shlomit Kedar Site Manager, AgriSupportOnline sitemanager at agrisupportonline.com www.agrisupportonline.com From jonc at nc.rr.com Tue May 6 15:32:26 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Tue, 06 May 2003 13:32:26 -0000 Subject: [Mailman-Users] Importing archives without splitting into months. In-Reply-To: <200305060007.h4607SO06036@theia.erin.gov.au> References: <200305060007.h4607SO06036@theia.erin.gov.au> Message-ID: <1052227927.2207.7.camel@anncons> The default is monthly: # 0 - yearly # 1 - monthly # 2 - quarterly # 3 - weekly # 4 - daily DEFAULT_ARCHIVE_VOLUME_FREQUENCY = 1 DEFAULT_DIGEST_VOLUME_FREQUENCY = 1 But you can change it on a per list basis by using the web-admin and going to the Archive tab and choosing "yearly" for "How often should a new archive volume be started?" HtH - Jon Carnes On Mon, 2003-05-05 at 20:07, Jonathan Bentley wrote: > Hi, > > I was wondering if anyone is able to answer a question I have about importing > old mhonarc mbox files into Mailman. > > The lists that I want to import are generally low-traffic announcement lists. > For example, a message gets sent out to members once a month to update them on > the latest developments in leap-frogging or something. > > These lists have had more or less one post a month for several years now. > Unfortunately when I try to import them into Mailman using the 'bin/arch' tool > they get split up into posts for each month - each month containing only one or > two posts, rather than showing a list of all posts over the last year... Hmm.. > I hope this makes sense.. > > > Is there some undocumented parameter I can pass to 'arch' to tell it to not > import the mbox by month and to do it by year instead?? > > Any suggestions on how to avoid this problem would be greatly appreciated. > > Cheers heaps, > > Jon. > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From petterso at online.no Tue May 6 15:35:48 2003 From: petterso at online.no (Stig Petterson) Date: Tue, 06 May 2003 15:35:48 +0200 Subject: [Mailman-Users] Problem with Date:-headers Message-ID: <3EB7BA34.C9CD999C@online.no> I just upgraded to Mailman 2.1.2 and regenerated my archives. After the process was finished, some messages was given todays date, and was therefor misplaced in the archive hierarcy. It seems to me that Mailman/Pipermail does not understand this kind of date-header: Date: 22 Mar 2002 13:26:16 +0100 while this one is ok: Date: Fri, 22 Mar 2002 13:08:56 +0100 The first mail is posted using GNUS/Emacs, while the second is posted using Outlook Express. Am I right? Is this a known bug, or is it supposed to be like this? Kind regards, Stig From jonc at nc.rr.com Tue May 6 15:43:17 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Tue, 06 May 2003 13:43:17 -0000 Subject: [Mailman-Users] mailmanctl start fails with bad marshal data In-Reply-To: <20030506131554.GA40733@nmi.rulez.org> References: <20030506131554.GA40733@nmi.rulez.org> Message-ID: <1052228642.2196.18.camel@anncons> A file or database that it is trying to process has some bad data in it, which indicates that the file or database is corrupt (or there is a bug in Mailman). I had this problem once in version 2.1.1 on a test server after my 4 year old turned it off (not shutdown, just turned off). Can you run check_db on your lists? If that doesn't resolve the problem, try removing all files from the queues (~mailman/qfiles/*/..). If that doesn't resolve the problem, get rid of any request.db files in your list's home directories (~mailman/lists//..) and delete any heldmsg* files in ~mailman/data/.. If that still doesn't resolve the problem then one of your binaries might have become corrupt - reinstall. My problem was that a binary file had become corrupt (I play with my test install *alot*). Fortunately I do my installs from source, so I simply went back to my source files and did a "make install" and that fixed my problem. Good Luck - Jon Carnes === On Tue, 2003-05-06 at 09:15, Feczak Szabolcs wrote: > What does that supposed to mean, in human language ? > > Traceback (most recent call last): > File "/usr/local/stow/mailman-2.1.2/bin/qrunner", line 270, in ? > main() > File "/usr/local/stow/mailman-2.1.2/bin/qrunner", line 230, in main > qrunner.run() > File "/usr/local/stow/mailman-2.1.2//Mailman/Queue/Runner.py", line 59, in run > filecnt = self._oneloop() > File "/usr/local/stow/mailman-2.1.2//Mailman/Queue/Runner.py", line 88, in _oneloop > msg, msgdata = self._switchboard.dequeue(filebase) > File "/usr/local/stow/mailman-2.1.2//Mailman/Queue/Switchboard.py", line 144, in dequeue > data = self._ext_read(dbfile) > File "/usr/local/stow/mailman-2.1.2//Mailman/Queue/Switchboard.py", line 246, in _ext_read > dict = marshal.load(fp) > ValueError: bad marshal data > > Thanks: From jonc at nc.rr.com Tue May 6 15:52:58 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Tue, 06 May 2003 13:52:58 -0000 Subject: [Mailman-Users] Problem with Date:-headers In-Reply-To: <3EB7BA34.C9CD999C@online.no> References: <3EB7BA34.C9CD999C@online.no> Message-ID: <1052229215.2196.22.camel@anncons> I have no doubt that this is a pipermail problem. Unfortunately Pipermail is not maintained as well as Mailman, and though Mailman ships with Pipermail, they are separate projects. Barry would like to find some hale and hardy folks to modernize and maintain Pipermail. Feel free to volunteer! Jon Carnes On Tue, 2003-05-06 at 09:35, Stig Petterson wrote: > I just upgraded to Mailman 2.1.2 and regenerated my archives. > After the process was finished, some messages was given todays date, and > was therefor misplaced in the archive hierarcy. > > It seems to me that Mailman/Pipermail does not understand this kind of > date-header: > Date: 22 Mar 2002 13:26:16 +0100 > while this one is ok: > Date: Fri, 22 Mar 2002 13:08:56 +0100 > > The first mail is posted using GNUS/Emacs, while the second is posted > using Outlook Express. > > Am I right? Is this a known bug, or is it supposed to be like this? > > > Kind regards, > Stig > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Tue May 6 15:59:27 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Tue, 06 May 2003 13:59:27 -0000 Subject: [Mailman-Users] Sending problems In-Reply-To: <3EB7A6BE.3020901@dartmouth.edu> References: <3EB7A6BE.3020901@dartmouth.edu> Message-ID: <1052229609.2196.28.camel@anncons> On Tue, 2003-05-06 at 08:12, Jeffery D. Goddard wrote: > I'm having trouble getting Mailman to send mail. I can go in via the web > interface and manually add users to my test at dom.ain list and they get > mailed a message saying they have been signed up with a link to their > preferences. What they can't do is sign up via sending a subscribe > message to the list. Also, even after I sign them up, any mail send to > the list does not come through. I'm using Mandrake 9.0 with Postfix. Can > anyone provide some insight? > > Thanks, > > Jeff > Look at FAQ 3.14 It was written for Mailman version 2.0.13 but most of it is still valid for version 2.1.x. Also, if you are using a 2.1.x version of Mailman, then read the README.POSTFIX file that comes with the source code (and can also be found in the Archives). Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Good Luck - Jon Carnes From sylvain at adv-informatique.fr Tue May 6 15:58:40 2003 From: sylvain at adv-informatique.fr (Sylvain Langlade) Date: Tue, 6 May 2003 15:58:40 +0200 Subject: [Mailman-Users] Hotmail problem with Mailman 2.1.2 In-Reply-To: Message-ID: <005a01c313d7$99aa7f50$3900a8c0@reseau.microassist.fr> When you send a HTML message, in the same email there should be a text/html version with all the fancy stuff and a second text/plain version for email client that can't deal with HTML. IIRC, mailman "convert" messages by stripping the text/html version and keeping the text/plain one. Hotmail messages are text/html only, which means there is no text/plain version. When dealing with such a text/html only message, you end up with something full of emptiness. The only solution is to not use webmail client like Hotmail... Or have a html/plain converter included in a future Mailman release! > Since upgrading to Mailman 2.1.2, messages from Hotmail users > appear empty > on my lists. > > I have Content filtering configured to convert text/html to > text/plain, and > it seems to be stripping out the content of the messages. > > Any ideas (short of disabling Content Filtering)? From jonc at nc.rr.com Tue May 6 16:04:29 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Tue, 06 May 2003 14:04:29 -0000 Subject: [Mailman-Users] The purpose of the Mailman list In-Reply-To: <740A0C44-7F90-11D7-844F-003065B0995C@elements.dk> References: <740A0C44-7F90-11D7-844F-003065B0995C@elements.dk> Message-ID: <1052229860.2207.33.camel@anncons> On Tue, 2003-05-06 at 03:00, Thomas von Hassel wrote: > Maybe im just blind, but what is the purpose of the mandatory "mailman" > list on a mailman system ? > > /thomas > It gives Mailman a standard email address to drop off errors/warnings etc. Folks don't check their logs very often if at all, so some of those errors/warnings now go to the "mailman" alias as well as to the logs. It's what folks asked for. From jonc at nc.rr.com Tue May 6 16:09:34 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Tue, 06 May 2003 14:09:34 -0000 Subject: [Mailman-Users] "Uncaught bounce notification" for -admin addresses In-Reply-To: References: Message-ID: <1052230227.2196.40.camel@anncons> Tell me what you get when you do a: ~mailman/bin/list_members mailman Also what happens if you take a message and save it to a file called test.eml and then feed it to your test list's admin: su mailman cat test.eml |/usr/local/mailman/mail/mailman admin test If this works then the problem is in the aliases file (or postfix's interpretation of the alias). Jon On Mon, 2003-05-05 at 19:26, Greg Westin wrote: > The e-mail addresses are valid, and are indeed subscribed to the list. > Would it matter if the subscribed addresses had names associated with > them? It doesn't look like you can enter real names for the > administrators. > > It seems strange that this is happening on two different servers... > perhaps something went wrong in upgrading them from 2.0 that isn't true of > the servers you're looking at, where you did a cleaner upgrade? I don't > know what might be wrong here... why are these messages being treated as > bounces? > > Greg > > On Monday, May 5, 2003, at 06:22 PM, Jon Carnes wrote: > > >> From the logs it looks like it is making it to the proper list script > >> - > > so it doesn't appear to be a problem with Postfix. Check the email > > addresses of the folks on the list: mailman; is the admin actually > > subscribed to the list? > > > > Jon Carnes > -- > http://www.gregwestin.com > Contact info: http://www.gregwestin.com/contact.php > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From denlistes at altern.org Tue May 6 16:27:27 2003 From: denlistes at altern.org (Denis --) Date: Tue, 06 May 2003 14:27:27 -0000 Subject: [Mailman-Users] Question about installation Message-ID: <1052231218.486.58.camel@collectifs> Hi, I have just upgraded my mailman. I upgrade it to a debian package. I work with Postfix, then i have a alias file: listname: "|/var/lib/mailman/mail/mailman post listname" listname-admin: "|/var/lib/mailman/mail/mailman admin listname" ... And a virtual file: listname at lists.domaine.tld listname listname-admin at lists.domaine.tld listname-admin All the upgrade were good, except littles problems: -In a message, all the r?f?rence about a mail are false (listname at domaine.tld in place of listname at lists.domaine.tld, listname-request at domaine.tld in place of listname-request at lists.domaine.tld,.... - The notification of the await approval to the poster is send by listname-bounce at domaine.tld who does'nt exist . - The notification to the owner is not possible because the adrese listname-owner at domaine.tld doesn't exist. I check my config file and all the variables seems good: DEFAULT_HOST_NAME = 'lists.domaine.tld' DEFAULT_URL = 'http://lists.domaine.tld/cgi-bin/mailman/' DEFAULT_EMAIL_HOST = 'lists.domaine.tld' DEFAULT_URL_HOST = 'lists.domaine.tld' IMAGE_LOGOS = '/images/mailman/' If someone, can help me. Thanks Denis Ps: Sorry for my bad english From jfcessor at aznetgate.net Tue May 6 16:32:04 2003 From: jfcessor at aznetgate.net (John Cessor) Date: Tue, 6 May 2003 07:32:04 -0700 Subject: [Mailman-Users] incorrect email listing References: <2D08595F-7FA5-11D7-A503-003065B11E84@leafe.com> Message-ID: <006801c313dc$43f88840$6000a8c0@ph.cox.net> Thanks for the help, it displays as it should but now I am facing another issue, none of the lists are showing up when I go to the list overview. If I point directly at the list I want to view for example... http://www.asa4wdc.org/mailman/admin/azlca then it comes up but if I point to http://www.asa4wdc.org/mailman/admin/ then all of the lists are gone. How do I get the lists to show up again? JohnC ----- Original Message ----- From: "Ed Leafe" To: "John Cessor" Cc: Sent: Tuesday, May 06, 2003 2:29 AM Subject: Re: [Mailman-Users] incorrect email listing > On Tuesday, May 6, 2003, at 12:20 AM, John Cessor wrote: > > > I renamed the server that mailman was running on and thought I had > > moved > > everything over correctly but now when I go to the mailman/listinfo > > webpage > > it now has Send questions or comments to mailman at www.asa4wdc.org > > instead of > > mailman at asa4wdc.org which is the format it used to have. What file did > > I > > screw up? > > That's stored in the Mailman/Defaults.py file in the DEFAULT_HOST_NAME > setting. You can override it with the new host name by adding the line: > > DEFAULT_HOST_NAME = 'asa4wdc.org' > > in your mm_cfg.py file. > > ___/ > / > __/ > / > ____/ > Ed Leafe > http://leafe.com/ > http://opentech.leafe.com > > > From python.org at gregwestin.com Tue May 6 16:49:18 2003 From: python.org at gregwestin.com (Greg Westin) Date: Tue, 6 May 2003 10:49:18 -0400 (EDT) Subject: [Mailman-Users] "Uncaught bounce notification" for -admin addresses In-Reply-To: <1052230227.2196.40.camel@anncons> Message-ID: > Tell me what you get when you do a: > ~mailman/bin/list_members mailman I get the address that is listed for the administrator of the mailman list. > Also what happens if you take a message and save it to a file called > test.eml and then feed it to your test list's admin: > su mailman > cat test.eml |/usr/local/mailman/mail/mailman admin test > > If this works then the problem is in the aliases file (or postfix's > interpretation of the alias). This resulted in the same sort of bounce notification message as before. So I guess the aliases are OK. Where else could the problem be? If this isn't happening on anyone else's system, it must be a problem with the way I upgraded this server or something. But again, it also seems to be happening on another server I didn't upgrade. Thanks again for helping to get to the bottom of this, Greg -- http://www.gregwestin.com Contact info: http://www.gregwestin.com/contact.php > On Mon, 2003-05-05 at 19:26, Greg Westin wrote: >> The e-mail addresses are valid, and are indeed subscribed to the list. >> Would it matter if the subscribed addresses had names associated with >> them? It doesn't look like you can enter real names for the >> administrators. >> >> It seems strange that this is happening on two different servers... >> perhaps something went wrong in upgrading them from 2.0 that isn't >> true of >> the servers you're looking at, where you did a cleaner upgrade? I >> don't >> know what might be wrong here... why are these messages being treated >> as >> bounces? >> >> Greg >> >> On Monday, May 5, 2003, at 06:22 PM, Jon Carnes wrote: >> >>>> From the logs it looks like it is making it to the proper list >>>> script >>>> - >>> so it doesn't appear to be a problem with Postfix. Check the email >>> addresses of the folks on the list: mailman; is the admin actually >>> subscribed to the list? >>> >>> Jon Carnes >> -- >> http://www.gregwestin.com >> Contact info: http://www.gregwestin.com/contact.php From servin at gsd.harvard.edu Tue May 6 18:21:51 2003 From: servin at gsd.harvard.edu (Stephen Ervin) Date: Tue, 6 May 2003 12:21:51 -0400 Subject: [Mailman-Users] archives 'private' by default? In-Reply-To: Message-ID: Dear Mailpeople; I note (having been embarrassed by a list-archive being found & 'published' by Google), that the default setting for list archives appears to be 'public', rather than 'private'. (Adding one more step to the list setup process, to change to 'private'.) Is there a variable somewhere in mm_cfg.py to control the _default_ setting? Or some other mechanism? Thanks SErvin From alessio at albourne.com Tue May 6 18:28:45 2003 From: alessio at albourne.com (Alessio Bragadini) Date: Tue, 06 May 2003 16:28:45 -0000 Subject: [Mailman-Users] archives 'private' by default? In-Reply-To: References: Message-ID: <1052238509.26112.3048.camel@iris> On Tue, 2003-05-06 at 19:21, Stephen Ervin wrote: > Is there a variable somewhere in mm_cfg.py to control the _default_ > setting? DEFAULT_ARCHIVE_PRIVATE = 1 check Defaults.py for all variables and explanations. -- Alessio Bragadini APL Financial Services (Overseas) Ltd From alex at phred.org Tue May 6 18:39:09 2003 From: alex at phred.org (alex wetmore) Date: Tue, 6 May 2003 09:39:09 -0700 (PDT) Subject: [Mailman-Users] Hotmail problem with Mailman 2.1.2 In-Reply-To: <005a01c313d7$99aa7f50$3900a8c0@reseau.microassist.fr> Message-ID: <20030506093748.G48329-100000@phred.org> On Tue, 6 May 2003, Sylvain Langlade wrote: > Hotmail messages are text/html only, which means there is no text/plain > version. When dealing with such a text/html only message, you end up with > something full of emptiness. > > The only solution is to not use webmail client like Hotmail... Or have a > html/plain converter included in a future Mailman release! You can also use an external converter that can convert the HTML to plain text. Stripmime (http://www.phred.org/~alex/stripmime.html) has some code which does this, although not always in the prettiest way. DeMIME also does it, and I believe they pipe through lynx for the conversion, so the results might be nicer. You can find a link to DeMIME from the Stripmime webpage. alex From debuser at sysmatrix.net Tue May 6 18:57:12 2003 From: debuser at sysmatrix.net (Gerald Livingston) Date: Tue, 6 May 2003 11:57:12 -0500 Subject: [Mailman-Users] Hotmail problem with Mailman 2.1.2 Message-ID: <20030506115712.36a6bc68.debuser@sysmatrix.net> Oops -- sent this private. Copy for the list. On Tue, 6 May 2003 15:58:40 +0200 "Sylvain Langlade" wrote: > > Since upgrading to Mailman 2.1.2, messages from Hotmail users > > appear empty > > on my lists. > > > > I have Content filtering configured to convert text/html to > > text/plain, and > > it seems to be stripping out the content of the messages. > > > > Any ideas (short of disabling Content Filtering)? > > IIRC, mailman "convert" messages by stripping the text/html > version and keeping the text/plain one. > > Hotmail messages are text/html only, which means there is no > text/plain version. When dealing with such a text/html only message, > you end up with something full of emptiness. > > The only solution is to not use webmail client like Hotmail... Or have > a html/plain converter included in a future Mailman release! Or sending all messages for lists which may have such users through procmail where they can be piped into an html2text converter before delivery to the list. -- Gerald V. Livingston II Configure your Email to send TEXT ONLY -- See the following page: http://expita.com/nomime.html '74 Kombi (to be renamed - LifeSaver doesn't 'feel' right) '69 Type 1 - AirBall the Rolling Basket Case http://www.phorce1.com http://www.buskatiers.org -- Gerald V. Livingston II Configure your Email to send TEXT ONLY -- See the following page: http://expita.com/nomime.html '74 Kombi (to be renamed - LifeSaver doesn't 'feel' right) '69 Type 1 - AirBall the Rolling Basket Case http://www.phorce1.com http://www.buskatiers.org From R.Barrett at ftel.co.uk Tue May 6 19:00:40 2003 From: R.Barrett at ftel.co.uk (Richard Barrett) Date: Tue, 06 May 2003 18:00:40 +0100 Subject: [Mailman-Users] Problem with Date:-headers Message-ID: <5.1.1.6.0.20030506175000.04308c90@pop.ftel.co.uk> If you look at the mailman-users user archive at http://mail.python.org/pipermail/mailman-users you will see clear evidence of a problem in posting date handling by pipermail. In the current May 2003 archive, Jon Carnes response to an original post from Stig Petterson appears after Stig's post on the date index for the archive not before it. I believe this is caused by a bug in the pipermail archiver for which I have recently posted a patch for MM 2.1.2, see: http://sourceforge.net/tracker/index.php?func=detail&aid=732366&group_id=103&atid=100103 This may or may not be Stig's original problem but it is definitely a problem for lists where people from different time zones are posting and can give a false impression in the ordering of events on a list. From wfroning at uop.edu Tue May 6 19:27:11 2003 From: wfroning at uop.edu (Will Froning) Date: Tue, 6 May 2003 10:27:11 -0700 Subject: [Mailman-Users] Re: Mailman-Users Digest, Vol 8, Issue 19 In-Reply-To: References: Message-ID: <20030506102711.1dc5193b.wfroning@uop.edu> I have this same problem. -admin gives me bounces, but -owner works. FreeBSD 4.6.2 Sendmail 8.12.3p2 Mailman 2.1.1 w/ htDig Thanks, Will n Tue, 06 May 2003 12:01:13 -0400 mailman-users-request at python.org wrote: > From: Greg Westin > To: jonc at nc.rr.com > Cc: mailman-users at python.org > Subject: Re: [Mailman-Users] "Uncaught bounce notification" for -admin > addresses Date: Tue, 6 May 2003 10:49:18 -0400 (EDT) > > > Tell me what you get when you do a: > > ~mailman/bin/list_members mailman > > I get the address that is listed for the administrator of the mailman > list. > > > Also what happens if you take a message and save it to a file called > > test.eml and then feed it to your test list's admin: > > su mailman > > cat test.eml |/usr/local/mailman/mail/mailman admin test > > > > If this works then the problem is in the aliases file (or postfix's > > interpretation of the alias). > > This resulted in the same sort of bounce notification message as > before. So I guess the aliases are OK. Where else could the problem > be? If this isn't happening on anyone else's system, it must be a > problem with the way I upgraded this server or something. But again, > it also seems to be happening on another server I didn't upgrade. > > Thanks again for helping to get to the bottom of this, > > Greg > -- > http://www.gregwestin.com > Contact info: http://www.gregwestin.com/contact.php > > > On Mon, 2003-05-05 at 19:26, Greg Westin wrote: > >> The e-mail addresses are valid, and are indeed subscribed to the > >list.> Would it matter if the subscribed addresses had names > >associated with> them? It doesn't look like you can enter real names > >for the> administrators. > >> > >> It seems strange that this is happening on two different servers... > >> perhaps something went wrong in upgrading them from 2.0 that isn't > >> true of > >> the servers you're looking at, where you did a cleaner upgrade? I > >> don't > >> know what might be wrong here... why are these messages being > >treated> as > >> bounces? > >> > >> Greg > >> > >> On Monday, May 5, 2003, at 06:22 PM, Jon Carnes wrote: > >> > >>>> From the logs it looks like it is making it to the proper list > >>>> script > >>>> - > >>> so it doesn't appear to be a problem with Postfix. Check the > >email>> addresses of the folks on the list: mailman; is the admin > >actually>> subscribed to the list? > >>> > >>> Jon Carnes > >> -- > >> http://www.gregwestin.com > >> Contact info: http://www.gregwestin.com/contact.php -- Will Froning Unix Sys. Admin. (209)946-7470 (209)662-4725 wfroning at uop.edu From edwin at qscomputers.com Tue May 6 19:32:34 2003 From: edwin at qscomputers.com (Edwin Sevrence) Date: Tue, 06 May 2003 10:32:34 -0700 Subject: [Mailman-Users] "Uncaught bounce notification" for -adminaddresses In-Reply-To: Message-ID: Without having to read 6k of man pages on Cron can someone please tell me how to trigger a program to run upon receiving mail, either to list or regular mail. -----Original Message----- From: mailman-users-bounces+edwin=qscomputers.com at python.org [mailto:mailman-users-bounces+edwin=qscomputers.com at python.org]On Behalf Of Greg Westin Sent: Tuesday, May 06, 2003 7:49 AM To: jonc at nc.rr.com Cc: mailman-users at python.org Subject: Re: [Mailman-Users] "Uncaught bounce notification" for -adminaddresses > Tell me what you get when you do a: > ~mailman/bin/list_members mailman I get the address that is listed for the administrator of the mailman list. > Also what happens if you take a message and save it to a file called > test.eml and then feed it to your test list's admin: > su mailman > cat test.eml |/usr/local/mailman/mail/mailman admin test > > If this works then the problem is in the aliases file (or postfix's > interpretation of the alias). This resulted in the same sort of bounce notification message as before. So I guess the aliases are OK. Where else could the problem be? If this isn't happening on anyone else's system, it must be a problem with the way I upgraded this server or something. But again, it also seems to be happening on another server I didn't upgrade. Thanks again for helping to get to the bottom of this, Greg -- http://www.gregwestin.com Contact info: http://www.gregwestin.com/contact.php > On Mon, 2003-05-05 at 19:26, Greg Westin wrote: >> The e-mail addresses are valid, and are indeed subscribed to the list. >> Would it matter if the subscribed addresses had names associated with >> them? It doesn't look like you can enter real names for the >> administrators. >> >> It seems strange that this is happening on two different servers... >> perhaps something went wrong in upgrading them from 2.0 that isn't >> true of >> the servers you're looking at, where you did a cleaner upgrade? I >> don't >> know what might be wrong here... why are these messages being treated >> as >> bounces? >> >> Greg >> >> On Monday, May 5, 2003, at 06:22 PM, Jon Carnes wrote: >> >>>> From the logs it looks like it is making it to the proper list >>>> script >>>> - >>> so it doesn't appear to be a problem with Postfix. Check the email >>> addresses of the folks on the list: mailman; is the admin actually >>> subscribed to the list? >>> >>> Jon Carnes >> -- >> http://www.gregwestin.com >> Contact info: http://www.gregwestin.com/contact.php ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: edwin at qscomputers.com Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/edwin%40qscomputers.com From jonc at nc.rr.com Tue May 6 19:42:32 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Tue, 06 May 2003 17:42:32 -0000 Subject: [Mailman-Users] Problem with Date:-headers In-Reply-To: <5.1.1.6.0.20030506175000.04308c90@pop.ftel.co.uk> References: <5.1.1.6.0.20030506175000.04308c90@pop.ftel.co.uk> Message-ID: <1052242990.2204.17.camel@anncons> There is also a switch that you can use in Pipermail so that it ignores the time told to it by the email and instead uses the local time that the email arrived at the server - actually Mailman replaces the Date: field in the message with the local time. You may find this to be a good solution for your problem (not *you* Richard... and thanks for the patch!). === From ~mailman/Mailman/mm_cfg.py === # This sets the default `clobber date' policy for the archiver. # When a message is to be archived either by Pipermail or an # external archiver, Mailman can modify the Date: header to be # the date the message was received instead of the Date: in the # original message. This is useful if you typically receive # messages with outrageous dates. Set this to 0 to retain the # date of the original message, or to 1 to always clobber the # date. Set it to 2 to perform `smart overrides' on the date; # when the date is outside # ARCHIVER_ALLOWABLE_SANE_DATE_SKEW (either too early or too late), # then the received date is substituted instead. ARCHIVER_CLOBBER_DATE_POLICY = 2 ARCHIVER_ALLOWABLE_SANE_DATE_SKEW = days(15) ====== Jon Carnes On Tue, 2003-05-06 at 13:00, Richard Barrett wrote: > If you look at the mailman-users user archive at > http://mail.python.org/pipermail/mailman-users you will see clear evidence > of a problem in posting date handling by pipermail. > > In the current May 2003 archive, Jon Carnes response to > an original post from Stig Petterson appears after > Stig's post on the date index for the archive not before it. I believe this > is caused by a bug in the pipermail archiver for which I have recently > posted a patch for MM 2.1.2, see: > > http://sourceforge.net/tracker/index.php?func=detail&aid=732366&group_id=103&atid=100103 > > This may or may not be Stig's original problem but it is definitely a > problem for lists where people from different time zones are posting and > can give a false impression in the ordering of events on a list. > From debuser at sysmatrix.net Tue May 6 19:43:59 2003 From: debuser at sysmatrix.net (Gerald Livingston) Date: Tue, 6 May 2003 12:43:59 -0500 Subject: [Mailman-Users] "Uncaught bounce notification" for -adminaddresses In-Reply-To: References: Message-ID: <20030506124359.7e9ecda1.debuser@sysmatrix.net> Have your mail go through procmail and fire it off that way. Your MTA may also have a way to start an external program when mail is received. Possibly by using a .forward for the mail account in question (would require having a HOME directory for that mail user). Cron acts on times, not events as far as I know. G On Tue, 06 May 2003 10:32:34 -0700 "Edwin Sevrence" wrote: > Without having to read 6k of man pages on Cron can someone please tell > me how to trigger a program to run upon receiving mail, either to list > or regular mail. > -- Gerald V. Livingston II Configure your Email to send TEXT ONLY -- See the following page: http://expita.com/nomime.html '74 Kombi (to be renamed - LifeSaver doesn't 'feel' right) '69 Type 1 - AirBall the Rolling Basket Case http://www.phorce1.com http://www.buskatiers.org From whittjd at email.uc.edu Mon May 5 21:50:45 2003 From: whittjd at email.uc.edu (James Whitt) Date: Mon, 5 May 2003 15:50:45 -0400 Subject: [Mailman-Users] mailmanctl problem Message-ID: <001001c3133f$9f32cd80$0301a8c0@semaj> I've been having problems with mailman accepting the mail from the sendmail logs, but after that, it doesn't send the emails back out or anything. I searched the mail listing and found it was because the mailmanctl was not running. The problem is though I tried to start it manually and got this error each time: [root at localhost bin]# ./mailmanctl start Traceback (most recent call last): File "./mailmanctl", line 524, in ? main() File "./mailmanctl", line 319, in main check_privs() File "./mailmanctl", line 274, in check_privs gid = grp.getgrnam(mm_cfg.MAILMAN_GROUP)[2] KeyError: getgrnam(): name not found I have no idea how to fix the errors. Does anyone know what I should do to fix it? OS: Redhat 9 mailman version: 2.1 From leehongfay at yahoo.com Sun May 4 07:31:31 2003 From: leehongfay at yahoo.com (=?iso-8859-1?q?Vincent=20Lee?=) Date: Sun, 4 May 2003 06:31:31 +0100 (BST) Subject: [Mailman-Users] owner password Message-ID: <20030504053131.90544.qmail@web9603.mail.yahoo.com> Hi, I am the owner of the enterprise-team at lists.sourceforge.net mailing list. But I forgot the admin password. Is there away that I can do do retrieve the password? Cheers. Regards, Vincent ===== --------------------------------------------- http://vlee.net/ mailto:vlee at vlee.net --------------------------------------------- __________________________________________________ Yahoo! Plus For a better Internet experience http://www.yahoo.co.uk/btoffer From echristley at nc.rr.com Mon May 5 23:07:21 2003 From: echristley at nc.rr.com (Ernest Christley) Date: Mon, 05 May 2003 17:07:21 -0400 Subject: [Mailman-Users] Simple Setup Message-ID: <3EB6D289.1050706@nc.rr.com> I've been banging my head on the wall, trying to figure a simple way to configure a small mailing list for a small group. I never expect it to grow over a couple hundred users. It's so small, that right now I just do it manually. I have KMail configured to get the mail from my ISP. I then forward it to everyone on the list. Of course this ugly hack give me the problems of dealing with bounced mail and makes archiving a horrendous headache. So I'd like an extremely simple agent to grab the mail from the POP server, do some mailing list stuff, and then send the appropriate output to the SMTP server. I don't want to have to set up my own mail servers if at all possible. There are some programs that are this simple to set up under Windows, and I'm sure that it can be done in Mandrake Linux (which is my box that stays up all the time). It would just seem to be a matter of documentation. Can MailMan be used in such a simple configuration? Is there a mini-Howto that can explain the setup process? If someone can explain the process, I'm willing to write a mini-Howto as I work through it. -- ----Because I can---- http://home.nc.rr.com/deltabuilder ------------------------ From aris at femalenetwork.com Tue May 6 02:56:32 2003 From: aris at femalenetwork.com (Aris Santillan) Date: Tue, 6 May 2003 08:56:32 +0800 Subject: [Mailman-Users] mail gid Message-ID: <831411C4CBD37C4A91DBEC9B98A64C8B6C4272@spmail.summitmedia.com.ph> hi how can i get the value of the --with-mail-gid ?? thanks From aris at femalenetwork.com Tue May 6 03:34:51 2003 From: aris at femalenetwork.com (Aris Santillan) Date: Tue, 6 May 2003 09:34:51 +0800 Subject: [Mailman-Users] getting the mail gid Message-ID: <831411C4CBD37C4A91DBEC9B98A64C8B6C4275@spmail.summitmedia.com.ph> hi how can i get the value of the mail gid that can be use on the --with-mail-gid aris santillan From jfcessor at cox.net Tue May 6 05:47:03 2003 From: jfcessor at cox.net (John Cessor) Date: Mon, 5 May 2003 20:47:03 -0700 Subject: [Mailman-Users] incorrect email listing Message-ID: Hey Folks I renamed the server that mailman was running on and thought I had moved everything over correctly but now when I go to the mailman/listinfo webpage it now has Send questions or comments to mailman at www.asa4wdc.org instead of mailman at asa4wdc.org which is the format it used to have. What file did I screw up? JohnC From cwgueco at preginet.net Tue May 6 10:56:35 2003 From: cwgueco at preginet.net (cwgueco at preginet.net) Date: Tue, 06 May 2003 16:56:35 +0800 Subject: [Mailman-Users] problems with directory permission (always have to use check_perms to correct) Message-ID: hi all, i've installed mailman-2.1.1 on a NetBSD 1.6 on SunSparc64 Machine with qmail-1.03 and apache-2.0.37. the installation and configuration are working fine. i've already created some list but i still have one problem when the mailman archives incomind mails. it seems to be creating directories and files with wrong directory permission (only 775). i always use the check_perms to correct problem: ex. /usr/local/mailman/bin/check_perms -f directory permissions must be 02775: /usr/local/mailman/archives/private/team/2003-May (fixing) directory permissions must be 02775: /usr/local/mailman/archives/private/team/attachments/20030506 (fixing) Problems found: 2 Re-run as mailman (or root) with -f flag to fix this kinda wasteful of time management. i've setted the correct ownership for the mailman user for the mailman directory. the mailman pid is also owned by the mailman user. i've also check the the README.BSD and made the recommendation for the make: % make DIRSETGID=: install but all of these went back to the same problem. when the mailman application archives, esp for attachments, there is still the permission problem. thus i am asking anyone from this mailing list to please point me to the right direction. thank you, christian From jonc at nc.rr.com Tue May 6 19:51:39 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Tue, 06 May 2003 17:51:39 -0000 Subject: [Mailman-Users] Please use your own d**n subject when asking a question: how do u trigger a program via email In-Reply-To: References: Message-ID: <1052243553.2199.24.camel@anncons> On Tue, 2003-05-06 at 13:32, Edwin Sevrence wrote: > Without having to read 6k of man pages on Cron can someone please tell me > how to trigger a program to run upon receiving mail, either to list or > regular mail. Look at the aliases file used by Mailman. You will see a perfect example of a program being triggered by an email. There are also several write-ups of this in the archives. The ones I did are pretty far back in there - at least over a year ago if not two. Jon Carnes BTW: It is *very* poor netiquette to hijack someone else's topic to ask a totally unrelated question. Use your own subject in a new mail. From minas at minas.com.br Mon May 5 14:00:48 2003 From: minas at minas.com.br (Minas OnLine Ltda) Date: Mon, 5 May 2003 09:00:48 -0300 Subject: [Mailman-Users] Error Message-ID: <002401c312fd$f841e600$d75695c8@BrunodeLimaCosta> I?m receveid many messages from Cron Daemon. What happening? Please, help me. Traceback (innermost last): File "/usr/local/cpanel/3rdparty/mailman/cron/qrunner", line 271, in ? lock.lock(timeout=0.5) File "/usr/local/cpanel/3rdparty/mailman/Mailman/LockFile.py", line 219, in lock self.__write() File "/usr/local/cpanel/3rdparty/mailman/Mailman/LockFile.py", line 350, in __write fp = open(self.__tmpfname, 'w') IOError: [Errno 13] Permission denied: '/usr/local/cpanel/3rdparty/mailman/locks/qrunner.lock.servidor1.molservidor es.com.359' Atenciosamente, Bruno de Lima Costa minas at minas.com.br - ICQ 163509327 Minas OnLine - Hospedagem de Sites http://www.minas.com.br From roy_santos at yahoo.com Mon May 5 20:45:58 2003 From: roy_santos at yahoo.com (Roy Santos) Date: Mon, 5 May 2003 11:45:58 -0700 (PDT) Subject: [Mailman-Users] A couple of questions Message-ID: <20030505184558.60989.qmail@web40806.mail.yahoo.com> I recently first tried installing the Redhat RPM of this product. The lists appeared to be working, but for the life of me I could not figure out where/how the web pages get generated. (ie: /var/www/http/mailman?) Since Redhat didn?t have man pages, I removed the RPM. At a second attempt I installed from the current distribution. This allowed me to gather information from the Install file and README. I tried to follow step by step, but again, I was left with a spotty install. Now since the website doesn?t offer online documentation, I?m pretty stuck in the water. Can someone point me to a document or more detailed information on how the web enabled mechanism of the list server works, how to configure it, and any usefulness to get this package deployed? Thanks in advance Roy Santos __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com From neil at dcdata.co.za Tue May 6 12:15:12 2003 From: neil at dcdata.co.za (Neil Wilson) Date: Tue, 6 May 2003 12:15:12 +0200 Subject: [Mailman-Users] Python 2.2.2 Message-ID: <000801c313b8$62436500$0300a8c0@0e> Hi There, I have tried to load mailman 2.1.2 on a machine running slackware linux 9 with no luck Does this version of mailman work with python 2.2.2? When I run the command check_perms I get the following error -su: ./check_perms: @PYTHON@: bad interpreter: No such file or directory Mailman 2.1.2 did work on slackware 8.1 with Python ver 2.2.1 If you have any questions please feel free to contact me. Many thanks and kind regards. Neil Wilson DcData/LinuxBox S.A. +27 72 1205545 http://www.dcdata.co.za http://www.linuxbox.co.za NOTICE: Please note that as of 31/01/2003 all service requests must be sent to support at dcdata.co.za From mike at zilbersmith.com Tue May 6 18:59:23 2003 From: mike at zilbersmith.com (Mike) Date: Tue, 06 May 2003 09:59:23 -0700 Subject: [Mailman-Users] Fwd: Help!!! Message-ID: <5.1.1.6.0.20030506095852.00a148d0@pop.sbcglobal.yahoo.com> >What is going on here??? I sent out 1 email announcement, and mailman has >sent out 7 versions of it!!! I do not want to be spamming my lit >subscribers. Why did this happen? > >Please advise? > >Mike Zilber (Administrator twocoasts at zilbersmith.com) From chris at liquid-diamonds.org.uk Tue May 6 21:45:25 2003 From: chris at liquid-diamonds.org.uk (Chris Hewitt) Date: Tue, 6 May 2003 20:45:25 +0100 Subject: [Mailman-Users] Archive link only gives /pipermail/ Message-ID: <200305062045.25732.chris@liquid-diamonds.org.uk> I've upgraded my old 2.0.13 list to 2.1.1 from Debin/testing. All is working fine except that the link to the archives is just "/pipermail/". Shouldn't this be "/pipermail/list/"? If so is there something in my config that I've missed setting? TIA, Chris -- Chris Hewitt - chris at liquid-diamonds.org.uk - Team AMIGA Home Page - http://www.liquid-diamonds.org.uk/ Prisoner: Cell Block H Mailing List - http://www.pcbh.org.uk/ Free hosting for your Tori Amos site at http://www.tori-amos.net/ `It must be worth losing If it is worth something' - Talula - Tori Amos From arthur at petracomputing.com Tue May 6 22:13:51 2003 From: arthur at petracomputing.com (Arthur Chong) Date: Tue, 06 May 2003 15:13:51 -0500 Subject: [Mailman-Users] How To Review Mail-out Status? Message-ID: <5.2.1.1.0.20030506151242.00b4df28@mail.petracomputing.com> The Mailman program is simply fantastic. Thank you Barry! Question I have: How do I go about checking the results of a mass email that goes out? We have about 1500+ on our customer list and we would like to review if the email actually made it out OR bounced because we typed in a bad email or customer moved emails without telling us, etc. I realize the information is in /var/log/maillog - but is there a script / program that shows that as a simple listing? Does Mailman have that capability? Thanks for the help! Regards, -Arthur From Ralf.Hildebrandt at charite.de Tue May 6 22:21:35 2003 From: Ralf.Hildebrandt at charite.de (Ralf Hildebrandt) Date: Tue, 6 May 2003 22:21:35 +0200 Subject: [Mailman-Users] How To Review Mail-out Status? In-Reply-To: <5.2.1.1.0.20030506151242.00b4df28@mail.petracomputing.com> References: <5.2.1.1.0.20030506151242.00b4df28@mail.petracomputing.com> Message-ID: <20030506202135.GE24615@charite.de> * Arthur Chong : > Question I have: How do I go about checking the results > of a mass email that goes out? Results? > We have about 1500+ on our customer list and we would > like to review if the email actually made it out OR > bounced because we typed in a bad email or customer > moved emails without telling us, etc. Check the logs, or check the memberlist (before and after). > I realize the information is in /var/log/maillog - but is there > a script / program that shows that as a simple listing? Usually Mailman informs you of unsubscribes due to bouncing. (if configured to do so) -- Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt at charite.de Charite Campus Mitte Tel. +49 (0)30-450 570-155 Referat V a - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 AIM: ralfpostfix From nfeasey at utpress.utoronto.ca Tue May 6 22:54:59 2003 From: nfeasey at utpress.utoronto.ca (Feasey, Nicholas) Date: Tue, 6 May 2003 16:54:59 -0400 Subject: [Mailman-Users] Administration link issue? Message-ID: My apologies is this question has been posted before but I'm obviously missing something and nothing rang true when I looked through the digest. When I click on any of the links in the administration page of a list, for example: Detail for name or Details for owner, etc). I get the following error: Bad request! Your browser (or proxy) sent a request that this server could not understand. If you think this is a server error, please contact the webmaster Error 400 ...server information follows. http:// For sometime I've been uncomfortable not being able to conveniently extract a list of subscribers from mailman. Recently, my hosting service apparently moved me to a new server. They did not tell or warn me what was happening. They apparently configured my MailMan lists with an old backup. I just became aware that my MailMan lists were in a mess: 1) new subscribers were missing from the list 2) people that had been un-subscribed were back on the list 3) archives are missing 4) passwords have reverted to old values The hosting service (dzones.com) has told me NOTHING. I can't even find out what date the current situation corresponds to. Now, I am tasked with extracting whatever data I can and then finding a new hosting service. I don't think I want to use MailMan again. I have identified two hosting services that use Majordomo. Does anyone have any advice for me? Can I manage Majordomo lists via ftp? -- Willie, ashamed that dixie chicks are from Austin Are YOU an html abuser? http://www.expita.com/nomime.html Linux system uptime 164 days 21 hours 47 minutes From ryan at hack.net Tue May 6 23:19:33 2003 From: ryan at hack.net (Ryan K. Brooks) Date: Tue, 6 May 2003 16:19:33 -0500 (CDT) Subject: [Mailman-Users] Upgrade 2.0->2.1 no control messages Message-ID: I've completed my upgrade to 2.1 (which, btw, is absolutely awesome), but I'm having one problem: - Outbound "control" messages like: Subscription notices, Lost password reminders, invites, etc. don't ever appear for the recipient, even on local accounts. Admin, moderator, list traffic, etc. all get delivered just fine. This is on a FreeBSD 4.6 intel machine, running sendmail as it's MTA. Python is up to date. No error messages are appearing in the logs. Thank you for any tips! Also, it is still necessary to have a second sendmail running on a unique port to prevent the queue from stalling? Thanks! Ryan From ryan at hack.net Tue May 6 23:28:58 2003 From: ryan at hack.net (Ryan K. Brooks) Date: Tue, 6 May 2003 16:28:58 -0500 (CDT) Subject: [Mailman-Users] Upgrade 2.0->2.1 no control messages In-Reply-To: Message-ID: You may disregard the first part of this question. For whatever reason, two hours later the control messages started. I guess I should go for afternoon walks when I have a problem in the future. I'm still curious about the potential need to run a second sendmail. TIA, Ryan On Tue, 6 May 2003, Ryan K. Brooks wrote: > I've completed my upgrade to 2.1 (which, btw, is absolutely awesome), but > I'm having one problem: > > - Outbound "control" messages like: Subscription notices, Lost password > reminders, invites, etc. don't ever appear for the recipient, even on > local accounts. Admin, moderator, list traffic, etc. all get delivered > just fine. > > This is on a FreeBSD 4.6 intel machine, running sendmail as it's > MTA. Python is up to date. No error messages are appearing in the logs. > > Thank you for any tips! > > Also, it is still necessary to have a second sendmail running on a unique > port to prevent the queue from stalling? > > Thanks! > > Ryan > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: ryan at hack.net > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/ryan%40hack.net > > From steve at palmerrothman.com Tue May 6 23:22:08 2003 From: steve at palmerrothman.com (Steve Rothman) Date: Tue, 6 May 2003 17:22:08 -0400 Subject: [Mailman-Users] rating mechanism for list messages? Message-ID: Last summer someone asked a similar question, but didn't get much response. (see: http://www.mail-archive.com/mailman-users at python.org/msg11033.html) I'm looking for a mechanism that can be used with a mailing list to 'rate' messages. A lot of web-based discussion software has a feature like this, for instance slashdot and also some web forum software. I'm envisioning some easy way for people who receive list mail to be able to "rate" some or all of it, on some sort of scale, where the rating is captured into some sort of database. Has anyone heard of any existing software like this? Thanks for any tips. -Steve From jonc at nc.rr.com Wed May 7 02:02:28 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Wed, 07 May 2003 00:02:28 -0000 Subject: [Mailman-Users] Problem with Date:-headers In-Reply-To: <5.1.1.6.0.20030506222216.00b115d0@pop3.demon.co.uk> References: <5.1.1.6.0.20030506222216.00b115d0@pop3.demon.co.uk> Message-ID: <1052265785.3331.27.camel@anncons> Thanks Richard, I hate to say this, but I'm not seeing the same results as you. I duplicated your test and got the same answer for both tests. Here is my test with the "import paths": [jonc at anncons /usr/local/mailman/bin]$ python Python 2.2.2 (#2, Feb 5 2003, 10:40:08) [GCC 3.2.1 (Mandrake Linux 9.1 3.2.1-5mdk)] on linux-i386 Type "help", "copyright", "credits" or "license" for more information. >>> import paths >>> from email.Utils import parsedate_tz, mktime_tz >>> d1 = '22 Mar 2002 13:26:16 +0100' >>> p1 = parsedate_tz(d1) >>> print p1 (2002, 3, 22, 13, 26, 16, 0, 0, 0, 3600) >>> Thanks - Jon On Tue, 2003-05-06 at 17:26, Richard Barrett wrote: > Jon > > I sent this earlier to Stig petterso at online.no but managed to screw up > putting you and mailman-users on the Cc > > Richard > > I said to Stig: > > Stig > > In response to your original query, I think there may be an issue with the > version of email,Utils.parsedate_tz() function that is shipped with Mailman. > > Mailman ships with the email module version 2.5.1 and MM uses that in > preference to any version of the email module that is installed with your > Python version. > > The first form of date you cited is not parsed successfully and pipermail > reverts to other alternatives, ultimately using now if all else fails. > > This looks to be a problem with a standard library module rather than a > pipermail problem per se. Whether this is a bug or a feature in email-2.5.1 > I have yet to determine. > > The following results are from running Python on a terminal using Python > 2.2.2 and you can see the difference in parsing the date between the > version of email that shipped with Python 2.2.2 and the alternative version > (which is loaded instead as a result of the import paths statement) which > shipped with MM 2.1.2 > > > mailman at mailman2:/mailman/run/bin> python > Python 2.2.2 (#3, Feb 11 2003, 16:57:53) > [GCC 2.95.3 20010315 (SuSE)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> from email.Utils import parsedate_tz, mktime_tz > >>> d1 = '22 Mar 2002 13:26:16 +0100' > >>> p1 = parsedate_tz(d1) > >>> print p1 > (2002, 3, 22, 13, 26, 16, 0, 0, 0, 3600) > >>> > mailman at mailman2:/mailman/run/bin> python > Python 2.2.2 (#3, Feb 11 2003, 16:57:53) > [GCC 2.95.3 20010315 (SuSE)] on linux2 > Type "help", "copyright", "credits" or "license" for more information. > >>> import paths > >>> from email.Utils import parsedate_tz, mktime_tz > >>> d1 = '22 Mar 2002 13:26:16 +0100' > >>> p1 = parsedate_tz(d1) > >>> print p1 > None > >>> > mailman at mailman2:/mailman/run/bin> > > I will take a look at the email.Utils source code and see if I can sort out > some sort of patch for this. If I cannot see a solution, I will send Barry > Warsaw, who I believe also 'owns' the email module, a problem report. > > Regards > > Richard > > > In http://mail.python.org/pipermail/mailman-users/2003-May/028679.html > > Stig said; > > I just upgraded to Mailman 2.1.2 and regenerated my archives. > > After the process was finished, some messages was given todays date, and > was therefor misplaced in the archive hierarcy. > > It seems to me that Mailman/Pipermail does not understand this kind of > date-header: > > Date: 22 Mar 2002 13:26:16 +0100 > > while this one is ok: > > Date: Fri, 22 Mar 2002 13:08:56 +0100 > > The first mail is posted using GNUS/Emacs, while the second is posted using > Outlook Express. > > Am I right? > > Is this a known bug, or is it supposed to be like this? Kind regards, > > Stig > From tkikuchi at is.kochi-u.ac.jp Wed May 7 02:27:16 2003 From: tkikuchi at is.kochi-u.ac.jp (Tokio Kikuchi) Date: Wed, 07 May 2003 09:27:16 +0900 Subject: [Mailman-Users] Problem with Date:-headers References: <5.1.1.6.0.20030506222216.00b115d0@pop3.demon.co.uk> <1052265785.3331.27.camel@anncons> Message-ID: <3EB852E4.2030602@is.kochi-u.ac.jp> Hi, Jon and Richard. I am with Richard. Following patch fix this and I really don't understand why this else close is required. Tokio --- /home/mailman/src/mailman-2.1.2/misc/email-2.5.1/email/_parseaddr.py Mon Mar 31 05:21:29 2003 +++ _parseaddr.py Fri May 2 08:45:34 2003 @@ -52,11 +52,11 @@ if data[0].endswith(',') or data[0].lower() in _daynames: # There's a dayname here. Skip it del data[0] - else: - i = data[0].rfind(',') - if i < 0: - return None - data[0] = data[0][i+1:] + #else: + # i = data[0].rfind(',') + # if i < 0: + # return None + # data[0] = data[0][i+1:] if len(data) == 3: # RFC 850 date, deprecated stuff = data[0].split('-') if len(stuff) == 3: Jon Carnes wrote: > Thanks Richard, > > I hate to say this, but I'm not seeing the same results as you. I > duplicated your test and got the same answer for both tests. > > Here is my test with the "import paths": > > [jonc at anncons /usr/local/mailman/bin]$ python > Python 2.2.2 (#2, Feb 5 2003, 10:40:08) > [GCC 3.2.1 (Mandrake Linux 9.1 3.2.1-5mdk)] on linux-i386 > Type "help", "copyright", "credits" or "license" for more information. > >>>>import paths >>>>from email.Utils import parsedate_tz, mktime_tz >>>>d1 = '22 Mar 2002 13:26:16 +0100' >>>>p1 = parsedate_tz(d1) >>>>print p1 >>> > (2002, 3, 22, 13, 26, 16, 0, 0, 0, 3600) > > > Thanks - Jon > > On Tue, 2003-05-06 at 17:26, Richard Barrett wrote: > >>Jon >> >>I sent this earlier to Stig petterso at online.no but managed to screw up >>putting you and mailman-users on the Cc >> >>Richard >> >>I said to Stig: >> >>Stig >> >>In response to your original query, I think there may be an issue with the >>version of email,Utils.parsedate_tz() function that is shipped with Mailman. >> >>Mailman ships with the email module version 2.5.1 and MM uses that in >>preference to any version of the email module that is installed with your >>Python version. >> >>The first form of date you cited is not parsed successfully and pipermail >>reverts to other alternatives, ultimately using now if all else fails. >> >>This looks to be a problem with a standard library module rather than a >>pipermail problem per se. Whether this is a bug or a feature in email-2.5.1 >>I have yet to determine. >> >>The following results are from running Python on a terminal using Python >>2.2.2 and you can see the difference in parsing the date between the >>version of email that shipped with Python 2.2.2 and the alternative version >>(which is loaded instead as a result of the import paths statement) which >>shipped with MM 2.1.2 >> >> >>mailman at mailman2:/mailman/run/bin> python >>Python 2.2.2 (#3, Feb 11 2003, 16:57:53) >>[GCC 2.95.3 20010315 (SuSE)] on linux2 >>Type "help", "copyright", "credits" or "license" for more information. >> >>> from email.Utils import parsedate_tz, mktime_tz >> >>> d1 = '22 Mar 2002 13:26:16 +0100' >> >>> p1 = parsedate_tz(d1) >> >>> print p1 >>(2002, 3, 22, 13, 26, 16, 0, 0, 0, 3600) >> >>> >>mailman at mailman2:/mailman/run/bin> python >>Python 2.2.2 (#3, Feb 11 2003, 16:57:53) >>[GCC 2.95.3 20010315 (SuSE)] on linux2 >>Type "help", "copyright", "credits" or "license" for more information. >> >>> import paths >> >>> from email.Utils import parsedate_tz, mktime_tz >> >>> d1 = '22 Mar 2002 13:26:16 +0100' >> >>> p1 = parsedate_tz(d1) >> >>> print p1 >>None >> >>> >>mailman at mailman2:/mailman/run/bin> >> >>I will take a look at the email.Utils source code and see if I can sort out >>some sort of patch for this. If I cannot see a solution, I will send Barry >>Warsaw, who I believe also 'owns' the email module, a problem report. >> >>Regards >> >>Richard >> >> >>In http://mail.python.org/pipermail/mailman-users/2003-May/028679.html >> >>Stig said; >> >>I just upgraded to Mailman 2.1.2 and regenerated my archives. >> >>After the process was finished, some messages was given todays date, and >>was therefor misplaced in the archive hierarcy. >> >>It seems to me that Mailman/Pipermail does not understand this kind of >>date-header: >> >> Date: 22 Mar 2002 13:26:16 +0100 >> >>while this one is ok: >> >> Date: Fri, 22 Mar 2002 13:08:56 +0100 >> >>The first mail is posted using GNUS/Emacs, while the second is posted using >>Outlook Express. >> >>Am I right? >> >>Is this a known bug, or is it supposed to be like this? Kind regards, >> >>Stig >> > From edwin at qscomputers.com Wed May 7 02:53:09 2003 From: edwin at qscomputers.com (Edwin Sevrence) Date: Tue, 06 May 2003 17:53:09 -0700 Subject: [Mailman-Users] Deleting messages In-Reply-To: <20030506124359.7e9ecda1.debuser@sysmatrix.net> Message-ID: How Does one go about deleting messages off the archive list? From paul at thcwd.com Wed May 7 03:27:59 2003 From: paul at thcwd.com (Paul H Byerly) Date: Tue, 06 May 2003 20:27:59 -0500 Subject: [Mailman-Users] Question about patches In-Reply-To: Message-ID: <5.2.1.1.0.20030506202307.033f5d38@mail.thcwd.com> about applying a patch, Jon Carnes wrote: >This is in the FAQ .... It is? When I looked for it I gave up and went else where. I just searched for the word patch and it's not there. And when I put "patch" in the search box I get nothing that helps. I'd never done a patch other than on winblows b4 I ran Mailman - and I suspect I am not the only one. A good how to on this would be nice for newbies. I'm up to doing it now, but I'm not sure I'm up to adding it to the FAQ. <>< Paul From bills at right-net.com Wed May 7 03:47:13 2003 From: bills at right-net.com (Bill Selmeier) Date: Tue, 6 May 2003 18:47:13 -0700 (PDT) Subject: [Mailman-Users] Deleting messages In-Reply-To: Message-ID: I look for the .txt archive. Modify it and then re-create the html archive using mailman's mailman/bin/arch. ************************************************************************ Bill Selmeier Leader Internet Developer http://www.internetdeveloper.org bills at inetdevgrp.org or RightNet, Inc. http://www.right-net.com bills at right-net.com On Tue, 6 May 2003, Edwin Sevrence wrote: > How Does one go about deleting messages off the archive list? > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: bills at right-net.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/bills%40right-net.com > From listmod at camarilla.white-wolf.com Wed May 7 08:41:11 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Wed, 07 May 2003 06:41:11 -0000 Subject: [Mailman-Users] Deleting messages In-Reply-To: References: Message-ID: <1052289635.2244.13.camel@localhost.localdomain> You need to do a couple of things: 1) go into ~mailman/archives/public(or private)/listname.mbox 2) edit the listname.mbox in that directory so the message isn't in the raw file any more. 3) go into ~mailman/bin and do a ./arch --wipe listname to rebuild the archives in pipermail. If you're not using pipermail, you'll have to follow your archiver instructions. On Tue, 2003-05-06 at 20:53, Edwin Sevrence wrote: > How Does one go about deleting messages off the archive list? > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: listmod at camarilla.white-wolf.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/listmod%40camarilla.white-wolf.com -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo --(US2002021042)-- ---- ------------------------------- --- -- - - From mailingmel at yahoo.com Wed May 7 08:43:35 2003 From: mailingmel at yahoo.com (Melvin Sebastian) Date: Tue, 6 May 2003 23:43:35 -0700 (PDT) Subject: [Mailman-Users] Fwd: make installation Message-ID: <20030507064335.96591.qmail@web20706.mail.yahoo.com> Dear Gurus!!!Pls help me out with this issue. I'll be very thankful.Best regards,Melvin Note: forwarded message attached. --------------------------------- Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. From nivo+mailman-users at yuckfou.org Wed May 7 11:27:43 2003 From: nivo+mailman-users at yuckfou.org (Nils Vogels) Date: Wed, 7 May 2003 11:27:43 +0200 Subject: [Mailman-Users] Fwd: make installation In-Reply-To: <20030507064335.96591.qmail@web20706.mail.yahoo.com> References: <20030507064335.96591.qmail@web20706.mail.yahoo.com> Message-ID: <20030507092743.GE37052@imhotep.yuckfou.org> On Tue, May 06, 2003 at 11:43:35PM -0700, Melvin Sebastian (MS) wrote: MS> MS> Dear Gurus!!!Pls help me out with this issue. I'll be very thankful.Best regards,Melvin MS> Note: forwarded message attached. Where is the forwarded message ? Gr, Nils. From nivo+mailman-users at yuckfou.org Wed May 7 11:30:52 2003 From: nivo+mailman-users at yuckfou.org (Nils Vogels) Date: Wed, 7 May 2003 11:30:52 +0200 Subject: [Mailman-Users] How To Review Mail-out Status? In-Reply-To: <5.2.1.1.0.20030506151242.00b4df28@mail.petracomputing.com> References: <5.2.1.1.0.20030506151242.00b4df28@mail.petracomputing.com> Message-ID: <20030507093052.GF37052@imhotep.yuckfou.org> On Tue, May 06, 2003 at 03:13:51PM -0500, Arthur Chong (AC) wrote: AC> AC> We have about 1500+ on our customer list and we would AC> like to review if the email actually made it out OR AC> bounced because we typed in a bad email or customer AC> moved emails without telling us, etc. AC> AC> I realize the information is in /var/log/maillog - but is there AC> a script / program that shows that as a simple listing? I suppose you could parse /path/to/mailman/logs/bounce, if you need that information. It's all there. Gr, Nils. From debuser at sysmatrix.net Wed May 7 11:48:09 2003 From: debuser at sysmatrix.net (Gerald Livingston) Date: Wed, 7 May 2003 04:48:09 -0500 Subject: [Mailman-Users] Fwd: make installation In-Reply-To: <20030507092743.GE37052@imhotep.yuckfou.org> References: <20030507064335.96591.qmail@web20706.mail.yahoo.com> <20030507092743.GE37052@imhotep.yuckfou.org> Message-ID: <20030507044809.05521f3e.debuser@sysmatrix.net> On Wed, 7 May 2003 11:27:43 +0200 "Nils Vogels" wrote: > On Tue, May 06, 2003 at 11:43:35PM -0700, Melvin Sebastian (MS) wrote: > MS> > MS> Dear Gurus!!!Pls help me out with this issue. I'll be very > MS> thankful.Best regards,Melvin > MS> Note: forwarded message attached. > > Where is the forwarded message ? > > Nils. He's using yahoo and forwarded in multipart mime format. Looks like the list processor de-mimed it. The second part (forwarded message) was probably in html before de-miming. -- Gerald V. Livingston II Configure your Email to send TEXT ONLY -- See the following page: http://expita.com/nomime.html From david at midrange.com Wed May 7 16:12:00 2003 From: david at midrange.com (David Gibbs) Date: Wed, 7 May 2003 09:12:00 -0500 Subject: [Mailman-Users] MM 2.1.1 -> 2.1.2 patch? Message-ID: Is there going to be a patch available to move from 2.1.1 to 2.1.2? -- David Gibbs david at midrange.com From denlistes at altern.org Wed May 7 16:41:18 2003 From: denlistes at altern.org (Denis --) Date: Wed, 07 May 2003 14:41:18 -0000 Subject: [Mailman-Users] Archives problems Message-ID: <1052318429.496.88.camel@collectifs> Hi, I have some archives in some lists who have stopped in November 2003. I want to rebuild the complete archive. As all rerences about new messages are present, i think it's possible. /var/lib/mailman/archives/private/list/Week-of-Mon-20030505/000570.html /var/lib/mailman/archives/private/list/Week-of-Mon-20030505/000875.html /var/lib/mailman/archives/private/list/Week-of-Mon-20030505.txt How can i do ? Thanks Denis From python.org at gregwestin.com Tue May 6 21:09:53 2003 From: python.org at gregwestin.com (Greg Westin) Date: Tue, 6 May 2003 15:09:53 -0400 (EDT) Subject: [Mailman-Users] "Uncaught bounce notification" for -admin addresses In-Reply-To: <1052235123.2196.44.camel@anncons> Message-ID: Yes, that's exactly what I get. One one list, there are two e-mail addresses, listed like that, as admins, and both of them show up in that manner when I run list_members. On the other server, the mailman list only has one owner, and list_members returns only that user's e-mail address. So on one server I get a list like: python.org at gregwestin.com jonc at nc.rr.com And on the other I get a list like: python.org at gregwestin.com I hope that's clear. I get exactly what is listed in the administrator box on the admin page when I run this command. Greg On Tuesday, May 6, 2003, at 11:32 AM, Jon Carnes wrote: > On Tue, 2003-05-06 at 10:49, Greg Westin wrote: >>> Tell me what you get when you do a: >>> ~mailman/bin/list_members mailman >> >> I get the address that is listed for the administrator of the mailman >> list. > > Greg, what *exactly* do you get when you execute that above command? > > It should be a list of actual users like: > python.org at gregwestin.com > jonc at nc.rr.com > > > -- http://www.gregwestin.com Contact info: http://www.gregwestin.com/contact.php From ler at lerctr.org Wed May 7 17:37:03 2003 From: ler at lerctr.org (Larry Rosenman) Date: Wed, 07 May 2003 10:37:03 -0500 Subject: [Mailman-Users] list creation for a HOSTED environment? Message-ID: <110330000.1052321823@lerlaptop.iadfw.net> Is there any way to have a per-virtual-domain list creation password with mailman 2.1.2? I have a client that currently has 2 different virtual domains on the same mailman instance, and one of HIS clients wants the ability to create lists via the web page, but I don't want to give out the SITE password. Any help greatfully appreciated. -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler at lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From chasm at texas.net Wed May 7 17:47:05 2003 From: chasm at texas.net (schuetzen) Date: Wed, 07 May 2003 10:47:05 -0500 Subject: [Mailman-Users] How to turn off RTF/html posting to mailman elists??? In-Reply-To: <000f01c30ce6$ac4a2ea0$0500a8c0@effenberger> References: <000f01c30ce6$ac4a2ea0$0500a8c0@effenberger> Message-ID: example >
 The dissents are rather stupefying.
>
HHH
>
 
>
>
I give up, where do I go to turn off/block any posting to the list which is NOT plain text? the above is hell on my copy of Agent. have to try to read it in a reply mode. would rather not be running such thru a stripper program. thanks chas -- powered by Linux, Suse 8.2 Pro + Agent under Wine emulator Charles L Hamilton, Houston, TX chasm @ texas. net www.schuetzen.net From Thomas at travelhacker.com Wed May 7 17:58:13 2003 From: Thomas at travelhacker.com (Thomas at travelhacker.com) Date: Wed, 07 May 2003 08:58:13 -0700 Subject: [Mailman-Users] Looking for a file in Mailman In-Reply-To: Message-ID: <5.1.0.14.2.20030507085414.02997ea8@spamarrest.com> At the end of each message (Digest form) there is a '------------------------------------' to separate the message from the next one. What file is this found in as I would like to change it to something else. Thanks, Thomas From badmangabriel at lycos.co.uk Wed May 7 18:10:48 2003 From: badmangabriel at lycos.co.uk (Angel Gabriel) Date: Wed, 07 May 2003 16:10:48 -0000 Subject: [Mailman-Users] Form mail results OT, I think.... Message-ID: <1052323667.1353.11.camel@laptop.raw-talent.hopto.org> I would like to know, how I can take the contents of a form mail, and insert them into a MySQL database. I'm not sure that this is the right place to ask, but I'm confident that people here have had to something similar. Sorry for the off topic post, but I would be grateful for a solution. Thanks in advance! From support at tentra.com Wed May 7 18:31:56 2003 From: support at tentra.com (Tentra Support Staff) Date: Wed, 07 May 2003 16:31:56 -0000 Subject: [Mailman-Users] Form mail results OT, I think.... In-Reply-To: <1052323667.1353.11.camel@laptop.raw-talent.hopto.org> References: <1052323667.1353.11.camel@laptop.raw-talent.hopto.org> Message-ID: <1052325112.6622.12.camel@rhea.office.tentra.com> I am working on the same thing this week and will be using PHP to submit names to both a MySQL database and a Mailman list. Is your MySQL database already in place? David Blomquist On Wed, 2003-05-07 at 11:07, Angel Gabriel wrote: > I would like to know, how I can take the contents of a form mail, and > insert them into a MySQL database. I'm not sure that this is the right > place to ask, but I'm confident that people here have had to something > similar. > > Sorry for the off topic post, but I would be grateful for a solution. > > Thanks in advance! > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: support at tentra.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/support%40tentra.com From hraftery at myrealbox.com Wed May 7 18:49:57 2003 From: hraftery at myrealbox.com (Heath Raftery) Date: Thu, 08 May 2003 02:49:57 +1000 Subject: [Mailman-Users] Allowing administrivia to work Message-ID: I wrote a little while ago asking for some advice about setting up mailman in an environment where the mail server and web server were not actually local. Thank you to those who were able to help. I've managed to come quite aways, despite the difficultly of not being able to serve from the computer running Mailman. I've set up an email address at a free email account site, and have fetchmail successfully fetching mail from that account and delivering it to sendmail, which correctly uses its alias db to pass it on to Mailman. My problem arises when administrivia is sent to the list. I was hoping potential subscribers could send an email to the same address used for posting to the list, but with the word 'subscribe' in the subject, and get subscribed to the list! I was hoping the same might apply for 'unsubscribe' and possibly 'help' and 'who'. I've worked through all the settings, making sure there is no moderation, no user has their moderation flag set, and administrivia is 'Yes'. Still though, messages with subjects such as 'subscribe', 'help' and 'who' get held, waiting for moderator attention, with this reason: "Message may contain administrivia" And, accepting the mail in the administration interface delivers the email to the list! I was hoping the administration (subscribe being the most important one) would be performed. What could possibly be wrong here? Heath -- _____________________________________________________ | Heath Raftery | | hraftery at myrealbox.com | | *I like nonsense, it wakes up the brain cells. | | Fantasy is a necessary ingredient in living* | | - Dr. Suess _\|/_ | |____________________________________m(. .)m__________| From paul at thcwd.com Wed May 7 19:23:00 2003 From: paul at thcwd.com (Paul H Byerly) Date: Wed, 07 May 2003 12:23:00 -0500 Subject: [Mailman-Users] Re: MM 2.1.1 -> 2.1.2 patch? In-Reply-To: Message-ID: <5.2.1.1.0.20030507122014.0343f308@mail.thcwd.com> David Gibbs wrote: >Is there going to be a patch available to move from 2.1.1 to 2.1.2? Just install it over 2.1.1 - worked fine for me. Stop mailmanctl before you install lest it does something rude. <>< Paul From badmangabriel at lycos.co.uk Wed May 7 19:41:32 2003 From: badmangabriel at lycos.co.uk (Angel Gabriel) Date: Wed, 07 May 2003 17:41:32 -0000 Subject: [Mailman-Users] Upgrading from RH7.3 mailman, to current RPM Message-ID: <1052329109.2426.7.camel@laptop.raw-talent.hopto.org> Would it be fine for me to just install the new RPM over the old?? From chasm at texas.net Wed May 7 19:46:38 2003 From: chasm at texas.net (schuetzen) Date: Wed, 07 May 2003 12:46:38 -0500 Subject: [Mailman-Users] How to turn off RTF/html posting to mailman elists??? #2 set up setting?? Message-ID: On Wed, 07 May 2003 10:47:05 -0500, schuetzen wrote: example >
 The dissents are rather stupefying.
>
HHH
>
 
>
>
I give up, where do I go to turn off/block any posting to the list which is NOT plain text? the above is hell on my copy of Agent. have to try to read it in a reply mode. would rather not be running such thru a stripper program. thanks chas In so far as I can tell, this is a set up switch set while creating the list. v 2.0.13 apparently, the list has to be closed and re created to remove this setting. is that a fair assumption? thanks chas From david at midrange.com Wed May 7 19:44:53 2003 From: david at midrange.com (David Gibbs) Date: Wed, 7 May 2003 12:44:53 -0500 Subject: [Mailman-Users] Re: MM 2.1.1 -> 2.1.2 patch? References: <5.2.1.1.0.20030507122014.0343f308@mail.thcwd.com> Message-ID: "Paul H Byerly" wrote in message news:5.2.1.1.0.20030507122014.0343f308 at mail.thcwd.com... > >Is there going to be a patch available to move from 2.1.1 to 2.1.2? > Just install it over 2.1.1 - worked fine for me. Stop mailmanctl > before you install lest it does something rude. But that blows away the modifications I've made in my build directory. david From nfeasey at utpress.utoronto.ca Wed May 7 19:54:01 2003 From: nfeasey at utpress.utoronto.ca (Feasey, Nicholas) Date: Wed, 7 May 2003 13:54:01 -0400 Subject: [Mailman-Users] Administration link issue? - RESOLVED Message-ID: Sorry, this was not Mailman at all but an issue with the Location directive with Digest in Apache in which it was being too ridged. N -----Original Message----- From: Feasey, Nicholas [mailto:nfeasey at utpress.utoronto.ca] Sent: 6-May-03 4:55 PM To: mailman-users at python.org Subject: [Mailman-Users] Administration link issue? My apologies is this question has been posted before but I'm obviously missing something and nothing rang true when I looked through the digest. When I click on any of the links in the administration page of a list, for example: Detail for name or Details for owner, etc). I get the following error: Bad request! Your browser (or proxy) sent a request that this server could not understand. If you think this is a server error, please contact the webmaster Error 400 ...server information follows. http:// Message-ID: I did what you said, the only problem is I cannot save the raw file after editing it, I am NOT SU on this system, I have SSH access to get to the files but they are Owned and grouped by "mailman" so I cannot modify the file. Like I said, There should be a way from the Admin screen to DELETE these and it was a REAL OVERSIGHT not to include it for most people that have the mail list available to them but not SU access. -----Original Message----- From: Dan Wright US2002021042 [mailto:listmod at camarilla.white-wolf.com] Sent: Tuesday, May 06, 2003 11:41 PM To: edwin at qscomputers.com Cc: mailman-users at python.org Subject: Re: [Mailman-Users] Deleting messages You need to do a couple of things: 1) go into ~mailman/archives/public(or private)/listname.mbox 2) edit the listname.mbox in that directory so the message isn't in the raw file any more. 3) go into ~mailman/bin and do a ./arch --wipe listname to rebuild the archives in pipermail. If you're not using pipermail, you'll have to follow your archiver instructions. On Tue, 2003-05-06 at 20:53, Edwin Sevrence wrote: > How Does one go about deleting messages off the archive list? > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: listmod at camarilla.white-wolf.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/listmod%40camarilla.whi te-wolf.com -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo --(US2002021042)-- ---- ------------------------------- --- -- - - From davidnhare at teapottraveler.com Wed May 7 20:17:21 2003 From: davidnhare at teapottraveler.com (pixiedave) Date: Wed, 07 May 2003 18:17:21 +0000 Subject: [Mailman-Users] freebsd 4.7 sendmail and mailman Message-ID: <200305071817.21623.davidnhare@teapottraveler.com> hey all, I just installed mailman on freebsd 4.7 running sendmail. I think I have it mostly set up, ie you van interface the web aspect of mailman http://www.teapottraveler.com/listinfo I think all im missing is updating my aliases file, but can not find examples to work from in any of the documentation i have read. I am probably reading to closely, but am stumped. If someone could send me a aliases example entry, i would appreciate it dave. You Never Blow Your Trip Forever From davidnhare at teapottraveler.com Wed May 7 20:24:39 2003 From: davidnhare at teapottraveler.com (pixiedave) Date: Wed, 07 May 2003 18:24:39 +0000 Subject: [Mailman-Users] freebsd 4.7 sendmail and mailman In-Reply-To: <200305071817.21623.davidnhare@teapottraveler.com> References: <200305071817.21623.davidnhare@teapottraveler.com> Message-ID: <200305071824.39761.davidnhare@teapottraveler.com> sorry www.teapottraveler.com/mailman/listinfo From wheakory at isu.edu Thu May 8 00:33:41 2003 From: wheakory at isu.edu (Kory Wheatley) Date: Wed, 07 May 2003 16:33:41 -0600 Subject: [Mailman-Users] Problem with Administrative requests functions Message-ID: <3EB989C5.9080907@isu.edu> I receive this below error when I go into the Administrative Interface and check "Preserve messsages for the site administrator" and then I check the discard option. Once I click submit this is what I receive below. BUG in Mailman version 2.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 (most recent call last): File "/home/mailman/scripts/driver", line 87, in run_main main() File "/home/mailman/Mailman/Cgi/admindb.py", line 163, in main process_form(mlist, doc, cgidata) File "/home/mailman/Mailman/Cgi/admindb.py", line 681, in process_form forward, forwardaddr) File "/home/mailman/Mailman/ListAdmin.py", line 184, in HandleRequest forward, addr) File "/home/mailman/Mailman/ListAdmin.py", line 262, in __handlepost msg = cPickle.load(fp) ValueError: could not convert string to float -- Kory Wheatley Academic Computing Analyst Sr. Phone 282-3874 ######################################### Everything must point to him. From wfroning at uop.edu Thu May 8 00:45:26 2003 From: wfroning at uop.edu (Will Froning) Date: Wed, 7 May 2003 15:45:26 -0700 Subject: [Mailman-Users] freebsd 4.7 sendmail and mailman In-Reply-To: References: Message-ID: <20030507154526.2cf6301a.wfroning@uop.edu> ## mailman mailing list ## created: 22-Jan-2003 wfroning mailman: "|/usr/local/mailman/mail/mailman post mailman" mailman-admin: "|/usr/local/mailman/mail/mailman admin mailman" mailman-bounces: "|/usr/local/mailman/mail/mailman bounces mailman" mailman-confirm: "|/usr/local/mailman/mail/mailman confirm mailman" mailman-join: "|/usr/local/mailman/mail/mailman join mailman" mailman-leave: "|/usr/local/mailman/mail/mailman leave mailman" mailman-owner: "|/usr/local/mailman/mail/mailman owner mailman" mailman-request: "|/usr/local/mailman/mail/mailman request mailman" mailman-subscribe: "|/usr/local/mailman/mail/mailman subscribe mailman" mailman-unsubscribe: "|/usr/local/mailman/mail/mailman unsubscribe mailman" On Wed, 07 May 2003 18:39:02 -0400 mailman-users-request at python.org wrote: > From: pixiedave > To: mailman-users at python.org > Reply-To: davidnhare at teapottraveler.com > Subject: [Mailman-Users] freebsd 4.7 sendmail and mailman > Date: Wed, 07 May 2003 18:17:21 +0000 > > hey all, I just installed mailman on freebsd 4.7 running sendmail. > > I think I have it mostly set up, ie you van interface the web aspect > of mailman http://www.teapottraveler.com/listinfo > I think all im missing is updating my aliases file, but can not find > examples to work from in any of the documentation i have read. I am > probably reading to closely, but am stumped. If someone could send me > a aliases example entry, i would appreciate it dave. > > You Never Blow Your Trip Forever > > > > From: pixiedave > To: mailman-users at python.org > Reply-To: davidnhare at teapottraveler.com > Subject: Re: [Mailman-Users] freebsd 4.7 sendmail and mailman > Date: Wed, 07 May 2003 18:24:39 +0000 > > sorry www.teapottraveler.com/mailman/listinfo > -- Will Froning Unix Sys. Admin. (209)946-7470 (209)662-4725 wfroning at uop.edu From jfcessor at aznetgate.net Thu May 8 01:22:22 2003 From: jfcessor at aznetgate.net (John Cessor) Date: Wed, 7 May 2003 16:22:22 -0700 Subject: [Mailman-Users] freebsd 4.7 sendmail and mailman References: <200305071817.21623.davidnhare@teapottraveler.com> <200305071824.39761.davidnhare@teapottraveler.com> Message-ID: <002d01c314ef$88fd0b50$0d01a8c0@AZNG13> I have included an example from my alias file. I also am running mailman on FreeBSD 4.7. I found if you log into the server and use the script newlist it will print each of the aliases you need on the screen for you so all you have to do is cut and paste. JohnC ## mailman mailing list mailman: "|/usr/local/mailman/mail/mailman post mailman" mailman-admin: "|/usr/local/mailman/mail/mailman admin mailman" mailman-bounces: "|/usr/local/mailman/mail/mailman bounces mailman" mailman-confirm: "|/usr/local/mailman/mail/mailman confirm mailman" mailman-join: "|/usr/local/mailman/mail/mailman join mailman" mailman-leave: "|/usr/local/mailman/mail/mailman leave mailman" mailman-owner: "|/usr/local/mailman/mail/mailman owner mailman" mailman-request: "|/usr/local/mailman/mail/mailman request mailman" mailman-subscribe: "|/usr/local/mailman/mail/mailman subscribe mailman" mailman-unsubscribe: "|/usr/local/mailman/mail/mailman unsubscribe mailman" ----- Original Message ----- From: "pixiedave" To: Sent: Wednesday, May 07, 2003 11:24 AM Subject: Re: [Mailman-Users] freebsd 4.7 sendmail and mailman > sorry www.teapottraveler.com/mailman/listinfo > > From edwin at qscomputers.com Thu May 8 02:11:34 2003 From: edwin at qscomputers.com (Edwin Sevrence) Date: Wed, 07 May 2003 17:11:34 -0700 Subject: [Mailman-Users] Questions Quesions In-Reply-To: <3EB989C5.9080907@isu.edu> Message-ID: 1. Where can I find the latest version of mailman to Download? 2. Can I install mailman if I am not SU? And what DIR does it go into if I can? I am hosted on a computer out of state by a hosting service, the hosting service owner is a friend of mine and might be able to help if I cannot but I need all the feedback I can get on this issue. I am not the only person with a list server being hosted on this server so I don't know if anything I do will effect the whole system or not. From barry at python.org Thu May 8 05:28:08 2003 From: barry at python.org (Barry Warsaw) Date: Thu, 08 May 2003 03:28:08 -0000 Subject: [Mailman-Developers] Re: [Mailman-Users] Problem with Date:-headers In-Reply-To: <3EB852E4.2030602@is.kochi-u.ac.jp> References: <5.1.1.6.0.20030506222216.00b115d0@pop3.demon.co.uk> <1052265785.3331.27.camel@anncons> <3EB852E4.2030602@is.kochi-u.ac.jp> Message-ID: <1052364453.1156.9.camel@geddy> On Tue, 2003-05-06 at 20:27, Tokio Kikuchi wrote: > I am with Richard. Following patch fix this and I really don't > understand why this else close is required. The else clause is there to handle formats like: Wed, 3 Apr 2002 14:58:26 +0800 Notice the single digit in the day field. So commenting out the else clause causes a regression in the test suite. Here's the patch I'm going to check in (along with some test cases). I'll tag email 2.5.2 and check it into Mailman's cvs. Thanks and sorry for the delay, -Barry From jdecarlo at mitre.org Thu May 8 18:14:23 2003 From: jdecarlo at mitre.org (John DeCarlo) Date: Thu, 08 May 2003 12:14:23 -0400 Subject: [Mailman-Users] Modify email on home page In-Reply-To: References: Message-ID: <3EBA825F.9090409@mitre.org> Matthieu, 1. If you have webmaster at domaine.com subscribed to the mailman list, all the questions and comments will get to that email address. That way if you have more than one person involved, just subscribe them to that email list. 2. If you really want to change it, you will have to edit the Python script in /Mailman/Cgi/admin.py - you will probably want to do something similar to the listinfo.py file as well. Matthieu HUTIN wrote: > Hello > > Can someone please tell me where or how to change the information found on > the page www.domaine.com/mailman/admin > > I would like to change the following : > Send questions and comments to mailman at www.domaine.com > > to : > Send questions and comments to webmaster at domaine.com > > Or even delete this line (they have info to contact admin from elsewhere) -- John DeCarlo, My Views Are My Own From dll at scitools.com Tue May 6 20:44:04 2003 From: dll at scitools.com (Dan Leavitt) Date: Tue, 6 May 2003 14:44:04 -0400 Subject: [Mailman-Users] https question Message-ID: <014a01c313ff$78f6e320$170aa8c0@DELL> I've got http://myserver.com and https://myserver.com both working on a linux/apache server. But, when I use https://myserver.com/mailman/admin to access it the resulting page has numerous links to http://myserver.com. How can I avoid this? Shouldn't all the links continue to access the https server? Is there a mailman or apache config that I've overlooked? Thanks, Dan From dag at sonsorol.org Tue May 6 22:38:24 2003 From: dag at sonsorol.org (Chris Dagdigian) Date: Tue, 06 May 2003 16:38:24 -0400 Subject: [Mailman-Users] advice needed: shunt problems with MM2.1 and 2.1.2 only on one list out of many Message-ID: <3EB81D40.5060504@sonsorol.org> Hello, {First off thanks for a fantastic package...we've been using MM for several years on bioperl.org} I've got one list out of many on our MM server that has not processed a new email since May 1st. The messages are apparently all in the shunt/ dir and running bin/unshunt just repeats the same traceback errors. Tried googling, tried the archives and tried upgrading from 2.1 to 2.1.2 but I'm still having a serious problem with the bioperl-l at bioperl.org mailing list. It also happens to be our biggest and most active list so I'm starting to get a bit stressed. Google searching on "shunt errors" and "TypeError: iterable argument required" brought me to a page where it was suggested that there was a unicode parsing bug that triggers when subscribers have 8-bit encoded chars. I did find one subscriber who had funky chars in his "name" field and deleted it via the web admin. Running "list_list" verified that the subscriber list looks OK otherwise. Sent a test message to the list and it still got shunted with a traceback error message. The message.pck file is attached. I'll happily supply the .db file if it would be useful. The actual traceback is this: > May 06 16:31:39 2003 (14914) Uncaught runner exception: iterable argument required > May 06 16:31:39 2003 (14914) Traceback (most recent call last): > File "/home/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop > self._onefile(msg, msgdata) > File "/home/mailman/Mailman/Queue/Runner.py", line 155, in _onefile > keepqueued = self._dispose(mlist, msg, msgdata) > File "/home/mailman/Mailman/Queue/IncomingRunner.py", line 130, in _dispose > more = self._dopipeline(mlist, msg, msgdata, pipeline) > File "/home/mailman/Mailman/Queue/IncomingRunner.py", line 153, in _dopipeline > sys.modules[modname].process(mlist, msg, msgdata) > File "/home/mailman/Mailman/Handlers/ToDigest.py", line 89, in process > send_digests(mlist, mboxfp) > File "/home/mailman/Mailman/Handlers/ToDigest.py", line 130, in send_digests > send_i18n_digests(mlist, mboxfp) > File "/home/mailman/Mailman/Handlers/ToDigest.py", line 303, in send_i18n_digests > msg = scrubber(mlist, msg) > File "/home/mailman/Mailman/Handlers/Scrubber.py", line 257, in process > url = save_attachment(mlist, part, dir) > File "/home/mailman/Mailman/Handlers/Scrubber.py", line 349, in save_attachment > ext = guess_extension(ctype, fnext) > File "/home/mailman/Mailman/Handlers/Scrubber.py", line 80, in guess_extension > if ext in all: > TypeError: iterable argument required > > May 06 16:31:39 2003 (14914) SHUNTING: 1052253095.709591+38e71a4dd22ea87b3961d1aa1c14d08e16d2683c Any advice or pointers would be deeply appreciated. Regards, Chris open-bio.org list admin -- Chris Dagdigian, BioTeam Inc. - Independent Bio-IT & Informatics consulting Office: 617-666-6454, Mobile: 617-877-5498, Fax: 425-699-0193 PGP KeyID: 83D4310E Yahoo IM: craffi Web: http://bioteam.net From r.barrett at openinfo.demon.co.uk Tue May 6 23:26:33 2003 From: r.barrett at openinfo.demon.co.uk (Richard Barrett) Date: Tue, 06 May 2003 22:26:33 +0100 Subject: [Mailman-Users] Problem with Date:-headers Message-ID: <5.1.1.6.0.20030506222216.00b115d0@pop3.demon.co.uk> Jon I sent this earlier to Stig petterso at online.no but managed to screw up putting you and mailman-users on the Cc Richard I said to Stig: Stig In response to your original query, I think there may be an issue with the version of email,Utils.parsedate_tz() function that is shipped with Mailman. Mailman ships with the email module version 2.5.1 and MM uses that in preference to any version of the email module that is installed with your Python version. The first form of date you cited is not parsed successfully and pipermail reverts to other alternatives, ultimately using now if all else fails. This looks to be a problem with a standard library module rather than a pipermail problem per se. Whether this is a bug or a feature in email-2.5.1 I have yet to determine. The following results are from running Python on a terminal using Python 2.2.2 and you can see the difference in parsing the date between the version of email that shipped with Python 2.2.2 and the alternative version (which is loaded instead as a result of the import paths statement) which shipped with MM 2.1.2 mailman at mailman2:/mailman/run/bin> python Python 2.2.2 (#3, Feb 11 2003, 16:57:53) [GCC 2.95.3 20010315 (SuSE)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> from email.Utils import parsedate_tz, mktime_tz >>> d1 = '22 Mar 2002 13:26:16 +0100' >>> p1 = parsedate_tz(d1) >>> print p1 (2002, 3, 22, 13, 26, 16, 0, 0, 0, 3600) >>> mailman at mailman2:/mailman/run/bin> python Python 2.2.2 (#3, Feb 11 2003, 16:57:53) [GCC 2.95.3 20010315 (SuSE)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import paths >>> from email.Utils import parsedate_tz, mktime_tz >>> d1 = '22 Mar 2002 13:26:16 +0100' >>> p1 = parsedate_tz(d1) >>> print p1 None >>> mailman at mailman2:/mailman/run/bin> I will take a look at the email.Utils source code and see if I can sort out some sort of patch for this. If I cannot see a solution, I will send Barry Warsaw, who I believe also 'owns' the email module, a problem report. Regards Richard In http://mail.python.org/pipermail/mailman-users/2003-May/028679.html Stig said; I just upgraded to Mailman 2.1.2 and regenerated my archives. After the process was finished, some messages was given todays date, and was therefor misplaced in the archive hierarcy. It seems to me that Mailman/Pipermail does not understand this kind of date-header: Date: 22 Mar 2002 13:26:16 +0100 while this one is ok: Date: Fri, 22 Mar 2002 13:08:56 +0100 The first mail is posted using GNUS/Emacs, while the second is posted using Outlook Express. Am I right? Is this a known bug, or is it supposed to be like this? Kind regards, Stig From gharris at mail.nixa.k12.mo.us Wed May 7 16:08:34 2003 From: gharris at mail.nixa.k12.mo.us (Greg Harris) Date: Wed, 07 May 2003 14:08:34 -0000 Subject: [Mailman-Users] Umbrella/Parent Lists Message-ID: <1052316451.2753.75.camel@co-tech-gh.nixa.k12.mo.us> After looking through the many articles on this topic, I am still not seeing a truly dynamic fix. First, I am not very familiar with python programming and this is the first time I have set up a mailing list, so please be forgiving. I am mainly looking at how to allow all users from certain other local lists, to post to a higher list. Let me try to quickly explain. I work in a public school system, so I will use that example. The High School Principal would be in a list which would only include himself and the Assistant Principals, HS-Principals. That list would be covered by a Principals list. The Principals list would be a compilation of the different building principal lists and all principals would be able to post to the Principals list. However, HS-Principals would also be part of HS-Staff. HS-Staff would be an umbrella for the list English, Science, etc. Only HS-Principals would be allowed to send to HS-Staff. Hopefully by now, you can see that this is just using the organizational structure for a creation of Umbrella/Parent lists that would encompass the entire district. Essentially, I want to put each user in only one list, and then use those lists to determine who can write to what lists. Although the initial setup will be huge, the long term management will be much easier than trying to add each person to all the lists that they would be a part of. Rather than using scripts and cron jobs to build lists, it would seem to be a better use of resources to use regular expressions in the accept_these_nonmembers. Unfortunately, I do not have the experience to write these expressions. Has anyone else tried this? Am I completely off my rocker and about to watch it burn? Thanks, Greg Harris From dag at sonsorol.org Wed May 7 21:02:41 2003 From: dag at sonsorol.org (Chris Dagdigian) Date: Wed, 07 May 2003 15:02:41 -0400 Subject: [Mailman-Users] re: advice needed: shunt problems with MM2.1 and 2.1.2 only on one list out of many Message-ID: <3EB95851.1020308@sonsorol.org> Hello, I'm following up my own message because we seem to have resolved our issue with MM2.1.2 shunting messages with a "TypeError: iterable argument required" traceback. We re-created our list and got email flowing again which was our main concern. Andrew Dalke then had the time to check out the traceback errors and the messages that remaind in the shunt/ directory. He is suggesting a patch or a possible fix so I'm enclosing his entire message here: Our server is an ancient Alpha box running RedHat Linux 6.2 with a clean build of python 2.3. Mailman is 2.1.2 but since we've been using MM for years and upgrade-installing into the same directory I can't promise that our problems were not caused entirely by old cruft laying around.... -Chris Here are the notes from Andrew: > Actually, I didn't get your email about the shunt problem, I got it > about the archive problem. So I'm sending this to you to let > you forward to mailman developers in the proper context > > Here's the traceback > > Traceback (most recent call last): > File "/home/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop > self._onefile(msg, msgdata) > File "/home/mailman/Mailman/Queue/Runner.py", line 155, in _onefile > keepqueued = self._dispose(mlist, msg, msgdata) > File "/home/mailman/Mailman/Queue/IncomingRunner.py", line 130, in _dispose > more = self._dopipeline(mlist, msg, msgdata, pipeline) > File "/home/mailman/Mailman/Queue/IncomingRunner.py", line 153, in _dopipeline > sys.modules[modname].process(mlist, msg, msgdata) > File "/home/mailman/Mailman/Handlers/ToDigest.py", line 89, in process > send_digests(mlist, mboxfp) > File "/home/mailman/Mailman/Handlers/ToDigest.py", line 130, in send_digests > send_i18n_digests(mlist, mboxfp) > File "/home/mailman/Mailman/Handlers/ToDigest.py", line 303, in send_i18n_digests > msg = scrubber(mlist, msg) > File "/home/mailman/Mailman/Handlers/Scrubber.py", line 257, in process > url = save_attachment(mlist, part, dir) > File "/home/mailman/Mailman/Handlers/Scrubber.py", line 349, in save_attachment > ext = guess_extension(ctype, fnext) > File "/home/mailman/Mailman/Handlers/Scrubber.py", line 80, in guess_extension > if ext in all: > TypeError: iterable argument required > > It occurs when Scrubber.guess_extension . The code does > > all = guess_all_extensions(ctype, strict=0) > if ext in all: > return ext > return all and all[0] > > The function 'guess_all_extensions' comes from the top of the > files from the section > > try: > from mimetypes import guess_all_extensions > except ImportError: > import mimetypes > def guess_all_extensions(ctype, strict=1): > # BAW: sigh, guess_all_extensions() is new in Python 2.3 > > We're running Python 2.3, which means we're using the > one from mimetypes. That function's docstring says > > guess_type(). If no extension can be guessed for `type', None > is returned. > > So if no extension can be guessed, then Scrubber.guess_extension > try to iterate over None, which fails > > Our fix to get things working again is > > all = guess_all_extensions(ctype, strict=0) > if all is None: all = [] > if ext in all: > return ext > return all and all[0] > > However, another possibility is that the guess_all_extensions > in Python 2.3's mimetypes should return [] when it cannot > guess, rather than a None. I would be happier with that > solution than this patch, but will leave it up to the Mailman > and Python people to decide on the appropriate solution. > > Andrew Dalke > dalke at dalkescientific.com From pixiedave at teapottraveler.com Wed May 7 19:40:14 2003 From: pixiedave at teapottraveler.com (pixiedave) Date: Wed, 07 May 2003 17:40:14 +0000 Subject: [Mailman-Users] mailman freebsd and sendmail aliases Message-ID: <200305071740.14750.pixiedave@teapottraveler.com> hey all, I just installed mailman on freebsd 4.7 running sendmail. I think I have it mostly set up, ie you van interface the web aspect of mailman http://www.teapottraveler.com/listinfo I think all im missing is updating my aliases file, but can not find examples to work from in any of the documentation i have read. I am probably reading to closely, but am stumped. If someone could send me a aliases example entry, i would appreciate it dave. -- You Never Blow Your Trip Forever From stephane.neron at lmco.com Thu May 8 14:42:19 2003 From: stephane.neron at lmco.com (Neron, Stephane (EXP)) Date: Thu, 08 May 2003 08:42:19 -0400 Subject: [Mailman-Users] Supported Platforms Message-ID: <09D7541E4EA7DE4A916BF313B6771E8F0E2A5D@EMSS52M02.ca.lmco.com> Good Morning ;-) I'd like to know if Mailman can run on Sparc -Solaris platforms ? Thanks ;-) St?phane From r.barrett at openinfo.co.uk Thu May 8 20:21:01 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Thu, 08 May 2003 19:21:01 +0100 Subject: [Mailman-Users] https question In-Reply-To: <014a01c313ff$78f6e320$170aa8c0@DELL> Message-ID: <5.1.1.6.0.20030508190852.042fcf78@mail.openinfo.co.uk> At 19:44 06/05/2003, Dan Leavitt wrote: >I've got http://myserver.com and https://myserver.com both working on a >linux/apache server. But, when I use >https://myserver.com/mailman/admin to access it the resulting page >has numerous links to http://myserver.com. > >How can I avoid this? Shouldn't all the links continue to access the >https server? Is there a mailman or apache config that I've >overlooked? > >Thanks, >Dan http://www.python.org/cgi-bin/faqw-mm.py?query=DEFAULT_URL&querytype=simple&casefold=yes&req=search RTFF :) From jdecarlo at mitre.org Thu May 8 20:26:47 2003 From: jdecarlo at mitre.org (John DeCarlo) Date: Thu, 08 May 2003 14:26:47 -0400 Subject: [Mailman-Users] Blacklisting Users in Newsletter In-Reply-To: <7E93DD6A089B8642AC58E3B4A8E9657C014479@aussbs01.aus-it.com.au> References: <7E93DD6A089B8642AC58E3B4A8E9657C014479@aussbs01.aus-it.com.au> Message-ID: <3EBAA167.2040306@mitre.org> John, 1. Users set to "nomail" are members of the list but receive no messages. Usually used to allow members to post to members-only lists. But would work for your purposes as well. The scripts to add users will not add users who are already members. 2. If you want the "unsubscribe" command to set a user to "nomail", you will need to modify the Python scripts. The basic unsubscribe via email script is in /Mailman/Commands/cmd_unsubscribe.py I looked in there, and towards the end is the mlist.ApprovedDeleteMember function. I think it would be sufficient to replace it with the right function to change the user to "nomail". John Griffin wrote: > I notice that there is a "nomail" feature in the Mailman package. Can I > use this to accomplish what I am after? > Seeing as users will not be allocated a username or password, I also > need to be able to achieve this without having them log onto a web page > to set this, so is it possible with an email based "nomail" command > rather like the "unsubscribe" command. -- John DeCarlo, My Views Are My Own From dll at scitools.com Thu May 8 20:26:50 2003 From: dll at scitools.com (Dan Leavitt) Date: Thu, 8 May 2003 14:26:50 -0400 Subject: [Mailman-Users] https question References: <5.1.1.6.0.20030508190852.042fcf78@mail.openinfo.co.uk> Message-ID: <00c801c3158f$645cb610$170aa8c0@DELL> Thanks. I had subsequently located that article which provides a solution but doesn't allow me to have list members access the server with http and list admins with https, which I think would be useful to protect their passwords. Can this be done somehow? Dan ----- Original Message ----- From: "Richard Barrett" To: "Dan Leavitt" Cc: Sent: Thursday, May 08, 2003 2:21 PM Subject: Re: [Mailman-Users] https question > At 19:44 06/05/2003, Dan Leavitt wrote: > >I've got http://myserver.com and https://myserver.com both working on a > >linux/apache server. But, when I use > >https://myserver.com/mailman/admin to access it the resulting page > >has numerous links to http://myserver.com. > > > >How can I avoid this? Shouldn't all the links continue to access the > >https server? Is there a mailman or apache config that I've > >overlooked? > > > >Thanks, > >Dan > > http://www.python.org/cgi-bin/faqw-mm.py?query=DEFAULT_URL&querytype=simple&casefold=yes&req=search > > RTFF :) > From r.barrett at openinfo.co.uk Thu May 8 20:46:33 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Thu, 08 May 2003 19:46:33 +0100 Subject: [Mailman-Users] Umbrella/Parent Lists In-Reply-To: <1052316451.2753.75.camel@co-tech-gh.nixa.k12.mo.us> Message-ID: <5.1.1.6.0.20030508192541.042ff318@mail.openinfo.co.uk> At 15:07 07/05/2003, Greg Harris wrote: >After looking through the many articles on this topic, I am still not >seeing a truly dynamic fix. First, I am not very familiar with python >programming and this is the first time I have set up a mailing list, so >please be forgiving. > >I am mainly looking at how to allow all users from certain other local >lists, to post to a higher list. Let me try to quickly explain. I work >in a public school system, so I will use that example. The High School >Principal would be in a list which would only include himself and the >Assistant Principals, HS-Principals. That list would be covered by a >Principals list. The Principals list would be a compilation of the >different building principal lists and all principals would be able to >post to the Principals list. However, HS-Principals would also be part >of HS-Staff. HS-Staff would be an umbrella for the list English, >Science, etc. Only HS-Principals would be allowed to send to HS-Staff. >Hopefully by now, you can see that this is just using the organizational >structure for a creation of Umbrella/Parent lists that would encompass >the entire district. Essentially, I want to put each user in only one >list, and then use those lists to determine who can write to what lists. > >Although the initial setup will be huge, the long term management will >be much easier than trying to add each person to all the lists that they >would be a part of. > >Rather than using scripts and cron jobs to build lists, it would seem to >be a better use of resources to use regular expressions in the >accept_these_nonmembers. Unfortunately, I do not have the experience to >write these expressions. Has anyone else tried this? Am I completely >off my rocker and about to watch it burn? I've got plenty of experience with regexes but I am inclined to think you are trying to push rope up a hill with the regex approach to your problem. The only way regexes will help solve your problem is if there is a clear pattern in the email addresses of the sublist members which can be encoded in a regex which restricts access to the umbrella list. So if the email aliases of your members contained an indication of the job grade/teaching specialty/other criterion of the individuals you would be in with a shout but otherwise I think you will find some simple scripts to generate revised membership lists and cron jobs to run them will be a more productive approach. The other alternative is the more radical one of developing a membership adaptor in association with a database containing the details of the users, which would allow dynamic membership lists to be obtained by MM with non_MM criteria (like job grade/teaching specialty) appropriate to the list being used when extracting from the database. Not tried it myself, so that alternative is just speculation. I think that scripts and cron jobs will be a whole lot easier in the short run. Best of luck. >Thanks, > >Greg Harris From guttmann at content-regional.de Thu May 8 20:51:36 2003 From: guttmann at content-regional.de (David Guttmann) Date: Thu, 8 May 2003 20:51:36 +0200 Subject: [Mailman-Users] Attachments in Archiv Message-ID: <200305081851.h48IpINv030464@content-regional.de> Hi all and sorry for my english! I'm using Mailman 2.1.1 and it works fine so far. Archiv option is disabled on all lists. But now I notice that one list has attachments archived in ..../mailman/var/archives/private/$list/$date/$id/ sent through the list. Nothing else than the attachments.... Is this normal? Shouldn't the dir be empty? Can I suppress that? Or does Mailman clean up? Any ideas? Thanks for your support! David. From r.barrett at openinfo.co.uk Thu May 8 20:56:49 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Thu, 08 May 2003 19:56:49 +0100 Subject: [Mailman-Users] Supported Platforms In-Reply-To: <09D7541E4EA7DE4A916BF313B6771E8F0E2A5D@EMSS52M02.ca.lmco.c om> Message-ID: <5.1.1.6.0.20030508194715.04307240@mail.openinfo.co.uk> At 13:42 08/05/2003, Neron, Stephane (EXP) wrote: >Good Morning ;-) > >I'd like to know if Mailman can run on Sparc -Solaris platforms ? > >Thanks ;-) > >St?phane Yes. You will need to have Python installed if that isn't already there (http://www.python.org). The machine to run Mailman must have an MTA such as Sendmail or Postifx installed on it to deliver incoming post for lists to Mailman. You may also need to install the GNU version of some utilities like make and patch to use instead of of the Sun versions of same when building Mailman. I believe these precursors are readily available from Sun's support site. In connection with installing an enhancement patch to MM another Sun admin posted to mailman-users list: At 17:24 28/04/2003, Timothy Arnold wrote: >This is really for the benefit of other Solaris users but I found you need >to use the gnu patch & gnu diffutils, both of which are available from >sunfreeware.com! Best of luck From r.barrett at openinfo.co.uk Thu May 8 21:04:14 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Thu, 08 May 2003 20:04:14 +0100 Subject: [Mailman-Users] https question In-Reply-To: <00c801c3158f$645cb610$170aa8c0@DELL> References: <5.1.1.6.0.20030508190852.042fcf78@mail.openinfo.co.uk> Message-ID: <5.1.1.6.0.20030508195738.043746b8@mail.openinfo.co.uk> At 19:26 08/05/2003, Dan Leavitt wrote: >Thanks. I had subsequently located that article which provides a solution >but doesn't allow me to have list members access the server with http >and list admins with https, which I think would be useful to protect their >passwords. Can this be done somehow? Not without code changes, but why bother. The user passwords may not be as 'valuable' but what is the problem with both admins and members using https for their respective web GUIs. Surely, all the work in using https is usually in setting up the server. Having done that, and unless you plan on using client side certificates, it is a non-issue for the actual members unless they are using some fairly unusual web browsers. Then again, maybe you have some problem with transparent proxies if you use https which only afflicts members and not admins?? >Dan > > > >----- Original Message ----- >From: "Richard Barrett" >To: "Dan Leavitt" >Cc: >Sent: Thursday, May 08, 2003 2:21 PM >Subject: Re: [Mailman-Users] https question > > > > At 19:44 06/05/2003, Dan Leavitt wrote: > > >I've got http://myserver.com and https://myserver.com both working on a > > >linux/apache server. But, when I use > > >https://myserver.com/mailman/admin to access it the resulting page > > >has numerous links to http://myserver.com. > > > > > >How can I avoid this? Shouldn't all the links continue to access the > > >https server? Is there a mailman or apache config that I've > > >overlooked? > > > > > >Thanks, > > >Dan > > > > > http://www.python.org/cgi-bin/faqw-mm.py?query=DEFAULT_URL&querytype=simple&casefold=yes&req=search > > > > RTFF :) > > From wes at greenfieldnetworks.com Thu May 8 21:51:56 2003 From: wes at greenfieldnetworks.com (Wesley T. Perdue) Date: Thu, 08 May 2003 12:51:56 -0700 Subject: [Mailman-Users] Umbrella/Parent Lists In-Reply-To: <1052316451.2753.75.camel@co-tech-gh.nixa.k12.mo.us> Message-ID: <5.2.1.1.2.20030508115955.02671cb0@mail.greenfieldnetworks-int.com> Greg, I've recently implemented Mailman 2.1.2 for my office. I'm completely happy with Mailman, with one exception: I'm surprised at the lack of support of nested lists. I too came across Jon Carnes' workaround shell script (thanks, Jon!); it didn't meet my needs as-is, but inspired me to write a more elaborate Perl script that comes closer. I needed a solution that provided an arbitrary depth of list nesting; my Perl script supports that. It uses rules written in text files (one file per parent list, which includes the component list names) to automatically build the parent lists from their component lists. For example, eng is the list of all engineers at my company; it is composed of three lists: the hardware engineers, the software engineers, and others that must monitor the eng list. The hardware engineer list is itself composed of three different lists. My script lacks one feature I need: I'd like it to be driven by membership changes in the child lists, rather than cron-driven. That is, when someone joins or leaves my software list, I'd like my eng list to be automatically updated. I'm not a Python programmer (I'm barely a Perl programmer), so it may take me a while to figure out how to implement this feature. Arbitrarily rebuilding all parent lists on a frequent basis is a waste of resources on my already busy server; plus, it introduces a time delay in the parent-list-updating. My script does not address your need for posting rules based on list membership; that seems to be a more involved change to Mailman's behavior, which will probably need to be written in Python. I have more basic posting rules needs; in general, I allow all list members to post to the list, and then use the regular expression rules to also allow posting from within our site, while denying posting from anyone off-site. If your lists are low-traffic or you have staff that can act as list moderator(s), a combination of regular expression rules and manually moderating the lists may be a useful way to restrict posts. For example, you could allow initially moderated posts for list members, moderate posts from non-list but site members, and discard posts from non-site members. I hope you find this helpful. Regards, Wes ---------- Wes Perdue IT Manager, Greenfield Networks At 09:07 AM 5/7/2003 -0500, Greg Harris wrote: >After looking through the many articles on this topic, I am still not >seeing a truly dynamic fix. First, I am not very familiar with python >programming and this is the first time I have set up a mailing list, so >please be forgiving. > >I am mainly looking at how to allow all users from certain other local >lists, to post to a higher list. Let me try to quickly explain. I work >in a public school system, so I will use that example. The High School >Principal would be in a list which would only include himself and the >Assistant Principals, HS-Principals. That list would be covered by a >Principals list. The Principals list would be a compilation of the >different building principal lists and all principals would be able to >post to the Principals list. However, HS-Principals would also be part >of HS-Staff. HS-Staff would be an umbrella for the list English, >Science, etc. Only HS-Principals would be allowed to send to HS-Staff. >Hopefully by now, you can see that this is just using the organizational >structure for a creation of Umbrella/Parent lists that would encompass >the entire district. Essentially, I want to put each user in only one >list, and then use those lists to determine who can write to what lists. > >Although the initial setup will be huge, the long term management will >be much easier than trying to add each person to all the lists that they >would be a part of. > >Rather than using scripts and cron jobs to build lists, it would seem to >be a better use of resources to use regular expressions in the >accept_these_nonmembers. Unfortunately, I do not have the experience to >write these expressions. Has anyone else tried this? Am I completely >off my rocker and about to watch it burn? > >Thanks, > >Greg Harris From lhough at mrv.com Thu May 8 23:01:24 2003 From: lhough at mrv.com (Hough, Linden) Date: Thu, 8 May 2003 17:01:24 -0400 Subject: [Mailman-Users] Archive path problem Message-ID: <19EE6EC66973A5408FBE4CB7772F6F0A72E580@ltnmail.xyplex.com> Hi, I seem to be having a path problem with private archives. This is the path to an archive I can see: http://hostname/mailman/private/e2e/2003-May/000001.html In that archive is a link to a jpeg that was scrubbed, I cannot get there in the browser: http://hostname/pipermail/e2e/attachments/20030508/f525186d/attachment.jpg I believe it should be http://hostname/private/e2e/attachments//20030508/f525186d/attachment.jpg As the file seems to be there. Can anyone tell me where to fix that, or did I blow the install somehow? I though it was working before I re-configured to fix mail gid problem after upgrading to 2.1.2 from 2.1 Thanks, Linden Hough From lhough at mrv.com Fri May 9 00:07:40 2003 From: lhough at mrv.com (Hough, Linden) Date: Thu, 8 May 2003 18:07:40 -0400 Subject: [Mailman-Users] Archive path problem Message-ID: <19EE6EC66973A5408FBE4CB7772F6F0A72E58D@ltnmail.xyplex.com> Hmmm... nm, I installed again, sent new email and the new link is correct. The old in correct is still there and incorrect but I guess I can just purge:) -----Original Message----- From: Hough, Linden Sent: Thursday, May 08, 2003 5:01 PM To: mailman-users at python.org Subject: [Mailman-Users] Archive path problem Hi, I seem to be having a path problem with private archives. This is the path to an archive I can see: http://hostname/mailman/private/e2e/2003-May/000001.html In that archive is a link to a jpeg that was scrubbed, I cannot get there in the browser: http://hostname/pipermail/e2e/attachments/20030508/f525186d/attachment.jpg I believe it should be http://hostname/private/e2e/attachments//20030508/f525186d/attachment.jpg As the file seems to be there. Can anyone tell me where to fix that, or did I blow the install somehow? I though it was working before I re-configured to fix mail gid problem after upgrading to 2.1.2 from 2.1 Thanks, Linden Hough From r.barrett at openinfo.co.uk Fri May 9 00:40:12 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Thu, 08 May 2003 23:40:12 +0100 Subject: [Mailman-Users] Archive path problem In-Reply-To: <19EE6EC66973A5408FBE4CB7772F6F0A72E58D@ltnmail.xyplex.com> Message-ID: <5.1.1.6.0.20030508233653.04323980@mail.openinfo.co.uk> At 23:07 08/05/2003, Hough, Linden wrote: >Hmmm... nm, I installed again, sent new email and the new link is correct. >The old in correct is still there and incorrect but I guess I can just >purge:) Did you by any chance change the archives of the list concerned from public to private after the problem mail had been archived? Maybe running $prefix/bin/arch on the list will cure the problem. >-----Original Message----- >From: Hough, Linden >Sent: Thursday, May 08, 2003 5:01 PM >To: mailman-users at python.org >Subject: [Mailman-Users] Archive path problem > > >Hi, > >I seem to be having a path problem with private archives. > >This is the path to an archive I can see: > >http://hostname/mailman/private/e2e/2003-May/000001.html > >In that archive is a link to a jpeg that was scrubbed, I cannot get there in >the browser: > >http://hostname/pipermail/e2e/attachments/20030508/f525186d/attachment.jpg > >I believe it should be >http://hostname/private/e2e/attachments//20030508/f525186d/attachment.jpg >As the file seems to be there. > >Can anyone tell me where to fix that, or did I blow the install somehow? > >I though it was working before I re-configured to fix mail gid problem after >upgrading to 2.1.2 from 2.1 > >Thanks, > >Linden Hough ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From tkikuchi at is.kochi-u.ac.jp Fri May 9 02:49:59 2003 From: tkikuchi at is.kochi-u.ac.jp (Tokio Kikuchi) Date: Fri, 09 May 2003 09:49:59 +0900 Subject: [Mailman-Developers] Re: [Mailman-Users] Problem with Date:-headers References: <5.1.1.6.0.20030506222216.00b115d0@pop3.demon.co.uk> <1052265785.3331.27.camel@anncons> <3EB852E4.2030602@is.kochi-u.ac.jp> <1052364453.1156.9.camel@geddy> Message-ID: <3EBAFB37.6020900@is.kochi-u.ac.jp> Barry, Sorry for my slow response. Barry Warsaw wrote: > On Tue, 2003-05-06 at 20:27, Tokio Kikuchi wrote: > >>I am with Richard. Following patch fix this and I really don't >>understand why this else close is required. > > > The else clause is there to handle formats like: > > Wed, 3 Apr 2002 14:58:26 +0800 This passed my test without else close. May be this pattern ? > Wed,3 Apr 2002 14:58:26 +0800 If you stick to the BNF, you should not insert space between the comma and date. :-< In RFC2822, date-time = [ day-of-week "," ] date FWS time [CFWS] Anyway, thank you for the fix. Cheers, -- Tokio From barry at python.org Fri May 9 06:43:02 2003 From: barry at python.org (Barry Warsaw) Date: Fri, 9 May 2003 00:43:02 -0400 Subject: [Mailman-Developers] Re: [Mailman-Users] Problem with Date:-headers In-Reply-To: <3EBAFB37.6020900@is.kochi-u.ac.jp> Message-ID: On Thursday, May 8, 2003, at 08:49 PM, Tokio Kikuchi wrote: >> The else clause is there to handle formats like: >> >> Wed, 3 Apr 2002 14:58:26 +0800 > > This passed my test without else close. > > May be this pattern ? > >> Wed,3 Apr 2002 14:58:26 +0800 You're right. The regression was in test_parsedate_compact() which indeed tests the string you mention. > If you stick to the BNF, you should not insert space between > the comma and date. :-< Liberal in what you accept, strict in what you produce. :) In any event, I think we're good on this one. Thanks, -Barry From mba2000 at ioplex.com Fri May 9 09:33:51 2003 From: mba2000 at ioplex.com (Michael B Allen) Date: Fri, 9 May 2003 03:33:51 -0400 Subject: [Mailman-Users] Configuring Virtual Domains Message-ID: <20030509033351.1a676fd7.mba2000@ioplex.com> Hi, I share a server with some folks. Someone setup mailman and created a list for their domain (say foo-list at jim.com). Now I tried to setup a list for my domain (say bar-list at mike.com) by adding all the necesary aliasis and ran the newlist script but it sent me a confirmation for bar-list at jim.com. How do I specify bar-list at mike.com using the same installation of Mailman 2.0.13? If I edit mm_cfg.py will that mess up foo-list at jim.com? Also, how do I delete bar-list at jim.com? Finally, is there any document or howto that describes this well? Thanks, Mike -- A program should be written to model the concepts of the task it performs rather than the physical world or a process because this maximizes the potential for it to be applied to tasks that are conceptually similar and, more important, to tasks that have not yet been conceived. From fle at netgem.com Fri May 9 12:47:00 2003 From: fle at netgem.com (Flavien) Date: Fri, 09 May 2003 12:47:00 +0200 Subject: [Mailman-Users] changing mailman homedir Message-ID: <3EBB8724.84210B19@netgem.com> Hello, I had to change mailman homedir from /home/mailman to /usr/local/home/mailman. I basically grepped around /home/mailman/* to find all paths, moved /home/mailman to /usr/local/home, and changed the homedir of mailman user. Now, I'm getting error messages : > A message that you sent could not be delivered to one or more of its > recipients. This is a permanent error. The following address(es) failed: > > the-list at blahblah.domain: > Child process of list_transport transport returned 2 from command: > /usr/local/home/mailman/mail/wrapper I realize that all *.pyc files contain references to the old dir /home/mailman, so they might well be the cause of the problem. How can I correct this ? Any help appreciated. Flavien. From r.barrett at openinfo.co.uk Fri May 9 14:44:41 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Fri, 09 May 2003 13:44:41 +0100 Subject: [Mailman-Users] changing mailman homedir In-Reply-To: <3EBB8724.84210B19@netgem.com> Message-ID: <5.1.1.6.0.20030509133154.03ae5008@ext-proxy.ftel.co.uk> At 11:47 09/05/2003, Flavien wrote: >Hello, > > > >I had to change mailman homedir from /home/mailman to /usr/local/home/mailman. > >I basically grepped around /home/mailman/* to find all paths, moved >/home/mailman >to /usr/local/home, and changed the homedir of mailman user. > Not the right way! >Now, I'm getting error messages : > > > A message that you sent could not be delivered to one or more of its > > recipients. This is a permanent error. The following address(es) failed: > > > > the-list at blahblah.domain: > > Child process of list_transport transport returned 2 from command: > > /usr/local/home/mailman/mail/wrapper > > >I realize that all *.pyc files contain references to the old dir >/home/mailman, so they might well be the cause of the problem. The .pyc files are not the problem as python will regenerate these if they have later modification date than the associate .py file I think you problem is with the compiled C wrappers for the mail delivery and cgi scripts which have the Mailman install path embedded in the object code. Instead of hacking at this, do a proper configure and install of MM into your new $prefix, then transfer over the list databases and archives, run check_perms and then restart everything. I would stop your MTA and web server while you are moving MM and restart them after the move. >How can I correct this ? > > >Any help appreciated. > > >Flavien. ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From jdecarlo at mitre.org Fri May 9 14:48:57 2003 From: jdecarlo at mitre.org (John DeCarlo) Date: Fri, 09 May 2003 08:48:57 -0400 Subject: [Mailman-Users] Daily moderator message Message-ID: <3EBBA3B9.1060903@mitre.org> Hello, I have some lists where the moderator can only use the email interface. This generally works fine, as replying to initial moderator email correctly allows the approval or disapproval of moderated messages. However, if something happens to the first message (gets accidentally deleted, etc.), the subsequent reminders do not have sufficient information to allow approval or rejection via email. I will be looking at the Python code to see what I can figure out, but if anyone has already looked at this, I would appreciate the help. Thanks. -- John DeCarlo, My Views Are My Own From jdecarlo at mitre.org Fri May 9 15:27:49 2003 From: jdecarlo at mitre.org (John DeCarlo) Date: Fri, 09 May 2003 09:27:49 -0400 Subject: [Mailman-Users] "Uncaught bounce notification" for -admin addresses In-Reply-To: References: Message-ID: <3EBBACD5.3030408@mitre.org> Well, I am seeing the exact same issues as Greg. Not only that, but I tried all my lists, and every one of them returns a bounce message for email sent to -admin at host.com - even if I do it by hand the way Jon suggested. What is the -admin alias supposed to do, anyway? I had assumed (there you go) that it would just forward to the list admin. -- John DeCarlo, My Views Are My Own From jdecarlo at mitre.org Fri May 9 16:06:37 2003 From: jdecarlo at mitre.org (John DeCarlo) Date: Fri, 09 May 2003 10:06:37 -0400 Subject: [Mailman-Users] Looking for a file in Mailman In-Reply-To: <5.1.0.14.2.20030507085414.02997ea8@spamarrest.com> References: <5.1.0.14.2.20030507085414.02997ea8@spamarrest.com> Message-ID: <3EBBB5ED.5000908@mitre.org> Thomas, I don't know what file it is in, but if you go to the Admin web page and select Digest Options, you will find the footer about half way down. You can edit the footer to your heart's content. Thomas at travelhacker.com wrote: > At the end of each message (Digest form) there is a > '------------------------------------' to separate the message from the > next one. What file is this found in as I would like to change it to > something else. -- John DeCarlo, My Views Are My Own From jonc at nc.rr.com Fri May 9 16:20:09 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Fri, 09 May 2003 14:20:09 -0000 Subject: [Mailman-Users] "Uncaught bounce notification" for -admin addresses In-Reply-To: <3EBBACD5.3030408@mitre.org> References: <3EBBACD5.3030408@mitre.org> Message-ID: <1052490065.3313.8.camel@anncons> What MTA are you using? On Fri, 2003-05-09 at 09:27, John DeCarlo wrote: > Well, > > I am seeing the exact same issues as Greg. Not only that, but I tried > all my lists, and every one of them returns a bounce message for email > sent to -admin at host.com - even if I do it by hand the way > Jon suggested. > > What is the -admin alias supposed to do, anyway? I had assumed (there > you go) that it would just forward to the list admin. From jdecarlo at mitre.org Fri May 9 16:24:32 2003 From: jdecarlo at mitre.org (John DeCarlo) Date: Fri, 09 May 2003 10:24:32 -0400 Subject: [Mailman-Users] "Uncaught bounce notification" for -admin addresses In-Reply-To: <1052490065.3313.8.camel@anncons> References: <3EBBACD5.3030408@mitre.org> <1052490065.3313.8.camel@anncons> Message-ID: <3EBBBA20.20704@mitre.org> Jon, Sorry, I thought I added that I was using Postfix. But since the manual test had the same result, that seemed to eliminate it being an MTA issue. Jon Carnes wrote: > What MTA are you using? > > On Fri, 2003-05-09 at 09:27, John DeCarlo wrote: > >>Well, >> >>I am seeing the exact same issues as Greg. Not only that, but I tried >>all my lists, and every one of them returns a bounce message for email >>sent to -admin at host.com - even if I do it by hand the way >>Jon suggested. >> >>What is the -admin alias supposed to do, anyway? I had assumed (there >>you go) that it would just forward to the list admin. -- John DeCarlo, My Views Are My Own From wasted1 at rolltidefan.net Fri May 9 16:28:58 2003 From: wasted1 at rolltidefan.net (Wasted One) Date: Fri, 9 May 2003 10:28:58 -0400 Subject: [Mailman-Users] Editing real_name Message-ID: <00ee01c31637$543d9440$6101a8c0@Office> Did anyone ever come up with a solution to this problem? It seems to be frustrating a lot of people (including me!). All I want to do is change my list name's case from Xxx to XXX. Help... =============================================================================== Original message: From: John Grafflin Subject: [Mailman-Users] Editing real_name Date: Sun, 27 Apr 2003 12:28:57 -0700 Under CPanel, Mailing Lists, General Options the very first option is to change the case of the public name. It is currently listed as Startpagedepot.com. I want to change it to StartPageDepot.com, but I get the following message at the top of the screen when I do: real_name attribute not changed! It must differ from the list's name by case only. ------------------------------------------------------ Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: [EMAIL PROTECTED] Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/archive%40jab.org From fle at netgem.com Fri May 9 16:54:44 2003 From: fle at netgem.com (Flavien) Date: Fri, 09 May 2003 16:54:44 +0200 Subject: [Mailman-Users] changing mailman homedir References: <3EBB8724.84210B19@netgem.com> Message-ID: <3EBBC134.B2CA1426@netgem.com> Hello, I got it working. Here are some tips for the archives, in case someone needs it (not as an example of "the Good Way to do it" though): *) bin/move_list is your friend : It updates the paths in the DB files for each list. Run it for each of them. *) The pyc files are not the problem, I choose to regenerate them, no idea if it was needed or if at the next run they would have been re-generated because their py-equivalent was newer. It just happens that I did regenerate them : #Not a copy-paste. May include errors echo "import py_compile" >> ./regenerate.py (for f in `find . -name *.py` ; do echo "py_compile.compile('$f')"; done) >> ./regenerate.py python ./regenerate.py *) Then, I had a look at the wrappers, as Richard pointed out. I had to compile them again (they contained references to /home/mailman) : In mailman's source, I edited ./config.status and changed the /home/mailman to /usr/local/home/mailman, ran ./config.status, cd src ; make; make install Hope this helps, Flavien. PS: May I suggest that the paths could be built from $HOME of the mailman user at runtime instead of beeing hard-coded at build time and be in every PY/PYC/DB file ? It would have made my task today much easier. :o) From Freedom_Lover at pobox.com Fri May 9 17:09:39 2003 From: Freedom_Lover at pobox.com (Todd) Date: Fri, 9 May 2003 11:09:39 -0400 Subject: [Mailman-Users] Editing real_name In-Reply-To: <00ee01c31637$543d9440$6101a8c0@Office> References: <00ee01c31637$543d9440$6101a8c0@Office> Message-ID: <20030509150939.GI32053@psilocybe.teonanacatl.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Wasted One wrote: > Did anyone ever come up with a solution to this problem? It seems to be > frustrating a lot of people (including me!). All I want to do is change my > list name's case from Xxx to XXX. Not that I know of. I tried getting in touch with the folks at cPanel about it and they were completely unresponsive. I am guessing that they must patch mailman to accomplish this and therefore they have an obligation to make their changes available under the GPL. Unfortunately, I have no idea of how to get a message through to those folks (well, at this point I'd prefer to switch 'ol' to 'uc' in folks :). If anyone happens to know of a good way to get in touch with someone at cPanel, please let us know. - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ============================================================================ I've set my own rules to live by. The first one is: 'Never believe ANYthing the government says.' -- George Carlin -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+u8Szuv+09NZUB1oRAji2AJ9IZFmf3lAwcMaIUN+dsOEgPXLzmwCgtLuV kPJKPgn5HBoi9pvtX+N0+xk= =5pgf -----END PGP SIGNATURE----- From Nigel.Metheringham at dev.InTechnology.co.uk Fri May 9 17:18:10 2003 From: Nigel.Metheringham at dev.InTechnology.co.uk (Nigel Metheringham) Date: Fri, 09 May 2003 15:18:10 -0000 Subject: [Mailman-Users] Editing real_name In-Reply-To: <004401c30ba4$c012b760$6cde28d8@jwgmg> References: <004401c30ba4$c012b760$6cde28d8@jwgmg> Message-ID: <1052493484.19584.36.camel@angua.localnet> On Sat, 2003-04-26 at 04:34, John Grafflin wrote: > Under CPanel, Mailing Lists, General Options the very first option is to change the case of the public name. It is currently listed as Startpagedepot.com. I want to change it to StartPageDepot.com, but I get the following message at the top of the screen when I do: > > real_name attribute not changed! It must differ from the list's name by case only. I vaguely remember seeing this problem in an old (1.x) Mailman release. You *have* checked that there is no whitespace tagged on the end of the identifier? Nigel. -- [ Nigel Metheringham Nigel.Metheringham at InTechnology.co.uk ] [ - Comments in this message are my own and not ITO opinion/policy - ] From Freedom_Lover at pobox.com Fri May 9 17:29:38 2003 From: Freedom_Lover at pobox.com (Todd) Date: Fri, 9 May 2003 11:29:38 -0400 Subject: [Mailman-Users] Editing real_name In-Reply-To: <1052493484.19584.36.camel@angua.localnet> References: <004401c30ba4$c012b760$6cde28d8@jwgmg> <1052493484.19584.36.camel@angua.localnet> Message-ID: <20030509152938.GL32053@psilocybe.teonanacatl.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Nigel Metheringham wrote: > On Sat, 2003-04-26 at 04:34, John Grafflin wrote: > > Under CPanel, Mailing Lists, General Options the very first option is to > > change the case of the public name. It is currently listed as > > Startpagedepot.com. I want to change it to StartPageDepot.com, but I get > > the following message at the top of the screen when I do: > > > > real_name attribute not changed! It must differ from the list's name by > > case only. > > I vaguely remember seeing this problem in an old (1.x) Mailman release. > > You *have* checked that there is no whitespace tagged on the end of the > identifier? I'm not trying to speak for John, but no, this is a problem with Mailman 2.0, when hosted on sites run by cPanel software. I think they apply some patches or other trickery in list creation to put the domain name into the real_name attribute. The idea makes sense for doing virtual hosting, but they have only done a half-assed job of it and the result is that you cannot change the case of the list name. cPanel doesn't answer questions about it on either their support forums and they closed the support ticket I opened with them with no comment or resolution. - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ============================================================================ Good Government is an oxymoron. -- Legare -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+u8liuv+09NZUB1oRAmEHAKDF/KBavqFDKcJ4gm6cjcVvD9GBIQCgsvv1 9YWEIiN3EmmON1Vy+cHjGw0= =vhJS -----END PGP SIGNATURE----- From Mailer-Daemon at gator3.hostgator.com Fri May 9 17:32:23 2003 From: Mailer-Daemon at gator3.hostgator.com (Mail Delivery System) Date: Fri, 9 May 2003 11:32:23 -0400 Subject: [Mailman-Users] Editing real_name Message-ID: Yes. There is no space. -----Original Message----- From: mailman-users-bounces+wasted1=rolltidefan.net at python.org [mailto:mailman-users-bounces+wasted1=rolltidefan.net at python.org] On Behalf Of Nigel Metheringham Sent: Friday, May 09, 2003 11:18 AM To: John Grafflin Cc: mailman-users at python.org Subject: Re: [Mailman-Users] Editing real_name On Sat, 2003-04-26 at 04:34, John Grafflin wrote: > Under CPanel, Mailing Lists, General Options the very first option is > to change the case of the public name. It is currently listed as > Startpagedepot.com. I want to change it to StartPageDepot.com, but I > get the following message at the top of the screen when I do: > > real_name attribute not changed! It must differ from the list's name > by case only. I vaguely remember seeing this problem in an old (1.x) Mailman release. You *have* checked that there is no whitespace tagged on the end of the identifier? From jonc at nc.rr.com Fri May 9 17:38:22 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Fri, 09 May 2003 15:38:22 -0000 Subject: [Mailman-Users] Configuring Virtual Domains In-Reply-To: <20030509033351.1a676fd7.mba2000@ioplex.com> References: <20030509033351.1a676fd7.mba2000@ioplex.com> Message-ID: <1052494734.3308.66.camel@anncons> On Fri, 2003-05-09 at 03:33, Michael B Allen wrote: > Hi, > > I share a server with some folks. Someone setup mailman and created a > list for their domain (say foo-list at jim.com). Now I tried to setup a > list for my domain (say bar-list at mike.com) by adding all the necesary > aliasis and ran the newlist script but it sent me a confirmation for > bar-list at jim.com. How do I specify bar-list at mike.com using the > same installation of Mailman 2.0.13? If I edit mm_cfg.py will that > mess up foo-list at jim.com? > You need to edit two of the fields near the bottom of the General Options tab in the web-admin. Change those domains to use "mike.com". That will will help. > Also, how do I delete bar-list at jim.com? > You don't need to do that, the changes above will simply change how the list treats itself (it will now use mike.com). Note: if you are using Sendmail as the MTA then the outbound mail will all be tagged as coming from whatever the host is currently named. You can force naming to be one way or the other, but the only way to force outbound mail to use a different domain name is to use the Generics tables. > Finally, is there any document or howto that describes this well? > The archives cover this very thoroughly and many times. Good Luck - Jon Carnes From jonc at nc.rr.com Fri May 9 17:44:25 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Fri, 09 May 2003 15:44:25 -0000 Subject: [Mailman-Users] A couple of questions In-Reply-To: <20030505184558.60989.qmail@web40806.mail.yahoo.com> References: <20030505184558.60989.qmail@web40806.mail.yahoo.com> Message-ID: <1052495098.3314.72.camel@anncons> If you look in the file "INSTALL" which came with the source, you will see that it has some nice instructions for modifying your httpd.conf file. === # httpd configuration settings for use with mailman. # ScriptAlias /mailman/ /var/mailman/cgi-bin/ Alias /pipermail/ /var/mailman/archives/public/ Options +FollowSymlinks # # Uncomment the following line, replacing www.example.com # with your server's name, to redirect queries to /mailman # to the listinfo page (recommended). # RedirectMatch /mailman[/]*$ http://www.example.com/mailman/listinfo On Mon, 2003-05-05 at 14:45, Roy Santos wrote: > I recently first tried installing the Redhat RPM of > this product. The lists appeared to be working, but > for the life of me I could not figure out where/how > the web pages get generated. (ie: > /var/www/http/mailman?) Since Redhat didnt have man > pages, I removed the RPM. > > At a second attempt I installed from the current > distribution. This allowed me to gather information > from the Install file and README. I tried to follow > step by step, but again, I was left with a spotty > install. Now since the website doesnt offer online > documentation, Im pretty stuck in the water. > > Can someone point me to a document or more detailed > information on how the web enabled mechanism of the > list server works, how to configure it, and any > usefulness to get this package deployed? > > Thanks in advance > > Roy Santos > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From lhough at mrv.com Fri May 9 17:59:39 2003 From: lhough at mrv.com (Hough, Linden) Date: Fri, 9 May 2003 11:59:39 -0400 Subject: [Mailman-Users] Archive path problem Message-ID: <19EE6EC66973A5408FBE4CB7772F6F0A72E6C0@ltnmail.xyplex.com> Yes I think I did change from public to private, Is that what causes it? I will try running arch and let you know if it fixes the bad link. -----Original Message----- From: Richard Barrett [mailto:r.barrett at openinfo.co.uk] Sent: Thursday, May 08, 2003 6:40 PM To: Hough, Linden Cc: mailman-users at python.org Subject: RE: [Mailman-Users] Archive path problem At 23:07 08/05/2003, Hough, Linden wrote: >Hmmm... nm, I installed again, sent new email and the new link is correct. >The old in correct is still there and incorrect but I guess I can just >purge:) Did you by any chance change the archives of the list concerned from public to private after the problem mail had been archived? Maybe running $prefix/bin/arch on the list will cure the problem. >-----Original Message----- >From: Hough, Linden >Sent: Thursday, May 08, 2003 5:01 PM >To: mailman-users at python.org >Subject: [Mailman-Users] Archive path problem > > >Hi, > >I seem to be having a path problem with private archives. > >This is the path to an archive I can see: > >http://hostname/mailman/private/e2e/2003-May/000001.html > >In that archive is a link to a jpeg that was scrubbed, I cannot get there in >the browser: > >http://hostname/pipermail/e2e/attachments/20030508/f525186d/attachment.jpg > >I believe it should be >http://hostname/private/e2e/attachments//20030508/f525186d/attachment.jpg >As the file seems to be there. > >Can anyone tell me where to fix that, or did I blow the install somehow? > >I though it was working before I re-configured to fix mail gid problem after >upgrading to 2.1.2 from 2.1 > >Thanks, > >Linden Hough ---------------------------------------------------------------------------- -- Richard Barrett http://www.openinfo.co.uk From lhough at mrv.com Fri May 9 18:04:41 2003 From: lhough at mrv.com (Hough, Linden) Date: Fri, 9 May 2003 12:04:41 -0400 Subject: [Mailman-Users] changing mailman homedir Message-ID: <19EE6EC66973A5408FBE4CB7772F6F0A72E6C8@ltnmail.xyplex.com> Yes I think I did change from public to private, Is that what causes it? I will try running arch and let you know if it fixes the bad link. -----Original Message----- From: Richard Barrett [mailto:r.barrett at openinfo.co.uk] Sent: Friday, May 09, 2003 8:45 AM To: Flavien; mailman-users at python.org Subject: Re: [Mailman-Users] changing mailman homedir At 11:47 09/05/2003, Flavien wrote: >Hello, > > > >I had to change mailman homedir from /home/mailman to /usr/local/home/mailman. > >I basically grepped around /home/mailman/* to find all paths, moved >/home/mailman >to /usr/local/home, and changed the homedir of mailman user. > Not the right way! >Now, I'm getting error messages : > > > A message that you sent could not be delivered to one or more of its > > recipients. This is a permanent error. The following address(es) failed: > > > > the-list at blahblah.domain: > > Child process of list_transport transport returned 2 from command: > > /usr/local/home/mailman/mail/wrapper > > >I realize that all *.pyc files contain references to the old dir >/home/mailman, so they might well be the cause of the problem. The .pyc files are not the problem as python will regenerate these if they have later modification date than the associate .py file I think you problem is with the compiled C wrappers for the mail delivery and cgi scripts which have the Mailman install path embedded in the object code. Instead of hacking at this, do a proper configure and install of MM into your new $prefix, then transfer over the list databases and archives, run check_perms and then restart everything. I would stop your MTA and web server while you are moving MM and restart them after the move. >How can I correct this ? > > >Any help appreciated. > > >Flavien. ---------------------------------------------------------------------------- -- Richard Barrett http://www.openinfo.co.uk ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: lhough at mrv.com Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/lhough%40mrv.com From lhough at mrv.com Fri May 9 18:06:34 2003 From: lhough at mrv.com (Hough, Linden) Date: Fri, 9 May 2003 12:06:34 -0400 Subject: [Mailman-Users] Archive path problem Message-ID: <19EE6EC66973A5408FBE4CB7772F6F0A72E6CC@ltnmail.xyplex.com> Yes I think I did change from public to private, Is that what causes it? I will try running arch and let you know if it fixes the bad link. -----Original Message----- From: Richard Barrett [mailto:r.barrett at openinfo.co.uk] Sent: Thursday, May 08, 2003 6:40 PM To: Hough, Linden Cc: mailman-users at python.org Subject: RE: [Mailman-Users] Archive path problem At 23:07 08/05/2003, Hough, Linden wrote: >Hmmm... nm, I installed again, sent new email and the new link is correct. >The old in correct is still there and incorrect but I guess I can just >purge:) Did you by any chance change the archives of the list concerned from public to private after the problem mail had been archived? Maybe running $prefix/bin/arch on the list will cure the problem. >-----Original Message----- >From: Hough, Linden >Sent: Thursday, May 08, 2003 5:01 PM >To: mailman-users at python.org >Subject: [Mailman-Users] Archive path problem > > >Hi, > >I seem to be having a path problem with private archives. > >This is the path to an archive I can see: > >http://hostname/mailman/private/e2e/2003-May/000001.html > >In that archive is a link to a jpeg that was scrubbed, I cannot get there in >the browser: > >http://hostname/pipermail/e2e/attachments/20030508/f525186d/attachment.jpg > >I believe it should be >http://hostname/private/e2e/attachments//20030508/f525186d/attachment.jpg >As the file seems to be there. > >Can anyone tell me where to fix that, or did I blow the install somehow? > >I though it was working before I re-configured to fix mail gid problem after >upgrading to 2.1.2 from 2.1 > >Thanks, > >Linden Hough ---------------------------------------------------------------------------- -- Richard Barrett http://www.openinfo.co.uk From lhough at itouchcom.com Thu May 8 22:47:27 2003 From: lhough at itouchcom.com (Hough, Linden) Date: Thu, 8 May 2003 16:47:27 -0400 Subject: [Mailman-Users] archive path problem Message-ID: <19EE6EC66973A5408FBE4CB7772F6F0A72E571@ltnmail.xyplex.com> Hi, I seem to be having a path problem with private archives. This is the path to an archive I can see: http://hostname/mailman/private/e2e/2003-May/000001.html In that archive is a link to a jpeg that was scrubbed, I cannot get there in the browser: http://hostname/pipermail/e2e/attachments/20030508/f525186d/attachment.jpg I believe it should be http://hostname/private/e2e/attachments//20030508/f525186d/attachment.jpg As the file seems to be there. Can anyone tell me where to fix that, or did I blow the install somehow? I though it was working before I re-configured to fix mail gid problem after upgrading to 2.1.2 from 2.1 Thanks, Linden Hough lhough at itouchcom.com From pittmed at pittmed.pitt.edu Thu May 8 22:52:57 2003 From: pittmed at pittmed.pitt.edu (Computers in Medicine) Date: Thu, 8 May 2003 16:52:57 -0400 Subject: [Mailman-Users] Subscribing with Name via Email Message-ID: <007001c315a3$ce898f40$0280000a@pelican> We have a form that we use to create a simple interface to a Mailman list by sending an email of the following form to the -request address. subscribe nodigest address=email at domain We'd also like to be able to allow the user's to submit their real name via email, but if the email address is of the form "First Last" or "First Last " it doesn't work. Is there some form for the email address that can include the real name? Thanks. From rplouffe at bridgew.edu Fri May 9 15:31:03 2003 From: rplouffe at bridgew.edu (Plouffe, Robert) Date: Fri, 9 May 2003 09:31:03 -0400 Subject: [Mailman-Users] Problems with outside users Message-ID: <9F5E83E17008D31193DD0090274E75050A496D70@mailhost.bridgew.edu> Mailman, I am testing mailman on campus. Our test users on campus work fine. Test users with non campus accounts (yahoo, hotmail) are not able to join a list much less receive mail. Is there a setting I am missing in Mailman? I did send and receive email to these accounts with sendmail so I do not think it a DNS etc issue. Any help would be appreciated - Thank you, Bob Robert Plouffe Assistant Director, Systems Support Bridgewater State College Bridgewater, Massachusetts 02325 rplouffe at bridgew.edu (508) 531 2659 From gharris at mail.nixa.k12.mo.us Fri May 9 17:17:43 2003 From: gharris at mail.nixa.k12.mo.us (Greg Harris) Date: Fri, 09 May 2003 15:17:43 -0000 Subject: [Mailman-Users] Umbrella/Parent Lists Message-ID: <1052493399.2753.198.camel@co-tech-gh.nixa.k12.mo.us> Thanks for the replies. It looks as though reg ex is not considered the best way to access memberships yet. However, since a database is used for list memberships, it would seem to be the best long-term solution, if it can be developed. I also wonder if I made it clear that I was trying to add all members of a child list and not specific members from a child list. Each child list would be set up in such a way that they all had write access to the parent list or all of them could only read from the parent list, (an announcement list). Does this change anyone's thinking, or are scripts still the best way to go? Also, I would like to see your scripts Wesley, if possible. It sounds like there is a great deal of potential available from your scripts. I wonder if you could add a line or two to the add user script that would run the appropriate parent list rebuild. This script would then of course call any other scripts that it needed to update. You would, of course have to use a standard naming scheme, so that it could use a variable from the add user script. This should allow for "instant" updates across the board. I use instant loosely here, simply because you have to wait until the scripts finish running. Later, Greg Harris On Thu, 2003-05-08 at 14:51, Wesley T. Perdue wrote: > Greg, > > I've recently implemented Mailman 2.1.2 for my office. I'm completely happy with Mailman, with one exception: I'm surprised at the lack of support of nested lists. > > I too came across Jon Carnes' workaround shell script (thanks, Jon!); it didn't meet my needs as-is, but inspired me to write a more elaborate Perl script that comes closer. I needed a solution that provided an arbitrary depth of list nesting; my Perl script supports that. It uses rules written in text files (one file per parent list, which includes the component list names) to automatically build the parent lists from their component lists. > > For example, eng is the list of all engineers at my company; it is composed of three lists: the hardware engineers, the software engineers, and others that must monitor the eng list. The hardware engineer list is itself composed of three different lists. > > My script lacks one feature I need: I'd like it to be driven by membership changes in the child lists, rather than cron-driven. That is, when someone joins or leaves my software list, I'd like my eng list to be automatically updated. I'm not a Python programmer (I'm barely a Perl programmer), so it may take me a while to figure out how to implement this feature. Arbitrarily rebuilding all parent lists on a frequent basis is a waste of resources on my already busy server; plus, it introduces a time delay in the parent-list-updating. > > My script does not address your need for posting rules based on list membership; that seems to be a more involved change to Mailman's behavior, which will probably need to be written in Python. > > I have more basic posting rules needs; in general, I allow all list members to post to the list, and then use the regular expression rules to also allow posting from within our site, while denying posting from anyone off-site. > > If your lists are low-traffic or you have staff that can act as list moderator(s), a combination of regular expression rules and manually moderating the lists may be a useful way to restrict posts. For example, you could allow initially moderated posts for list members, moderate posts from non-list but site members, and discard posts from non-site members. > > I hope you find this helpful. > > Regards, > Wes > ---------- > Wes Perdue > IT Manager, Greenfield Networks > > At 09:07 AM 5/7/2003 -0500, Greg Harris wrote: > >After looking through the many articles on this topic, I am still not > >seeing a truly dynamic fix. First, I am not very familiar with python > >programming and this is the first time I have set up a mailing list, so > >please be forgiving. > > > >I am mainly looking at how to allow all users from certain other local > >lists, to post to a higher list. Let me try to quickly explain. I work > >in a public school system, so I will use that example. The High School > >Principal would be in a list which would only include himself and the > >Assistant Principals, HS-Principals. That list would be covered by a > >Principals list. The Principals list would be a compilation of the > >different building principal lists and all principals would be able to > >post to the Principals list. However, HS-Principals would also be part > >of HS-Staff. HS-Staff would be an umbrella for the list English, > >Science, etc. Only HS-Principals would be allowed to send to HS-Staff. > >Hopefully by now, you can see that this is just using the organizational > >structure for a creation of Umbrella/Parent lists that would encompass > >the entire district. Essentially, I want to put each user in only one > >list, and then use those lists to determine who can write to what lists. > > > >Although the initial setup will be huge, the long term management will > >be much easier than trying to add each person to all the lists that they > >would be a part of. > > > >Rather than using scripts and cron jobs to build lists, it would seem to > >be a better use of resources to use regular expressions in the > >accept_these_nonmembers. Unfortunately, I do not have the experience to > >write these expressions. Has anyone else tried this? Am I completely > >off my rocker and about to watch it burn? > > > >Thanks, > > > >Greg Harris > From r.barrett at openinfo.co.uk Fri May 9 18:34:02 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Fri, 09 May 2003 17:34:02 +0100 Subject: [Mailman-Users] Archive path problem In-Reply-To: <19EE6EC66973A5408FBE4CB7772F6F0A72E6CC@ltnmail.xyplex.com> Message-ID: <5.1.1.6.0.20030509172032.05228ba8@ext-proxy.ftel.co.uk> At 17:06 09/05/2003, Hough, Linden wrote: >Yes I think I did change from public to private, Is that what causes it? >I will try running arch and let you know if it fixes the bad link. Working back from your symptoms, I guessed that the links being embedded in the archived mail to point to extracted content might not be being written as relative URLs but absolute ones. Then, changing a list from public to private would make a mess of things. I think if you you take a look at the HTML of the archived mail you will see my guess was correct (or not). If I find time, I'll take a look at the source code to check if I was on target and, if so, see if I can work up a patch for the problem. >-----Original Message----- >From: Richard Barrett [mailto:r.barrett at openinfo.co.uk] >Sent: Thursday, May 08, 2003 6:40 PM >To: Hough, Linden >Cc: mailman-users at python.org >Subject: RE: [Mailman-Users] Archive path problem > > >At 23:07 08/05/2003, Hough, Linden wrote: > >Hmmm... nm, I installed again, sent new email and the new link is correct. > >The old in correct is still there and incorrect but I guess I can just > >purge:) > >Did you by any chance change the archives of the list concerned from public >to private after the problem mail had been archived? > >Maybe running $prefix/bin/arch on the list will cure the problem. > > >-----Original Message----- > >From: Hough, Linden > >Sent: Thursday, May 08, 2003 5:01 PM > >To: mailman-users at python.org > >Subject: [Mailman-Users] Archive path problem > > > > > >Hi, > > > >I seem to be having a path problem with private archives. > > > >This is the path to an archive I can see: > > > >http://hostname/mailman/private/e2e/2003-May/000001.html > > > >In that archive is a link to a jpeg that was scrubbed, I cannot get there >in > >the browser: > > > >http://hostname/pipermail/e2e/attachments/20030508/f525186d/attachment.jpg > > > >I believe it should be > >http://hostname/private/e2e/attachments//20030508/f525186d/attachment.jpg > >As the file seems to be there. > > > >Can anyone tell me where to fix that, or did I blow the install somehow? > > > >I though it was working before I re-configured to fix mail gid problem >after > >upgrading to 2.1.2 from 2.1 > > > >Thanks, > > > >Linden Hough > >---------------------------------------------------------------------------- >-- >Richard Barrett >http://www.openinfo.co.uk > >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: r.barrett at openinfo.co.uk >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/r.barrett%40openinfo.co.uk ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From jose at iquest.ucsb.edu Fri May 9 18:37:33 2003 From: jose at iquest.ucsb.edu (Jose Guevarra) Date: Fri, 9 May 2003 09:37:33 -0700 Subject: [Mailman-Users] too many hops with sendmail Message-ID: <000c01c31649$4a8575f0$800f6f80@iquest.ucsb.edu> Hi, I'm running Mailman 2.1.1 on RH 7.3. I keep getting these errors in my daily logwatch emails. ------- h48Gs5W22934: SYSERR(root): Too many hops 26 (25 max): from via mailserver.mydomain.com, to h48Gs5W22934: h48Gs5W22935: DSN: Too many hops 26 (25 max): from via mailserver.mydomain.com, to ------- Can anyone tell my why. My aliase file entry for this list is exactly the same as the other which don't have this problem. any hints would be appreciated. ======================================== Jose Guevarra Systems Administrator iQUEST Rm 5215 Broida Hall University of California, Santa Barbara Santa Barbara, CA 93106 Phone: 805.893.8108 Fax: 805.893.8170 Email: jose at iquest.ucsb.edu Web: www.iquest.ucsb.edu ======================================== From r.barrett at openinfo.co.uk Fri May 9 19:01:03 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Fri, 09 May 2003 18:01:03 +0100 Subject: [Mailman-Users] Umbrella/Parent Lists In-Reply-To: <1052493399.2753.198.camel@co-tech-gh.nixa.k12.mo.us> Message-ID: <5.1.1.6.0.20030509174038.00ac5b38@ext-proxy.ftel.co.uk> At 16:16 09/05/2003, Greg Harris wrote: >Thanks for the replies. It looks as though reg ex is not considered the >best way to access memberships yet. However, since a database is used >for list memberships, it would seem to be the best long-term solution, >if it can be developed. I also wonder if I made it clear that I was >trying to add all members of a child list and not specific members from >a child list. Each child list would be set up in such a way that they >all had write access to the parent list or all of them could only read >from the parent list, (an announcement list). Does this change anyone's >thinking, or are scripts still the best way to go? Not mine, because the way standard Mailman code works, the 'umbrella' list does not "look down" into the membership list of a subordinate list, nor can a regex associated with the the 'umbrella' list readily do so. Essentailly, the subordinate list's email address is nothing special just that of another subscriber. >Also, I would like to see your scripts Wesley, if possible. It sounds >like there is a great deal of potential available from your scripts. I >wonder if you could add a line or two to the add user script that would >run the appropriate parent list rebuild. This script would then of >course call any other scripts that it needed to update. You would, of >course have to use a standard naming scheme, so that it could use a >variable from the add user script. This should allow for "instant" >updates across the board. I use instant loosely here, simply because >you have to wait until the scripts finish running. > >Later, > >Greg Harris > >On Thu, 2003-05-08 at 14:51, Wesley T. Perdue wrote: > > Greg, > > > > I've recently implemented Mailman 2.1.2 for my office. I'm completely >happy with Mailman, with one exception: I'm surprised at the lack of >support of nested lists. > > > > I too came across Jon Carnes' workaround shell script (thanks, Jon!); >it didn't meet my needs as-is, but inspired me to write a more elaborate >Perl script that comes closer. I needed a solution that provided an >arbitrary depth of list nesting; my Perl script supports that. It uses >rules written in text files (one file per parent list, which includes >the component list names) to automatically build the parent lists from >their component lists. > > > > For example, eng is the list of all engineers at my company; it is >composed of three lists: the hardware engineers, the software engineers, >and others that must monitor the eng list. The hardware engineer list >is itself composed of three different lists. > > > > My script lacks one feature I need: I'd like it to be driven by >membership changes in the child lists, rather than cron-driven. That >is, when someone joins or leaves my software list, I'd like my eng list >to be automatically updated. I'm not a Python programmer (I'm barely a >Perl programmer), so it may take me a while to figure out how to >implement this feature. Arbitrarily rebuilding all parent lists on a >frequent basis is a waste of resources on my already busy server; plus, >it introduces a time delay in the parent-list-updating. > > > > My script does not address your need for posting rules based on list >membership; that seems to be a more involved change to Mailman's >behavior, which will probably need to be written in Python. > > > > I have more basic posting rules needs; in general, I allow all list >members to post to the list, and then use the regular expression rules >to also allow posting from within our site, while denying posting from >anyone off-site. > > > > If your lists are low-traffic or you have staff that can act as list >moderator(s), a combination of regular expression rules and manually >moderating the lists may be a useful way to restrict posts. For >example, you could allow initially moderated posts for list members, >moderate posts from non-list but site members, and discard posts from >non-site members. > > > > I hope you find this helpful. > > > > Regards, > > Wes > > ---------- > > Wes Perdue > > IT Manager, Greenfield Networks > > > > At 09:07 AM 5/7/2003 -0500, Greg Harris wrote: > > >After looking through the many articles on this topic, I am still not > > >seeing a truly dynamic fix. First, I am not very familiar with >python > > >programming and this is the first time I have set up a mailing list, >so > > >please be forgiving. > > > > > >I am mainly looking at how to allow all users from certain other >local > > >lists, to post to a higher list. Let me try to quickly explain. I >work > > >in a public school system, so I will use that example. The High >School > > >Principal would be in a list which would only include himself and the > > >Assistant Principals, HS-Principals. That list would be covered by a > > >Principals list. The Principals list would be a compilation of the > > >different building principal lists and all principals would be able >to > > >post to the Principals list. However, HS-Principals would also be >part > > >of HS-Staff. HS-Staff would be an umbrella for the list English, > > >Science, etc. Only HS-Principals would be allowed to send to >HS-Staff. > > >Hopefully by now, you can see that this is just using the >organizational > > >structure for a creation of Umbrella/Parent lists that would >encompass > > >the entire district. Essentially, I want to put each user in only >one > > >list, and then use those lists to determine who can write to what >lists. > > > > > >Although the initial setup will be huge, the long term management >will > > >be much easier than trying to add each person to all the lists that >they > > >would be a part of. > > > > > >Rather than using scripts and cron jobs to build lists, it would seem >to > > >be a better use of resources to use regular expressions in the > > >accept_these_nonmembers. Unfortunately, I do not have the experience >to > > >write these expressions. Has anyone else tried this? Am I >completely > > >off my rocker and about to watch it burn? > > > > > >Thanks, > > > > > >Greg Harris > > > > > >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: r.barrett at openinfo.co.uk >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/r.barrett%40openinfo.co.uk ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From sgreverend at attbi.com Fri May 9 20:31:45 2003 From: sgreverend at attbi.com (Sylvie Greverend) Date: Fri, 9 May 2003 14:31:45 -0400 Subject: [Mailman-Users] Delete a specific archived message Message-ID: Is it a way to delete a specific archived message? As I am in a shared hosting configuration, I don't have access to .mbox file. Thank you From sgreverend at attbi.com Fri May 9 20:32:06 2003 From: sgreverend at attbi.com (Sylvie Greverend) Date: Fri, 9 May 2003 14:32:06 -0400 Subject: [Mailman-Users] Archived message with attached files Message-ID: Is there some documentation about the way to configure mailman to see an attached file of an archived message not at the end of the message but as a separate file. (My ISP uses a 2.0.8 version of mailman) Thank you From mba2000 at ioplex.com Fri May 9 22:31:04 2003 From: mba2000 at ioplex.com (Michael B Allen) Date: Fri, 9 May 2003 16:31:04 -0400 Subject: [Mailman-Users] Configuring Virtual Domains In-Reply-To: <1052494734.3308.66.camel@anncons> References: <20030509033351.1a676fd7.mba2000@ioplex.com> <1052494734.3308.66.camel@anncons> Message-ID: <20030509163104.48f9d817.mba2000@ioplex.com> Ok, well that worked. All instances of 'jim.com' are replaced with 'mike.com'. But I still have one little problem. The subscription notifications appear as follows: From: mailman-owner@%s.rosehosting.com To: mba2000 at ioplex.com Subject: libmba subscription notification Date: Fri, 09 May 2003 14:58:00 -0500 Sender: libmba-admin at ioplex.com mballen at erols.com has been successfully subscribed to libmba. The from line is wrong. The owner of the list is really libmba-owner. Also the hostname should be ioplex.com. The rosehosting.com is domain of the ISP. A reverse lookup of our IP actually yields vs365.rosehosting.com. Can this be fixed? Is this what you are saying below? I'm using postfix. I have the necessary entries in /etc/postfix/alisases and /etc/postfix/virtual. At least I think they're necessary; I didn't setup mailman. Mail otherwise works great for three domains. Mike On 09 May 2003 11:38:55 -0400 Jon Carnes wrote: > Note: if you are using Sendmail as the MTA then the outbound mail will > all be tagged as coming from whatever the host is currently named. You > can force naming to be one way or the other, but the only way to force > outbound mail to use a different domain name is to use the Generics > tables. -- A program should be written to model the concepts of the task it performs rather than the physical world or a process because this maximizes the potential for it to be applied to tasks that are conceptually similar and, more important, to tasks that have not yet been conceived. From kalin at el.net Fri May 9 22:04:37 2003 From: kalin at el.net (Kalin Mintchev) Date: Fri, 9 May 2003 16:04:37 -0400 (EDT) Subject: [Mailman-Users] custom response to subscribtion request Message-ID: hi, how can i do a custom response to the subscription request?... i have a list running on a mailman server with a lot of other lists and the client said that he wants the subscribers to his list to recieve custom confirmation request and confirmation message... i looked at the admin pages and around on google but could not find where or how to set it up.... any suggestion will be appreciated.... thanks.... From happy_uba at yahoo.com Fri May 9 23:15:36 2003 From: happy_uba at yahoo.com (Sami Abuhamdeh) Date: Fri, 9 May 2003 14:15:36 -0700 (PDT) Subject: [Mailman-Users] creating announcement-only list Message-ID: <20030509211536.55763.qmail@web40303.mail.yahoo.com> Hello everyone, I'd like to create a one-way announcement only list. I've searched the archives for how to do this, but it seems there are significant differences in the way version 2.0X vs. 2.1X need to be configured, and I haven't found instructions for what to do if you are using version 2.0X, like I am. Does anyone know what options need to be modified to make the list announcement-only? Thanks, Sam __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com From kalin at el.net Fri May 9 22:49:51 2003 From: kalin at el.net (Kalin Mintchev) Date: Fri, 9 May 2003 16:49:51 -0400 (EDT) Subject: [Mailman-Users] creating announcement-only list In-Reply-To: <20030509211536.55763.qmail@web40303.mail.yahoo.com> Message-ID: you'll have to restrict the list's ability to send eamil out to only the emails that the announcements will come from. look at options 6 and 7 under privacy options in the list admin interface... On Fri, 9 May 2003, Sami Abuhamdeh wrote: > Hello everyone, > > I'd like to create a one-way announcement only list. I've searched the > archives for how to do this, but it seems there are significant differences in > the way version 2.0X vs. 2.1X need to be configured, and I haven't found > instructions for what to do if you are using version 2.0X, like I am. Does > anyone know what options need to be modified to make the list > announcement-only? > > Thanks, > > Sam > > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: kalin at el.net > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/kalin%40el.net > From jsilberberg at mindspring.com Fri May 9 23:51:40 2003 From: jsilberberg at mindspring.com (Jeff Silberberg) Date: Fri, 09 May 2003 17:51:40 -0400 Subject: [Mailman-Users] Off Topic request (Verizon & Sendmail) In-Reply-To: <20030509211536.55763.qmail@web40303.mail.yahoo.com> Message-ID: <5.2.0.9.0.20030509174052.022bb238@pop.mindspring.com> Hoping someone here can help me out...... Have customer using Verizon ADSL in Brookline Mass area. We have been distributing mail using Sendmail on FreeBSD from a box on the network for about 2+ years. After a long ADSL outage last month we started getting all sorts of various rejects from the relay smtpout.verizon.net. After literally Hundreds of hours on the phone with Verizon Non-Support and being told we were/were not on a spam block, that they had moved relay to outgoing.verizon.net, that there was noting wrong, that only abuse.verizon.net could fix the issue, ect...................................................................................................... I am turning here, while we shop for an NEW provider. Does anyone on the list have a working Verizon ADSL/DHCP relay functioning. An if so can you share with me the contents of your sendmail.cf that does function. Or any install documentation that Verizon might have supplied you. All the other Sendmail's work (5+) , only this link on Verizons ADSL is driving us crazy. Even Bell South's ADSL SMTP Relay was not this much grief... Many Thanks, JMS.... Jeffrey Silberberg CompuDesigns, Inc. Atlanta, GA. 30350 From ggw at wolves.homeip.net Sat May 10 00:39:55 2003 From: ggw at wolves.homeip.net (Gregory Woodbury) Date: Fri, 9 May 2003 18:39:55 -0400 (EDT) Subject: [Mailman-Users] Off Topic request (Verizon & Sendmail) In-Reply-To: <5.2.0.9.0.20030509174052.022bb238@pop.mindspring.com> from "Jeff Silberberg" at May 09, 2003 05:51:40 PM Message-ID: <200305092239.h49Mdt7K029132@wolves.homeip.net> "It was written once upon a time (by Jeff Silberberg):" > Hoping someone here can help me out...... > > Have customer using Verizon ADSL in Brookline Mass area. We have been > distributing mail using Sendmail on FreeBSD from a box on the network for > about 2+ years. After a long ADSL outage last month we started getting all > sorts of various rejects from the relay smtpout.verizon.net. After > literally Hundreds of hours on the phone with Verizon Non-Support and being > told we were/were not on a spam block, that they had moved relay to > outgoing.verizon.net, that there was noting wrong, that only > abuse.verizon.net could fix the issue, > ect...................................................................................................... > > I am turning here, while we shop for an NEW provider. Does anyone on the > list have a working Verizon ADSL/DHCP relay functioning. An if so can you > share with me the contents of your sendmail.cf that does function. Or any > install documentation that Verizon might have supplied you. All the other > Sendmail's work (5+) , only this link on Verizons ADSL is driving us > crazy. Even Bell South's ADSL SMTP Relay was not this much grief... > > > Many Thanks, > JMS.... If you examine my headers, you'll see that I'm using Verizon as my "smart host" relay. I'm on VADI/VOL ADSL in Durham NC, and had to switch to using the outgoing.verizon.net relay when the Genuity DSL IPs got added to the DULs and major providers (like AOL and RR) started filtering using the DULs. Here is the sendmail.mc file: -------------------------------- divert(-1)dnl dnl # dnl # This is the sendmail macro config file for m4. If you make changes to dnl # /etc/mail/sendmail.mc, you will need to regenerate the dnl # /etc/mail/sendmail.cf file by confirming that the sendmail-cf package is dnl # installed and then performing a dnl # dnl # make -C /etc/mail dnl # include(`/usr/share/sendmail-cf/m4/cf.m4')dnl VERSIONID(`setup for Red Hat Linux')dnl OSTYPE(`linux')dnl dnl # dnl # Uncomment and edit the following line if your outgoing mail needs to dnl # be sent out through an external mail server: dnl # dnl define(`SMART_HOST',`smtp.your.provider') define(`SMART_HOST',`outgoing.verizon.net') dnl # define(`confDEF_USER_ID',``8:12'')dnl define(`confTRUSTED_USER', `smmsp')dnl dnl define(`confAUTO_REBUILD')dnl define(`confTO_CONNECT', `1m')dnl define(`confTRY_NULL_MX_LIST',true)dnl define(`confDONT_PROBE_INTERFACES',true)dnl define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl define(`ALIAS_FILE', `/etc/aliases')dnl dnl define(`STATUS_FILE', `/etc/mail/statistics')dnl define(`UUCP_MAILER_MAX', `2000000')dnl define(`confUSERDB_SPEC', `/etc/mail/userdb.db')dnl define(`confPRIVACY_FLAGS', `authwarnings,novrfy,noexpn,restrictqrun')dnl define(`confAUTH_OPTIONS', `A')dnl dnl # dnl # The following allows relaying if the user authenticates, and disallows dnl # plaintext authentication (PLAIN/LOGIN) on non-TLS links dnl # dnl define(`confAUTH_OPTIONS', `A p')dnl dnl # dnl # PLAIN is the preferred plaintext authentication method and used by dnl # Mozilla Mail and Evolution, though Outlook Express and other MUAs do dnl # use LOGIN. Other mechanisms should be used if the connection is not dnl # guaranteed secure. dnl # dnl TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl dnl define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl dnl # dnl # Rudimentary information on creating certificates for sendmail TLS: dnl # make -C /usr/share/ssl/certs usage dnl # dnl define(`confCACERT_PATH',`/usr/share/ssl/certs') dnl define(`confCACERT',`/usr/share/ssl/certs/ca-bundle.crt') dnl define(`confSERVER_CERT',`/usr/share/ssl/certs/sendmail.pem') dnl define(`confSERVER_KEY',`/usr/share/ssl/certs/sendmail.pem') dnl # dnl # This allows sendmail to use a keyfile that is shared with OpenLDAP's dnl # slapd, which requires the file to be readble by group ldap dnl # dnl define(`confDONT_BLAME_SENDMAIL',`groupreadablekeyfile')dnl dnl # dnl define(`confTO_QUEUEWARN', `4h')dnl dnl define(`confTO_QUEUERETURN', `5d')dnl dnl define(`confQUEUE_LA', `12')dnl dnl define(`confREFUSE_LA', `18')dnl define(`confTO_IDENT', `0')dnl dnl FEATURE(delay_checks)dnl FEATURE(`no_default_msa',`dnl')dnl FEATURE(`smrsh',`/usr/sbin/smrsh')dnl FEATURE(`mailertable',`hash -o /etc/mail/mailertable.db')dnl FEATURE(`virtusertable',`hash -o /etc/mail/virtusertable.db')dnl FEATURE(`authinfo',`hash -o /etc/mail/authinfo.db')dnl FEATURE(redirect)dnl FEATURE(always_add_domain)dnl FEATURE(use_cw_file)dnl FEATURE(use_ct_file)dnl dnl # dnl # The -t option will retry delivery if e.g. the user runs over his quota. dnl # FEATURE(local_procmail,`',`procmail -t -Y -a $h -d $u')dnl FEATURE(`access_db',`hash -T -o /etc/mail/access.db')dnl FEATURE(`blacklist_recipients')dnl EXPOSED_USER(`root')dnl dnl # dnl # The following causes sendmail to only listen on the IPv4 loopback address dnl # 127.0.0.1 and not on any other network devices. Remove the loopback dnl # address restriction to accept email from the internet or intranet. dnl # dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl dnl # dnl # The following causes sendmail to additionally listen to port 587 for dnl # mail from MUAs that authenticate. Roaming users who can't reach their dnl # preferred sendmail daemon due to port 25 being blocked or redirected find dnl # this useful. dnl # dnl DAEMON_OPTIONS(`Port=submission, Name=MSA, M=Ea')dnl dnl # dnl # The following causes sendmail to additionally listen to port 465, but dnl # starting immediately in TLS mode upon connecting. Port 25 or 587 followed dnl # by STARTTLS is preferred, but roaming clients using Outlook Express can't dnl # do STARTTLS on ports other than 25. Mozilla Mail can ONLY use STARTTLS dnl # and doesn't support the deprecated smtps; Evolution <1.1.1 uses smtps dnl # when SSL is enabled-- STARTTLS support is available in version 1.1.1. dnl # dnl # For this to work your OpenSSL certificates must be configured. dnl # dnl DAEMON_OPTIONS(`Port=smtps, Name=TLSMTA, M=s')dnl dnl # dnl # The following causes sendmail to additionally listen on the IPv6 loopback dnl # device. Remove the loopback address restriction listen to the network. dnl # dnl # NOTE: binding both IPv4 and IPv6 daemon to the same port requires dnl # a kernel patch dnl # dnl DAEMON_OPTIONS(`port=smtp,Addr=::1, Name=MTA-v6, Family=inet6')dnl dnl # dnl # We strongly recommend not accepting unresolvable domains if you want to dnl # protect yourself from spam. However, the laptop and users on computers dnl # that do not have 24x7 DNS do need this. dnl # dnl FEATURE(`accept_unresolvable_domains')dnl dnl # FEATURE(`relay_based_on_MX')dnl dnl # dnl # Also accept email sent to "localhost.localdomain" as local email. dnl # LOCAL_DOMAIN(`localhost.localdomain')dnl dnl # dnl # The following example makes mail from this host and any additional dnl # specified domains appear to be sent from mydomain.com dnl # dnl MASQUERADE_AS(`mydomain.com')dnl dnl # dnl # masquerade not just the headers, but the envelope as well dnl # dnl FEATURE(masquerade_envelope)dnl dnl # dnl # masquerade not just @mydomainalias.com, but @*.mydomainalias.com as well dnl # dnl FEATURE(masquerade_entire_domain)dnl dnl # dnl MASQUERADE_DOMAIN(localhost)dnl dnl MASQUERADE_DOMAIN(localhost.localdomain)dnl dnl MASQUERADE_DOMAIN(mydomainalias.com)dnl dnl MASQUERADE_DOMAIN(mydomain.lan)dnl MAILER(smtp)dnl MAILER(procmail)dnl -------------------------------- There is also an authinfo map that contains the SMTP AUTH information for my account. This is for RedHat, but it should be similar for *BSD -- Gregory G. "Wolfe" Woodbury `-_-' Owner/Admin: wolves.durham.nc.us ggw at wolves.durham.nc.us U "The Line Eater is a Hug your wolf. Boojum Snark" From vince at oahu.WURLDLINK.NET Sat May 10 07:42:12 2003 From: vince at oahu.WURLDLINK.NET (Vincent Poy) Date: Fri, 9 May 2003 19:42:12 -1000 (HST) Subject: [Mailman-Users] Migrating from Majordomo to Mailman Message-ID: <20030509194052.F3312-100000@oahu.WURLDLINK.NET> Greetings all: I was wondering how difficult would it be to migrate from Majordomo to Mailman assuming that there are user lists as well as archives and also have Mailman handle the Majordomo@ alias. Thanks. Cheers, Vince - vince at WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1 at IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server Admin From narnett at mccmedia.com Sat May 10 15:58:26 2003 From: narnett at mccmedia.com (Nick Arnett) Date: Sat, 10 May 2003 06:58:26 -0700 Subject: [Mailman-Users] Prevent unsubscribe due to content filtering? Message-ID: I have a couple of subscribers whose employers have installed rather overzealous content filtering on their MTAs. Even though there's nothing particularly salacious on the list in question, these MTAs are rejecting enough messages to cause these subscribers to be disabled and then unsubscribed. I'm trying to figure out the easiest way to persuade Mailman not to count "content" bounces toward unsubscribing. The MTA returns "550 Error: Content Rejected" as the bounce message. In the meantime, I'm experimenting with the bounce settings to slow it down, at least. Any suggestions? I guess there's a feature request there... Nick -- Nick Arnett Phone/fax: (408) 904-7198 narnett at mccmedia.com From RParr at TemporalArts.COM Sat May 10 23:58:30 2003 From: RParr at TemporalArts.COM (Randall J. Parr) Date: Sat, 10 May 2003 14:58:30 -0700 Subject: [Mailman-Users] how to add existing mail to new list archive? Message-ID: <3EBD7606.90700@TemporalArts.com> How can I add existing mail to the archive of a newly created list? Preferably without sending it all through the new list. Thanks R.Parr Temporal Arts From r.barrett at openinfo.co.uk Sun May 11 00:10:53 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Sat, 10 May 2003 23:10:53 +0100 Subject: [Mailman-Users] how to add existing mail to new list archive? In-Reply-To: <3EBD7606.90700@TemporalArts.com> Message-ID: <5.1.1.6.0.20030510230720.03a25338@mail.openinfo.co.uk> At 22:58 10/05/2003, Randall J. Parr wrote: >How can I add existing mail to the archive of a newly created list? >Preferably without sending it all through the new list. > >Thanks >R.Parr >Temporal Arts If you have it in the form of a UNIX mbox file you should be able to add at the start of the the list's mbox file ($prefix/archives/private/.mbox/.mbox) and then use the $prefix/bin/arch script to rebuild the list's archive. ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From mavery at mail.otherwhen.com Sun May 11 01:04:23 2003 From: mavery at mail.otherwhen.com (Mike Avery) Date: Sat, 10 May 2003 17:04:23 -0600 Subject: [Mailman-Users] A newsgroup security question In-Reply-To: <1052495098.3314.72.camel@anncons> References: <20030505184558.60989.qmail@web40806.mail.yahoo.com> Message-ID: <3EBD3117.30808.4852C2@localhost> Someone, some spammer low-life, sent a spam to a mailing list I host that is a ported usenet newsgroup. Of course, a spamcop unloaded on my ISP who unloaded on me. The last time I went down this road, I was told that I couldn't setup security on a ported mailing list so that only the subscribers to my list and the newsgroup itself could send messages to and from the mailing list and newsgroup. If course, that was in 2.0.X days. I just upgraded to 2.1.1, and it looks pretty cool (now that I created the undocumented mailman mailing list). However, the options that control newsgroups don't look any different than they did. Is there a way to tighten up this security? While it is true that anyone on the whole net can spam Usenet, it's also true that if your server is caught doing it, you catch hell.... Thanks, Mike -- Mike Avery MAvery at mail.otherwhen.com ICQ: 16241692 AOL IM:MAvery81230 Phone: 970-642-0280 * Spam is for lusers who can't get business any other way * A Randomly Selected Thought For The Day: RAM = Rarely Adequate Memory From RParr at TemporalArts.COM Sun May 11 01:09:15 2003 From: RParr at TemporalArts.COM (Randall J. Parr) Date: Sat, 10 May 2003 16:09:15 -0700 Subject: [Mailman-Users] recommended way to make archives searchable Message-ID: <3EBD869B.5010108@TemporalArts.com> I am using mailman (2.0.13 as provided by Red Hat 8.0). It's working nicely. I would like to make the archives searchable. What options are available/recommended? Thanks R.Parr Temporal Arts From sumeetp at hotmail.com Sun May 11 10:17:09 2003 From: sumeetp at hotmail.com (Sumeet) Date: Sun, 11 May 2003 01:17:09 -0700 Subject: [Mailman-Users] two errors causing shunting. Message-ID: I have two errors that cause most of my shunting with a stock mailman 2.1.2 and Python 2.2.2 both compiled on Red Hat 9 w/ stock 2.4.20-8 kernel. Any help would be greatly appreciated. Thanks. They are: May 10 20:57:24 2003 (4146) SHUNTING: 1052625116.7849211+19dccb687bd137300e85be6 4c228d460e16287ab May 10 21:03:36 2003 (4146) Uncaught runner exception: ASCII encoding error: ord inal not in range(128) May 10 21:03:36 2003 (4146) Traceback (most recent call last): File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop self._onefile(msg, msgdata) File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in _onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 130, in _dispo se more = self._dopipeline(mlist, msg, msgdata, pipeline) File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 153, in _dopip eline sys.modules[modname].process(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 89, in process send_digests(mlist, mboxfp) File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 130, in send_dige sts send_i18n_digests(mlist, mboxfp) File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 303, in send_i18n _digests msg = scrubber(mlist, msg) File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 305, in process t = unicode(t, 'ascii', 'replace').encode('ascii') UnicodeError: ASCII encoding error: ordinal not in range(128) And: May 10 19:02:41 2003 (4146) Traceback (most recent call last): File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop self._onefile(msg, msgdata) File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in _onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 130, in _dispo se more = self._dopipeline(mlist, msg, msgdata, pipeline) File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 153, in _dopip eline sys.modules[modname].process(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Handlers/CookHeaders.py", line 75, in process prefix_subject(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Handlers/CookHeaders.py", line 262, in prefix _subject h.append(s, c) File "/usr/local/mailman/pythonlib/email/Header.py", line 285, in append s = s.encode(outcodec, errors) LookupError: unknown encoding: gb2312 From kalin at el.net Sun May 11 11:12:04 2003 From: kalin at el.net (Kalin Mintchev) Date: Sun, 11 May 2003 05:12:04 -0400 (EDT) Subject: [Mailman-Users] custom response to subscribtion request In-Reply-To: Message-ID: i was hoping someone can help... is it possible at all? On Fri, 9 May 2003, Kalin Mintchev wrote: > > hi, > > how can i do a custom response to the subscription request?... > i have a list running on a mailman server with a lot of other lists and > the client said that he wants the subscribers to his list to recieve > custom confirmation request and confirmation message... > i looked at the admin pages and around on google but could not find where > or how to set it up.... > > any suggestion will be appreciated.... > > thanks.... > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: kalin at el.net > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/kalin%40el.net > From r.barrett at openinfo.co.uk Sun May 11 14:50:48 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Sun, 11 May 2003 13:50:48 +0100 Subject: [Mailman-Users] recommended way to make archives searchable In-Reply-To: <3EBD869B.5010108@TemporalArts.com> Message-ID: <5.1.1.6.0.20030511134600.03be1d88@mail.openinfo.co.uk> At 00:09 11/05/2003, Randall J. Parr wrote: >I am using mailman (2.0.13 as provided by Red Hat 8.0). >It's working nicely. > >I would like to make the archives searchable. > >What options are available/recommended? See http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.011.htp I think that RH 8.0 ships with the Htdig 3.2 beta not the stable Htdig 3.1.6 version Some while back there was a thread on this list that touched on that. See: http://www.mail-archive.com/mailman-users at python.org/msg15512.html >Thanks >R.Parr >Temporal Arts > ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From mitchell at cuip.net Sun May 11 16:27:12 2003 From: mitchell at cuip.net (Mitchell Marks) Date: Sun, 11 May 2003 09:27:12 -0500 Subject: [Mailman-Users] two errors causing shunting. In-Reply-To: Message-ID: <5.2.0.9.2.20030511091246.04daf490@wit.uchicago.edu> (Just another data point ...) I also rather frequently see the first of these two errors, associated with a message going into shunt. The occasions when it happens are when BOTH of the following conditions hold: 1. The list has Personalization set to Yes (and there is a percent-substitution for fullname and address in the footer -- though i haven't experimented with this as a separate variable) 2. The message contains an extended-Ascii character with high bit on. E.g., begin/end quotes, copyright, \226 for a dash. These don't simply unshunt with bin/shunt, but I can get them to dislodge with a little preparation, either: A. I edit the .pck, substituting another character where I see the high-bit one. (Take care to keep the same number of characters or it will be tossed out as a bad pickle.) B. Go to the web admin interface for the list, turn off personalization (and save the substitution strings); run bin/unshunt; turn personalization back on (and restore the substitution strings). A bit of a pain either way. Today I'm hoping to transfer some lists to a server where we have MM 2.1.3 and am hoping that as a side benefit this problem might go away. (I've been seeing it in 2.1, 2.1.1, 2.1.2). regards, Mitch Marks At 03:17 AM 5/11/03, Sumeet wrote: >I have two errors that cause most of my shunting with a stock mailman >2.1.2 and Python 2.2.2 both compiled on Red Hat 9 w/ stock 2.4.20-8 >kernel. Any help would be greatly appreciated. Thanks. They are: > >May 10 20:57:24 2003 (4146) SHUNTING: >1052625116.7849211+19dccb687bd137300e85be6 >4c228d460e16287ab >May 10 21:03:36 2003 (4146) Uncaught runner exception: ASCII encoding >error: ord >inal not in range(128) >May 10 21:03:36 2003 (4146) Traceback (most recent call last): > File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop > self._onefile(msg, msgdata) > File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in _onefile > keepqueued = self._dispose(mlist, msg, msgdata) > File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 130, in > _dispo >se > more = self._dopipeline(mlist, msg, msgdata, pipeline) > File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 153, in > _dopip >eline > sys.modules[modname].process(mlist, msg, msgdata) > File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 89, in process > send_digests(mlist, mboxfp) > File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 130, in > send_dige >sts > send_i18n_digests(mlist, mboxfp) > File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 303, in > send_i18n >_digests > msg = scrubber(mlist, msg) > File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 305, in > process > t = unicode(t, 'ascii', 'replace').encode('ascii') >UnicodeError: ASCII encoding error: ordinal not in range(128) -- Mitchell Marks CUIP Tech Coordinator http://cuip.uchicago.edu CUIP: Chicago Public Schools / Univ. of Chicago Internet Project 5640 S Ellis Ave AAC-045, Univ of Chgo, Chgo IL 60637 Telephone: Ofc 773-702-6041 Fax 702-8212 Home (v.m. only, ok any time) 241-7166 Email: Primary address: mitch at cuip.uchicago.edu Alternate UofC addresses (use especially to report problems with cuip.uchicago.edu): mitchell at cs.uchicago.edu and mmar at midway.uchicago.edu Off-campus (ISP) address: mmarks at pobox.com Man in cafe (shouting on phone): Bouriana! Yes, that's me. Yes, I'm holding ... Bouriana. Bouriana! ... All right: B as in Bouriana, O as in Ouriana, U as in Uriana, R as in Riana, I as in Iana, A as in Ana, N as in Na, A as in --- Albert! Albert Bouriana! From marc at sharedbase.com Sun May 11 18:47:56 2003 From: marc at sharedbase.com (Marc Burgauer) Date: Sun, 11 May 2003 17:47:56 +0100 Subject: [Mailman-Users] PostgreSQL for subscriber's data? Message-ID: Hi Is it possible to store information for subscribers (password, e-mail, settings) and administrators/moderators in a PorstgreSQL database? Can somebody give me a link for a FAQ or how-to on UNIX (Solaris)? Cheers Marc From Mark at Rauterkus.com Sun May 11 20:24:05 2003 From: Mark at Rauterkus.com (Mark Rauterkus) Date: Sun, 11 May 2003 13:24:05 -0500 Subject: [Mailman-Users] how to add existing mail to new list archive? Message-ID: <200305111731.h4BHV4Vg046692@rauterkus.com> I TOO wanted to put some older messages (pre MM list) into the list archives. I don't have access to a UNIX .mbox file --- but I guess I could do it some other way. Just editing the .mbox file with a text editor didn't work. Does this workaround make sense? I guess I could set up a new user on the server. Mail all the messages into that new users account via email. Then, I'd go to that .mbox file and cut and paste the starting contents into the archive file. Then I'd clean up and nuke the new user's account, etc. - - - Perhaps it would be good to have a FAQ on this. Is there a few special characters that go into the start of a .mbox file that are not seen with a text editor? I guess I don't know the magic of a .mbox file and how it fits into the archives. So, I've got to know more about .mbox things to better know how to set up a great MM service. TIA > At 22:58 10/05/2003, Randall J. Parr wrote: >>How can I add existing mail to the archive of a newly created list? >>Preferably without sending it all through the new list. >> >>Thanks >>R.Parr >>Temporal Arts > > If you have it in the form of a UNIX mbox file you should be able to add at > the start of the the list's mbox file > ($prefix/archives/private/.mbox/.mbox) and then use the > $prefix/bin/arch script to rebuild the list's archive. > Ta. Mark Rauterkus mark at Rauterkus.com http://Rauterkus.com http://CLOH.Org http://Sunnyhill.org http://www.Deliberate.com Pittsburgh Interfaith Impact Network's first 'Public Action' was Feb 20, 2003 at Wesley Center A.M.E.-Zion Church. Thanks for lending your power to this effort and its Youth & Recreation Task Force. http://dorm.cloh.org From sumeetp at hotmail.com Sun May 11 20:57:04 2003 From: sumeetp at hotmail.com (Sumeet) Date: Sun, 11 May 2003 11:57:04 -0700 Subject: [Mailman-Users] two errors causing shunting. References: <5.2.0.9.2.20030511091246.04daf490@wit.uchicago.edu> Message-ID: ----- Original Message ----- From: "Mitchell Marks" To: "Sumeet" Cc: Sent: Sunday, May 11, 2003 7:27 AM Subject: Re: [Mailman-Users] two errors causing shunting. > (Just another data point ...) > > I also rather frequently see the first of these two errors, associated with > a message going into shunt. > > The occasions when it happens are when BOTH of the following conditions hold: > > 1. The list has Personalization set to Yes (and there is a > percent-substitution for fullname and address in the footer -- though i > haven't experimented with this as a separate variable) > > 2. The message contains an extended-Ascii character with high bit > on. E.g., begin/end quotes, copyright, \226 for a dash. > > These don't simply unshunt with bin/shunt, but I can get them to dislodge > with a little preparation, either: > > A. I edit the .pck, substituting another character where I see the > high-bit one. (Take care to keep the same number of characters or it will > be tossed out as a bad pickle.) > B. Go to the web admin interface for the list, turn off > personalization (and save the substitution strings); run bin/unshunt; turn > personalization back on (and restore the substitution strings). > > A bit of a pain either way. Today I'm hoping to transfer some lists to a > server where we have MM 2.1.3 and am hoping that as a side benefit this > problem might go away. (I've been seeing it in 2.1, 2.1.1, 2.1.2). > > regards, > > Mitch Marks > > At 03:17 AM 5/11/03, Sumeet wrote: > >I have two errors that cause most of my shunting with a stock mailman > >2.1.2 and Python 2.2.2 both compiled on Red Hat 9 w/ stock 2.4.20-8 > >kernel. Any help would be greatly appreciated. Thanks. They are: > > > >May 10 20:57:24 2003 (4146) SHUNTING: > >1052625116.7849211+19dccb687bd137300e85be6 > >4c228d460e16287ab > >May 10 21:03:36 2003 (4146) Uncaught runner exception: ASCII encoding > >error: ord > >inal not in range(128) > >May 10 21:03:36 2003 (4146) Traceback (most recent call last): > > File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop > > self._onefile(msg, msgdata) > > File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in _onefile > > keepqueued = self._dispose(mlist, msg, msgdata) > > File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 130, in > > _dispo > >se > > more = self._dopipeline(mlist, msg, msgdata, pipeline) > > File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 153, in > > _dopip > >eline > > sys.modules[modname].process(mlist, msg, msgdata) > > File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 89, in process > > send_digests(mlist, mboxfp) > > File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 130, in > > send_dige > >sts > > send_i18n_digests(mlist, mboxfp) > > File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 303, in > > send_i18n > >_digests > > msg = scrubber(mlist, msg) > > File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 305, in > > process > > t = unicode(t, 'ascii', 'replace').encode('ascii') > >UnicodeError: ASCII encoding error: ordinal not in range(128) > > -- > Mitchell Marks > CUIP Tech Coordinator http://cuip.uchicago.edu > CUIP: Chicago Public Schools / Univ. of Chicago Internet Project > 5640 S Ellis Ave AAC-045, Univ of Chgo, Chgo IL 60637 > > Telephone: Ofc 773-702-6041 > Fax 702-8212 > Home (v.m. only, ok any time) 241-7166 > Email: Primary address: mitch at cuip.uchicago.edu > Alternate UofC addresses (use especially to report problems with > cuip.uchicago.edu): mitchell at cs.uchicago.edu and mmar at midway.uchicago.edu > Off-campus (ISP) address: mmarks at pobox.com > > Man in cafe (shouting on phone): Bouriana! Yes, that's me. Yes, I'm > holding ... Bouriana. Bouriana! ... All right: B as in Bouriana, O as > in Ouriana, U as in Uriana, R as in Riana, I as in Iana, A as in Ana, N as > in Na, A as in --- Albert! Albert Bouriana! > > Wow. Well I get about 500 of these a day so i don't have the luxury of doing that... From mitchell at cuip.net Sun May 11 21:41:05 2003 From: mitchell at cuip.net (Mitchell Marks) Date: Sun, 11 May 2003 14:41:05 -0500 Subject: [Mailman-Users] two errors causing shunting. In-Reply-To: References: <5.2.0.9.2.20030511091246.04daf490@wit.uchicago.edu> Message-ID: <5.2.0.9.2.20030511143631.04d6bec0@wit.uchicago.edu> At 01:57 PM 5/11/03, Sumeet wrote: > > >Wow. Well I get about 500 of these a day so i don't have the luxury of doing >that... Oof! Well certainly you wouldn't do the by-hand fixups. But if it correlates for you, as it seems to for me, that the first problem occurs just for lists with personalization on, you could try giving up the personalization and see if that makes a difference. (Obviously it would be nicer to see this fixed). Good luck, Mitch >----- Original Message ----- >From: "Mitchell Marks" >To: "Sumeet" >Cc: >Sent: Sunday, May 11, 2003 7:27 AM >Subject: Re: [Mailman-Users] two errors causing shunting. > > > > (Just another data point ...) > > > > I also rather frequently see the first of these two errors, associated >with > > a message going into shunt. > > > > The occasions when it happens are when BOTH of the following conditions >hold: > > > > 1. The list has Personalization set to Yes (and there is a > > percent-substitution for fullname and address in the footer -- though i > > haven't experimented with this as a separate variable) > > > > 2. The message contains an extended-Ascii character with high >bit > > on. E.g., begin/end quotes, copyright, \226 for a dash. > > > > These don't simply unshunt with bin/shunt, but I can get them to dislodge > > with a little preparation, either: > > > > A. I edit the .pck, substituting another character where I see >the > > high-bit one. (Take care to keep the same number of characters or it will > > be tossed out as a bad pickle.) > > B. Go to the web admin interface for the list, turn off > > personalization (and save the substitution strings); run bin/unshunt; turn > > personalization back on (and restore the substitution strings). > > > > A bit of a pain either way. Today I'm hoping to transfer some lists to a > > server where we have MM 2.1.3 and am hoping that as a side benefit this > > problem might go away. (I've been seeing it in 2.1, 2.1.1, 2.1.2). > > > > regards, > > > > Mitch Marks > > > > At 03:17 AM 5/11/03, Sumeet wrote: > > >I have two errors that cause most of my shunting with a stock mailman > > >2.1.2 and Python 2.2.2 both compiled on Red Hat 9 w/ stock 2.4.20-8 > > >kernel. Any help would be greatly appreciated. Thanks. They are: > > > > > >May 10 20:57:24 2003 (4146) SHUNTING: > > >1052625116.7849211+19dccb687bd137300e85be6 > > >4c228d460e16287ab > > >May 10 21:03:36 2003 (4146) Uncaught runner exception: ASCII encoding > > >error: ord > > >inal not in range(128) > > >May 10 21:03:36 2003 (4146) Traceback (most recent call last): > > > File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in >_oneloop > > > self._onefile(msg, msgdata) > > > File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in >_onefile > > > keepqueued = self._dispose(mlist, msg, msgdata) > > > File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 130, >in > > > _dispo > > >se > > > more = self._dopipeline(mlist, msg, msgdata, pipeline) > > > File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 153, >in > > > _dopip > > >eline > > > sys.modules[modname].process(mlist, msg, msgdata) > > > File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 89, in >process > > > send_digests(mlist, mboxfp) > > > File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 130, in > > > send_dige > > >sts > > > send_i18n_digests(mlist, mboxfp) > > > File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 303, in > > > send_i18n > > >_digests > > > msg = scrubber(mlist, msg) > > > File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 305, in > > > process > > > t = unicode(t, 'ascii', 'replace').encode('ascii') > > >UnicodeError: ASCII encoding error: ordinal not in range(128) > > > > -- > > Mitchell Marks > > CUIP Tech Coordinator http://cuip.uchicago.edu > > CUIP: Chicago Public Schools / Univ. of Chicago Internet Project > > 5640 S Ellis Ave AAC-045, Univ of Chgo, Chgo IL 60637 > > > > Telephone: Ofc 773-702-6041 > > Fax 702-8212 > > Home (v.m. only, ok any time) 241-7166 > > Email: Primary address: mitch at cuip.uchicago.edu > > Alternate UofC addresses (use especially to report problems with > > cuip.uchicago.edu): mitchell at cs.uchicago.edu and mmar at midway.uchicago.edu > > Off-campus (ISP) address: mmarks at pobox.com > > > > Man in cafe (shouting on phone): Bouriana! Yes, that's me. Yes, I'm > > holding ... Bouriana. Bouriana! ... All right: B as in Bouriana, O as > > in Ouriana, U as in Uriana, R as in Riana, I as in Iana, A as in Ana, N as > > in Na, A as in --- Albert! Albert Bouriana! > > From paul at thcwd.com Mon May 12 01:24:16 2003 From: paul at thcwd.com (Paul H Byerly) Date: Sun, 11 May 2003 18:24:16 -0500 Subject: [Mailman-Users] the mailman list catch 22 In-Reply-To: Message-ID: <5.2.1.1.0.20030511181921.0345b000@mail.thcwd.com> Mike Avery wrote: >I just upgraded to 2.1.1, and it looks pretty cool (now that I created the >undocumented mailman mailing list). It's in the documentation, but you are instructed to create it after you start do mailmanctl start and get an error message saying group mailman does not exist. I thought a note about that had made it to the install readme for 2.1.2, but apparently it did not. <>< Paul From tkikuchi at is.kochi-u.ac.jp Mon May 12 01:45:22 2003 From: tkikuchi at is.kochi-u.ac.jp (Tokio Kikuchi) Date: Mon, 12 May 2003 08:45:22 +0900 Subject: [Mailman-Users] two errors causing shunting. References: Message-ID: <3EBEE092.8060901@is.kochi-u.ac.jp> Hi, Sumeet wrote: > I have two errors that cause most of my shunting with a stock mailman 2.1.2 and Python 2.2.2 both compiled on Red Hat 9 w/ stock 2.4.20-8 kernel. Any help would be greatly appreciated. Thanks. They are: > (snip) > File "/usr/local/mailman/pythonlib/email/Header.py", line 285, in append > s = s.encode(outcodec, errors) > LookupError: unknown encoding: gb2312 This is because we don't have chinese codecs in the mailman distribution. I wonder if you can check this and see if you can integrate into the mailman enviroment. http://sourceforge.net/projects/python-codecs -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ From Freedom_Lover at pobox.com Mon May 12 01:45:47 2003 From: Freedom_Lover at pobox.com (Todd) Date: Sun, 11 May 2003 19:45:47 -0400 Subject: [Mailman-Users] the mailman list catch 22 In-Reply-To: <5.2.1.1.0.20030511181921.0345b000@mail.thcwd.com> References: <5.2.1.1.0.20030511181921.0345b000@mail.thcwd.com> Message-ID: <20030511234547.GZ32053@psilocybe.teonanacatl.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Paul H Byerly wrote: > It's in the documentation, but you are instructed to create it after you > start do mailmanctl start and get an error message saying group mailman > does not exist. I thought a note about that had made it to the install > readme for 2.1.2, but apparently it did not. It 2.1.2, the order is correct in the INSTALL file. You are instructed to create the site list first and then start mailmanctl. - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ============================================================================ If people are good only because they fear punishment, and hope for reward, then we are a sorry lot indeed. -- Albert Einstein -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+vuCruv+09NZUB1oRAp08AJ9s1PRAUzc/yij7BarGUExCgsCOnACg9bla Z5zir4lk8bzs1MPFm9Rd/TE= =akid -----END PGP SIGNATURE----- From tkikuchi at is.kochi-u.ac.jp Mon May 12 02:22:00 2003 From: tkikuchi at is.kochi-u.ac.jp (Tokio Kikuchi) Date: Mon, 12 May 2003 09:22:00 +0900 Subject: [Mailman-Users] two errors causing shunting. References: <5.2.0.9.2.20030511091246.04daf490@wit.uchicago.edu> Message-ID: <3EBEE928.4040608@is.kochi-u.ac.jp> Mitchell, This will fix your problem, hopefully. http://sourceforge.net/tracker/?func=detail&aid=664209&group_id=103&atid=300103 (sorry Sumeet, you really need chinese codecs.) Mitchell Marks wrote: > (Just another data point ...) > > I also rather frequently see the first of these two errors, associated > with a message going into shunt. > > The occasions when it happens are when BOTH of the following conditions > hold: > > 1. The list has Personalization set to Yes (and there is a > percent-substitution for fullname and address in the footer -- though i > haven't experimented with this as a separate variable) > > 2. The message contains an extended-Ascii character with high > bit on. E.g., begin/end quotes, copyright, \226 for a dash. > > These don't simply unshunt with bin/shunt, but I can get them to > dislodge with a little preparation, either: > > A. I edit the .pck, substituting another character where I see > the high-bit one. (Take care to keep the same number of characters or > it will be tossed out as a bad pickle.) > B. Go to the web admin interface for the list, turn off > personalization (and save the substitution strings); run bin/unshunt; > turn personalization back on (and restore the substitution strings). > > A bit of a pain either way. Today I'm hoping to transfer some lists to > a server where we have MM 2.1.3 and am hoping that as a side benefit > this problem might go away. (I've been seeing it in 2.1, 2.1.1, 2.1.2). > > regards, > > Mitch Marks > -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ From sumeetp at hotmail.com Mon May 12 02:48:50 2003 From: sumeetp at hotmail.com (Sumeet) Date: Sun, 11 May 2003 17:48:50 -0700 Subject: [Mailman-Users] two errors causing shunting. References: <5.2.0.9.2.20030511091246.04daf490@wit.uchicago.edu> <3EBEE928.4040608@is.kochi-u.ac.jp> Message-ID: Well, i would get the codecs excpt the project says it has not released any files... so where do you people get these codecs? ----- Original Message ----- From: "Tokio Kikuchi" To: "Mitchell Marks" Cc: "Sumeet" ; Sent: Sunday, May 11, 2003 5:22 PM Subject: Re: [Mailman-Users] two errors causing shunting. > Mitchell, > > This will fix your problem, hopefully. > http://sourceforge.net/tracker/?func=detail&aid=664209&group_id=103&atid=300 103 > > (sorry Sumeet, you really need chinese codecs.) > > Mitchell Marks wrote: > > (Just another data point ...) > > > > I also rather frequently see the first of these two errors, associated > > with a message going into shunt. > > > > The occasions when it happens are when BOTH of the following conditions > > hold: > > > > 1. The list has Personalization set to Yes (and there is a > > percent-substitution for fullname and address in the footer -- though i > > haven't experimented with this as a separate variable) > > > > 2. The message contains an extended-Ascii character with high > > bit on. E.g., begin/end quotes, copyright, \226 for a dash. > > > > These don't simply unshunt with bin/shunt, but I can get them to > > dislodge with a little preparation, either: > > > > A. I edit the .pck, substituting another character where I see > > the high-bit one. (Take care to keep the same number of characters or > > it will be tossed out as a bad pickle.) > > B. Go to the web admin interface for the list, turn off > > personalization (and save the substitution strings); run bin/unshunt; > > turn personalization back on (and restore the substitution strings). > > > > A bit of a pain either way. Today I'm hoping to transfer some lists to > > a server where we have MM 2.1.3 and am hoping that as a side benefit > > this problem might go away. (I've been seeing it in 2.1, 2.1.1, 2.1.2). > > > > regards, > > > > Mitch Marks > > > -- > Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp > http://weather.is.kochi-u.ac.jp/ > > From clay at dawning.com.cn Mon May 12 03:31:05 2003 From: clay at dawning.com.cn (clay at dawning.com.cn) Date: Mon, 12 May 2003 09:31:05 +0800 Subject: [Mailman-Users] two errors causing shunting. In-Reply-To: <3EBEE092.8060901@is.kochi-u.ac.jp> References: <3EBEE092.8060901@is.kochi-u.ac.jp> Message-ID: <20030512013105.GA26299@dawning.com.cn> On Mon, May 12, 2003 at 08:45:22AM +0900, Tokio Kikuchi wrote: > Hi, > > Sumeet wrote: > >I have two errors that cause most of my shunting with a stock mailman > >2.1.2 and Python 2.2.2 both compiled on Red Hat 9 w/ stock 2.4.20-8 > >kernel. Any help would be greatly appreciated. Thanks. They are: > > > (snip) > > File "/usr/local/mailman/pythonlib/email/Header.py", line 285, in append > > s = s.encode(outcodec, errors) > >LookupError: unknown encoding: gb2312 > > This is because we don't have chinese codecs in the mailman distribution. > > I wonder if you can check this and see if you can integrate into the > mailman enviroment. > http://sourceforge.net/projects/python-codecs This project hasn't released any files, but you can get it from its CVS repositary. -- Isaac Claymore /"\ ASCII Ribbon Campaign Dawning Inc. \ / Respect for open standards Beijing, China X No HTML/RTF in email http://www.dawning.com.cn / \ No M$ Word docs in email From kalin at el.net Mon May 12 03:35:16 2003 From: kalin at el.net (Kalin Mintchev) Date: Sun, 11 May 2003 21:35:16 -0400 (EDT) Subject: [Mailman-Users] custom response to subscribtion request (fwd) Message-ID: On Sun, 11 May 2003, Heath Raftery wrote: > Try editing > $prefix/template/your_language/subscribeack.txt thanks.... but isn't that chenging it for all the lists?!? > > Heath > > On Sunday, May 11, 2003, at 07:12 PM, Kalin Mintchev wrote: > > > > > i was hoping someone can help... > > is it possible at all? > > > > > > On Fri, 9 May 2003, Kalin Mintchev wrote: > > > >> > >> hi, > >> > >> how can i do a custom response to the subscription request?... > >> i have a list running on a mailman server with a lot of other lists > >> and > >> the client said that he wants the subscribers to his list to recieve > >> custom confirmation request and confirmation message... > >> i looked at the admin pages and around on google but could not find > >> where > >> or how to set it up.... > >> > >> any suggestion will be appreciated.... > >> > >> thanks.... > > From paul at thcwd.com Mon May 12 05:58:29 2003 From: paul at thcwd.com (Paul H Byerly) Date: Sun, 11 May 2003 22:58:29 -0500 Subject: [Mailman-Users] need some cookie ingredients Message-ID: <5.2.1.1.0.20030511225758.03564e90@mail.themarriagebed.com> I want to use the cookie set when a user logs into the private archives, but after a lot of digging and searching I can find nothing on this. Specifically I need the e-mail address that was entered when the cookie was set. And help or pointing in the right direction is appreciated. Reality: a nice place to visit, but I wouldn't want to live there! <>< Paul From Freedom_Lover at pobox.com Mon May 12 06:18:40 2003 From: Freedom_Lover at pobox.com (Todd) Date: Mon, 12 May 2003 00:18:40 -0400 Subject: [Mailman-Users] custom response to subscribtion request (fwd) In-Reply-To: References: Message-ID: <20030512041840.GD32053@psilocybe.teonanacatl.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Kalin Mintchev wrote: > On Sun, 11 May 2003, Heath Raftery wrote: > >> Try editing $prefix/template/your_language/subscribeack.txt > > thanks.... but isn't that chenging it for all the lists?!? Yeah, it would. You can copy the file to lists/// and then edit it just for one list. I didn't see the original post, so I don't know if you mentioned what version you're using. This only works for 2.1 and up. I'm guessing that's what you have, but I mention it to save you some hair pulling if you're using 2.0. - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ============================================================================ Software is like sex; it's better when it's free. -- Linus Torvalds, creator of the Linux kernel -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+vyCfuv+09NZUB1oRAhmYAJ9PlxqIPBl2qFk79xB4gugcK045mACfT4SR RXxEPgw60RLLHBbdePqnNFE= =YXUY -----END PGP SIGNATURE----- From clay at dawning.com.cn Mon May 12 09:31:35 2003 From: clay at dawning.com.cn (clay at dawning.com.cn) Date: Mon, 12 May 2003 15:31:35 +0800 Subject: [Mailman-Users] two errors causing shunting. In-Reply-To: <3EBEE092.8060901@is.kochi-u.ac.jp> References: <3EBEE092.8060901@is.kochi-u.ac.jp> Message-ID: <20030512073135.GC27240@dawning.com.cn> On Mon, May 12, 2003 at 08:45:22AM +0900, Tokio Kikuchi wrote: > Hi, > > Sumeet wrote: > >I have two errors that cause most of my shunting with a stock mailman > >2.1.2 and Python 2.2.2 both compiled on Red Hat 9 w/ stock 2.4.20-8 > >kernel. Any help would be greatly appreciated. Thanks. They are: > > > (snip) > > File "/usr/local/mailman/pythonlib/email/Header.py", line 285, in append > > s = s.encode(outcodec, errors) > >LookupError: unknown encoding: gb2312 I've installed the codecs, and still got similar errors(whenever post subject includes gb2312 chars) : May 12 15:17:33 2003 (28321) Traceback (most recent call last): File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop self._onefile(msg, msgdata) File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in _onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 130, in _dispose more = self._dopipeline(mlist, msg, msgdata, pipeline) File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 153, in _dopipeline sys.modules[modname].process(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Handlers/CookHeaders.py", line 75, in process prefix_subject(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Handlers/CookHeaders.py", line 262, in prefix_subject h.append(s, c) File "/usr/local/mailman/pythonlib/email/Header.py", line 285, in append s = s.encode(outcodec, errors) LookupError: unknown encoding ~~~~~~~~~~~~~~~~~~~~~~ Very strangely, the LookupError didn't give the encoding name, like Sumeet's. Any hint or suggestion is greatly appreciated. > This is because we don't have chinese codecs in the mailman distribution. > > I wonder if you can check this and see if you can integrate into the > mailman enviroment. > http://sourceforge.net/projects/python-codecs -- Isaac Claymore /"\ ASCII Ribbon Campaign Dawning Inc. \ / Respect for open standards Beijing, China X No HTML/RTF in email http://www.dawning.com.cn / \ No M$ Word docs in email From r.barrett at openinfo.co.uk Mon May 12 10:54:25 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Mon, 12 May 2003 09:54:25 +0100 Subject: [Mailman-Users] need some cookie ingredients In-Reply-To: <5.2.1.1.0.20030511225758.03564e90@mail.themarriagebed.com> Message-ID: <5.1.1.6.0.20030512095133.03faf2f0@ext-proxy.ftel.co.uk> At 04:58 12/05/2003, Paul H Byerly wrote: > I want to use the cookie set when a user logs into the private > archives, but after a lot of digging and searching I can find nothing on > this. Specifically I need the e-mail address that was entered when the > cookie was set. And help or pointing in the right direction is appreciated. Time to learn to read Python. If you look in $build/Mailman/SecurityManger.py you will find the function CheckCookie(). Follow your nose from there. >Reality: a nice place to visit, but I wouldn't want to live there! ><>< Paul ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From Bobby at Life-eXtreme.com Mon May 12 12:25:42 2003 From: Bobby at Life-eXtreme.com (Bobbejaan van Elst) Date: Mon, 12 May 2003 12:25:42 +0200 Subject: [Mailman-Users] TypeError: iterable argument required Message-ID: <5.1.0.14.2.20030512121727.038fc860@mail.the-mask.net> Hi, I've a question, I get the following error below when i send a mail to 1 of my mailing lists... I get this error since a couple of days. Before yesterday it all works fine.. I have re-installed mailman, after that it worked a couple of times, now I get the error again :( Someone a idea? Greets, Bobbejaan >Subject: Mailman post from root at the-mask.net requires approval >From: mailman-owner at the-mask.net >To: mailman-owner at the-mask.net >Date: Mon, 12 May 2003 12:00:09 +0200 >X-BeenThere: mailman at the-mask.net >X-Mailman-Version: 2.1.2 >List-Id: >X-MailScanner: Found to be clean, Found to be clean >Sender: mailman-bounces at the-mask.net > >As list administrator, your authorization is requested for the >following mailing list posting: > > List: Mailman at the-mask.net > From: root at the-mask.net > Subject: Cron /usr/local/bin/python -S > /usr/local/mailman/cron/senddigests > Reason: Post by non-member to a members-only list > >At your convenience, visit: > > http://the-mask.net/mailman/admindb/mailman > >to approve or deny the request. >Received: from the-mask.net (localhost.localdomain [127.0.0.1]) > by the-mask.net (8.12.8/8.12.8) with ESMTP id h4CA05sG012385 > for ; Mon, 12 May 2003 12:00:05 +0200 >Received: (from mailman at localhost) > by the-mask.net (8.12.8/8.12.1/Submit) id h4CA05KZ012383 > for mailman; Mon, 12 May 2003 12:00:05 +0200 >Date: Mon, 12 May 2003 12:00:05 +0200 >Message-Id: <200305121000.h4CA05KZ012383 at the-mask.net> >From: root at the-mask.net (Cron Daemon) >To: mailman at the-mask.net >Subject: Cron /usr/local/bin/python -S > /usr/local/mailman/cron/senddigests >X-Cron-Env: >X-Cron-Env: >X-Cron-Env: >X-Cron-Env: >X-MailScanner: Found to be clean > >Traceback (most recent call last): > File "/usr/local/mailman/cron/senddigests", line 94, in ? > main() > File "/usr/local/mailman/cron/senddigests", line 86, in main > mlist.send_digest_now() > File "/usr/local/mailman/Mailman/Digester.py", line 60, in send_digest_now > ToDigest.send_digests(self, mboxfp) > File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 130, in > send_digests > send_i18n_digests(mlist, mboxfp) > File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 303, in > send_i18n_digests > msg = scrubber(mlist, msg) > File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 257, in > process > url = save_attachment(mlist, part, dir) > File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 349, in > save_attachment > ext = guess_extension(ctype, fnext) > File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 80, in > guess_extension > if ext in all: >TypeError: iterable argument required >Content-Type: text/plain; charset="us-ascii" >MIME-Version: 1.0 >Content-Transfer-Encoding: 7bit >Subject: confirm 2ff993ed3639ab59de7067399f1229ef4fdbb327 >Sender: mailman-request at the-mask.net >From: mailman-request at the-mask.net > >If you reply to this message, keeping the Subject: header intact, >Mailman will discard the held message. Do this if the message is >spam. If you reply to this message and include an Approved: header >with the list password in it, the message will be approved for posting >to the list. The Approved: header can also appear in the first line >of the body of the reply. Met vriendelijke groet, Bobbejaan van Elst http://www.Life-eXtreme.com http://www.the-mask.net From deego at gnufans.org Mon May 12 12:57:15 2003 From: deego at gnufans.org (D. Goel) Date: Mon, 12 May 2003 10:57:15 -0000 Subject: [Mailman-Users] obfuscating email addresses Message-ID: <878ytcph4e.fsf@gnufans.net> I know this must be a FAQ. I searched archives, but no luck :( My spam increased dramatically after i started running mailman some 4 weeks ago. You must have all seen the article that estimates that most spam comes from email addresses being listed verbatim on webpages. Mailman lists the list addresses and admin's addresses verbatim on the webpage of the lists I run. How do i ask mailman to obfuscate them? I guess I could "supply" the obfuscated address in the first place for admin's email address but that would be wrong? -- because mailman itself uses that email to send notifications? Mailman Version: ,---- | deego at gnufans:~$ dpkg -s mailman | Package: mailman | Status: install ok installed | Priority: optional | Section: mail | Installed-Size: 2340 | Maintainer: Tollef Fog Heen | Version: 2.0.11-1woody5 `---- DG http://gnufans.net/ -- From guallar at easternrad.com Mon May 12 13:54:50 2003 From: guallar at easternrad.com (Josep L. Guallar-Esteve) Date: Mon, 12 May 2003 07:54:50 -0400 Subject: [Mailman-Users] custom response to subscribtion request In-Reply-To: References: Message-ID: <200305120754.50946.guallar@easternrad.com> On Friday 09 May 2003 04:04 pm, Kalin Mintchev wrote: > hi, Hi Kalin, > how can i do a custom response to the subscription request?... Properly configuring Mailman for that list. > i have a list running on a mailman server with a lot of other lists and > the client said that he wants the subscribers to his list to recieve > custom confirmation request and confirmation message... > i looked at the admin pages and around on google but could not find where > or how to set it up.... Open your browser, go to the admin URL for that list (something like http://www.company.com/mailman/admin/your_list_name/autoreply ). Enter admin password. Note the several text boxes. Enter the desired text on the "Auto-response text to send to -request emails. (Details)" text box... or from a file that you can upload. Hope this helps. Salut, Josep -- Josep L. Guallar-Esteve Eastern Radiologists, Inc. Systems and Network Administration http://www.easternrad.com From Oliver.Egginger at dvz.fh-giessen.de Mon May 12 15:37:23 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Mon, 12 May 2003 13:37:23 -0000 Subject: [Mailman-Users] Mandrake 9.1 / ImportError: No module named getopt Message-ID: <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> Hello, I receive a couple error lines by starting mailman under ML 9.1. Python is installed via RPMs, mailman was build manually by the install scripts which you provide. The initializing error message: Traceback (most recent call last): File "/home/mailman/bin/qrunner", line 72, in ? import getopt ImportError: No module named getopt Could not find platform independent libraries Could not find platform dependent libraries Consider setting $PYTHONHOME to [:] 'import site' failed; use -v for traceback But from python -v I get: # /usr/lib/python2.2/getopt.pyc matches /usr/lib/python2.2/getopt.py import getopt # precompiled from /usr/lib/python2.2/getopt.pyc and # cleanup[1] getopt so it seems that everythink is pretty fine, but I can't bring it to work. Any suggestions? Next thing I would try is to build the python packages manually. - oliver -- Oliver Egginger Giessen-Friedberg University of Applied Sciences Wiesenstrasse 14 35390 Giessen Tel. +49 641 309-1283 Fax +49 641 309-1288 From slav at gnt.kiev.ua Mon May 12 15:37:25 2003 From: slav at gnt.kiev.ua (Vyacheslav V. Hraychenko) Date: Mon, 12 May 2003 16:37:25 +0300 Subject: [Mailman-Users] test Message-ID: sorry, test ???? Vyacheslav Hraychenko System administrator GENET Ltd, ZEOS Internet, +380 44 2540054, RIPE: VVH1-RIPE From creative.computing at PTSEM.EDU Mon May 12 15:40:47 2003 From: creative.computing at PTSEM.EDU (Computing, Creative) Date: Mon, 12 May 2003 09:40:47 -0400 Subject: [Mailman-Users] Mailman Installed, but won't send mail Message-ID: <0509DF30C7A3EE4C9502E3C6C19C29210273C8BC@coaster.ptsem.edu> Hey all, i recently installed mailman on RedHat 9, I installed it from the files off of list.org rather than the rpm via the advice i've noticed on here. My problemo now is that i have set mailman up, iam able to create a list, but it seems it is not actually sending the mail. If anyone could help me out with some advice, it would be much appriciated. I know the issue is rather broad but i'm sure you guys & gals could lead me in the right direction. Thanks ahead of time :) Mike From slav at gnt.kiev.ua Mon May 12 16:02:06 2003 From: slav at gnt.kiev.ua (Vyacheslav V. Hraychenko) Date: Mon, 12 May 2003 17:02:06 +0300 Subject: [Mailman-Users] unknown encoding: koi8-u Message-ID: I have installed mailman-2.1.1 on FreeBSD 4.3, python-2.2.2. 1. koi8-u Everything is allright, but messages with encoding koi8-u don't passed via mailman with error in /usr/local/mailman/logs/error: May 12 16:01:23 2003 (94656) Uncaught runner exception: unknown encoding: koi8-u May 12 16:01:23 2003 (94656) Traceback (most recent call last): File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop self._onefile(msg, msgdata) File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in _onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 130, in _dispose more = self._dopipeline(mlist, msg, msgdata, pipeline) File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 153, in _dopipeline sys.modules[modname].process(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Handlers/CookHeaders.py", line 75, in process prefix_subject(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Handlers/CookHeaders.py", line 262, in prefix_subject h.append(s, c) File "/usr/local/mailman/pythonlib/email/Header.py", line 243, in append s = s.encode(outcodec) LookupError: unknown encoding: koi8-u May 12 16:01:23 2003 (94656) SHUNTING: 1052744482.301124+5a96c77f46308c7dcb6d89cd9cc4887861da7d18 ################# 2. wrapping footer When I send message in plane text koi8-r encoding, mailman adds its footer to the end of original plane text message. But when I send message in plane text win-1251 encoding, mailman adds its footer as attachment. How to forbid wraping mailman's footer as atachment for win-1251 encoding??? ################## thanks Vyacheslav Hraychenko System administrator GENET Ltd, ZEOS Internet, +380 44 2540054, RIPE: VVH1-RIPE From r.barrett at openinfo.co.uk Mon May 12 16:38:07 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Mon, 12 May 2003 15:38:07 +0100 Subject: [Mailman-Users] Mailman Installed, but won't send mail In-Reply-To: <0509DF30C7A3EE4C9502E3C6C19C29210273C8BC@coaster.ptsem.edu > Message-ID: <5.1.1.6.0.20030512152614.03f5e008@ext-proxy.ftel.co.uk> At 14:40 12/05/2003, Computing, Creative wrote: >Hey all, i recently installed mailman on RedHat 9, I installed it from the >files off of list.org rather than the rpm via the advice i've noticed on >here. My problemo now is that i have set mailman up, iam able to create a >list, but it seems it is not actually sending the mail. If anyone could >help me out with some advice, it would be much appriciated. I know the >issue is rather broad but i'm sure you guys & gals could lead me in the >right direction. Thanks ahead of time :) > >Mike You do not say what version of MM you installed; I do not know what version is being published on lists.org, I always download the latest stable release from http://sourceforge.net/project/showfiles.php?group_id=103 Assume you have read and followed all the instructions in the $build/INSTALL file. Have you installed the mailman user's crontab ($prefix/cron/crontab.in) so that the qrunner is being executed regularly (MM 2.0.x versions) or started $prefix/bin/mailmanctl (MM 2.1.x versions)? What does the log for the MTA on your server (for instance /var/logs/mail) say is happening to incoming mail addressing to your list aliases. Do any of the Mailman log files in $prefix/mailman/logs give any indication of what is happening? ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From khera at kcilink.com Mon May 12 16:49:37 2003 From: khera at kcilink.com (Vivek Khera) Date: Mon, 12 May 2003 10:49:37 -0400 Subject: [Mailman-Users] Prevent unsubscribe due to content filtering? In-Reply-To: References: Message-ID: <16063.46209.371885.3313@yertle.int.kciLink.com> >>>>> "NA" == Nick Arnett writes: NA> I'm trying to figure out the easiest way to persuade Mailman not to count NA> "content" bounces toward unsubscribing. The MTA returns "550 Error: Content NA> Rejected" as the bounce message. So you want to give them no incetive to fix their broken filters? Just imagine the amount of other ligitimate mail they are losing... If people don't notice they stop getting some expected mail and complain to their admins, things will never improve WRT filtering. There are a *LOT* of really bad filtering software out there. Just say "no" to them! ;-) From Cynthia.Leslie at CitationSoftware.com Mon May 12 20:09:42 2003 From: Cynthia.Leslie at CitationSoftware.com (Cynthia.Leslie at CitationSoftware.com) Date: Mon, 12 May 2003 11:09:42 -0700 Subject: [Mailman-Users] Archive URL for 3rd-party search engine Message-ID: <03e401c318b1$bdc83b00$0201000a@ma.charter.com> Hello. My company manages several Web sites that are hosted on a dedicated server maintained by an out-of-state ISP. This ISP offers us the use of a Mailman mailing-list system. We have configured the system for a mailing list that we want to host, and it works fine except that it does not allow us to search its archives. I believe that I can probably set up my own archive-searching system by using a third-party search engine (e.g., FreeFind, Google Lycos) to do a site-specific search. However, I am having trouble determining what the URL for the site should be. The domain for our list is list.objectinnovations.com.grassroots-marketing and, as I've said, it's hosted by our ISP, whose URL is www.intermedia.net. I have tried the following URLs: http://list.objectinnovations.com/Grassroots-marketing http://mailman.intermedia.net/mailman/listinfo/grassroots-marketing http://mailman.intermedia.net/pipermail/grassroots-marketing None of these seem to work. Can someone help? Thanks. - Cynthia Leslie From r.barrett at openinfo.co.uk Mon May 12 17:18:06 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Mon, 12 May 2003 16:18:06 +0100 Subject: [Mailman-Users] Archive URL for 3rd-party search engine In-Reply-To: <03e401c318b1$bdc83b00$0201000a@ma.charter.com> Message-ID: <5.1.1.6.0.20030512161145.038c8b40@ext-proxy.ftel.co.uk> At 19:09 12/05/2003, Cynthia.Leslie at CitationSoftware.com wrote: >Hello. > >My company manages several Web sites that are hosted on a dedicated server >maintained by an out-of-state ISP. This ISP offers us the use of a Mailman >mailing-list system. We have configured the system for a mailing list that >we want to host, and it works fine except that it does not allow us to >search its archives. > >I believe that I can probably set up my own archive-searching system by >using a third-party search engine (e.g., FreeFind, Google Lycos) to do a >site-specific search. However, I am having trouble determining what the >URL for the site should be. > >The domain for our list is list.objectinnovations.com.grassroots-marketing >and, as I've said, it's hosted by our ISP, whose URL is >www.intermedia.net. I have tried the following URLs: > >http://list.objectinnovations.com/Grassroots-marketing > >http://mailman.intermedia.net/mailman/listinfo/grassroots-marketing > >http://mailman.intermedia.net/pipermail/grassroots-marketing > >None of these seem to work. > >Can someone help? > >Thanks. > >- Cynthia Leslie http://mailman.intermedia.net/pipermail/grassroots-marketing/ worked for me. It is the arget of the link on http://list.objectinnovations.com/mailman/listinfo/grassroots-marketing under the heading "How to see prior postings". http://mailman.intermedia.net/pipermail/grassroots-marketing/index.html also works OK But http://mailman.intermedia.net/pipermail/grassroots-marketing does not work. If it were me, I would ask the ISP to put a RewriteRule into the Apache httpd.conf file so that it did. ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From Bobby at Life-eXtreme.com Mon May 12 17:39:45 2003 From: Bobby at Life-eXtreme.com (Bobbejaan van Elst) Date: Mon, 12 May 2003 17:39:45 +0200 Subject: [Mailman-Users] TypeError: iterable argument required In-Reply-To: <5.1.0.14.2.20030512121727.038fc860@mail.the-mask.net> Message-ID: <5.2.0.9.2.20030512173731.03363b28@192.168.0.1> I see this in the error log: ======= May 12 14:58:03 2003 (28608) Traceback (most recent call last): File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop self._onefile(msg, msgdata) File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in _onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 130, in _dispose more = self._dopipeline(mlist, msg, msgdata, pipeline) File "/usr/local/mailman/Mailman/Queue/IncomingRunner.py", line 153, in _dopipeline sys.modules[modname].process(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 89, in process send_digests(mlist, mboxfp) File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 130, in send_digests send_i18n_digests(mlist, mboxfp) File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 303, in send_i18n_digests msg = scrubber(mlist, msg) File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 257, in process url = save_attachment(mlist, part, dir) File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 349, in save_attachment ext = guess_extension(ctype, fnext) File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 80, in guess_extension if ext in all: TypeError: iterable argument required May 12 14:58:03 2003 (28608) SHUNTING: 1052743802.603521+45af8789227af751dcfde9e3ef539c543cf7590e =============== I've updated python to version 2.2.2-7 still the same problemen... At 12:25 5/12/2003 +0200, Bobbejaan van Elst wrote: >Hi, > >I've a question, I get the following error below when i send a mail to 1 >of my mailing lists... I get this error since a couple of days. Before >yesterday it all works fine.. > >I have re-installed mailman, after that it worked a couple of times, now I >get the error again :( > >Someone a idea? > >Greets, > >Bobbejaan > >>Subject: Mailman post from root at the-mask.net requires approval >>From: mailman-owner at the-mask.net >>To: mailman-owner at the-mask.net >>Date: Mon, 12 May 2003 12:00:09 +0200 >>X-BeenThere: mailman at the-mask.net >>X-Mailman-Version: 2.1.2 >>List-Id: >>X-MailScanner: Found to be clean, Found to be clean >>Sender: mailman-bounces at the-mask.net >> >>As list administrator, your authorization is requested for the >>following mailing list posting: >> >> List: Mailman at the-mask.net >> From: root at the-mask.net >> Subject: Cron /usr/local/bin/python -S >> /usr/local/mailman/cron/senddigests >> Reason: Post by non-member to a members-only list >> >>At your convenience, visit: >> >> http://the-mask.net/mailman/admindb/mailman >> >>to approve or deny the request. >>Received: from the-mask.net (localhost.localdomain [127.0.0.1]) >> by the-mask.net (8.12.8/8.12.8) with ESMTP id h4CA05sG012385 >> for ; Mon, 12 May 2003 12:00:05 +0200 >>Received: (from mailman at localhost) >> by the-mask.net (8.12.8/8.12.1/Submit) id h4CA05KZ012383 >> for mailman; Mon, 12 May 2003 12:00:05 +0200 >>Date: Mon, 12 May 2003 12:00:05 +0200 >>Message-Id: <200305121000.h4CA05KZ012383 at the-mask.net> >>From: root at the-mask.net (Cron Daemon) >>To: mailman at the-mask.net >>Subject: Cron /usr/local/bin/python -S >> /usr/local/mailman/cron/senddigests >>X-Cron-Env: >>X-Cron-Env: >>X-Cron-Env: >>X-Cron-Env: >>X-MailScanner: Found to be clean >> >>Traceback (most recent call last): >> File "/usr/local/mailman/cron/senddigests", line 94, in ? >> main() >> File "/usr/local/mailman/cron/senddigests", line 86, in main >> mlist.send_digest_now() >> File "/usr/local/mailman/Mailman/Digester.py", line 60, in send_digest_now >> ToDigest.send_digests(self, mboxfp) >> File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 130, in >> send_digests >> send_i18n_digests(mlist, mboxfp) >> File "/usr/local/mailman/Mailman/Handlers/ToDigest.py", line 303, in >> send_i18n_digests >> msg = scrubber(mlist, msg) >> File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 257, in >> process >> url = save_attachment(mlist, part, dir) >> File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 349, in >> save_attachment >> ext = guess_extension(ctype, fnext) >> File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 80, in >> guess_extension >> if ext in all: >>TypeError: iterable argument required >>Content-Type: text/plain; charset="us-ascii" >>MIME-Version: 1.0 >>Content-Transfer-Encoding: 7bit >>Subject: confirm 2ff993ed3639ab59de7067399f1229ef4fdbb327 >>Sender: mailman-request at the-mask.net >>From: mailman-request at the-mask.net >> >>If you reply to this message, keeping the Subject: header intact, >>Mailman will discard the held message. Do this if the message is >>spam. If you reply to this message and include an Approved: header >>with the list password in it, the message will be approved for posting >>to the list. The Approved: header can also appear in the first line >>of the body of the reply. > > >Met vriendelijke groet, > > Bobbejaan van Elst >http://www.Life-eXtreme.com > http://www.the-mask.net >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: bobby at life-extreme.com >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/bobby%40life-extreme.com Met vriendelijke groet, Bobbejaan van Elst http://www.Life-eXtreme.com http://www.the-mask.net From erecio at polywog.navpoint.com Mon May 12 17:46:34 2003 From: erecio at polywog.navpoint.com (E M Recio) Date: Mon, 12 May 2003 11:46:34 -0400 (EDT) Subject: [Mailman-Users] Removing WebArchive Messages? Message-ID: <37816.147.140.233.16.1052754394.squirrel@polywog.navpoint.com> Do you know how to remove web archive messages? Is there a way to do it from teh web interface, or using commandline tools? I would rather have our clients be able to do that themselves, but if necessary I'll do it for them on request (i don't want to give them shell access on our primary web server.) I'd be tempted to just remove the HTML file (if there is one), but wanted to make sure that it won't break anything else. TIA ~E From mavery at mail.otherwhen.com Mon May 12 18:29:07 2003 From: mavery at mail.otherwhen.com (Mike Avery) Date: Mon, 12 May 2003 10:29:07 -0600 Subject: [Mailman-Users] Ported newsgroup security question In-Reply-To: <5.2.0.9.2.20030512173731.03363b28@192.168.0.1> References: <5.1.0.14.2.20030512121727.038fc860@mail.the-mask.net> Message-ID: <3EBF7773.7352.92BA72F@localhost> Not too long ago, I was beaten up by some SpamCop folks because someone sent a spam to a mailing list I run that is ported to a usenet newsgroup. When I set up my 2.0.12 Mailman server, I looked at the security available and found that trying to restrict posting to members of the mailing list meant that messages from the newsgroup were rejected instead of being passed on to the mailing list. I asked this mailing list asked if security could be tightened at that time and was told no, it couldn't. At least not then. After getting beaten up by Spamcop, I upgraded to 2.1.1. (The 2.1.2 version isn't in the FreeBSD ports system yet.) The options for securing mailing list to newsgroup ports don't seem a lot different. So, I was wondering if anyone has tried to tighten the security on mailing lists ported to newsgroups, what you did, and how it worked out. Thanks, Mike From nneul at umr.edu Mon May 12 18:34:24 2003 From: nneul at umr.edu (Neulinger, Nathan) Date: Mon, 12 May 2003 11:34:24 -0500 Subject: [Mailman-Users] recent cvs update requires newer msgmerge Message-ID: Is this something that can reasonably be worked around? A recent cvs update now requires the -U option to msgmerge. This breaks build compatability with redhat-7.1. -- Nathan ------------------------------------------------------------ Nathan Neulinger EMail: nneul at umr.edu University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 From wheakory at isu.edu Mon May 12 20:13:38 2003 From: wheakory at isu.edu (Kory Wheatley) Date: Mon, 12 May 2003 12:13:38 -0600 Subject: [Mailman-Users] Problem with Administrative Requests functions Message-ID: <3EBFE452.8080609@isu.edu> I receive this below error when I go into the Administrative Interface and check "Preserve messsages for the site administrator" and then I check the discard option. Once I click submit this is what I receive below. BUG in Mailman version 2.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 (most recent call last): File "/home/mailman/scripts/driver", line 87, in run_main main() File "/home/mailman/Mailman/Cgi/admindb.py", line 163, in main process_form(mlist, doc, cgidata) File "/home/mailman/Mailman/Cgi/admindb.py", line 681, in process_form forward, forwardaddr) File "/home/mailman/Mailman/ListAdmin.py", line 184, in HandleRequest forward, addr) File "/home/mailman/Mailman/ListAdmin.py", line 262, in __handlepost msg = cPickle.load(fp) ValueError: could not convert string to float -- Kory Wheatley Academic Computing Analyst Sr. Phone 282-3874 ######################################### Everything must point to him. From sumeetp at hotmail.com Tue May 13 08:33:59 2003 From: sumeetp at hotmail.com (Sumeet) Date: Mon, 12 May 2003 23:33:59 -0700 Subject: [Mailman-Users] making shunting faster Message-ID: I've got over 3000 messages waiting to be shunted and Mailman likes to take it's time. Does anyone feel like addressing replacing: File "/usr/local/mailman/Mailman/Handlers/Scrubber.py", line 305, in process t = unicode(t, 'ascii', 'replace').encode('ascii') UnicodeError: ASCII encoding error: ordinal not in range(128) with t=unicodet, 'ascii', 'ignore').encode('ascii') Is anyone of the opintion that that will make things more reasonable for me? Do I just change the line in Scrubber.py or do i need to recompile mailman/python afterwards? Please let's discuss From tkikuchi at is.kochi-u.ac.jp Tue May 13 09:40:22 2003 From: tkikuchi at is.kochi-u.ac.jp (Tokio Kikuchi) Date: Tue, 13 May 2003 16:40:22 +0900 Subject: [Mailman-Users] two errors causing shunting. References: <3EBEE092.8060901@is.kochi-u.ac.jp> <20030512073135.GC27240@dawning.com.cn> Message-ID: <3EC0A166.9070506@is.kochi-u.ac.jp> Hi, chinese users. I was playing on the ChineseCodecs and made a tar ball suitable for including in the mailman distribution. http://mm.tkikuchi.net/ChineseCodecs-1.1.0p.tar.gz Place it in the $(sourcedir)/misc and you will have to rewite Makefile.in and paths.py.in then configure and make install. Rewriting is rather easy because there are ja and ko entries. Please test if it works for you. Cheers, clay at dawning.com.cn wrote: > On Mon, May 12, 2003 at 08:45:22AM +0900, Tokio Kikuchi wrote: > >>Hi, >> >>Sumeet wrote: >> >>>I have two errors that cause most of my shunting with a stock mailman >>>2.1.2 and Python 2.2.2 both compiled on Red Hat 9 w/ stock 2.4.20-8 >>>kernel. Any help would be greatly appreciated. Thanks. They are: >>> >> -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ From listmod at camarilla.white-wolf.com Tue May 13 11:12:21 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Tue, 13 May 2003 09:12:21 -0000 Subject: [Mailman-Users] custom response to subscribtion request In-Reply-To: <200305120754.50946.guallar@easternrad.com> References: <200305120754.50946.guallar@easternrad.com> Message-ID: <1052817095.19507.0.camel@localhost.localdomain> This will only work if they reply to the confrimation email (if there is one setup). This will *NOT* work if they go to the URL provided. On Mon, 2003-05-12 at 07:54, Josep L. Guallar-Esteve wrote: > On Friday 09 May 2003 04:04 pm, Kalin Mintchev wrote: > > hi, > > Hi Kalin, > > > how can i do a custom response to the subscription request?... > > Properly configuring Mailman for that list. > > > i have a list running on a mailman server with a lot of other lists and > > the client said that he wants the subscribers to his list to recieve > > custom confirmation request and confirmation message... > > i looked at the admin pages and around on google but could not find where > > or how to set it up.... > > Open your browser, go to the admin URL for that list (something like > http://www.company.com/mailman/admin/your_list_name/autoreply ). Enter admin > password. > > Note the several text boxes. Enter the desired text on the "Auto-response text > to send to -request emails. (Details)" text box... or from a file that you > can upload. > > Hope this helps. > > > > Salut, > Josep -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - From Oliver.Egginger at dvz.fh-giessen.de Tue May 13 12:08:26 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Tue, 13 May 2003 10:08:26 -0000 Subject: [Mailman-Users] Mandrake 9.1 / ImportError: No module namedgetopt In-Reply-To: <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> References: <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> Message-ID: <1052820480.20916.26.camel@chaos.dvz.fh-giessen.de> Hello again, It seems that it is caused by the line 255 from mailmanctl: os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') When I start the qrunners manually everything seems to work fine. But I can't use the mailmanctl script. I think the reason is, that the python enviroment variables are not set properly during the call of os.execl. But I don't know why. (I'am no phyton developer.) Also it seems that this only happens under some Mandrake and RedHat distributions. When I write a little test python script I can import getopt and other stuff smoothly. The qrunner script works also fine when it don't get invoked by an os.execl call. - oliver Am Mon, 2003-05-12 um 15.37 schrieb Oliver Egginger: > Hello, > > I receive a couple error lines by starting mailman under ML 9.1. > Python is installed via RPMs, mailman was build manually by the install > scripts which you provide. > > The initializing error message: > > Traceback (most recent call last): > File "/home/mailman/bin/qrunner", line 72, in ? > import getopt > ImportError: No module named getopt > Could not find platform independent libraries > Could not find platform dependent libraries > Consider setting $PYTHONHOME to [:] > 'import site' failed; use -v for traceback > > > But from python -v I get: > > # /usr/lib/python2.2/getopt.pyc matches /usr/lib/python2.2/getopt.py > import getopt # precompiled from /usr/lib/python2.2/getopt.pyc > and > # cleanup[1] getopt > > so it seems that everythink is pretty fine, but I can't bring it to > work. > Any suggestions? > > Next thing I would try is to build the python packages manually. > > > - oliver > -- Oliver Egginger Fachochschule Giessen-Friedberg From clay at dawning.com.cn Tue May 13 11:40:17 2003 From: clay at dawning.com.cn (clay at dawning.com.cn) Date: Tue, 13 May 2003 17:40:17 +0800 Subject: [Mailman-Users] two errors causing shunting. In-Reply-To: <3EC0A166.9070506@is.kochi-u.ac.jp> References: <3EBEE092.8060901@is.kochi-u.ac.jp> <20030512073135.GC27240@dawning.com.cn> <3EC0A166.9070506@is.kochi-u.ac.jp> Message-ID: <20030513094017.GI11389@dawning.com.cn> On Tue, May 13, 2003 at 04:40:22PM +0900, Tokio Kikuchi wrote: > Hi, chinese users. > > I was playing on the ChineseCodecs and made a tar ball suitable > for including in the mailman distribution. > http://mm.tkikuchi.net/ChineseCodecs-1.1.0p.tar.gz > Place it in the $(sourcedir)/misc and you will have to rewite > Makefile.in and paths.py.in then configure and make install. > Rewriting is rather easy because there are ja and ko entries. > > Please test if it works for you. > Great! It works ;) But there was a pitfall I met: I'd installed the stock ChineseCodecs on my box(under one of Python's standard module paths), and, at least on my box, that conflicted with Tokio's tar ball in some way, and prevented mailman from supporting simplified chinese properly. After removed those codecs, everything works just fine ;) Thanks for the tar ball and instructions. -- Isaac Claymore | clay at dawning.com.cn HPC Division | Home: 86-10-62545415 Dawning Inc. | Office: 86-10-62536383-8815 Beijing, China | Mobile: 86-13911256050 http://devel.dawning.com.cn/Members/clay/ From r.barrett at openinfo.co.uk Tue May 13 12:21:15 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Tue, 13 May 2003 11:21:15 +0100 Subject: [Mailman-Users] Mandrake 9.1 / ImportError: No module namedgetopt In-Reply-To: <1052820480.20916.26.camel@chaos.dvz.fh-giessen.de> References: <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> Message-ID: <5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> At 11:08 13/05/2003, Oliver Egginger wrote: >Hello again, > >It seems that it is caused by the line 255 from mailmanctl: > >os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') Just a thought, but what is the value of the variable PYTHON in $prefix/Mailman/Defaults.py and is this the same as the results of executing "which python" from the command line? If they are not the same then this might hint at the cause of your problem. Did you add a --with-python option when you ran ./configure? If so with what value? >When I start the qrunners manually everything seems to work >fine. But I can't use the mailmanctl script. > >I think the reason is, that the python enviroment variables >are not set properly during the call of os.execl. >But I don't know why. >(I'am no phyton developer.) > >Also it seems that this only happens under some Mandrake and >RedHat distributions. > >When I write a little test python script I can import getopt >and other stuff smoothly. > >The qrunner script works also fine when it don't get invoked by >an os.execl call. > >- oliver > > >Am Mon, 2003-05-12 um 15.37 schrieb Oliver Egginger: > > Hello, > > > > I receive a couple error lines by starting mailman under ML 9.1. > > Python is installed via RPMs, mailman was build manually by the install > > scripts which you provide. > > > > The initializing error message: > > > > Traceback (most recent call last): > > File "/home/mailman/bin/qrunner", line 72, in ? > > import getopt > > ImportError: No module named getopt > > Could not find platform independent libraries > > Could not find platform dependent libraries > > Consider setting $PYTHONHOME to [:] > > 'import site' failed; use -v for traceback > > > > > > But from python -v I get: > > > > # /usr/lib/python2.2/getopt.pyc matches /usr/lib/python2.2/getopt.py > > import getopt # precompiled from /usr/lib/python2.2/getopt.pyc > > and > > # cleanup[1] getopt > > > > so it seems that everythink is pretty fine, but I can't bring it to > > work. > > Any suggestions? > > > > Next thing I would try is to build the python packages manually. > > > > > > - oliver > > >-- >Oliver Egginger >Fachochschule Giessen-Friedberg > > >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: r.barrett at openinfo.co.uk >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/r.barrett%40openinfo.co.uk ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From Oliver.Egginger at dvz.fh-giessen.de Tue May 13 13:46:23 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver.Egginger at dvz.fh-giessen.de) Date: Tue, 13 May 2003 13:46:23 +0200 Subject: [Mailman-Users] Mandrake 9.1 / ImportError: No module namedgetopt In-Reply-To: <5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> References: <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> <5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> Message-ID: <1052826383.3ec0db0fce589@www.fh-giessen.de> Richard Barrett wrote: > > > >It seems that it is caused by the line 255 from mailmanctl: > > > >os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') > > Just a thought, but what is the value of the variable PYTHON in > $prefix/Mailman/Defaults.py and is this the same as the results of > executing "which python" from the command line? > Default.py keeps: PYTHON = '/usr/bin/python' and there are no overrides in mm.cfg. The command 'ls -l /usr/bin/python' shows me: -rwxr-xr-x 1 root root 3712 Feb 5 10:41 /usr/bin/python* Also if there where a wrong path it should break with a command or file not found error, I think. For example: I write a little test script called test.py here it is -------------------------------------> SNIP #! /usr/bin/python import getopt print "Hallo\n"; print (getopt.error); print "\n"; -------------------------------------> If I start it from commandline it works faultless but if I call it from within the mailmanctl script changing the lines 254 and 255 to the following: exe = os.path.join(mm_cfg.BIN_DIR, 'test.py') os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') It produces the error messages: ------------------------------------------------------------ 'import site' failed; use -v for traceback Traceback (most recent call last): File "/home/mailman/bin/test.py", line 3, in ? import getopt ImportError: No module named getopt Could not find platform independent libraries Could not find platform dependent libraries Consider setting $PYTHONHOME to [:] 'import site' failed; use -v for traceback ------------------------------------------------------------- It's the same failure I get from the qrunner script, which gets normally called at this point from mailmanctl. > If they are not the same then this might hint at the cause of your problem. > Did you add a --with-python option when you ran ./configure? If so with > what value? > No. I don't exspect the problem there. The python interpreter gets called. I set PYTHON = '/usr/bin/python' PREFIX = '/home/mailman' EXEC_PREFIX = '/usr/lib/python2.2' VAR_PREFIX = '/home/mailman' Also I did many tests with EXEC_PREFIX = '/home/mailman' No difference. - oliver From dll at scitools.com Tue May 13 14:16:10 2003 From: dll at scitools.com (Dan Leavitt) Date: Tue, 13 May 2003 08:16:10 -0400 Subject: [Mailman-Users] announce-only list config References: <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de><1052746621.2293.97.camel@chaos.dvz.fh-giessen.de><5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> <1052826383.3ec0db0fce589@www.fh-giessen.de> Message-ID: <012e01c31949$7097a800$170aa8c0@DELL> Hi all, I've created an announce-only list but I haven't figured out how to prevent the recipients, who obviously can't post to the list, from get it's posting address in their mail headers. Depending on the personalization setting it show up either in the To: or the Cc: header. I've inserted a Reply-to address to direct replys to the list but if one selects the "Reply-All" function the posting address gets included also. Is there any way to prevent this? Thanks, Dan From r.barrett at openinfo.co.uk Tue May 13 14:31:44 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Tue, 13 May 2003 13:31:44 +0100 Subject: [Mailman-Users] Mandrake 9.1 / ImportError: No module namedgetopt In-Reply-To: <1052826383.3ec0db0fce589@www.fh-giessen.de> References: <5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> <5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> Message-ID: <5.1.1.6.0.20030513130621.03d46928@ext-proxy.ftel.co.uk> At 12:46 13/05/2003, Oliver.Egginger at dvz.fh-giessen.de wrote: >Richard Barrett wrote: > > > > > >It seems that it is caused by the line 255 from mailmanctl: > > > > > >os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') > > > > Just a thought, but what is the value of the variable PYTHON in > > $prefix/Mailman/Defaults.py and is this the same as the results of > > executing "which python" from the command line? > > > >Default.py keeps: >PYTHON = '/usr/bin/python' >and there are no overrides in mm.cfg. >The command 'ls -l /usr/bin/python' shows me: >-rwxr-xr-x 1 root root 3712 Feb 5 10:41 /usr/bin/python* > >Also if there where a wrong path it should break with a command >or file not found error, I think. > I was thinking more of two versions of python installed but that doesn't look to be the case from what you say. And given mailmanctl imported getopt OK how come the execl'd python cannot. The only difference between execution of the python instance running mailmanctl and the execl'd python instance is the -S option on the latter while tells python not to automatically run the 'import site' statement when it start execution. For instance on my system running python from the command line with and without the -S option produces a different value for sys.path: mailman at mailman2:/mailman/run/bin> python Python 2.2.2 (#3, Feb 11 2003, 16:57:53) [GCC 2.95.3 20010315 (SuSE)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> sys.path ['', '/usr/local/lib/python2.2', '/usr/local/lib/python2.2/plat-linux2', '/usr/local/lib/python2.2/lib-tk', '/usr/local/lib/python2.2/lib-dynload', '/usr/local/lib/python2.2/site-packages'] >>> mailman at mailman2:/mailman/run/bin> python -S Python 2.2.2 (#3, Feb 11 2003, 16:57:53) [GCC 2.95.3 20010315 (SuSE)] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import sys >>> sys.path ['', '/usr/local/lib/python2.2/', '/usr/local/lib/python2.2/plat-linux2', '/usr/local/lib/python2.2/lib-tk', '/usr/local/lib/python2.2/lib-dynload'] >>> import getopt >>> getopt.__file__ '/usr/local/lib/python2.2/getopt.pyc' >>> mailman at mailman2:/mailman/run/bin> Try running python from the command line with the -S option and then try to import getopt. If this fails then one has to question how python has been installed on your system as it would appear that some standard modules are installed in the site specific directory rather than their more usual location. >For example: >I write a little test script called test.py here it is >-------------------------------------> SNIP >#! /usr/bin/python > >import getopt > >print "Hallo\n"; > >print (getopt.error); >print "\n"; >-------------------------------------> > >If I start it from commandline it works faultless but if I call it >from within the mailmanctl script changing the lines 254 and 255 to >the following: > >exe = os.path.join(mm_cfg.BIN_DIR, 'test.py') >os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') > >It produces the error messages: >------------------------------------------------------------ >'import site' failed; use -v for traceback >Traceback (most recent call last): > File "/home/mailman/bin/test.py", line 3, in ? > import getopt >ImportError: No module named getopt >Could not find platform independent libraries >Could not find platform dependent libraries >Consider setting $PYTHONHOME to [:] >'import site' failed; use -v for traceback >------------------------------------------------------------- > >It's the same failure I get from the qrunner script, >which gets normally called at this point from mailmanctl. > > > If they are not the same then this might hint at the cause of your > problem. > > Did you add a --with-python option when you ran ./configure? If so with > > what value? > > > >No. I don't exspect the problem there. >The python interpreter gets called. > >I set > >PYTHON = '/usr/bin/python' >PREFIX = '/home/mailman' >EXEC_PREFIX = '/usr/lib/python2.2' >VAR_PREFIX = '/home/mailman' > >Also I did many tests with > >EXEC_PREFIX = '/home/mailman' > >No difference. > >- oliver > > ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From barry at python.org Tue May 13 15:06:28 2003 From: barry at python.org (Barry Warsaw) Date: Tue, 13 May 2003 13:06:28 -0000 Subject: [Mailman-i18n] Re: [Mailman-Users] two errors causing shunting. In-Reply-To: <3EC0A166.9070506@is.kochi-u.ac.jp> References: <3EBEE092.8060901@is.kochi-u.ac.jp> <20030512073135.GC27240@dawning.com.cn> <3EC0A166.9070506@is.kochi-u.ac.jp> Message-ID: <1052831142.15814.14.camel@anthem> On Tue, 2003-05-13 at 03:40, Tokio Kikuchi wrote: > Hi, chinese users. > > I was playing on the ChineseCodecs and made a tar ball suitable > for including in the mailman distribution. > http://mm.tkikuchi.net/ChineseCodecs-1.1.0p.tar.gz > Place it in the $(sourcedir)/misc and you will have to rewite > Makefile.in and paths.py.in then configure and make install. > Rewriting is rather easy because there are ja and ko entries. > > Please test if it works for you. Should we include this in the standard distro? Are the Chinese translations even good enough to claim Chinese support? I have the feeling that they've languished for quite a while (unfortunately). -Barry From clay at dawning.com.cn Tue May 13 15:34:05 2003 From: clay at dawning.com.cn (clay at dawning.com.cn) Date: Tue, 13 May 2003 21:34:05 +0800 Subject: [Mailman-i18n] Re: [Mailman-Users] two errors causing shunting. In-Reply-To: <1052831142.15814.14.camel@anthem> References: <3EBEE092.8060901@is.kochi-u.ac.jp> <20030512073135.GC27240@dawning.com.cn> <3EC0A166.9070506@is.kochi-u.ac.jp> <1052831142.15814.14.camel@anthem> Message-ID: <20030513133405.GJ11389@dawning.com.cn> On Tue, May 13, 2003 at 09:05:42AM -0400, Barry Warsaw wrote: > On Tue, 2003-05-13 at 03:40, Tokio Kikuchi wrote: > > Hi, chinese users. > > > > I was playing on the ChineseCodecs and made a tar ball suitable > > for including in the mailman distribution. > > http://mm.tkikuchi.net/ChineseCodecs-1.1.0p.tar.gz > > Place it in the $(sourcedir)/misc and you will have to rewite > > Makefile.in and paths.py.in then configure and make install. > > Rewriting is rather easy because there are ja and ko entries. > > > > Please test if it works for you. > > Should we include this in the standard distro? Are the Chinese > translations even good enough to claim Chinese support? I have the > feeling that they've languished for quite a while (unfortunately). > > -Barry > I've tried the Chinese translation(GB) coming with MM2.1.2, and it's a bit partial, the web interfaces are a mixture of both Chinese and English. I did see on www.list.org i18n pages that someone is heading up the Simplified Chinese translation. If he's stopped for some reason, I'd be rather happy to pick up his work and go on maintaining both the codecs and translations of Simplified Chinese. -Isaac -- Isaac Claymore /"\ ASCII Ribbon Campaign Dawning Inc. \ / Respect for open standards Beijing, China X No HTML/RTF in email http://www.dawning.com.cn / \ No M$ Word docs in email From barry at python.org Tue May 13 16:25:07 2003 From: barry at python.org (Barry Warsaw) Date: Tue, 13 May 2003 14:25:07 -0000 Subject: [Mailman-i18n] Re: [Mailman-Users] two errors causing shunting. In-Reply-To: <20030513133405.GJ11389@dawning.com.cn> References: <3EBEE092.8060901@is.kochi-u.ac.jp> <20030512073135.GC27240@dawning.com.cn> <3EC0A166.9070506@is.kochi-u.ac.jp> <1052831142.15814.14.camel@anthem> <20030513133405.GJ11389@dawning.com.cn> Message-ID: <1052835867.1222.3.camel@barry> On Tue, 2003-05-13 at 09:34, clay at dawning.com.cn wrote: > I've tried the Chinese translation(GB) coming with MM2.1.2, and it's > a bit partial, the web interfaces are a mixture of both Chinese and > English. > > I did see on www.list.org i18n pages that someone is heading up the > Simplified Chinese translation. If he's stopped for some reason, I'd > be rather happy to pick up his work and go on maintaining both the > codecs and translations of Simplified Chinese. That would be great Isaac. I haven't seen any updates to Chinese in a long time, so anything you can provide would be appreciated. I'm Cc'ing Max Yu who is currently mentioned as the Chinese champion to see if he's still interested in helping out. -Barry From nfeasey at utpress.utoronto.ca Tue May 13 16:38:52 2003 From: nfeasey at utpress.utoronto.ca (Nicholas Feasey) Date: Tue, 13 May 2003 10:38:52 -0400 Subject: [Mailman-Users] Mailman Installed, but won't send mail In-Reply-To: <5.1.1.6.0.20030512152614.03f5e008@ext-proxy.ftel.co.uk> Message-ID: <9E001642-8550-11D7-913B-000393D9515C@utpress.utoronto.ca> Silly questions but did you do the following: Did you type: /etc/rc.d/init.d/mailman start (This starts the qrunner processes) Secondly, you can send mail to the outside world as any user on your Redhat 9 box - right? N On Monday, May 12, 2003, at 10:38 AM, Richard Barrett wrote: > At 14:40 12/05/2003, Computing, Creative wrote: >> Hey all, i recently installed mailman on RedHat 9, I installed it >> from the >> files off of list.org rather than the rpm via the advice i've noticed >> on >> here. My problemo now is that i have set mailman up, iam able to >> create a >> list, but it seems it is not actually sending the mail. If anyone >> could >> help me out with some advice, it would be much appriciated. I know >> the >> issue is rather broad but i'm sure you guys & gals could lead me in >> the >> right direction. Thanks ahead of time :) >> >> Mike > > You do not say what version of MM you installed; I do not know what > version is being published on lists.org, I always download the latest > stable release from > http://sourceforge.net/project/showfiles.php?group_id=103 > > Assume you have read and followed all the instructions in the > $build/INSTALL file. > > Have you installed the mailman user's crontab > ($prefix/cron/crontab.in) so that the qrunner is being executed > regularly (MM 2.0.x versions) or started $prefix/bin/mailmanctl (MM > 2.1.x versions)? > > What does the log for the MTA on your server (for instance > /var/logs/mail) say is happening to incoming mail addressing to your > list aliases. > > Do any of the Mailman log files in $prefix/mailman/logs give any > indication of what is happening? > > > ----------------------------------------------------------------------- > ------- > Richard Barrett > http://www.openinfo.co.uk > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: nfeasey at utpress.utoronto.ca > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/ > nfeasey%40utpress.utoronto.ca From pug at pug.net Tue May 13 17:09:29 2003 From: pug at pug.net (Pug Bainter) Date: Tue, 13 May 2003 10:09:29 -0500 Subject: [Mailman-Users] Formatting archives that don't have newlines... Message-ID: <20030513100929.A7631@stardock.pug.net> Good Morning, I tried looking through the patches, bugs and FAQs for this, but either couldn't find it or didn't know the magic phrase to use. I have a problem (mostly with M$ Outlook users) that when a user sends a message without newlines in it (because their email client auto-displays it "properly" for them), the message gets stored just like this in the archives as expected. The problem is that when the message gets pulled up in the webpages, they will appear as one long line instead of being formatted to the size of the browser width. Is there any solution for this at this time? Thanks! Ciao, -- Pug Bainter | AMD, Inc. System Engineer, MTS | Mail Stop 625 Pug.Bainter at amd.com | pug at pug.net | 5900 E. Ben White Blvd Phone: (512) 602-0364 | Fax: (512) 602-6970 | Austin, TX 78741 Note: The views may not reflect my employers, or even my own for that matter. From r.barrett at openinfo.co.uk Tue May 13 17:55:32 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Tue, 13 May 2003 16:55:32 +0100 Subject: [Mailman-Users] Mailman Installed, but won't send mail In-Reply-To: <9E001642-8550-11D7-913B-000393D9515C@utpress.utoronto.ca> References: <5.1.1.6.0.20030512152614.03f5e008@ext-proxy.ftel.co.uk> Message-ID: <5.1.1.6.0.20030513161726.04e06ea0@ext-proxy.ftel.co.uk> Should have posted the resolution to the list. The mailman site list had not been created and mailmanctl was not starting. Original poster found the evidence when he looked more carefully. At 15:38 13/05/2003, Nicholas Feasey wrote: >Silly questions but did you do the following: > >Did you type: /etc/rc.d/init.d/mailman start >(This starts the qrunner processes) > >Secondly, you can send mail to the outside world as any user on your >Redhat 9 box - right? > >N > >On Monday, May 12, 2003, at 10:38 AM, Richard Barrett wrote: > >>At 14:40 12/05/2003, Computing, Creative wrote: >>>Hey all, i recently installed mailman on RedHat 9, I installed it >>>from the >>>files off of list.org rather than the rpm via the advice i've noticed >>>on >>>here. My problemo now is that i have set mailman up, iam able to >>>create a >>>list, but it seems it is not actually sending the mail. If anyone >>>could >>>help me out with some advice, it would be much appriciated. I know >>>the >>>issue is rather broad but i'm sure you guys & gals could lead me in >>>the >>>right direction. Thanks ahead of time :) >>> >>>Mike >> >>You do not say what version of MM you installed; I do not know what >>version is being published on lists.org, I always download the latest >>stable release from >>http://sourceforge.net/project/showfiles.php?group_id=103 >> >>Assume you have read and followed all the instructions in the >>$build/INSTALL file. >> >>Have you installed the mailman user's crontab >>($prefix/cron/crontab.in) so that the qrunner is being executed >>regularly (MM 2.0.x versions) or started $prefix/bin/mailmanctl (MM >>2.1.x versions)? >> >>What does the log for the MTA on your server (for instance >>/var/logs/mail) say is happening to incoming mail addressing to your >>list aliases. >> >>Do any of the Mailman log files in $prefix/mailman/logs give any >>indication of what is happening? >> ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From Oliver.Egginger at dvz.fh-giessen.de Tue May 13 17:59:52 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Tue, 13 May 2003 15:59:52 -0000 Subject: [Mailman-Users] Mandrake 9.1 / ImportError: No modulenamedgetopt In-Reply-To: <5.1.1.6.0.20030513130621.03d46928@ext-proxy.ftel.co.uk> References: <5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> <5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> <5.1.1.6.0.20030513130621.03d46928@ext-proxy.ftel.co.uk> Message-ID: <1052841549.26472.47.camel@chaos.dvz.fh-giessen.de> Hello Richard, hello all, You wrote: > The only difference between execution of the python instance running > mailmanctl and the execl'd python instance is the -S option on the latter I would like to agree but here is what I (among other things) did. I changed the implied line 255 in the mailmanctl script. See the the corresponding diff which follows. ------------------------------------------------------------------> # diff mailmanctl mailmanctl.original 255c255 < os.execl(exe, exe, rswitch, '-s') --- > os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') ------------------------------------------------------------------> After doing that mailman (respective the qrunners) starts working! But an (maybe) odd thing is, that when I start mailmanctl in verbose mode I'am receiving messages like this one: ------------------------------------------------------------------> Logging error: Traceback (most recent call last): File "/home/mailman/Mailman/Logging/MultiLogger.py", line 43, in write logger.write(msg) File "/home/mailman/Mailman/Logging/StampedLogger.py", line 73, in write Logger.write(self, "%s %s" % (prefix, msg)) File "/home/mailman/Mailman/Logging/Logger.py", line 88, in write msg = unicode(msg, self.__encoding) SystemError: codec module not properly initialized Original log message: # clear __builtin__._ ------------------------------------------------------------------> But independent from that thing it seems to work normal. I can't test the whole program but the normal list processing don't cause any problems, as yet. Three questions: 1. How can it be that my flubs works and the original line not (under ML 9.1)? 2. Are the "Logging error" messages from the verbose mode dangerous? 3. It is risky to bring mailman in this state into production? - oliver -- Oliver Egginger Giessen-Friedberg University of Applied Sciences Wiesenstrasse 14 35390 Giessen Tel. +49 641 309-1283 Fax +49 641 309-1288 From abid at nacla.org Tue May 13 18:19:03 2003 From: abid at nacla.org (abid) Date: Tue, 13 May 2003 12:19:03 -0400 Subject: [Mailman-Users] Error with "http://my.dom.ain/mailman/create" Message-ID: I installed mailman 2.1 successfully I have apache running successfully I have php installed I have python installed After installation I go to /bin directory and run mmsitepass and create a password. However when I go to the myip/mailman/create I get an error message. Do I need to modify httpd.conf in apache at all? I think its something simple that im missing any thoughts? From r.barrett at openinfo.co.uk Tue May 13 18:35:09 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Tue, 13 May 2003 17:35:09 +0100 Subject: [Mailman-Users] Mandrake 9.1 / ImportError: No modulenamedgetopt In-Reply-To: <1052841549.26472.47.camel@chaos.dvz.fh-giessen.de> References: <5.1.1.6.0.20030513130621.03d46928@ext-proxy.ftel.co.uk> <5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> <5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> <5.1.1.6.0.20030513130621.03d46928@ext-proxy.ftel.co.uk> Message-ID: <5.1.1.6.0.20030513170028.04e04e78@ext-proxy.ftel.co.uk> At 16:59 13/05/2003, Oliver Egginger wrote: >Hello Richard, hello all, > >You wrote: > > The only difference between execution of the python instance running > > mailmanctl and the execl'd python instance is the -S option on the latter Yes. That comment was crap. >I would like to agree but here is what I (among other things) did. > >I changed the implied line 255 in the mailmanctl script. >See the the corresponding diff which follows. > >------------------------------------------------------------------> ># diff mailmanctl mailmanctl.original >255c255 >< os.execl(exe, exe, rswitch, '-s') >--- > > os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') >------------------------------------------------------------------> Re-reading the definition of execl in the man pages and Python docs: path to file to run is the path to python executable arg0 is the name of the process as will be displayed by ps, that is 'qrunner' arg1 is the first first argument for python i.e the name of the python script it is to run arg2 is the first argument to be passed to that python script (the --runner option) arg3 is the second argument to be passed to that python script (the qrunner script's -s option) Your fix may appear to work but something must be wrong for the original code to fail and this needs to be discovered and fixed. There has to be an expert out there who knows the solution even if we do not (yet). What version of Python are you running and what OS (I forgot) >After doing that mailman (respective the qrunners) starts working! > >But an (maybe) odd thing is, that when I start mailmanctl in >verbose mode I'am receiving messages like this one: > >------------------------------------------------------------------> >Logging error: >Traceback (most recent call last): > File "/home/mailman/Mailman/Logging/MultiLogger.py", line 43, in write > logger.write(msg) > File "/home/mailman/Mailman/Logging/StampedLogger.py", line 73, in >write > Logger.write(self, "%s %s" % (prefix, msg)) > File "/home/mailman/Mailman/Logging/Logger.py", line 88, in write > msg = unicode(msg, self.__encoding) >SystemError: codec module not properly initialized >Original log message: ># clear __builtin__._ >------------------------------------------------------------------> > > >But independent from that thing it seems to work normal. >I can't test the whole program but the normal list processing don't >cause any problems, as yet. > >Three questions: > >1. How can it be that my flubs works and the original line not >(under ML 9.1)? I would suggest the original line works for most MM systems which is saying something is wrong with your installation. >2. Are the "Logging error" messages from the verbose mode dangerous? Saying something is wrong. >3. It is risky to bring mailman in this state into production? Yes it is too risky in my view. Remind us again what OS and what version of Python are you running. >- oliver > > >-- >Oliver Egginger >Giessen-Friedberg University of Applied Sciences >Wiesenstrasse 14 >35390 Giessen >Tel. +49 641 309-1283 >Fax +49 641 309-1288 ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From Oliver.Egginger at dvz.fh-giessen.de Tue May 13 18:47:14 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Tue, 13 May 2003 16:47:14 -0000 Subject: [Mailman-Users] Mandrake 9.1 / ImportError - addendum In-Reply-To: <1052841549.26472.47.camel@chaos.dvz.fh-giessen.de> References: <5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> <5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> <5.1.1.6.0.20030513130621.03d46928@ext-proxy.ftel.co.uk> <1052841549.26472.47.camel@chaos.dvz.fh-giessen.de> Message-ID: <1052843928.26982.22.camel@chaos.dvz.fh-giessen.de> I wrote: > Hello Richard, hello all, > > You wrote: > > The only difference between execution of the python instance running > > mailmanctl and the execl'd python instance is the -S option on the latter > > > I would like to agree but here is what I (among other things) did. > The significant difference between < os.execl(exe, exe, rswitch, '-s') and > os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') is, that in the former case the python interpreter don't get called explicitly. In the original line the interpreter gets called explicit from os.execl. Seemingly the resulting processes lives in different enviroments. Depending on the wise how the programm gets invoked. (At least on my system.) Do you think so? - oliver From r.barrett at openinfo.co.uk Tue May 13 18:51:41 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Tue, 13 May 2003 17:51:41 +0100 Subject: [Mailman-Users] Error with "http://my.dom.ain/mailman/create" In-Reply-To: Message-ID: <5.1.1.6.0.20030513174349.04dc07e0@ext-proxy.ftel.co.uk> At 17:19 13/05/2003, abid wrote: >I installed mailman 2.1 successfully Hopefully you mean MM 2.1.2, the latest stable MM release. Did you install from source or an RPM? What OS are running. >I have apache running successfully >I have php installed >I have python installed What version of Python? >After installation I go to /bin directory and run mmsitepass and create a >password. > >However when I go to the myip/mailman/create I get an error message. What error message? Have you created the site mailing list? Have you started $prefix/bin/mailmanctl >Do I need to modify httpd.conf in apache at all? Yes. ScriptAlias and Alias and related directives need to have been added to httpd.conf. This is described in the $build/INSTALL document in your Mailman build directory. You should review all the instructions in that INSTALL file to check that all the installation steps have been completed. >I think its something simple that im missing any thoughts? ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From r.barrett at openinfo.co.uk Tue May 13 19:19:03 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Tue, 13 May 2003 18:19:03 +0100 Subject: [Mailman-Users] Mandrake 9.1 / ImportError - addendum In-Reply-To: <1052843928.26982.22.camel@chaos.dvz.fh-giessen.de> References: <1052841549.26472.47.camel@chaos.dvz.fh-giessen.de> <5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> <5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> <5.1.1.6.0.20030513130621.03d46928@ext-proxy.ftel.co.uk> <1052841549.26472.47.camel@chaos.dvz.fh-giessen.de> Message-ID: <5.1.1.6.0.20030513180926.0770b0d8@ext-proxy.ftel.co.uk> At 17:38 13/05/2003, Oliver Egginger wrote: >I wrote: > > > Hello Richard, hello all, > > > > You wrote: > > > The only difference between execution of the python instance running > > > mailmanctl and the execl'd python instance is the -S option on the > latter > > This comment of mine was nonsense. > > > > I would like to agree but here is what I (among other things) did. > > > > > >The significant difference between > >< os.execl(exe, exe, rswitch, '-s') > and > > os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') > >is, that in the former case the python interpreter don't get called >explicitly. >In the original line the interpreter gets called explicit from os.execl. > >Seemingly the resulting processes lives in different enviroments. >Depending on the wise how the programm gets invoked. >(At least on my system.) Yes. That is why my first thought was there were 2 different Python installations on the machine with the first being picked up through your $PATH and the other through mm_cfg.PYTHON. But you say this is not the case. My second thought was hasty and wrong. With execl the executed program should find itself with the same environment as the program that launched it and running with the same process ID which is why this is so odd. Now if it were execle then a change in environment would be explicable but that isn't it. Back to which OS and which Python version. >Do you think so? > > >- oliver ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From Oliver.Egginger at dvz.fh-giessen.de Tue May 13 20:18:20 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Tue, 13 May 2003 18:18:20 -0000 Subject: [Mailman-Users] Mandrake 9.1 / ImportError - addendum In-Reply-To: <5.1.1.6.0.20030513180926.0770b0d8@ext-proxy.ftel.co.uk> References: <1052841549.26472.47.camel@chaos.dvz.fh-giessen.de> <5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> <1052746621.2293.97.camel@chaos.dvz.fh-giessen.de> <5.1.1.6.0.20030513111018.03a82008@ext-proxy.ftel.co.uk> <5.1.1.6.0.20030513130621.03d46928@ext-proxy.ftel.co.uk> <1052841549.26472.47.camel@chaos.dvz.fh-giessen.de> <5.1.1.6.0.20030513180926.0770b0d8@ext-proxy.ftel.co.uk> Message-ID: <1052849562.28226.28.camel@chaos.dvz.fh-giessen.de> > >The significant difference between > > > >< os.execl(exe, exe, rswitch, '-s') > > and > > > os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') > > > >is, that in the former case the python interpreter don't get called > >explicitly. > >In the original line the interpreter gets called explicit from os.execl. > > > >Seemingly the resulting processes lives in different enviroments. > >Depending on the wise how the programm gets invoked. > >(At least on my system.) > > Yes. That is why my first thought was there were 2 different Python > installations on the machine with the first being picked up through your > $PATH and the other through mm_cfg.PYTHON. But you say this is not the case. > Sorry no. I don't know. How can I finger out whether or not I have two different installations? Maybe there is something odd with this python installation. I allways use /usr/bin/python. There is a second binary called /usr/bin/python2.2. But a diff shows me that there are no differences between this two files. I installed everything on my system religious from Mandrake RPMs. Only Mailman itself and the MTA (Exim) where build manually. > > With execl the executed program should find itself with the same > environment as the program that launched it and running with the same > process ID which is why this is so odd. Now if it were execle then a change > in environment would be explicable but that isn't it. > Yes. I will try to analyse this on my system a little bit better. I will do some mailman independent tests. > Back to which OS and which Python version. > The python version is 2.2.2. Here is what python -v shows: ----------------------------------------------------------------------------> # python -v # /usr/lib/python2.2/site.pyc matches /usr/lib/python2.2/site.py import site # precompiled from /usr/lib/python2.2/site.pyc # /usr/lib/python2.2/os.pyc matches /usr/lib/python2.2/os.py import os # precompiled from /usr/lib/python2.2/os.pyc import posix # builtin # /usr/lib/python2.2/posixpath.pyc matches /usr/lib/python2.2/posixpath.py import posixpath # precompiled from /usr/lib/python2.2/posixpath.pyc # /usr/lib/python2.2/stat.pyc matches /usr/lib/python2.2/stat.py import stat # precompiled from /usr/lib/python2.2/stat.pyc # /usr/lib/python2.2/UserDict.pyc matches /usr/lib/python2.2/UserDict.py import UserDict # precompiled from /usr/lib/python2.2/UserDict.pyc # /usr/lib/python2.2/copy_reg.pyc matches /usr/lib/python2.2/copy_reg.py import copy_reg # precompiled from /usr/lib/python2.2/copy_reg.pyc # /usr/lib/python2.2/types.pyc matches /usr/lib/python2.2/types.py import types # precompiled from /usr/lib/python2.2/types.pyc # /usr/lib/python2.2/__future__.pyc matches /usr/lib/python2.2/__future__.py import __future__ # precompiled from /usr/lib/python2.2/__future__.pyc # /usr/lib/python2.2/string.pyc matches /usr/lib/python2.2/string.py import string # precompiled from /usr/lib/python2.2/string.pyc dlopen("/usr/lib/python2.2/lib-dynload/strop.so", 2); import strop # dynamically loaded from /usr/lib/python2.2/lib-dynload/strop.so Python 2.2.2 (#2, Feb 5 2003, 10:40:08) [GCC 3.2.1 (Mandrake Linux 9.1 3.2.1-5mdk)] on linux-i386 Type "help", "copyright", "credits" or "license" for more information. dlopen("/usr/lib/python2.2/lib-dynload/readline.so", 2); import readline # dynamically loaded from /usr/lib/python2.2/lib-dynload/readline.so ----------------------------------------------------------------------------> The OS is Mandrake Linux 9.1 with the newest updates. I used the Mandrake update process (urpmi). So I shouldn't be the only one who has this problem. Meanwhile I think it is likely more a Mandrake/Python issue than a mailman topic. All the same, I'am glad about every helpful suggestion. Many thanks! - oliver From abid at nacla.org Tue May 13 20:43:17 2003 From: abid at nacla.org (abid) Date: Tue, 13 May 2003 14:43:17 -0400 Subject: [Mailman-Users] When I try to create a new list I get this message Message-ID: Note that listnames are forced to lowercase. Illegal list name: test@ Even though I never added an @ symbol. ? From chasm at texas.net Tue May 13 20:59:11 2003 From: chasm at texas.net (schuetzen) Date: Tue, 13 May 2003 13:59:11 -0500 Subject: [Mailman-Users] Preventing posting of rtf or attachments to a mailman elist Message-ID: When you are setting up your mailman lists, how do you go about sealing off html messages? stopping attachments? am I missing something? The FAQ talks about adding a script or something like that. But surely it is in the kernel??? thanks chas -- powered by Linux, Suse 8.2 Pro + Agent under Wine emulator Charles L Hamilton, Houston, TX chasm @ texas. net www.schuetzen.net From r.barrett at openinfo.co.uk Tue May 13 21:04:57 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Tue, 13 May 2003 20:04:57 +0100 Subject: [Mailman-Users] Error with "http://my.dom.ain/mailman/create" In-Reply-To: References: <5.1.1.6.0.20030513174349.04dc07e0@ext-proxy.ftel.co.uk> Message-ID: <5.1.1.6.0.20030513195450.03ca4130@mail.openinfo.co.uk> At 18:47 13/05/2003, abid wrote: >On 5/13/03 12:51 PM, "Richard Barrett" wrote: > > > At 17:19 13/05/2003, abid wrote: > >> I installed mailman 2.1 successfully > > > > Hopefully you mean MM 2.1.2, the latest stable MM release. Did you install > > from source or an RPM? What OS are running. > >2.1.2 from source and red hat 7.1 In that case you are sure to have access to the INSTALL file in the Mailman build directory. > > > >> I have apache running successfully > >> I have php installed > >> I have python installed > > > > What version of Python? > >Python 2.2.2 > > > > > >> After installation I go to /bin directory and run mmsitepass and create a > >> password. > >> > >> However when I go to the myip/mailman/create I get an error message. > > > > What error message? > >I get a 404 message > > > > Have you created the site mailing list? Have you started > > $prefix/bin/mailmanctl > > > > > >I have not created a site mailing list Have you created it now? >I just started it and it says "Starting Mailman's master qrunner." If you haven't created the site mailing list then you will immediately get an error message out of mailmanctl about the missing site list. >(I didn?t know I was supposed to start that..?) You really must read the INSTALL file. The section under the heading "4. Final system set-up" (starting at line 245 in the MM 2.1.2 release) is a must read. It tells you to create the site list before running mailmanctl. > >> Do I need to modify httpd.conf in apache at all? > > > > Yes. ScriptAlias and Alias and related directives need to have been added > > to httpd.conf. This is described in the $build/INSTALL document in your > > Mailman build directory. You should review all the instructions in that > > INSTALL file to check that all the installation steps have been completed. > > > > >Err? This is explained under the heading "4. Final system set-up". Make sure to read all of this section. > >> I think its something simple that im missing any thoughts? > > ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From erecio at polywog.navpoint.com Tue May 13 23:54:36 2003 From: erecio at polywog.navpoint.com (erecio at polywog.navpoint.com) Date: Tue, 13 May 2003 17:54:36 -0400 (EDT) Subject: [Mailman-Users] HELP!!! Removing WebArchive Messages? Message-ID: HELP! I don't want to screw up the produciton server, which is the reason why I am sending this email attempting to confirm that the following won't mess up production!!!! This means that I will not be able to move forward with mailman in production for our major (30,000 user) school lists unless I get an answer soon!!!! Do you know how to remove web archive messages? Is there a way to do it from teh web interface, or using commandline tools? I would rather have our clients be able to do that themselves, but if necessary I'll do it for them on request (i don't want to give them shell access on our primary web server.) I'd be tempted to just remove the HTML file, but it may come back, and wanted to make sure that it won't break anything else. TIA ~E From ricky at elhost.com Wed May 14 00:56:05 2003 From: ricky at elhost.com (Rick Erlandson) Date: Tue, 13 May 2003 15:56:05 -0700 Subject: [Mailman-Users] Mailman messages using postfix default hostname instead of virtuals hostname Message-ID: <000501c319a2$d6279320$4101a8c0@Loki> I have setup Mailman on Mandrake 8.2, on a system that has been running postfix 1.1.11 with virtuals (in mysql). I have couple of issues that may be related.. not sure. First, when I run newlist it creates the aliases file ok, but it never creates the virtual-mailman file. Everything I've read indicates it should. So, I touched the file, ran check_perms -f which adjusted its file permissions. Then I ran newlist again to create another new list. still it adds nothing to that file. When I run genaliases it does its thing and creates virtual-mailman.db, but it empties the original files contents (I put somelines in myself). Maybe it is supposed to do that, but it doens't work and postfix complains about a non-existant user. To see if it would remove the non-existant user error I added the lines to virtual-mailman that I thought should be there (from some examples I came across) and ran postmap myself. It created the .db version of the file and postfix stopped complaining about the non-existant user. This would be great and happy except now when the list service replies back, it is always using system hostname instead of the virtual hostname (wpc.ca) that I want the list service to be on. In both the email address and the website for confirmation. MTA = 'Postfix' POSTFIX_STYLE_VIRTUAL_DOMAINS = ['wpc.ca'] DEFAULT_URL_HOST = 'www.wpc.ca' DEFAULT_EMAIL_HOST = 'wpc.ca' add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) burrtheatre at wpc.ca burrtheatre burrtheatre-join at wpc.ca burrtheatre-join Any ideas would be appreciated. I am especially puzzled as to why mailman never creates the virtual-mailman file... I can't see any error message about it either... Rick Erlandson From dave at casapetro.net Wed May 14 04:10:41 2003 From: dave at casapetro.net (Dave Petro) Date: Wed, 14 May 2003 02:10:41 -0000 Subject: [Mailman-Users] Discarded messages reappear daily - How to troubleshoot/stop? Message-ID: <1052878206.4365.11.camel@linbox.casapetro.net> Since upgrading to Mailman 2.0.13, or perhaps coincidentally, I now have to discard messages held for approval daily for about five days before they will cease to bother me. Any ideas on how to troubleshoot this issue? For example: Yesterday, I chose to discard spam from joe_spammer at somewhere.com. Tonight, the same message(same date, same sender, same content) is being held for approval again. It will be back for a number of days before it is finally discarded. I'm running RH7.3. Dave Petro dave at casapetro.net From erecio at polywog.navpoint.com Wed May 14 04:20:09 2003 From: erecio at polywog.navpoint.com (E M Recio) Date: Tue, 13 May 2003 22:20:09 -0400 Subject: [Mailman-Users] Anyone There? Message-ID: <95FF7288-85B2-11D7-A636-000393D87C76@polywog.navpoint.com> Hi, One more time, what do I have to do to delete messages from archives. I tried to delete the HTML, but that's no good. ~E "There may still be two superpowers on the planet: the United States and world public opinion." -- Patrick E. Tyler From Freedom_Lover at pobox.com Wed May 14 04:32:27 2003 From: Freedom_Lover at pobox.com (Todd) Date: Tue, 13 May 2003 22:32:27 -0400 Subject: [Mailman-Users] Anyone There? In-Reply-To: <95FF7288-85B2-11D7-A636-000393D87C76@polywog.navpoint.com> References: <95FF7288-85B2-11D7-A636-000393D87C76@polywog.navpoint.com> Message-ID: <20030514023227.GT32053@psilocybe.teonanacatl.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 E M Recio wrote: > Hi, One more time, what do I have to do to delete messages from > archives. I tried to delete the HTML, but that's no good. Does the FAQ "How can I remove a post from the list archive?" help you? http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.003.htp - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ============================================================================ For a list of all the ways technology has failed to improve the quality of life, please press three. -- Alice Kahn, writer -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+waq7uv+09NZUB1oRAiRBAKCTR0xxP4vmArMkfD/1L2GsAVXErgCg7ck3 7gybcoF2WorfxrFQkqpio1E= =rgxg -----END PGP SIGNATURE----- From dan.mick at sun.com Wed May 14 04:32:19 2003 From: dan.mick at sun.com (Dan Mick) Date: Tue, 13 May 2003 19:32:19 -0700 Subject: [Mailman-Users] Anyone There? In-Reply-To: <95FF7288-85B2-11D7-A636-000393D87C76@polywog.navpoint.com> References: <95FF7288-85B2-11D7-A636-000393D87C76@polywog.navpoint.com> Message-ID: <3EC1AAB3.3030309@sun.com> The FAQ exists for a reason. Use it. http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.003.htp E M Recio wrote: > Hi, One more time, what do I have to do to delete messages from > archives. I tried to delete the HTML, but that's no good. > > ~E > > "There may still be two superpowers on the planet: the United States and > world public opinion." -- Patrick E. Tyler > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: dan.mick at sun.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/dan.mick%40sun.com From chriskl at familyhealth.com.au Wed May 14 05:32:47 2003 From: chriskl at familyhealth.com.au (Christopher Kings-Lynne) Date: Wed, 14 May 2003 11:32:47 +0800 Subject: [Mailman-Users] default_reply_goes_to_list Message-ID: <02e101c319c9$7d25dc60$6500a8c0@fhp.internal> Regarding this setting: # Mailman can be configured to "munge" Reply-To: headers for any passing # messages. One the one hand, there are a lot of good reasons not to munge # Reply-To: but on the other, people really seem to want this feature. See # the help for reply_goes_to_list in the web UI for links discussing the # issue. # 0 - Reply-To: not munged # 1 - Reply-To: set back to the list # 2 - Reply-To: set to an explicit value (reply_to_address) DEFAULT_REPLY_GOES_TO_LIST = 0 If I set that to '2' - how do I set the explicit value? I've tried: reply_to_address = 'noreply at noreply.domain.com' And it seems to be ignored... That reply_to_address isn't documented anywhere... Cheers, Chris From chriskl at familyhealth.com.au Wed May 14 05:34:25 2003 From: chriskl at familyhealth.com.au (Christopher Kings-Lynne) Date: Wed, 14 May 2003 11:34:25 +0800 Subject: [Mailman-Users] default_url Message-ID: <02e701c319c9$b77bca50$6500a8c0@fhp.internal> Hi, I'm running a setup where users have no control over whether they're on the list or not. I do not want them, ever, to be emailed any sort of 'you have been moderated' email, etc. - but I see no way of turning them all off. If that's not possible, then I would like to disable the sending of the DEFAULT_URL in the moderation emails. How do you do that? It doesn't seem possible. The problem is that we really would like to keep our web admin secret from the users, even though it would require a password... Chris From hraftery at myrealbox.com Wed May 14 13:54:48 2003 From: hraftery at myrealbox.com (Heath Raftery) Date: Wed, 14 May 2003 21:54:48 +1000 Subject: [Mailman-Users] HELP!!! Removing WebArchive Messages? In-Reply-To: Message-ID: I'm not an authority on this at all, but I just had to do what I think you are describing, and it went off without a hitch. Firstly, don't delete the HTML, it is generated automatically from the archives. Instead, edit the archives mbox files (~/archives/private/your-list.mbox/your-list.mbox) and delete the emails you don't want. When deleting emails, make sure you remove right from the From line to the blank line before the next From line. Then just run ~/bin/arch --wipe your-list. Allowing clients to do that? I'm not sure. Heath On Wednesday, May 14, 2003, at 07:54 AM, erecio at polywog.navpoint.com wrote: > HELP! I don't want to screw up the produciton server, which is the > reason > why I am sending this email attempting to confirm that the following > won't > mess up production!!!! This means that I will not be able to move > forward > with mailman in production for our major (30,000 user) school lists > unless > I get an answer soon!!!! > > Do you know how to remove web archive messages? Is there a way to do > it from teh web interface, or using commandline tools? I would rather > have > our clients be able to do that themselves, but if necessary I'll do it > for > them on request (i don't want to give them shell access on our primary > web > server.) > > I'd be tempted to just remove the HTML file, but it may come back, and > wanted to make sure that it won't break anything else. > > TIA > ~E From robin.ericsson at profecta.se Wed May 14 14:04:53 2003 From: robin.ericsson at profecta.se (Robin Ericsson) Date: Wed, 14 May 2003 12:04:53 -0000 Subject: [Mailman-Users] mailman encodes my msg_header and footer. Message-ID: <1052914261.3168.14.camel@pylver.localhost.nu> mailman html-encodes my high-ascii (swedish) text in msg_header and msg_footer. I enter "Testar ? ? ?", but in the emails they look like "Testar å ä ö" Using 2.1.1. -- Robin Ericsson Profecta HB http://www.profecta.se/ http://www.prisbevakaren.net/ From mavery at mail.otherwhen.com Wed May 14 16:55:33 2003 From: mavery at mail.otherwhen.com (Mike Avery) Date: Wed, 14 May 2003 08:55:33 -0600 Subject: [Mailman-Users] HELP!!! Removing WebArchive Messages? In-Reply-To: References: Message-ID: <3EC20485.19299.14B684@localhost> On 14 May 2003 at 21:54, Heath Raftery wrote: > Then just run ~/bin/arch --wipe your-list. Allowing clients to do > that? I'm not sure. It depends on your environment.... if you're in a hobby environment with friends you trust, sure... let 'em delete messages and have fun. In a business environment, you could be in a world of hurt. When a luser craters a critical system, it's the system admin's tail on the line. When a luser wipes a message in a mailing list that needs to be preserved for accountability (S.E.C. etc) reasons, it could cost the company millions. I think in most business environments, the answer is "no, we don't want employees re- writing the corporate history". Mike From johnson at nmr.mgh.harvard.edu Wed May 14 16:55:43 2003 From: johnson at nmr.mgh.harvard.edu (Chris Johnson) Date: Wed, 14 May 2003 10:55:43 -0400 (EDT) Subject: [Mailman-Users] When I try to create a new list I get this message In-Reply-To: Message-ID: On Tue, 13 May 2003, abid wrote: > > Note that listnames are forced to lowercase. > > Illegal list name: test@ > > Even though I never added an @ symbol. > > Is a script doing the newlist? Check it with od if so. Sometmes nulls or other oddball characters make it in there and echo as @. -------------------------------------------------------------------------------- Chris Johnson |Internet: johnson at nmr.mgh.harvard.edu Systems Administrator |Web: http://www.nmr.mgh.harvard.edu/~johnson NMR Center |Voice: 617.726.0949 Mass. General Hospital |FAX: 617.726.7422 149 (2301) 13th Street |God stand between you and harm in all the empty Charlestown, MA., 02129 USA |places where you must walk. old Egyptian blessing -------------------------------------------------------------------------------- From erecio at polywog.navpoint.com Wed May 14 17:59:33 2003 From: erecio at polywog.navpoint.com (E M Recio) Date: Wed, 14 May 2003 11:59:33 -0400 (EDT) Subject: [Mailman-Users] HELP!!! Removing WebArchive Messages? In-Reply-To: <3EC20485.19299.14B684@localhost> References: <3EC20485.19299.14B684@localhost> Message-ID: <27937.147.140.233.16.1052927973.squirrel@polywog.navpoint.com> Mike Avery said: > In a business environment, you could be in a world of hurt. When a > luser craters a critical system, it's the system admin's tail on the > line. > > When a luser wipes a message in a mailing list that needs to be > preserved for accountability (S.E.C. etc) reasons, it could cost the > company millions. > > I think in most business environments, the answer is "no, we don't want > employees re- writing the corporate history". I wonder what the costs are to an organization (non-profit) are when a vulgar email gets cataloged by a search engine, or a propspective donor comes across it. That's what we're really worried about. Or for harasment/legal counsel issues, we would need to take things off of there too. But I agree, that deleting the files permanently would be a bad idea for the latter. Hence the reasons we have the 'tar' command! :) -- "There may still be two superpowers on the planet: the United States and world public opinion." - Patrick E. Tyler From mavery at mail.otherwhen.com Wed May 14 18:39:22 2003 From: mavery at mail.otherwhen.com (Mike Avery) Date: Wed, 14 May 2003 10:39:22 -0600 Subject: [Mailman-Users] HELP!!! Removing WebArchive Messages? In-Reply-To: <27937.147.140.233.16.1052927973.squirrel@polywog.navpoint.com> References: <3EC20485.19299.14B684@localhost> Message-ID: <3EC21CDA.17058.73C615@localhost> On 14 May 2003 at 11:59, E M Recio wrote: > Mike Avery said: > > In a business environment, you could be in a world of hurt. When a > > luser craters a critical system, it's the system admin's tail on > > the line. > > When a luser wipes a message in a mailing list that needs to be > > preserved for accountability (S.E.C. etc) reasons, it could cost > > the company millions. > > I think in most business environments, the answer is "no, we don't > > want employees re- writing the corporate history". > I wonder what the costs are to an organization (non-profit) are when a > vulgar email gets cataloged by a search engine, or a propspective > donor comes across it. That's what we're really worried about. Or for > harasment/legal counsel issues, we would need to take things off of > there too. But I agree, that deleting the files permanently would be a > bad idea for the latter. Hence the reasons we have the 'tar' command! > :) I suspect that the bottom line is... the users shouldn't be allowed to do it, that legal counsel should be consulted to establish guidelines (that should be perdiodically reviewed) as to what may be removed, and how to cover yourself when removals occur. Of course, if you're worried about search engines cataloging your mailing lists, you'll have to move fast to insure the offensive message doesn't get cataloged and cached by google or someone like that.... perhaps putting a robots file in place to block scanning and cataloging the mailing list would be a good idea. As well as email usage guidelines for the staff and volunteers at the non-profit org. Mike -- Mike Avery MAvery at mail.otherwhen.com ICQ: 16241692 AOL IM:MAvery81230 Phone: 970-642-0280 * Spam is for lusers who can't get business any other way * Once seen on road signs all over the United States: Tho tough And rough >From wind and wave Your cheek grows sleek With Burma-Shave From erecio at behavioralinformatics.com Tue May 13 16:57:28 2003 From: erecio at behavioralinformatics.com (E.M. Recio) Date: Tue, 13 May 2003 10:57:28 -0400 (EDT) Subject: [Mailman-Users] Deleting web archive messages Message-ID: If anyone can help, I would REALLY appreciate it! I need confirmation of this question so I dont completely fubar my production server. Do you know how to remove web archive messages? Is there a way to do it from teh web interface, or using commandline tools? I would rather have our clients be able to do that themselves, but if necessary I'll do it for them on request (i don't want to give them shell access on our primary web server.) I'd be tempted to just remove the HTML file (if there is one), but wanted to make sure that it won't break anything else. ~Elmo From max.yu at turbolinux.com.cn Wed May 14 03:41:45 2003 From: max.yu at turbolinux.com.cn (Max Yu) Date: Wed, 14 May 2003 09:41:45 +0800 Subject: [Mailman-i18n] Re: [Mailman-Users] two errors causing shunting. In-Reply-To: <1052835867.1222.3.camel@barry> References: <3EBEE092.8060901@is.kochi-u.ac.jp> <20030512073135.GC27240@dawning.com.cn> <3EC0A166.9070506@is.kochi-u.ac.jp> <1052831142.15814.14.camel@anthem> <20030513133405.GJ11389@dawning.com.cn> <1052835867.1222.3.camel@barry> Message-ID: <3EC19ED9.3050208@turbolinux.com.cn> Isaac, it will be great if you can take over both the Chinese simplified(GB) and Chinese traditional(Big5) translation work. Thanks! Best Regards Max Barry Warsaw wrote: >On Tue, 2003-05-13 at 09:34, clay at dawning.com.cn wrote: > > > >>I've tried the Chinese translation(GB) coming with MM2.1.2, and it's >>a bit partial, the web interfaces are a mixture of both Chinese and >>English. >> >>I did see on www.list.org i18n pages that someone is heading up the >>Simplified Chinese translation. If he's stopped for some reason, I'd >>be rather happy to pick up his work and go on maintaining both the >>codecs and translations of Simplified Chinese. >> >> > >That would be great Isaac. I haven't seen any updates to Chinese in a >long time, so anything you can provide would be appreciated. I'm Cc'ing >Max Yu who is currently mentioned as the Chinese champion to see if he's >still interested in helping out. > >-Barry > > > From bergman at cyberg.com Wed May 14 17:33:57 2003 From: bergman at cyberg.com (David Bergman) Date: Wed, 14 May 2003 11:33:57 -0400 Subject: [Mailman-Users] attachments Message-ID: <4.3.2.7.2.20030514112916.00b8de48@mail.cyberg.com> I'm trying to find out info regarding attachments sent by list subscribers. Does a mailman list accept attachments? Is there administrator control? One of my list subscribers is attempting to send a relatively small attachment and it keeps getting bounced to me (administrator) as overlength and shows up as gibberish in the administrator preview window. If I authorize it to go through, will it still be gibberish or will the attachments go through intact? Thank you, David Bergman David Bergman Architect/Fire & Water Lighting + Furniture bergman at cyberg.com http://www.cyberg.com t 212 475 3106 f 212 677 7291 From rebabonney at ywammt.org Wed May 14 18:13:21 2003 From: rebabonney at ywammt.org (rebabonney at ywammt.org) Date: Wed, 14 May 2003 10:13:21 -0600 (MDT) Subject: [Mailman-Users] Getting Started Message-ID: <13187.10.1.2.1.1052928801.squirrel@email.ywammt.org> I'm try to start to user Mailman, but I can't find anything that will tell me how to set it up. I'm using postfix in webmin for me email accounts. Could you please tell me how to set up Mailman Thanks- Reba Bonney System Administrator From creative.computing at PTSEM.EDU Wed May 14 19:06:12 2003 From: creative.computing at PTSEM.EDU (Computing, Creative) Date: Wed, 14 May 2003 13:06:12 -0400 Subject: [Mailman-Users] SMTP problems continued Message-ID: <0509DF30C7A3EE4C9502E3C6C19C29210273C8CA@coaster.ptsem.edu> Hey all. Just recently i had a problem with mailman not sending any mail and thanks to you guys, that problem was solved. Unfortunatly that server kind of crapped out so i decded to reinstall mailman 2.1.2 on redhat 8... I followed every direction, and made sure not to neglect any as i did last time. Unfortunatly once again i'm having problem with it sending. I think the problem is not related because i am getting stuff in the smtp-error log. This is what it continually repeats: May 14 12:58:42 2003 (797) delivery to creative.computing at ptsem.edu failed with code -1: ignore Would anyone mind lending me some advice again, i am very greatful still from the first time and would appriciate just as much now. Mike From ricky at elhost.com Wed May 14 19:37:38 2003 From: ricky at elhost.com (Rick Erlandson) Date: Wed, 14 May 2003 10:37:38 -0700 Subject: [Mailman-Users] Getting Started In-Reply-To: <13187.10.1.2.1.1052928801.squirrel@email.ywammt.org> Message-ID: <001201c31a3f$841e5cb0$4101a8c0@Loki> Download the tarball, put it somewhere (/usr/local/src) and untar it (tar zxvf ), go into that folder and read INSTALL. also read README.POSTFIX. hth. Rick Erlandson -----Original Message----- From: mailman-users-bounces+ricky=elhost.com at python.org [mailto:mailman-users-bounces+ricky=elhost.com at python.org]On Behalf Of rebabonney at ywammt.org Sent: May 14, 2003 9:13 AM To: mailman-users at python.org Subject: [Mailman-Users] Getting Started I'm try to start to user Mailman, but I can't find anything that will tell me how to set it up. I'm using postfix in webmin for me email accounts. Could you please tell me how to set up Mailman Thanks- Reba Bonney System Administrator ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: ricky at elhost.com Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/ricky%40elhost.com From GRubin at ccianet.org Wed May 14 21:18:10 2003 From: GRubin at ccianet.org (Gabe N. Rubin) Date: Wed, 14 May 2003 15:18:10 -0400 Subject: [Mailman-Users] Difficulties getting mailman running Message-ID: I am having some issues with mailman. Using a debian system, I have done apt-get install mailman. I also made sure python is up to date, and the system uses exim. After doing newlist mailman and then /etc/init.d/mailman start i get the following output in /var/log/mailman/error. I have no idea why this is happening, and some help would be greatly appreciated: May 14 14:28:30 2003 (16490) Uncaught runner exception: Server not connected May 14 14:28:30 2003 (16490) Traceback (most recent call last): File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop self._onefile(msg, msgdata) File "/usr/lib/mailman/Mailman/Queue/Runner.py", line 155, in _onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/usr/lib/mailman/Mailman/Queue/OutgoingRunner.py", line 61, in _dispose self._func(mlist, msg, msgdata) File "/usr/lib/mailman/Mailman/Handlers/SMTPDirect.py", line 150, in process conn.quit() File "/usr/lib/mailman/Mailman/Handlers/SMTPDirect.py", line 80, in quit self.__conn.quit() File "/usr/lib/python2.2/smtplib.py", line 702, in quit self.docmd("quit") File "/usr/lib/python2.2/smtplib.py", line 357, in docmd self.putcmd(cmd,args) File "/usr/lib/python2.2/smtplib.py", line 313, in putcmd self.send(str) File "/usr/lib/python2.2/smtplib.py", line 303, in send raise SMTPServerDisconnected('Server not connected') SMTPServerDisconnected: Server not connected May 14 14:28:30 2003 (16490) SHUNTING: 1052936888.964066+ad176467e74c2eaf41ec1b10c5657dec7d4f82df From kalin at el.net Wed May 14 22:00:20 2003 From: kalin at el.net (Kalin Mintchev) Date: Wed, 14 May 2003 16:00:20 -0400 (EDT) Subject: [Mailman-Users] URGENT HELP Message-ID: hi, i have aproblem... the disc on the machine run out of space some time yesterday and i've been getting a huge amount of emails like this... they are a lot and it says the errors are on different lines in different files... i wasn't in my offuce yesterday so i couldn't see this right away... after restarting the server and trying to go to the admin on some of the list i can't log in.... what next? Subject: Cron /usr/bin/python -S /var/mailman/cron/qrunner Traceback (innermost last): File "/var/mailman/cron/qrunner", line 85, in ? from Mailman import MailList File "/var/mailman/Mailman/MailList.py", line 41, in ? from Mailman.ListAdmin import ListAdmin File "/var/mailman/Mailman/ListAdmin.py", line 37, in ? from Mailman.Handlers import HandlerAPI File "/var/mailman/Mailman/Handlers/HandlerAPI.py", line 25, in ? from Mailman.Logging.Syslog import syslog ImportError: cannot import name syslog From kalin at el.net Wed May 14 22:20:18 2003 From: kalin at el.net (Kalin Mintchev) Date: Wed, 14 May 2003 16:20:18 -0400 (EDT) Subject: [Mailman-Users] URGENT HELP In-Reply-To: Message-ID: this is very urgent...... On Wed, 14 May 2003, Kalin Mintchev wrote: > > > hi, > i have aproblem... > > the disc on the machine run out of space some time yesterday and i've been > getting a huge amount of emails like this... > they are a lot and it says the errors are on different lines in different > files... i wasn't in my offuce yesterday so i couldn't see this right > away... > > after restarting the server and trying to go to the admin on some of the > list i can't log in.... what next? > > > > Subject: Cron /usr/bin/python -S > /var/mailman/cron/qrunner > > Traceback (innermost last): > File "/var/mailman/cron/qrunner", line 85, in ? > from Mailman import MailList > File "/var/mailman/Mailman/MailList.py", line 41, in ? > from Mailman.ListAdmin import ListAdmin > File "/var/mailman/Mailman/ListAdmin.py", line 37, in ? > from Mailman.Handlers import HandlerAPI > File "/var/mailman/Mailman/Handlers/HandlerAPI.py", line 25, in ? > from Mailman.Logging.Syslog import syslog > ImportError: cannot import name syslog > > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: kalin at el.net > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/kalin%40el.net > From jimpop at yahoo.com Thu May 15 00:15:02 2003 From: jimpop at yahoo.com (Jim Popovitch) Date: Wed, 14 May 2003 18:15:02 -0400 Subject: [Mailman-Users] URGENT HELP In-Reply-To: Message-ID: > -----Original Message----- > From: Kalin Mintchev > Sent: Wednesday, May 14, 2003 4:00 PM > > i have aproblem... > > the disc on the machine run out of space some time yesterday Hopefully you have solved the root cause by now... right? -Jim P. From kalin at el.net Wed May 14 23:38:34 2003 From: kalin at el.net (Kalin Mintchev) Date: Wed, 14 May 2003 17:38:34 -0400 (EDT) Subject: [Mailman-Users] URGENT HELP In-Reply-To: Message-ID: On Wed, 14 May 2003, Jim Popovitch wrote: > > -----Original Message----- > > From: Kalin Mintchev > > Sent: Wednesday, May 14, 2003 4:00 PM > > > > i have aproblem... > > > > the disc on the machine run out of space some time yesterday > > Hopefully you have solved the root cause by now... right? yes.... actaully from all the lists on that server now only one doesn't let me in.. i changed the config.db.last to config and chenged permissions but it still doesn't let me in... even with the mmsitepass. how do i change the password of that list frpm "outside".... so i can get in.... or if there are files corrupted while there wasn't any space on the disk which one would that be....? thanks... > > -Jim P. > > > > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: kalin at el.net > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/kalin%40el.net > From kalin at el.net Wed May 14 23:40:35 2003 From: kalin at el.net (Kalin Mintchev) Date: Wed, 14 May 2003 17:40:35 -0400 (EDT) Subject: [Mailman-Users] URGENT HELP In-Reply-To: <3EC2BB48.2070802@bellsouth.net> Message-ID: On Wed, 14 May 2003, Kevin Carlson wrote: > You could try stopping the cron job that is generating the emails.? Then you might be able to increase the > size of the partition you are running on to gain more disk space.? Regarding the inability to log in, I > have no idea what to do about that. > > To stop the cron job, do :? crontab -u mailman -e the cron wasn't running - reboot... > > That will allow you to edit the mailman users crontab.? Comment out the line that is running qrunner.? > Don't forget to uncomment the line when you have the other problem solved. > > Hope this helps. > > Kalin Mintchev wrote: > > this is very urgent...... > > On Wed, 14 May 2003, Kalin Mintchev wrote: > > > > hi, > i have aproblem... > > the disc on the machine run out of space some time yesterday and i've been > getting a huge amount of emails like this... > they are a lot and it says the errors are on different lines in different > files... i wasn't in my offuce yesterday so i couldn't see this right > away... > > after restarting the server and trying to go to the admin on some of the > list i can't log in.... what next? > > > > Subject: Cron /usr/bin/python -S > /var/mailman/cron/qrunner > > Traceback (innermost last): > File "/var/mailman/cron/qrunner", line 85, in ? > from Mailman import MailList > File "/var/mailman/Mailman/MailList.py", line 41, in ? > from Mailman.ListAdmin import ListAdmin > File "/var/mailman/Mailman/ListAdmin.py", line 37, in ? > from Mailman.Handlers import HandlerAPI > File "/var/mailman/Mailman/Handlers/HandlerAPI.py", line 25, in ? > from Mailman.Logging.Syslog import syslog > ImportError: cannot import name syslog > > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: kalin at el.net > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/kalin%40el.net > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: khcarlso at bellsouth.net > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/khcarlso%40bellsouth.net > > > > > From GRubin at ccianet.org Thu May 15 00:22:32 2003 From: GRubin at ccianet.org (Gabe N. Rubin) Date: Wed, 14 May 2003 18:22:32 -0400 Subject: [Mailman-Users] still having difficulty: this time for responses Message-ID: I have solved my previous problem by adding "list" to the trusted_users of exim, but still am having difficulties. People could sign up and receive a confirmation notice. If they follow the link, it would make them a subscriber. However, if they emailed back, it would not. I was getting an email from cron telling me this: 2003-05-14 17:23:01 19G3ga-0007Sf-00 Neither the system_aliases director nor the address_pipe transport set a uid for local delivery of |/var/lib/mailman/mail/mailman request osaia After searching google groups, i came accross with similar problems, and followed the directions here: http://www.exim.org/howto/mailman.html by cutting and pasting those exact lines in there. However, this makes matters worse, as now it does not send any acknowledgment when someone tries to sign-up, much less let them confirm their subscription. I know there is no /home/mailman on my system, and that is one of the lines added to the exim file (MAILMAN_HOME=/home/mailman) I am pretty stumped here. I have tried taking the stuff out of the /etc/aliases file and leaving it in. Neither works. I have no idea what I am doing wrong here, and it is frustrating me a bit. Hopefully someome can help! Gabe From kalin at el.net Thu May 15 01:27:17 2003 From: kalin at el.net (Kalin Mintchev) Date: Wed, 14 May 2003 19:27:17 -0400 (EDT) Subject: [Mailman-Users] URGENT HELP In-Reply-To: Message-ID: On Wed, 14 May 2003, Kalin Mintchev wrote: > > On Wed, 14 May 2003, Jim Popovitch wrote: > > > > -----Original Message----- > > > From: Kalin Mintchev > > > Sent: Wednesday, May 14, 2003 4:00 PM > > > > > > i have aproblem... > > > > > > the disc on the machine run out of space some time yesterday > > > > Hopefully you have solved the root cause by now... right? > > yes.... actaully from all the lists on that server now only one doesn't > let me in.. i changed the config.db.last to config and chenged > permissions but it still doesn't let me in... even with the mmsitepass. > how do i change the password of that list frpm "outside".... so i can get > in.... or if there are files corrupted while there wasn't any space on the > disk which one would that be....? > > thanks... > resetting the mmsitepass worked - just in case somebody has the same problem.... > > > > > > -Jim P. > > > > > > > > > > > > > > > > ------------------------------------------------------ > > Mailman-Users mailing list > > Mailman-Users at python.org > > http://mail.python.org/mailman/listinfo/mailman-users > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > > > This message was sent to: kalin at el.net > > Unsubscribe or change your options at > > http://mail.python.org/mailman/options/mailman-users/kalin%40el.net > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: kalin at el.net > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/kalin%40el.net > From seth at autismisanotherworld.com Thu May 15 04:24:08 2003 From: seth at autismisanotherworld.com (Seth Kneller) Date: Thu, 15 May 2003 03:24:08 +0100 Subject: [Mailman-Users] Problem with HTML -> Plain Text Conversion. Message-ID: <3EC2FA48.1020002@autismisanotherworld.com> Hi, This is rather a strange one. I run a list which uses Mailman 2.1.2 and Exim as the MTA. Exiscan is also in use to scan for viri and SPAM using Sophie and SA respectively. I have a problem with one subscriber who is using hotmail [yeah I know, but there will always be lusers out there!]. Anyway, she has sent 2 posts so far and each post contains one line: 1st: /root/botjYb: Permission denied 2nd: /root/P80Z34: Permission denied I double checked the emails against the logs, I got one match for each email in the error log, which is as follows: 1st: May 09 21:09:01 2003 (20888) HTML->text/plain error: 256 2nd: May 13 16:45:55 2003 (20888) HTML->text/plain error: 256 All my MM permission check out and I am really stumped as to what is going on here. At first I though it was some kind or SPAM or hack attempt, but I have spoken to the lady off list and she is genuine. Also her emails to me are HTMLified, so I assume she is sending HTML emails by default. I will advise her to chenge to plain text, but I would really like to be able to say "don't worry about what format you send it in - attachments and HTML will be stripped off when it gets to the list" My content filtering is set as follows: filter_content = true filter_mime_types= pass_mime_types=text/html,text/plain,multipart/alternative convert_html_to_plaintext=true filter_action=reject Does anyone have any ideas about this - I am more than willing to provide more info if nessecary. Thanks, -- Seth From jwt at OnJapan.net Thu May 15 09:24:34 2003 From: jwt at OnJapan.net (Jim Tittsler) Date: Thu, 15 May 2003 16:24:34 +0900 Subject: [Mailman-Users] still having difficulty: this time for responses In-Reply-To: References: Message-ID: <20030515072434.GA20886@server.onjapan.net> On Wed, May 14, 2003 at 06:22:32PM -0400, Gabe N. Rubin wrote: > After searching google groups, i came accross with similar problems, and > followed the directions here: http://www.exim.org/howto/mailman.html by > cutting and pasting those exact lines in there. However, this makes That document was intended for Mailman 2.0.x users. > matters worse, as now it does not send any acknowledgment when someone > tries to sign-up, much less let them confirm their subscription. I know > there is no /home/mailman on my system, and that is one of the lines added > to the exim file (MAILMAN_HOME=/home/mailman) Then don't do that. :-) Your MAILMAN_HOME directory is probably /usr/local/mailman. Read README.EXIM in the Mailman source tarball (which has been revised to match Mailman 2.1.x). From kalin at el.net Thu May 15 09:23:01 2003 From: kalin at el.net (Kalin Mintchev) Date: Thu, 15 May 2003 03:23:01 -0400 (EDT) Subject: [Mailman-Users] Cron /usr/bin/python -S /var/mailman/cron/qrunner (fwd) Message-ID: hi, i wrote to this list earlier today... the subject line was URGENT HELP... i thought i solved the problem but apparently i was wrong... i started getting this emails again - i'm forwarding the last one below. the problem apparently started when the disk on which mailman lives and writes to got full and the qrunner screwd up some files somewhere... if i reset the master site password everything appears to be fine... after that mailman/cron runs the qrunner and everything gets screwd up and i start getting the error emails.... of all the lists on the server only one is the messed up - the most important one of cource... so i'm trying to figure out how can i solve this mess... bellow the forwrded message there are some snippets from the error log under mailman... if somebody can help i'd really appreciate it... ---------- Forwarded message ---------- Date: Thu, 15 May 2003 00:52:02 -0400 From: Cron Daemon To: mailman at caiman.el.net Subject: Cron /usr/bin/python -S /var/mailman/cron/qrunner Traceback (innermost last): File "/var/mailman/cron/qrunner", line 85, in ? from Mailman import MailList File "/var/mailman/Mailman/MailList.py", line 41, in ? from Mailman.ListAdmin import ListAdmin File "/var/mailman/Mailman/ListAdmin.py", line 37, in ? from Mailman.Handlers import HandlerAPI File "/var/mailman/Mailman/Handlers/HandlerAPI.py", line 25, in ? from Mailman.Logging.Syslog import syslog File "/var/mailman/Mailman/Logging/Syslog.py", line 22, in ? from StampedLogger import StampedLogger File "/var/mailman/Mailman/Logging/StampedLogger.py", line 19, in ? from Logger import Logger File "/var/mailman/Mailman/Logging/Logger.py", line 23, in ? from Mailman.Logging.Utils import _logexc ImportError: cannot import name _logexc ************************************************ here is where all hell brakes loose:........ May 13 13:25:04 2003 qrunner(13601): Traceback (innermost last): May 13 13:25:04 2003 qrunner(13601): File "/var/mailman/cron/qrunner", line 276, in ? May 13 13:25:04 2003 qrunner(13601): lock.lock(timeout=0.5) May 13 13:25:04 2003 qrunner(13601): File "/var/mailman/Mailman/LockFile.py", line 272, in lock May 13 13:25:04 2003 qrunner(13601): os.unlink(self.__tmpfname) May 13 13:25:04 2003 qrunner(13601): NameError : os May 13 13:44:02 2003 qrunner(13680): Traceback (innermost last): May 13 13:44:02 2003 qrunner(13680): File "/var/mailman/cron/qrunner", line 276, in ? May 13 13:44:02 2003 qrunner(13680): lock.lock(timeout=0.5) May 13 13:44:02 2003 qrunner(13680): File "/var/mailman/Mailman/LockFile.py", line 272, in lock May 13 13:44:02 2003 qrunner(13680): os.unlink(self.__tmpfname) May 13 13:44:02 2003 qrunner(13680): NameError : os May 13 13:45:05 2003 qrunner(13685): Traceback (innermost last): May 13 13:45:05 2003 qrunner(13685): File "/var/mailman/cron/qrunner", line 276, in ? May 13 13:45:05 2003 qrunner(13685): lock.lock(timeout=0.5) May 13 13:45:05 2003 qrunner(13685): File "/var/mailman/Mailman/LockFile.py", line 272, in lock May 13 13:45:05 2003 qrunner(13685): os.unlink(self.__tmpfname) May 13 13:45:05 2003 qrunner(13685): NameError : os May 13 13:58:07 2003 admin(13737): @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ admin(13737): [----- Mailman Version: 2.0.13 -----] admin(13737): [----- Traceback ------] admin(13737): Traceback (innermost last): admin(13737): File "/var/mailman/scripts/driver", line 96, in run_main admin(13737): main() admin(13737): File "/var/mailman/Mailman/Cgi/admin.py", line 145, in main admin(13737): mlist.Lock() admin(13737): File "/var/mailman/Mailman/MailList.py", line 1339, in Lock admin(13737): self.__lock.lock(timeout) admin(13737): File "/var/mailman/Mailman/LockFile.py", line 232, in lock admin(13737): os.link(self.__tmpfname, self.__lockfile) admin(13737): AttributeError: link admin(13737): [----- Python Information -----] admin(13737): sys.version = 1.5.2 (#1, Mar 3 2001, 01:35:43) [GCC 2.96 20000731 (Red Hat Linux 7.1 2 admin(13737): sys.executable = /usr/bin/python admin(13737): sys.prefix = /usr admin(13737): sys.exec_prefix= /usr admin(13737): sys.path = /usr admin(13737): sys.platform = linux-i386 ...................... below this is detaild info of the server - os, ip, who made the request and from where etc.... these are the last lines in the error log: ........................................... May 14 01:38:03 2003 qrunner(16595): NameError : os May 14 02:18:03 2003 qrunner(16758): Traceback (innermost last): May 14 02:18:03 2003 qrunner(16758): File "/var/mailman/cron/qrunner", line 276, in ? May 14 02:18:03 2003 qrunner(16758): lock.lock(timeout=0.5) May 14 02:18:03 2003 qrunner(16758): File "/var/mailman/Mailman/LockFile.py", line 272, in lock May 14 02:18:03 2003 qrunner(16758): os.unlink(self.__tmpfname) May 14 02:18:03 2003 qrunner(16758): NameError : os May 14 02:23:02 2003 qrunner(16778): Traceback (innermost last): May 14 02:23:02 2003 qrunner(16778): File "/var/mailman/cron/qrunner", line 276, in ? May 14 02:23:02 2003 qrunner(16778): lock.lock(timeout=0.5) May 14 02:23:02 2003 qrunner(16778): File "/var/mailman/Mailman/LockFile.py", line 277, in lock May 14 02:23:02 2003 qrunner(16778): if time.time() > self.__releasetime() + CLOCK_SLOP: May 14 02:23:02 2003 qrunner(16778): NameError : time May 14 03:04:10 2003 qrunner(15878): Traceback (innermost last): May 14 03:04:10 2003 qrunner(15878): File "/var/mailman/Mailman/Archiver/Archiver.py", line 221, in ArchiveMail May 14 03:04:10 2003 qrunner(15878): h.processUnixMailbox(f, HyperArch.Article) May 14 03:04:10 2003 qrunner(15878): File "/var/mailman/Mailman/Archiver/pipermail.py", line 526, in processUnixMailbox May 14 03:04:10 2003 qrunner(15878): a = articleClass(m, self.sequence) May 14 03:04:10 2003 qrunner(15878): File "/var/mailman/Mailman/Archiver/HyperArch.py", line 194, in __init__ May 14 03:04:10 2003 qrunner(15878): self.__super_init(message, sequence, keepHeaders) May 14 03:04:10 2003 qrunner(15878): File "/var/mailman/Mailman/Archiver/pipermail.py", line 223, in __init__ May 14 03:04:10 2003 qrunner(15878): self.body = message.fp.readlines() May 14 03:04:10 2003 qrunner(15878): File "/usr/lib/python1.5/site-packages/mailbox.py", line 72, in readlines May 14 03:04:10 2003 qrunner(15878): line = self.readline() May 14 03:04:10 2003 qrunner(15878): File "/usr/lib/python1.5/site-packages/mailbox.py", line 66, in readline May 14 03:04:10 2003 qrunner(15878): self.pos = self.fp.tell() May 14 03:04:10 2003 qrunner(15878): AttributeError: fp May 14 03:04:10 2003 (15878) CORRUPT ARCHIVE FOR LIST: medialist May 14 23:55:03 2003 gate_news(3038): Traceback (innermost last): May 14 23:55:03 2003 gate_news(3038): File "/var/mailman/cron/gate_news", line 222, in ? May 14 23:55:03 2003 gate_news(3038): main() May 14 23:55:03 2003 gate_news(3038): File "/var/mailman/cron/gate_news", line 203, in main May 14 23:55:03 2003 gate_news(3038): process_lists(lock) May 14 23:55:03 2003 gate_news(3038): File "/var/mailman/cron/gate_news", line 140, in process_lists May 14 23:55:03 2003 gate_news(3038): mlist = MailList.MailList(listname, lock=0) May 14 23:55:03 2003 gate_news(3038): File "/var/mailman/Mailman/MailList.py", line 73, in __init__ May 14 23:55:03 2003 gate_news(3038): self.InitTempVars(name) May 14 23:55:03 2003 gate_news(3038): File "/var/mailman/Mailman/MailList.py", line 265, in InitTempVars May 14 23:55:03 2003 gate_news(3038): withlogging = mm_cfg.LIST_LOCK_DEBUGGING) May 14 23:55:03 2003 gate_news(3038): File "/var/mailman/Mailman/LockFile.py", line 175, in __init__ May 14 23:55:03 2003 gate_news(3038): self.__tmpfname = '%s.%s.%d' % ( May 14 23:55:03 2003 gate_news(3038): NameError : os May 14 23:55:03 2003 gate_news(3038): Exception exceptions.AttributeError : in < method LockFile.__del__ of LockFile instance at 81d5150> ignored *************************************************************************** i see the CORRUPT ARCHIVE FOR LIST message..... what can i do about it?! i really need this solved soon - please help.... thanks... From GRubin at ccianet.org Thu May 15 16:01:45 2003 From: GRubin at ccianet.org (Gabe N. Rubin) Date: Thu, 15 May 2003 10:01:45 -0400 Subject: [Mailman-Users] still having difficulty: this time for responses Message-ID: I actually tried all the stuff in that readme first, and that did not seem to work either. I am still stuck at the stage where I can't get anything processed by mailman beyond the notification to the list admin. When someone responds via email, nothing happens. I am starting to give up on exim and thinking qmail may be my best option, but if there are any ideas, please let me know. Jim Tittsler Sent by: mailman-users-bounces+grubin=ccianet.org at python.org 05/15/03 03:24 AM To: mailman-users at python.org cc: Subject: Re: [Mailman-Users] still having difficulty: this time for responses On Wed, May 14, 2003 at 06:22:32PM -0400, Gabe N. Rubin wrote: > After searching google groups, i came accross with similar problems, and > followed the directions here: http://www.exim.org/howto/mailman.html by > cutting and pasting those exact lines in there. However, this makes That document was intended for Mailman 2.0.x users. > matters worse, as now it does not send any acknowledgment when someone > tries to sign-up, much less let them confirm their subscription. I know > there is no /home/mailman on my system, and that is one of the lines added > to the exim file (MAILMAN_HOME=/home/mailman) Then don't do that. :-) Your MAILMAN_HOME directory is probably /usr/local/mailman. Read README.EXIM in the Mailman source tarball (which has been revised to match Mailman 2.1.x). ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: grubin at ccianet.org Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/grubin%40ccianet.org From GRubin at ccianet.org Thu May 15 16:25:06 2003 From: GRubin at ccianet.org (Gabe N. Rubin) Date: Thu, 15 May 2003 10:25:06 -0400 Subject: [Mailman-Users] all problems [hopefully] solved Message-ID: Everyone can disregard my last message. Looks like my probs were solved, w/o even having to resort to switching off exim. I think in the last 2 days of playing with this, I have learned the most about linux and esp exim since I installed. My thanks to the developers of mailman, looks like exactly what our organization needs for this project! From Oliver.Egginger at dvz.fh-giessen.de Thu May 15 16:39:27 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Thu, 15 May 2003 14:39:27 -0000 Subject: [Mailman-Users] still having difficulty: this time forresponses In-Reply-To: References: Message-ID: <1053009550.26247.176.camel@chaos.dvz.fh-giessen.de> Assume you install refers to /home/mailman and you use Exim 4. Did you try this with Exim: ------------------------------------------------------------> SNIP # General section MAILMAN_HOME=/home/mailman # wrapper script for mailman MAILMAN_WRAP=MAILMAN_HOME/mail/mailman # user and group for mailman MAILMAN_UID=8 MAILMAN_GID=12 # Router section ############################### # Mailman Router ############################### mailman_router: driver = accept domains = require_files = MAILMAN_HOME/lists/$local_part/config.pck local_part_suffix_optional local_part_suffix = -bounces : -bounces+* : \ -confirm+* : -join : -leave : \ -owner : -request : -admin transport = mailman_transport # Transport section ############################################# # Mailman Transport ############################################# mailman_transport: driver = pipe command = MAILMAN_WRAP \ '${if def:local_part_suffix \ {${sg{$local_part_suffix}{-(\\w+)(\\+.*)?}{\$1}}} \ {post}}' \ $local_part current_directory = MAILMAN_HOME home_directory = MAILMAN_HOME user = MAILMAN_UID group = MAILMAN_GID ------------------------------------------------------------> SNIP Restart Exim. Thats all you need at first. - oliver Am Don, 2003-05-15 um 16.01 schrieb Gabe N. Rubin: > I actually tried all the stuff in that readme first, and that did not seem > to work either. I am still stuck at the stage where I can't get anything > processed by mailman beyond the notification to the list admin. When > someone responds via email, nothing happens. I am starting to give up on > exim and thinking qmail may be my best option, but if there are any ideas, > please let me know. > > > > > > > Jim Tittsler > Sent by: mailman-users-bounces+grubin=ccianet.org at python.org > 05/15/03 03:24 AM > > > To: mailman-users at python.org > cc: > Subject: Re: [Mailman-Users] still having difficulty: this time for responses > > > On Wed, May 14, 2003 at 06:22:32PM -0400, Gabe N. Rubin wrote: > > After searching google groups, i came accross with similar problems, and > > > followed the directions here: http://www.exim.org/howto/mailman.html by > > cutting and pasting those exact lines in there. However, this makes > > That document was intended for Mailman 2.0.x users. > > > matters worse, as now it does not send any acknowledgment when someone > > tries to sign-up, much less let them confirm their subscription. I know > > > there is no /home/mailman on my system, and that is one of the lines > added > > to the exim file (MAILMAN_HOME=/home/mailman) > > Then don't do that. :-) Your MAILMAN_HOME directory is > probably /usr/local/mailman. Read README.EXIM in the > Mailman source tarball (which has been revised to match > Mailman 2.1.x). > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: grubin at ccianet.org > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/grubin%40ccianet.org > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: oliver.egginger at dvz.fh-giessen.de > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/oliver.egginger%40dvz.fh-giessen.de -- Oliver Egginger Fachochschule Giessen-Friedberg From bruno at web1.greenpeace.org Thu May 15 16:30:22 2003 From: bruno at web1.greenpeace.org (Bruno Mattarollo) Date: Thu, 15 May 2003 16:30:22 +0200 (CEST) Subject: [Mailman-Users] Migration from 2.0.13 -> 2.1-8 Message-ID: Hello, I have a server that was hacked and we managed to recover the files from it. I had a mailman 2.0.13 installation there and our new server is running RedHat 9 with the default Mailman 2.1-8 installation. How is the upgrade procedure? I read on this list that you need to copy the lists/ files over to /var/mailman/lists/ and then use bin/check_perms but I get this error: Traceback (most recent call last): File "bin/check_perms", line 51, in ? MAILMAN_GID = grp.getgrnam(MAILMAN_GROUP)[2] KeyError: getgrnam(): name not found This is a standard RH9 installation. Any hints? Thanks in advance, /B -- --- Bruno Mattarollo --- SysAdmin & TechLead - Greenpeace International http://www.greenpeace.org/ ---------------------------------------------------- From csouza1977 at yahoo.com Thu May 15 18:01:44 2003 From: csouza1977 at yahoo.com (chris souza) Date: Thu, 15 May 2003 09:01:44 -0700 (PDT) Subject: [Mailman-Users] Importing emails to mailman's database Message-ID: <20030515160144.31191.qmail@web10307.mail.yahoo.com> Hello, I have a list of 15,000 emails. I would like to import them to mailman. I would then use mailman to email all of them my newsletter. Is this possible? Thanks, Chris __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com From mavery at mail.otherwhen.com Thu May 15 18:27:16 2003 From: mavery at mail.otherwhen.com (Mike Avery) Date: Thu, 15 May 2003 10:27:16 -0600 Subject: [Mailman-Users] Importing emails to mailman's database In-Reply-To: <20030515160144.31191.qmail@web10307.mail.yahoo.com> Message-ID: <3EC36B84.15710.75225D@localhost> On 15 May 2003 at 9:01, chris souza wrote: > I have a list of 15,000 emails. I would like to import > them to mailman. I would then use mailman to email all > of them my newsletter. Is this possible? I'm not entirely sure I understand what you're trying to do... so I'll try to answer and you can respond if I missed the target. If your 15,000 emails are in mbox format, they can be imported into the archives using the ~/bin/arch command. If they aren't in the mbox format, that's a simple matter of programming (unless your 15,000 emails are in 1,000 wierd formats, which often happens). Importing the emails doesn't send them anywhere. They wind up in the archives. I'm not sure what you mean by your newsletter. If you mean an emailed newsletter, and if you want to send the 15,000 messages to your mailing list subscribers, you risk subscriber anger. I wouldn't want to wake up one morning and discover someone had sent me 15,000 emails. It would be a drain on my 56k dialup line. And more than I'd care to try to digest all at once, no matter how involved I was with the topic of the newsletter or mailing list. Even skimming 15,000 email subject lines takes a while. I have a bunch of archives left over from about a dozen mailing lists from other list managers and am in the process of converting them to mbox format so I can import them. I wouldn't dream of sending them to my subscribers. Though I will tell them that they are on-line when that finally happens. Mike -- Mike Avery MAvery at mail.otherwhen.com ICQ: 16241692 AOL IM:MAvery81230 Phone: 970-642-0280 * Spam is for lusers who can't get business any other way * A Randomly Selected Thought For The Day If you're not part of the solution, you're part of the precipitate. From dhphllps at memphis.edu Thu May 15 19:06:13 2003 From: dhphllps at memphis.edu (Dan Phillips) Date: Thu, 15 May 2003 12:06:13 -0500 Subject: [Mailman-Users] Importing emails to mailman's database In-Reply-To: <3EC36B84.15710.75225D@localhost> Message-ID: <88A6BA6D-86F7-11D7-8389-0003936D9900@memphis.edu> On Thursday, May 15, 2003, at 11:27 AM, Mike Avery wrote: > On 15 May 2003 at 9:01, chris souza wrote: > >> I have a list of 15,000 emails. I would like to import >> them to mailman. I would then use mailman to email all >> of them my newsletter. Is this possible? > > I'm not entirely sure I understand what you're trying to do... so I'll > try to > answer and you can respond if I missed the target. > My take was that he meant 15,000 subscriber addresses, not messages. If that is a correct interpretation, then the answer is of course yes. DP From kalin at el.net Thu May 15 18:38:29 2003 From: kalin at el.net (Kalin Mintchev) Date: Thu, 15 May 2003 12:38:29 -0400 (EDT) Subject: [Mailman-Users] Cron /usr/bin/python -S /var/mailman/cron/qrunner (fwd) In-Reply-To: Message-ID: so, nobody... ok i tried to rebuild the archive for that list and it doesn't do it... so i looked into it - the problem apparently started when somebody on that particular list sent a huge attachment i know that list had a limit of 100k - so i'm wondering how this attachment was accepted by mailman and why? also under the database directory for that list there are all kinds of lock files that aren't under the the other private/database directories, like this: 2003-May-article -rw-rw-r-- 2 root mailman 89 May 15 02:47 2003-May-article.lock -rw-rw-r-- 2 root mailman 89 May 15 02:47 2003-May-article.1283 -rw-rw-r-- 1 mailman mailman 264 May 6 13:28 2003-May-author -rw-rw-r-- 2 root mailman 88 May 15 02:47 2003-May-author.lock -rw-rw-r-- 2 root mailman 88 May 15 02:47 2003-May-author.lock.1283 -rw-rw-r-- 1 mailman mailman 228 May 6 13:28 2003-May-date -rw-rw-r-- 2 root mailman 86 May 15 02:47 2003-May-date.lock -rw-rw-r-- 2 root mailman 86 May 15 02:47 2003-May-date.lock.1283 how do i unlock them? or if i rename them or delete them is this going to solve the problem? if i delete the message from the .mbox file and rebuld the archive is this gonna solve the problem? and if not the mailman-users list where else should i turn for help?! On Thu, 15 May 2003, Kalin Mintchev wrote: > > hi, > > i wrote to this list earlier today... the subject line was URGENT HELP... > > i thought i solved the problem but apparently i was wrong... > i started getting this emails again - i'm forwarding the last one below. > the problem apparently started when the disk on which mailman lives and > writes to got full and the qrunner screwd up some files somewhere... > if i reset the master site password everything appears to be fine... after > that mailman/cron runs the qrunner and everything gets screwd up and i > start getting the error emails.... > of all the lists on the server only one is the messed up - the most > important one of cource... so i'm trying to figure out how can i solve > this mess... bellow the forwrded message there are some snippets from the > error log under mailman... if somebody can help i'd really appreciate > it... > > > > ---------- Forwarded message ---------- > Date: Thu, 15 May 2003 00:52:02 -0400 > From: Cron Daemon > To: mailman at caiman.el.net > Subject: Cron /usr/bin/python -S /var/mailman/cron/qrunner > > Traceback (innermost last): > File "/var/mailman/cron/qrunner", line 85, in ? > from Mailman import MailList > File "/var/mailman/Mailman/MailList.py", line 41, in ? > from Mailman.ListAdmin import ListAdmin > File "/var/mailman/Mailman/ListAdmin.py", line 37, in ? > from Mailman.Handlers import HandlerAPI > File "/var/mailman/Mailman/Handlers/HandlerAPI.py", line 25, in ? > from Mailman.Logging.Syslog import syslog > File "/var/mailman/Mailman/Logging/Syslog.py", line 22, in ? > from StampedLogger import StampedLogger > File "/var/mailman/Mailman/Logging/StampedLogger.py", line 19, in ? > from Logger import Logger > File "/var/mailman/Mailman/Logging/Logger.py", line 23, in ? > from Mailman.Logging.Utils import _logexc > ImportError: cannot import name _logexc > > ************************************************ > here is where all hell brakes loose:........ > > May 13 13:25:04 2003 qrunner(13601): Traceback (innermost last): > May 13 13:25:04 2003 qrunner(13601): File "/var/mailman/cron/qrunner", > line 276, in ? > May 13 13:25:04 2003 qrunner(13601): lock.lock(timeout=0.5) > May 13 13:25:04 2003 qrunner(13601): File > "/var/mailman/Mailman/LockFile.py", line 272, in lock > May 13 13:25:04 2003 qrunner(13601): os.unlink(self.__tmpfname) > May 13 13:25:04 2003 qrunner(13601): NameError : os > May 13 13:44:02 2003 qrunner(13680): Traceback (innermost last): > May 13 13:44:02 2003 qrunner(13680): File "/var/mailman/cron/qrunner", > line 276, in ? > May 13 13:44:02 2003 qrunner(13680): lock.lock(timeout=0.5) > May 13 13:44:02 2003 qrunner(13680): File > "/var/mailman/Mailman/LockFile.py", line 272, in lock > May 13 13:44:02 2003 qrunner(13680): os.unlink(self.__tmpfname) > May 13 13:44:02 2003 qrunner(13680): NameError : os > May 13 13:45:05 2003 qrunner(13685): Traceback (innermost last): > May 13 13:45:05 2003 qrunner(13685): File "/var/mailman/cron/qrunner", > line 276, in ? > May 13 13:45:05 2003 qrunner(13685): lock.lock(timeout=0.5) > May 13 13:45:05 2003 qrunner(13685): File > "/var/mailman/Mailman/LockFile.py", line 272, in lock > May 13 13:45:05 2003 qrunner(13685): os.unlink(self.__tmpfname) > May 13 13:45:05 2003 qrunner(13685): NameError : os > May 13 13:58:07 2003 admin(13737): > @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ > admin(13737): [----- Mailman Version: 2.0.13 -----] > admin(13737): [----- Traceback ------] > admin(13737): Traceback (innermost last): > admin(13737): File "/var/mailman/scripts/driver", line 96, in run_main > admin(13737): main() > admin(13737): File "/var/mailman/Mailman/Cgi/admin.py", line 145, in > main > admin(13737): mlist.Lock() > admin(13737): File "/var/mailman/Mailman/MailList.py", line 1339, in > Lock > admin(13737): self.__lock.lock(timeout) > admin(13737): File "/var/mailman/Mailman/LockFile.py", line 232, in lock > admin(13737): os.link(self.__tmpfname, self.__lockfile) > admin(13737): AttributeError: link > admin(13737): [----- Python Information -----] > admin(13737): sys.version = 1.5.2 (#1, Mar 3 2001, 01:35:43) [GCC > 2.96 20000731 (Red Hat Linux 7.1 2 > admin(13737): sys.executable = /usr/bin/python > admin(13737): sys.prefix = /usr > admin(13737): sys.exec_prefix= /usr > admin(13737): sys.path = /usr > admin(13737): sys.platform = linux-i386 > ...................... > below this is detaild info of the server - os, ip, who made the request > and from where etc.... > > these are the last lines in the error log: > ........................................... > May 14 01:38:03 2003 qrunner(16595): NameError : os > May 14 02:18:03 2003 qrunner(16758): Traceback (innermost last): > May 14 02:18:03 2003 qrunner(16758): File "/var/mailman/cron/qrunner", > line 276, in ? > May 14 02:18:03 2003 qrunner(16758): lock.lock(timeout=0.5) > May 14 02:18:03 2003 qrunner(16758): File > "/var/mailman/Mailman/LockFile.py", line 272, in lock > May 14 02:18:03 2003 qrunner(16758): os.unlink(self.__tmpfname) > May 14 02:18:03 2003 qrunner(16758): NameError : os > May 14 02:23:02 2003 qrunner(16778): Traceback (innermost last): > May 14 02:23:02 2003 qrunner(16778): File "/var/mailman/cron/qrunner", > line 276, in ? > May 14 02:23:02 2003 qrunner(16778): lock.lock(timeout=0.5) > May 14 02:23:02 2003 qrunner(16778): File > "/var/mailman/Mailman/LockFile.py", line 277, in lock > May 14 02:23:02 2003 qrunner(16778): if time.time() > > self.__releasetime() + CLOCK_SLOP: > May 14 02:23:02 2003 qrunner(16778): NameError : time > May 14 03:04:10 2003 qrunner(15878): Traceback (innermost last): > May 14 03:04:10 2003 qrunner(15878): File > "/var/mailman/Mailman/Archiver/Archiver.py", line 221, in ArchiveMail > May 14 03:04:10 2003 qrunner(15878): h.processUnixMailbox(f, > HyperArch.Article) > May 14 03:04:10 2003 qrunner(15878): File > "/var/mailman/Mailman/Archiver/pipermail.py", line 526, in > processUnixMailbox > May 14 03:04:10 2003 qrunner(15878): a = articleClass(m, > self.sequence) > May 14 03:04:10 2003 qrunner(15878): File > "/var/mailman/Mailman/Archiver/HyperArch.py", line 194, in __init__ > May 14 03:04:10 2003 qrunner(15878): self.__super_init(message, > sequence, keepHeaders) > May 14 03:04:10 2003 qrunner(15878): File > "/var/mailman/Mailman/Archiver/pipermail.py", line 223, in __init__ > May 14 03:04:10 2003 qrunner(15878): self.body = > message.fp.readlines() > May 14 03:04:10 2003 qrunner(15878): File > "/usr/lib/python1.5/site-packages/mailbox.py", line 72, in readlines > May 14 03:04:10 2003 qrunner(15878): line = self.readline() > May 14 03:04:10 2003 qrunner(15878): File > "/usr/lib/python1.5/site-packages/mailbox.py", line 66, in readline > May 14 03:04:10 2003 qrunner(15878): self.pos = self.fp.tell() > May 14 03:04:10 2003 qrunner(15878): AttributeError: fp > May 14 03:04:10 2003 (15878) CORRUPT ARCHIVE FOR LIST: medialist > May 14 23:55:03 2003 gate_news(3038): Traceback (innermost last): > May 14 23:55:03 2003 gate_news(3038): File > "/var/mailman/cron/gate_news", line 222, in ? > May 14 23:55:03 2003 gate_news(3038): main() > May 14 23:55:03 2003 gate_news(3038): File > "/var/mailman/cron/gate_news", line 203, in main > May 14 23:55:03 2003 gate_news(3038): process_lists(lock) > May 14 23:55:03 2003 gate_news(3038): File > "/var/mailman/cron/gate_news", line 140, in process_lists > May 14 23:55:03 2003 gate_news(3038): mlist = > MailList.MailList(listname, lock=0) > May 14 23:55:03 2003 gate_news(3038): File > "/var/mailman/Mailman/MailList.py", line 73, in __init__ > May 14 23:55:03 2003 gate_news(3038): self.InitTempVars(name) > May 14 23:55:03 2003 gate_news(3038): File > "/var/mailman/Mailman/MailList.py", line 265, in InitTempVars > May 14 23:55:03 2003 gate_news(3038): withlogging = > mm_cfg.LIST_LOCK_DEBUGGING) > May 14 23:55:03 2003 gate_news(3038): File > "/var/mailman/Mailman/LockFile.py", line 175, in __init__ > May 14 23:55:03 2003 gate_news(3038): self.__tmpfname = '%s.%s.%d' % > ( > May 14 23:55:03 2003 gate_news(3038): NameError : os > May 14 23:55:03 2003 gate_news(3038): Exception exceptions.AttributeError > : in < > method LockFile.__del__ of LockFile instance at 81d5150> ignored > *************************************************************************** > > i see the CORRUPT ARCHIVE FOR LIST message..... what can i do about it?! > > > > i really need this solved soon - please help.... > > thanks... > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: kalin at el.net > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/kalin%40el.net > From kommunikation at mit-freude.de Thu May 15 20:28:09 2003 From: kommunikation at mit-freude.de (Mit Freude) Date: Thu, 15 May 2003 19:28:09 +0100 Subject: [Mailman-Users] Send-to address out of order Message-ID: Hi! I'm new here - don't know about the do's-'n-don'ts on this list, but as my problem is urgent, I can't just wait and watch to learn about this specific list's netiquette, so please excuse if I fail in one aspect or other. I successfully run a private eMail-list with mailman version 2.1.1 for quite a while now. Without any tangible reason, no mail goes through our "send to" address since last night. I received private complains from list-members about them being unable to post to the list, so I tried myself - none of the mails sent to our list address comes through. Yesterday, things were ok still, this morning, when I tried to reply to a mail, the failure was in effect already. Mailman was pre-installed by my web-hoster, I don't have any influence in their settings. Any idea what's wrong here? Thanks for your support, Elena From debuser at sysmatrix.net Thu May 15 19:44:46 2003 From: debuser at sysmatrix.net (Gerald Livingston) Date: Thu, 15 May 2003 12:44:46 -0500 Subject: [Mailman-Users] Importing emails to mailman's database In-Reply-To: <88A6BA6D-86F7-11D7-8389-0003936D9900@memphis.edu> References: <3EC36B84.15710.75225D@localhost> <88A6BA6D-86F7-11D7-8389-0003936D9900@memphis.edu> Message-ID: <20030515124446.34eb2116.debuser@sysmatrix.net> On Thu, 15 May 2003 12:06:13 -0500 "Dan Phillips" wrote: > On Thursday, May 15, 2003, at 11:27 AM, Mike Avery wrote: > > On 15 May 2003 at 9:01, chris souza wrote: > > > >> I have a list of 15,000 emails. I would like to import > >> them to mailman. I would then use mailman to email all > >> of them my newsletter. Is this possible? > > > > I'm not entirely sure I understand what you're trying to do... so > > I'll try to answer and you can respond if I missed the target. > > My take was that he meant 15,000 subscriber addresses, not messages. > If that is a correct interpretation, then the answer is of course yes. > > DP Here's the way I read it: "Hello, I just bought a list of email addresses from a spam support company. Is it possible for me to involuntarily subscribe all of them to my spamletter using Mailman?" -- Gerald V. Livingston II Configure your Email to send TEXT ONLY -- See the following page: http://expita.com/nomime.html '74 Kombi (to be renamed - LifeSaver doesn't 'feel' right) '69 Type 1 - AirBall the Rolling Basket Case http://www.phorce1.com http://www.buskatiers.org From teastep at shorewall.net Thu May 15 20:12:30 2003 From: teastep at shorewall.net (Tom Eastep) Date: Thu, 15 May 2003 11:12:30 -0700 Subject: [Mailman-Users] Send-to address out of order In-Reply-To: References: Message-ID: On Thu, 15 May 2003 19:28:09 +0100, Mit Freude wrote: > > I successfully run a private eMail-list with mailman version 2.1.1 for > quite a while now. Without any tangible reason, no mail goes through our > "send to" address since last night. > > Any idea what's wrong here? When this happens to me, the first thing that I do is to be sure that qrunner is running: [root at lists Vexira]# ps -ax | grep qrunner | grep -v grep 22927 ? S 12:26 qrunner /var/mailman/bin/qrunner -- runner=ArchRunner:0:1 -s 22928 ? S 0:28 qrunner /var/mailman/bin/qrunner -- runner=BounceRunner:0:1 -s 22929 ? S 0:07 qrunner /var/mailman/bin/qrunner -- runner=CommandRunner:0:1 -s 22930 ? S 0:55 qrunner /var/mailman/bin/qrunner -- runner=IncomingRunner:0:1 -s 22931 ? S 0:03 qrunner /var/mailman/bin/qrunner -- runner=NewsRunner:0:1 -s 22932 ? S 2:23 qrunner /var/mailman/bin/qrunner -- runner=OutgoingRunner:0:1 -s 22933 ? S 0:21 qrunner /var/mailman/bin/qrunner -- runner=VirginRunner:0:1 -s [root at lists Vexira]# -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://www.shorewall.net Washington USA \ teastep at shorewall.net From csouza1977 at yahoo.com Thu May 15 20:14:31 2003 From: csouza1977 at yahoo.com (chris souza) Date: Thu, 15 May 2003 11:14:31 -0700 (PDT) Subject: [Mailman-Users] Importing emails to mailman's database In-Reply-To: <20030515124446.34eb2116.debuser@sysmatrix.net> Message-ID: <20030515181431.23419.qmail@web10306.mail.yahoo.com> Gerald, the assumption is incorrect. These are subscribed users who have selected to receive my newsletter. I was researching if mailman was a good tool to send them my newsletter. Chris --- Gerald Livingston wrote: > On Thu, 15 May 2003 12:06:13 -0500 > "Dan Phillips" wrote: > > > On Thursday, May 15, 2003, at 11:27 AM, Mike > Avery wrote: > > > On 15 May 2003 at 9:01, chris souza wrote: > > > > > >> I have a list of 15,000 emails. I would like to > import > > >> them to mailman. I would then use mailman to > email all > > >> of them my newsletter. Is this possible? > > > > > > I'm not entirely sure I understand what you're > trying to do... so > > > I'll try to answer and you can respond if I > missed the target. > > > > My take was that he meant 15,000 subscriber > addresses, not messages. > > If that is a correct interpretation, then the > answer is of course yes. > > > > DP > > Here's the way I read it: > > "Hello, I just bought a list of email addresses from > a spam support > company. Is it possible for me to involuntarily > subscribe all of them to > my spamletter using Mailman?" > > -- > Gerald V. Livingston II > > Configure your Email to send TEXT ONLY -- See the > following page: > http://expita.com/nomime.html > > '74 Kombi (to be renamed - LifeSaver doesn't 'feel' > right) > '69 Type 1 - AirBall the Rolling Basket Case > http://www.phorce1.com > http://www.buskatiers.org > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: > http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: csouza1977 at yahoo.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/csouza1977%40yahoo.com __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com From csouza1977 at yahoo.com Thu May 15 20:17:34 2003 From: csouza1977 at yahoo.com (chris souza) Date: Thu, 15 May 2003 11:17:34 -0700 (PDT) Subject: [Mailman-Users] Importing emails to mailman's database In-Reply-To: <88A6BA6D-86F7-11D7-8389-0003936D9900@memphis.edu> Message-ID: <20030515181734.17042.qmail@web10302.mail.yahoo.com> DP, you are correct. Currently the emails are on a MS SQL database. I am trying to figure out how to export the emails and import them to mailman. Once this is done I need to submit a monthly newsletter. --- Dan Phillips wrote: > On Thursday, May 15, 2003, at 11:27 AM, Mike Avery > wrote: > > On 15 May 2003 at 9:01, chris souza wrote: > > > >> I have a list of 15,000 emails. I would like to > import > >> them to mailman. I would then use mailman to > email all > >> of them my newsletter. Is this possible? > > > > I'm not entirely sure I understand what you're > trying to do... so I'll > > try to > > answer and you can respond if I missed the target. > > > > My take was that he meant 15,000 subscriber > addresses, not messages. If > that is a correct interpretation, then the answer is > of course yes. > > DP > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: > http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: csouza1977 at yahoo.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/csouza1977%40yahoo.com __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com From csouza1977 at yahoo.com Thu May 15 20:20:20 2003 From: csouza1977 at yahoo.com (chris souza) Date: Thu, 15 May 2003 11:20:20 -0700 (PDT) Subject: [Mailman-Users] Importing emails to mailman's database In-Reply-To: <3EC36B84.15710.75225D@localhost> Message-ID: <20030515182020.17541.qmail@web10302.mail.yahoo.com> Mike, I would send 1 newsletter mail to 15,000 emails. Thanks for the response. Chris --- Mike Avery wrote: > On 15 May 2003 at 9:01, chris souza wrote: > > > I have a list of 15,000 emails. I would like to > import > > them to mailman. I would then use mailman to email > all > > of them my newsletter. Is this possible? > > I'm not entirely sure I understand what you're > trying to do... so I'll try to > answer and you can respond if I missed the target. > > If your 15,000 emails are in mbox format, they can > be imported into the > archives using the ~/bin/arch command. If they > aren't in the mbox > format, that's a simple matter of programming > (unless your 15,000 > emails are in 1,000 wierd formats, which often > happens). > > Importing the emails doesn't send them anywhere. > They wind up in > the archives. > > I'm not sure what you mean by your newsletter. If > you mean an > emailed newsletter, and if you want to send the > 15,000 messages to > your mailing list subscribers, you risk subscriber > anger. I wouldn't want > to wake up one morning and discover someone had sent > me 15,000 > emails. It would be a drain on my 56k dialup line. > And more than I'd > care to try to digest all at once, no matter how > involved I was with the > topic of the newsletter or mailing list. Even > skimming 15,000 email > subject lines takes a while. > > I have a bunch of archives left over from about a > dozen mailing lists > from other list managers and am in the process of > converting them to > mbox format so I can import them. I wouldn't dream > of sending them > to my subscribers. Though I will tell them that > they are on-line when > that finally happens. > > Mike > -- > Mike Avery > MAvery at mail.otherwhen.com > ICQ: 16241692 AOL > IM:MAvery81230 > Phone: 970-642-0280 > * Spam is for lusers who can't get business any > other > way * > > A Randomly Selected Thought For The Day > If you're not part of the solution, you're part of > the precipitate. > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: > http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: csouza1977 at yahoo.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/csouza1977%40yahoo.com __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com From python.org at gregwestin.com Thu May 15 20:47:05 2003 From: python.org at gregwestin.com (Greg Westin) Date: Thu, 15 May 2003 14:47:05 -0400 (EDT) Subject: [Mailman-Users] "Uncaught bounce notification" for -admin addresses In-Reply-To: <3EBBBA20.20704@mitre.org> Message-ID: This thread seems to have either died or been renamed and I missed it. Does anyone have any thoughts on what might be going on here, and/or how to fix it? Greg On Friday, May 9, 2003, at 10:24 AM, John DeCarlo wrote: > Jon, > > Sorry, I thought I added that I was using Postfix. But since the > manual test had the same result, that seemed to eliminate it being an > MTA issue. > > Jon Carnes wrote: > >> What MTA are you using? >> On Fri, 2003-05-09 at 09:27, John DeCarlo wrote: >>> Well, >>> >>> I am seeing the exact same issues as Greg. Not only that, but I >>> tried all my lists, and every one of them returns a bounce message >>> for email sent to -admin at host.com - even if I do it by >>> hand the way Jon suggested. >>> >>> What is the -admin alias supposed to do, anyway? I had assumed >>> (there you go) that it would just forward to the list admin. > > -- > > John DeCarlo, My Views Are My Own > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: python.org at gregwestin.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/ > python.org%40gregwestin.com > -- http://www.gregwestin.com Contact info: http://www.gregwestin.com/contact.php From mavery at mail.otherwhen.com Thu May 15 20:54:50 2003 From: mavery at mail.otherwhen.com (Mike Avery) Date: Thu, 15 May 2003 12:54:50 -0600 Subject: [Mailman-Users] Importing emails to mailman's database In-Reply-To: <20030515181734.17042.qmail@web10302.mail.yahoo.com> References: <88A6BA6D-86F7-11D7-8389-0003936D9900@memphis.edu> Message-ID: <3EC38E1A.28716.FC460E@localhost> On 15 May 2003 at 11:17, chris souza wrote: > DP, you are correct. Currently the emails are on a MS > SQL database. I am trying to figure out how to export > the emails and import them to mailman. Once this is > done I need to submit a monthly newsletter. No sweat. Once you've installed Mailman, created the list you need, subscribed yourself to it, and made sure the list works.... Create a plain text file of the 15,000 email addresses (that's the key word you left out... there's a difference between 15,000 emails and 15,000 email addresses), with one address per line. Perhaps you can create a report and send it to a file instead of to a printer. Then you can either cut and paste that file into the Mailman mass subscription screen, or use the "specify a file to upload" option. Once the people are members, you can start sending out your newsletter. Depending on your connection, and the connections of your subscribers, it can take a while to get out 15,000 mails.... Mike From kommunikation at mit-freude.de Thu May 15 22:11:06 2003 From: kommunikation at mit-freude.de (Mit Freude) Date: Thu, 15 May 2003 21:11:06 +0100 Subject: [Mailman-Users] Send-to address out of order In-Reply-To: References: Message-ID: Dear Tom, Thank you for this detailed reply! Now, as I don't have access to the server, I can't use this info. Mailman is pre-installed by my web-hoster, as part of my web space package. So that's outside my influence. Anything I can do apart of the option you hinted on? Elena : ) http://communication.with-joy.com http://kommunikation.mit-freude.de ; ) >Date: Thu, 15 May 2003 11:12:30 -0700 >To: Mit Freude , mailman-users at python.org >Subject: Re: [Mailman-Users] Send-to address out of order >From: Tom Eastep > >On Thu, 15 May 2003 19:28:09 +0100, Mit Freude freude.de> wrote: > > >> >> I successfully run a private eMail-list with mailman version 2.1.1 for >> quite a while now. Without any tangible reason, no mail goes through our >> "send to" address since last night. >> >> Any idea what's wrong here? > >When this happens to me, the first thing that I do is to be sure that >qrunner is running: > >[root at lists Vexira]# ps -ax | grep qrunner | grep -v grep >22927 ? S 12:26 qrunner /var/mailman/bin/qrunner -- >runner=ArchRunner:0:1 -s >22928 ? S 0:28 qrunner /var/mailman/bin/qrunner -- >runner=BounceRunner:0:1 -s >22929 ? S 0:07 qrunner /var/mailman/bin/qrunner -- >runner=CommandRunner:0:1 -s >22930 ? S 0:55 qrunner /var/mailman/bin/qrunner -- >runner=IncomingRunner:0:1 -s >22931 ? S 0:03 qrunner /var/mailman/bin/qrunner -- >runner=NewsRunner:0:1 -s >22932 ? S 2:23 qrunner /var/mailman/bin/qrunner -- >runner=OutgoingRunner:0:1 -s >22933 ? S 0:21 qrunner /var/mailman/bin/qrunner -- >runner=VirginRunner:0:1 -s >[root at lists Vexira]# > >-Tom >-- >Tom Eastep \ Shorewall - iptables made easy >Shoreline, \ http://www.shorewall.net >Washington USA \ teastep at shorewall.net > > From csouza1977 at yahoo.com Thu May 15 21:39:18 2003 From: csouza1977 at yahoo.com (chris souza) Date: Thu, 15 May 2003 12:39:18 -0700 (PDT) Subject: [Mailman-Users] Importing emails to mailman's database In-Reply-To: <3EC38E1A.28716.FC460E@localhost> Message-ID: <20030515193918.72256.qmail@web10307.mail.yahoo.com> Mike, Yes sorry I meant e-mail address's. Would you know of how long a while could be? Would you know of maybe a benchmark example online? Thank, Chris --- Mike Avery wrote: > On 15 May 2003 at 11:17, chris souza wrote: > > > DP, you are correct. Currently the emails are on a > MS > > SQL database. I am trying to figure out how to > export > > the emails and import them to mailman. Once this > is > > done I need to submit a monthly newsletter. > > No sweat. Once you've installed Mailman, created > the list you need, > subscribed yourself to it, and made sure the list > works.... > > Create a plain text file of the 15,000 email > addresses (that's the key > word you left out... there's a difference between > 15,000 emails and > 15,000 email addresses), with one address per line. > Perhaps you can > create a report and send it to a file instead of to > a printer. > > Then you can either cut and paste that file into the > Mailman mass > subscription screen, or use the "specify a file to > upload" option. > > Once the people are members, you can start sending > out your > newsletter. > > Depending on your connection, and the connections of > your > subscribers, it can take a while to get out 15,000 > mails.... > > Mike __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com From bruno at web1.greenpeace.org Thu May 15 21:40:18 2003 From: bruno at web1.greenpeace.org (Bruno Mattarollo) Date: Thu, 15 May 2003 21:40:18 +0200 (CEST) Subject: [Mailman-Users] Can't start mailmanctl Message-ID: Hello, This is a mailman 2.1-8 on RH9. When issuing: # bin/mailmanctl start Traceback (most recent call last): File "bin/mailmanctl", line 524, in ? main() File "bin/mailmanctl", line 319, in main check_privs() File "bin/mailmanctl", line 274, in check_privs gid = grp.getgrnam(mm_cfg.MAILMAN_GROUP)[2] KeyError: getgrnam(): name not found What's going on? Can someone give me a hand? How is it that the default installation on RH9 doesn't run? Thanks! /B -- --- Bruno Mattarollo --- SysAdmin & TechLead - Greenpeace International http://www.greenpeace.org/ ---------------------------------------------------- From bruno at web1.greenpeace.org Thu May 15 21:46:29 2003 From: bruno at web1.greenpeace.org (Bruno Mattarollo) Date: Thu, 15 May 2003 21:46:29 +0200 (CEST) Subject: [Mailman-Users] Can't start mailmanctl In-Reply-To: Message-ID: Ok, my apologies, I just filled-in MAILMAN_GROUP in Defaults.py and it worked .. There are no instructions for this ... Anyways it work /B On Thu, 15 May 2003, Bruno Mattarollo wrote: > Hello, > > This is a mailman 2.1-8 on RH9. When issuing: > > # bin/mailmanctl start > Traceback (most recent call last): > File "bin/mailmanctl", line 524, in ? > main() > File "bin/mailmanctl", line 319, in main > check_privs() > File "bin/mailmanctl", line 274, in check_privs > gid = grp.getgrnam(mm_cfg.MAILMAN_GROUP)[2] > KeyError: getgrnam(): name not found > > What's going on? Can someone give me a hand? > > How is it that the default installation on RH9 doesn't run? > > Thanks! > > /B > > -- --- Bruno Mattarollo --- SysAdmin & TechLead - Greenpeace International http://www.greenpeace.org/ ---------------------------------------------------- From teastep at shorewall.net Thu May 15 22:15:13 2003 From: teastep at shorewall.net (Tom Eastep) Date: Thu, 15 May 2003 13:15:13 -0700 Subject: [Mailman-Users] Can't start mailmanctl In-Reply-To: References: Message-ID: On Thu, 15 May 2003 21:46:29 +0200 (CEST), Bruno Mattarollo wrote: > Ok, my apologies, I just filled-in MAILMAN_GROUP in Defaults.py and it > worked .. There are no instructions for this ... Anyways it work > Er -- from Defaults.py: # NEVER make site configuration changes to this file. ALWAYS make them in # mm_cfg.py instead, in the designated area. See the comments in that file # for details. -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://www.shorewall.net Washington USA \ teastep at shorewall.net From mark at pdc-racing.net Thu May 15 22:17:33 2003 From: mark at pdc-racing.net (Mark Dadgar) Date: Thu, 15 May 2003 13:17:33 -0700 Subject: [Mailman-Users] Can't start mailmanctl In-Reply-To: Message-ID: Bruno Mattarollo at bruno at web1.greenpeace.org wrote: > Ok, my apologies, I just filled-in MAILMAN_GROUP in Defaults.py and it > worked .. Take it out of Defaults.py and put it in mm_cfg.py. All local changes should go in there instead. That way they won't get over-written when you upgrade. > There are no instructions for this ... Anyways it work > Yep - thanks RedHat! - Mark -- mark at pdc-racing.net From flavio at gral.org.br Thu May 15 23:23:49 2003 From: flavio at gral.org.br (=?iso-8859-1?q?Fl=E1vio=20Brito?=) Date: Thu, 15 May 2003 18:23:49 -0300 Subject: [Mailman-Users] Postfix + MySQL + Mailman Message-ID: <200305151823.49972.flavio@gral.org.br> Dear List Yesterday I migrate my mail server (to postix + mysql ). My Mailman lists stopped. How can I put postfix + mysql + mailman? I tried INSERT INTO aliases VALUES ('linuxrj', 'linuxrj at gral.org.br'); INSERT INTO aliases VALUES ('linuxrj-owner at gral.org.br', 'linuxrj-admin'); INSERT INTO aliases VALUES ('linuxrj-admin at gral.org.br', 'linuxrj-admin'); INSERT INTO aliases VALUES ('linuxrj at gral.org.br','"|/var/mailman/mail/wrapper post linuxrj"'); my list address is linuxrj at gral.org.br, but postfix answer me with: unknown USER How can I fix it? Thanks Fl?vio Brasil From bruno at web1.greenpeace.org Thu May 15 22:57:44 2003 From: bruno at web1.greenpeace.org (Bruno Mattarollo) Date: Thu, 15 May 2003 22:57:44 +0200 (CEST) Subject: [Mailman-Users] Can't start mailmanctl In-Reply-To: Message-ID: Thank you Mark and Tom ... I didn't read all the comments in the files as I am rushing to restore the service. Thanks a lot! ./B On Thu, 15 May 2003, Mark Dadgar wrote: > Bruno Mattarollo at bruno at web1.greenpeace.org wrote: > > Ok, my apologies, I just filled-in MAILMAN_GROUP in Defaults.py and it > > worked .. > > Take it out of Defaults.py and put it in mm_cfg.py. All local changes > should go in there instead. That way they won't get over-written when you > upgrade. > > > There are no instructions for this ... Anyways it work > > > > Yep - thanks RedHat! > > - Mark > -- > mark at pdc-racing.net > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: bruno at web1.greenpeace.org > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/bruno%40web1.greenpeace.org > -- --- Bruno Mattarollo --- SysAdmin & TechLead - Greenpeace International http://www.greenpeace.org/ ---------------------------------------------------- From cove at wildpackets.com Thu May 15 23:39:13 2003 From: cove at wildpackets.com (Cove Schneider) Date: Thu, 15 May 2003 14:39:13 -0700 Subject: [Mailman-Users] Problem w/ remove_members (v2.1.2) Message-ID: <3EC40901.50405@wildpackets.com> Hi, I recently upgraded from 2.1 to 2.1.2 stable -- everything appeared to work fine. Though now I am unable to remove the members from some of the lists. e.g. $ ./remove_members -a -n -N some_list Traceback (most recent call last): File "./remove_members", line 186, in ? main() File "./remove_members", line 176, in main admin_notif, userack) File "/usr/local/mailman/Mailman/MailList.py", line 941, in ApprovedDeleteMember self.removeMember(emailaddr) File "/usr/local/mailman/Mailman/OldStyleMemberships.py", line 220, in removeMember self.__assertIsMember(member) File "/usr/local/mailman/Mailman/OldStyleMemberships.py", line 113, in __assertIsMember raise Errors.NotAMemberError, member Mailman.Errors.NotAMemberError: xxxx at yahoo.com Any info appreciated. Thanks, Cove From Mark at Rauterkus.com Fri May 16 00:50:11 2003 From: Mark at Rauterkus.com (Mark Rauterkus) Date: Thu, 15 May 2003 17:50:11 -0500 Subject: [Mailman-Users] Is there a mass unsubscribe utility / widget / input form? Message-ID: <200305152157.h4FLvJbi078601@rauterkus.com> Hi, Just as there is a mass subscribe form in the web interface for MM, I'd like a mass UNSUBCRIBE. This (wish list) form could have a field to NUKE names from an existing list. Advice welcome. I often take a snapshot of one list -- combine it with another. Then send out an invite. But, there are some in the past that I have as "do-not-mail." When I do the list combines I get that overlap and need to weed again. So, I'd love to have some utility that would scrub the list or mass UNsubscribe. Others in a biz, political or even a REGIONAL setting might find this useful too. Case in point: I'd like to invite those in PA and Ohio with a new list (email invite) but not invite those in W.Va. So, I build a new list from existing lists of Pittsburgh and 2nd list, Cleveland. Fine, its easy to combine lists. But the sticking point is how to then scrub out the know overlaps from W.Va. I'll want to remove some from the combined new lists using a DO-NOT-MAIL list. Hence, the mass Un-subscribe or the need for a SCRUB utility. Ta. Mark Rauterkus mark at Rauterkus.com http://Rauterkus.com http://CLOH.Org http://Sunnyhill.org http://www.Deliberate.com Pittsburgh Interfaith Impact Network's first 'Public Action' was Feb 20, 2003 at Wesley Center A.M.E.-Zion Church. Thanks for lending your power to this effort and its Youth & Recreation Task Force. http://dorm.cloh.org From esper at sherohman.org Fri May 16 00:06:23 2003 From: esper at sherohman.org (Dave Sherohman) Date: Thu, 15 May 2003 17:06:23 -0500 Subject: [Mailman-Users] Is there a mass unsubscribe utility / widget / input form? In-Reply-To: <200305152157.h4FLvJbi078601@rauterkus.com> References: <200305152157.h4FLvJbi078601@rauterkus.com> Message-ID: <20030515220623.GJ18725@sherohman.org> On Thu, May 15, 2003 at 05:50:11PM -0500, Mark Rauterkus wrote: > Just as there is a mass subscribe form in the web interface for MM, I'd like > a mass UNSUBCRIBE. This (wish list) form could have a field to NUKE names > from an existing list. Membership management screen. Uncheck the "subscribed" column. You can remove as many members at a time as you like, within the constraints of how many are shown on the screen. -- The freedoms that we enjoy presently are the most important victories of the White Hats over the past several millennia, and it is vitally important that we don't give them up now, only because we are frightened. - Eolake Stobblehouse (http://stobblehouse.com/text/battle.html) From mail at realwebhost.net Fri May 16 01:03:27 2003 From: mail at realwebhost.net (mail at realwebhost.net) Date: Thu, 15 May 2003 19:03:27 -0400 Subject: [Mailman-Users] Letters Message-ID: <001401c31b36$32311fd0$9f2cdd41@computer> Using cpanel with mailman. We have some users that have large list. Some of which get hung up in the mail q. When we view them in the mail q we email address's of the people on the list to the left of their address we see these letters. NN NY YN YY What do they mean? From chriskl at familyhealth.com.au Fri May 16 03:21:48 2003 From: chriskl at familyhealth.com.au (Christopher Kings-Lynne) Date: Fri, 16 May 2003 09:21:48 +0800 Subject: [Mailman-Users] Importing emails to mailman's database References: <88A6BA6D-86F7-11D7-8389-0003936D9900@memphis.edu> <3EC38E1A.28716.FC460E@localhost> Message-ID: <07fd01c31b49$87d06550$6500a8c0@fhp.internal> > Create a plain text file of the 15,000 email addresses (that's the key > word you left out... there's a difference between 15,000 emails and > 15,000 email addresses), with one address per line. Perhaps you can > create a report and send it to a file instead of to a printer. > > Then you can either cut and paste that file into the Mailman mass > subscription screen, or use the "specify a file to upload" option. Even better, just use bin/add_members script that comes with Mailman. Run with -h option for help. Chris From volcheck at acm.org Fri May 16 06:26:43 2003 From: volcheck at acm.org (Emil Volcheck) Date: Fri, 16 May 2003 04:26:43 -0000 Subject: [Mailman-Users] admindb not updated In-Reply-To: References: Message-ID: <1053059198.1441.82.camel@rosie.arsmagna.com> Hello, when I discard (or otherwise process) messages that have been held for approval, there is no change when I click the submit button. When the page reloads, all the messages reappear as though I had done nothing. I suspected that somehow the held message files got write permissions screwed up, but I saw nothing unusual, and check_perms found no error. I deleted the held messages from the data directory, and that cleared up the backlog. Can anybody suggest what might be going wrong with the web interface? Thanks, --Emil Emil Volcheck volcheck at acm.org From mark at pdc-racing.net Fri May 16 06:30:59 2003 From: mark at pdc-racing.net (Mark Dadgar) Date: Thu, 15 May 2003 21:30:59 -0700 Subject: [Mailman-Users] admindb not updated In-Reply-To: <1053059198.1441.82.camel@rosie.arsmagna.com> Message-ID: Emil Volcheck at volcheck at acm.org wrote: > when I discard (or otherwise process) messages that have been > held for approval, there is no change when I click the submit > button. When the page reloads, all the messages reappear as > though I had done nothing. I suspected that somehow the held > message files got write permissions screwed up, but I saw > nothing unusual, and check_perms found no error. I deleted > the held messages from the data directory, and that cleared > up the backlog. > > Can anybody suggest what might be going wrong with the web interface? Interesting. I've periodically had the opposite problem. Stuff will hit the admindb but not show up in the web interface. For example, someone will subscribe via the web to a mailing list that requires admin approval. The info will make it to the admindb (pending.pck) and be reflected in the subscribe log, but it will never show up in the admin web interface. Having seen it yet after the 2.1.2 upgrade, but then it's the kind of problem you can easily miss. - Mark -- mark at pdc-racing.net From Oliver.Egginger at dvz.fh-giessen.de Fri May 16 09:44:52 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Fri, 16 May 2003 07:44:52 -0000 Subject: [Mailman-Users] Mailman 2.1.2 - Logging error messages during start and stop Message-ID: <1053071046.12428.42.camel@chaos.dvz.fh-giessen.de> Hello, I run Mailman 2.1.2. I can create lists, subscribe / unsubscribe and send messages to my lists. Also everything else (which I have tested) seems to work fine. But in verbose mode I receive during the startup (mailmanctl start) and during a mailmanctl stop messages like the following: # clear __builtin__._ Logging error: Traceback (most recent call last): File "/home/mailman/Mailman/Logging/MultiLogger.py", line 43, in write logger.write(msg) File "/home/mailman/Mailman/Logging/StampedLogger.py", line 73, in write Logger.write(self, "%s %s" % (prefix, msg)) File "/home/mailman/Mailman/Logging/Logger.py", line 88, in write msg = unicode(msg, self.__encoding) SystemError: codec module not properly initialized Original log message: # clear __builtin__._ Only the lines 43, 73 and 88 of MultiLogger.py are affected, nothing else. Augur this "Loggin errors" something bad? The loggin seems to work well anyway. I receive this messages only in verbose mode. There are no straying entries in /home/mailman/locks. I wondering, if I should bring this mailman installation into production? - oliver From nivo+mailman-users at yuckfou.org Fri May 16 10:20:15 2003 From: nivo+mailman-users at yuckfou.org (Nils Vogels) Date: Fri, 16 May 2003 10:20:15 +0200 Subject: [Mailman-Users] Letters In-Reply-To: <001401c31b36$32311fd0$9f2cdd41@computer> References: <001401c31b36$32311fd0$9f2cdd41@computer> Message-ID: <20030516082015.GG4209@imhotep.yuckfou.org> On Thu, May 15, 2003 at 07:03:27PM -0400, mail at realwebhost.net () wrote: > > Using cpanel with mailman. We have some users that have large list. Some of which get hung up in the mail q. > When we view them in the mail q we email address's of the people on the list to the left of their address we see these letters. > > NN > NY > YN > YY Can you post an example ? Gr, Nils. From Nigel.Metheringham at dev.InTechnology.co.uk Fri May 16 10:20:16 2003 From: Nigel.Metheringham at dev.InTechnology.co.uk (Nigel Metheringham) Date: Fri, 16 May 2003 08:20:16 -0000 Subject: [Mailman-Users] Letters In-Reply-To: <001401c31b36$32311fd0$9f2cdd41@computer> References: <001401c31b36$32311fd0$9f2cdd41@computer> Message-ID: <1053073209.8835.5.camel@angua.localnet> On Fri, 2003-05-16 at 00:03, mail at realwebhost.net wrote: > Using cpanel with mailman. We have some users that have large list. Some of which get hung up in the mail q. > When we view them in the mail q we email address's of the people on the list to the left of their address we see these letters. > > NN > NY > YN > YY > > What do they mean? If these are in the mail queue then this is not a Mailman question, but a question relating to your MTA. In this case it looks like you are using exim, and the information on the format of the spool files can be found at http://www.exim.org/exim-html-4.20/doc/html/spec_48.html#CHAP48 The short answer is that the list of addresses you see is the list of addresses *not* to be delivered to (this may mean they have already been delivered to), and the Y/N encoding shows how they are arranged in the balanced binary tree data structure. Nigel. -- [ Nigel Metheringham Nigel.Metheringham at InTechnology.co.uk ] [ - Comments in this message are my own and not ITO opinion/policy - ] From nivo+mailman-users at yuckfou.org Fri May 16 10:25:00 2003 From: nivo+mailman-users at yuckfou.org (Nils Vogels) Date: Fri, 16 May 2003 10:25:00 +0200 Subject: [Mailman-Users] Postfix + MySQL + Mailman In-Reply-To: <200305151823.49972.flavio@gral.org.br> References: <200305151823.49972.flavio@gral.org.br> Message-ID: <20030516082500.GH4209@imhotep.yuckfou.org> On Thu, May 15, 2003 at 06:23:49PM -0300, Fl?vio Brito (FvB) wrote: FvB> Dear List FvB> FvB> Yesterday I migrate my mail server (to postix + mysql ). My Mailman lists FvB> stopped. How can I put postfix + mysql + mailman? FvB> FvB> I tried FvB> FvB> INSERT INTO aliases VALUES ('linuxrj', 'linuxrj at gral.org.br'); FvB> INSERT INTO aliases VALUES ('linuxrj-owner at gral.org.br', 'linuxrj-admin'); FvB> INSERT INTO aliases VALUES ('linuxrj-admin at gral.org.br', 'linuxrj-admin'); FvB> INSERT INTO aliases VALUES ('linuxrj at gral.org.br','"|/var/mailman/mail/wrapper FvB> post linuxrj"'); FvB> FvB> my list address is linuxrj at gral.org.br, but postfix answer me with: FvB> FvB> unknown USER FvB> FvB> How can I fix it? This is more a question for the postfix list, but OK, who's counting :) 1) list your mysql configfile in alias_maps. example: alias_maps = mysql:/usr/local/etc/postfix/aliases.mysql.cf 2) Put in the file mentioned above the following values: # # mysql config file for alias lookups on postfix # comments are ok. # # the user name and password to log into the mysql server user = someone password = some_password # the database name on the servers dbname = customer_database # the table name table = mxaliases # select_field = forw_addr where_field = alias # you may specify additional_conditions here additional_conditions = and status = 'paid' # the above variables will result in a query of # the form: # select forw_addr from mxaliases where alias = '$lookup' and status = 'paid' # ($lookup is escaped so if it contains single quotes or other odd # characters, it will not cause a parse error in the sql). # # the hosts that postfix will try to connect to # and query from (in the order listed) # specify unix: for unix-domain sockets, inet: for TCP connections (default) hosts = host1.some.domain host2.some.domain unix:/file/name # end mysql config file 3) Kick postfix: postfix reload 4) If problem persists, contact postfix-users at postfix.org with postconf output and logging of errors. From Oliver.Egginger at dvz.fh-giessen.de Fri May 16 13:19:15 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Fri, 16 May 2003 11:19:15 -0000 Subject: [Mailman-Users] Autoresponder only once? Message-ID: <1053083926.12433.96.camel@chaos.dvz.fh-giessen.de> Hello again, when I switch on the autoresponder, any sender address gets only one message from the autoresponder namely for the first post. So it is a "First-Post-Only-Autoresponder" :-) I was wondering whether this is some kind of magic? But then I did a find in files for the corresponding addresses and saw them spooking in "config.pck". So is it a bug or a feature? :-) - oliver -- Oliver Egginger Fachochschule Giessen-Friedberg From Oliver.Egginger at dvz.fh-giessen.de Fri May 16 13:23:19 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Fri, 16 May 2003 11:23:19 -0000 Subject: [Mailman-Users] Autoresponder only once per address? Message-ID: <1053084181.14952.99.camel@chaos.dvz.fh-giessen.de> Hello again, when I switch on the autoresponder, any sender address gets only one message from the autoresponder namely for the first post. So it is a "First-Post-Only-Autoresponder" :-) I was wondering whether this is some kind of magic? But then I did a find in files for the corresponding addresses and saw them spooking in "config.pck". So is it a bug or a feature? :-) - oliver From nivo+mailman-users at yuckfou.org Fri May 16 13:44:43 2003 From: nivo+mailman-users at yuckfou.org (Nils Vogels) Date: Fri, 16 May 2003 13:44:43 +0200 Subject: [Mailman-Users] Autoresponder only once per address? In-Reply-To: <1053084181.14952.99.camel@chaos.dvz.fh-giessen.de> References: <1053084181.14952.99.camel@chaos.dvz.fh-giessen.de> Message-ID: <20030516114443.GB443@imhotep.yuckfou.org> On Fri, May 16, 2003 at 01:23:01PM +0200, Oliver Egginger (OE) wrote: OE> Hello again, OE> OE> when I switch on the autoresponder, any sender address gets only OE> one message from the autoresponder namely for the first post. OE> So it is a "First-Post-Only-Autoresponder" OE> :-) OE> OE> I was wondering whether this is some kind of magic? OE> But then I did a find in files for the corresponding addresses OE> and saw them spooking in "config.pck". It's a feature, I'd guess ... to be more precise, this one: # Number of days between auto-responses to either the mailing list or # -request/-owner address from the same poster. Set to zero (or # negative) for no grace period (i.e. auto-respond to every message). autoresponse_graceperiod = 90 From Oliver.Egginger at dvz.fh-giessen.de Fri May 16 14:03:47 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Fri, 16 May 2003 12:03:47 -0000 Subject: [Mailman-Users] Autoresponder only once per address? In-Reply-To: <20030516114443.GB443@imhotep.yuckfou.org> References: <1053084181.14952.99.camel@chaos.dvz.fh-giessen.de> <20030516114443.GB443@imhotep.yuckfou.org> Message-ID: <1053086603.12433.111.camel@chaos.dvz.fh-giessen.de> # autoresponse_graceperiod = 90 I see! But if I change the response message? People don't will get the new message immediately. Excepting I set autoresponse_graceperiod to zero. But I think this isn't a big problem in practice. - oliver Am Fre, 2003-05-16 um 13.44 schrieb Nils Vogels: > On Fri, May 16, 2003 at 01:23:01PM +0200, Oliver Egginger (OE) wrote: > OE> Hello again, > OE> > OE> when I switch on the autoresponder, any sender address gets only > OE> one message from the autoresponder namely for the first post. > OE> So it is a "First-Post-Only-Autoresponder" > OE> :-) > OE> > OE> I was wondering whether this is some kind of magic? > OE> But then I did a find in files for the corresponding addresses > OE> and saw them spooking in "config.pck". > > It's a feature, I'd guess ... to be more precise, this one: > > # Number of days between auto-responses to either the mailing list or > # -request/-owner address from the same poster. Set to zero (or > # negative) for no grace period (i.e. auto-respond to every message). > autoresponse_graceperiod = 90 > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: oliver.egginger at dvz.fh-giessen.de > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/oliver.egginger%40dvz.fh-giessen.de From phil at nxtek.net Fri May 16 14:59:59 2003 From: phil at nxtek.net (Phil Iovino) Date: Fri, 16 May 2003 07:59:59 -0500 Subject: [Mailman-Users] Mailman Problems - Will pay :) In-Reply-To: <20030516082500.GH4209@imhotep.yuckfou.org> Message-ID: <008f01c31bab$102cb9b0$8dac54d1@phil> I'm having some permissions problems on all of my hosted lists. They were all previously working. Rather than hack my way through it I'd rather just outsource it to someone that knows what they're doing. :) Please contact me via Email on a rate. It would also help if you have ICQ. First come first serve. :) Thanks. From rkpn at british-genealogy.com Fri May 16 16:31:53 2003 From: rkpn at british-genealogy.com (Rod Neep) Date: Fri, 16 May 2003 15:31:53 +0100 Subject: [Mailman-Users] Email address munging doesn't work Message-ID: It is becoming obvious that email address munging, as applied by Mailman is not being effective. Try this: Go to Google type in "holden.john at btconnect.com" in the search box. It returns: ENG-LAN-Manchester Info Page ... ENG-LAN-Manchester list run by holden.john at btconnect.com ENG-LAN-Manchester administrative interface (requires authorization). version 2.0.13, www.british-genealogy.com/mailman/ listinfo/eng-lan-manchester Note! An *un-munged* email address from what is really there, which is: ENG-LAN-Manchester list run by holden.john at btconnect.com ENG-LAN-Manchester administrative interface (requires authorization) Overview of all british-genealogy.com mailing lists and *even* though the embedded mailto link from "holden.john at btconnect.com" is to "mailto:eng-lan-manchester-owner at british-genealogy.com" If Google can do it... then spam trawlers can do it :-( Some serious suggestions are needed! Regards Rod -- Rod Neep British-Genealogy.com http://www.british-genealogy.com From mavery at mail.otherwhen.com Fri May 16 16:44:19 2003 From: mavery at mail.otherwhen.com (Mike Avery) Date: Fri, 16 May 2003 08:44:19 -0600 Subject: [Mailman-Users] Newsgroup gateway question In-Reply-To: <1053071046.12428.42.camel@chaos.dvz.fh-giessen.de> Message-ID: <3EC4A4E3.17347.2F6C1F@localhost> I really don't like newsgroup software. I'd rather access newsgroups through my email client. So, when I realized that Mailman would let me gate a newsgroup to email, I set it up to gate several of my favorite newsgroups. And all was well. Until someone sent a spam to a newsgroup through my mailman server. And then some anti-spam zealots started beating me up. The words "open relay" were used, through that's not the case. So, I upgraded from 2.0.12 to 2.1.1. I looked at the security setup, and realized I still can't figure out how to nail down the mailing list. What I want to do is to allow people to subscribe to the mailing lists, to receive messages from the newsgroups and send messages to the newsgroups through the mailing list. I also want to be sure that anyone who is not a subscriber to the mailing list can not send messages to the newsgroup. However, when I nail down the mailing list so only subscribers can post to it, all the traffic from the newsgroup is stopped. I don't want to have to approve each message.. life is too short. So... can anyone suggest how I can get the setup I'm looking for? When I asked how I could do this when I first started running version 2.0.8 I was told, "don't worry about it, so what if the newsgroups can be spammed through your server - there's tens of thousands of ways to spam newsgroups, one more or less doesn't matter." It seems it matter now. Thanks, Mike From creative.computing at PTSEM.EDU Fri May 16 17:31:51 2003 From: creative.computing at PTSEM.EDU (Computing, Creative) Date: Fri, 16 May 2003 11:31:51 -0400 Subject: [Mailman-Users] Receiving errors Message-ID: <0509DF30C7A3EE4C9502E3C6C19C29210273C8DB@coaster.ptsem.edu> Finally i've been able to figure out most of my problems with sendmail and actually got it sending and recieving mail fine. Now i keep having problems with the mails being returned. I am guessing the problem may be related to the current exchange server running, and i am going to have to create an MX entry for the other server, however i could be dead wrong. When i try to reply to or send an e-mail to the machine i get: The original message was received at Fri, 16 May 2003 11:28:07 -0400 from coaster.ptsem.edu [172.16.11.23] ----- The following addresses had permanent fatal errors ----- "|/usr/local/mailman/mail/mailman request cctest" (reason: Service unavailable) (expanded from: ) ----- Transcript of session follows ----- smrsh: "mailman" not available for sendmail programs (stat failed) 554 5.0.0 Service unavailable Reporting-MTA: dns; list.ptsem.edu Received-From-MTA: DNS; coaster.ptsem.edu Arrival-Date: Fri, 16 May 2003 11:28:07 -0400 Final-Recipient: RFC822; cctest-request at list.ptsem.edu X-Actual-Recipient: X-Unix; |/usr/local/mailman/mail/mailman request cctest Action: failed Status: 5.5.0 Diagnostic-Code: X-Unix; 69 Last-Attempt-Date: Fri, 16 May 2003 11:28:07 -0400 Thanks for the help ahead of time :) everyone has been really nice so far and i'm glad to get all the help. Mike From Mark at Rauterkus.com Fri May 16 18:53:26 2003 From: Mark at Rauterkus.com (Mark Rauterkus) Date: Fri, 16 May 2003 11:53:26 -0500 Subject: [Mailman-Users] Is there a mass unsubscribe utility / widget / input form? Message-ID: <200305161600.h4GG0ZQY096817@rauterkus.com> > On Thu, May 15, 2003 at 05:50:11PM -0500, Mark Rauterkus wrote: >> Just as there is a mass subscribe form in the web interface for MM, I'd like >> a mass UNSUBCRIBE. This (wish list) form could have a field to NUKE names >> from an existing list. > > Membership management screen. Uncheck the "subscribed" column. You > can remove as many members at a time as you like, within the > constraints of how many are shown on the screen. Understood. But that solution is much harder than a cut-and-paste. I'd love to gather a number of addresses in one field and then hit submit once. With multiple pages for a congregational sized list -- the unsubscribe column is a bit of a frustration. Ta. Mark Rauterkus mark at Rauterkus.com http://Rauterkus.com http://CLOH.Org http://Sunnyhill.org http://www.Deliberate.com From esper at sherohman.org Fri May 16 18:38:29 2003 From: esper at sherohman.org (Dave Sherohman) Date: Fri, 16 May 2003 11:38:29 -0500 Subject: [Mailman-Users] Is there a mass unsubscribe utility / widget / input form? In-Reply-To: <200305161600.h4GG0ZQY096817@rauterkus.com> References: <200305161600.h4GG0ZQY096817@rauterkus.com> Message-ID: <20030516163829.GI19447@sherohman.org> On Fri, May 16, 2003 at 11:53:26AM -0500, Mark Rauterkus wrote: > > On Thu, May 15, 2003 at 05:50:11PM -0500, Mark Rauterkus wrote: > >> Just as there is a mass subscribe form in the web interface for MM, I'd like > >> a mass UNSUBCRIBE. This (wish list) form could have a field to NUKE names > >> from an existing list. > > > > Membership management screen. Uncheck the "subscribed" column. You > > can remove as many members at a time as you like, within the > > constraints of how many are shown on the screen. > > Understood. > > But that solution is much harder than a cut-and-paste. I'd love to gather a > number of addresses in one field and then hit submit once. With multiple > pages for a congregational sized list -- the unsubscribe column is a bit of > a frustration. Misunderstood. In that case, I guess you're right about it not being there. -- The freedoms that we enjoy presently are the most important victories of the White Hats over the past several millennia, and it is vitally important that we don't give them up now, only because we are frightened. - Eolake Stobblehouse (http://stobblehouse.com/text/battle.html) From dave at umiacs.umd.edu Fri May 16 18:43:46 2003 From: dave at umiacs.umd.edu (Dave Stern - Former Rocket Scientist) Date: Fri, 16 May 2003 12:43:46 -0400 (EDT) Subject: [Mailman-Users] Is there a mass unsubscribe utility / widget / input form? In-Reply-To: <200305161600.h4GG0ZQY096817@rauterkus.com> Message-ID: On Fri, 16 May 2003, Mark Rauterkus wrote: > > On Thu, May 15, 2003 at 05:50:11PM -0500, Mark Rauterkus wrote: > >> Just as there is a mass subscribe form in the web interface for MM, I'd like > >> a mass UNSUBCRIBE. This (wish list) form could have a field to NUKE names > >> from an existing list. > > > > Membership management screen. Uncheck the "subscribed" column. You > > can remove as many members at a time as you like, within the > > constraints of how many are shown on the screen. > > Understood. > > But that solution is much harder than a cut-and-paste. I'd love to gather a > number of addresses in one field and then hit submit once. With multiple > pages for a congregational sized list -- the unsubscribe column is a bit of > a frustration. Make a script: run $MAILMAN/bin/list_members LISTNAME >/tmp/unsub edit /tmp/unsub leaving users you wanna remove And feed that into $MAILMAN/bin/remove_members -f /tmp/unsub LISTNAME =-=-=-=-=-=-=-=-=-=-=-=- generated by /dev/dave -=-=-=-=-=-=-=-=-=-=-=-=-=-= David Stern University of Maryland Institute for Advanced Computer Studies From bhilburn at frontier.net Fri May 16 18:51:47 2003 From: bhilburn at frontier.net (Bill Hilburn) Date: Fri, 16 May 2003 10:51:47 -0600 Subject: [Mailman-Users] Is there a mass unsubscribe utility / widget / input form? In-Reply-To: References: Message-ID: <1053103907.3ec517230a0b3@webmail.frontier.net> MM 2.1 has a Mass Removal right under Mass Subscription... Quoting Dave Stern - Former Rocket Scientist : > On Fri, 16 May 2003, Mark Rauterkus wrote: > > > > On Thu, May 15, 2003 at 05:50:11PM -0500, Mark Rauterkus wrote: > > >> Just as there is a mass subscribe form in the web interface for MM, I'd > like > > >> a mass UNSUBCRIBE. This (wish list) form could have a field to NUKE > names > > >> from an existing list. > > > > > > Membership management screen. Uncheck the "subscribed" column. You > > > can remove as many members at a time as you like, within the > > > constraints of how many are shown on the screen. > > > > Understood. > > > > But that solution is much harder than a cut-and-paste. I'd love to gather > a > > number of addresses in one field and then hit submit once. With multiple > > pages for a congregational sized list -- the unsubscribe column is a bit > of > > a frustration. > > Make a script: > > run $MAILMAN/bin/list_members LISTNAME >/tmp/unsub > edit /tmp/unsub leaving users you wanna remove > > And feed that into $MAILMAN/bin/remove_members -f /tmp/unsub LISTNAME > > > > =-=-=-=-=-=-=-=-=-=-=-=- generated by /dev/dave > -=-=-=-=-=-=-=-=-=-=-=-=-=-= > David Stern University of > Maryland > Institute for Advanced Computer Studies > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: bhilburn at frontier.net > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/bhilburn%40frontier.net > Bill Hilburn NOC Frontier Internet ------------------------------------------------- This mail sent through frontier.net webmail service! From nate at plsweb.com Fri May 16 20:29:27 2003 From: nate at plsweb.com (nate at plsweb.com) Date: Fri, 16 May 2003 14:29:27 -0400 Subject: [Mailman-Users] Receiving errors In-Reply-To: <0509DF30C7A3EE4C9502E3C6C19C29210273C8DB@coaster.ptsem.edu> References: <0509DF30C7A3EE4C9502E3C6C19C29210273C8DB@coaster.ptsem.edu> Message-ID: <20030516142927.A9439@plsweb.com> > smrsh: "mailman" not available for sendmail programs (stat failed) Mike, Actually, it sounds like you're still having some trouble with Sendmail and the smrsh wrapper program. From the README.SENDMAIL file: SENDMAIL `smrsh' COMPATIBILITY Many newer versions of Sendmail come with a restricted execution utility called "smrsh", which limits the executables that Sendmail will allow to be used as mail filter programs. You need to explicitly allow Mailman's wrapper program to be used with smrsh before it will work. If mail is not getting delivered to Mailman's wrapper program and you're getting an "operating system error" in your mail syslog, this could be your problem. One good way of doing this is to: - cd into /etc/smrsh (or where ever it happens to reside on your system, such as /var/smrsh or /usr/local/smrsh). - create a symbolic link to Mailman's wrapper program For example, if you've installed Mailman in the standard location, you can just execute these commands (you might have to do these as root): % cd /etc/smrsh % ln -s /usr/local/mailman/mail/mailman mailman Cheers, n. -- Nate Perry-Thistle From Freedom_Lover at pobox.com Fri May 16 18:52:43 2003 From: Freedom_Lover at pobox.com (Todd) Date: Fri, 16 May 2003 12:52:43 -0400 Subject: [Mailman-Users] Is there a mass unsubscribe utility / widget / input form? In-Reply-To: <200305152157.h4FLvJbi078601@rauterkus.com> References: <200305152157.h4FLvJbi078601@rauterkus.com> Message-ID: <20030516165243.GT32053@psilocybe.teonanacatl.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mark Rauterkus wrote: > Just as there is a mass subscribe form in the web interface for MM, I'd like > a mass UNSUBCRIBE. This (wish list) form could have a field to NUKE names > from an existing list. There is a Mass Removals section in 2.1, does that do what you want? In 2.0, you can use the remove_members script to do the same thing from the command line. - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ============================================================================ God loves stupid people. That's why he made so many. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+xRdbuv+09NZUB1oRAqiyAJ9n9Be6lqjGPWxa0iMU/0LZ7f/1ywCeNi+a dc6r7NYNTlRU7gyupE6HU7k= =QG0p -----END PGP SIGNATURE----- From tgrant at lunavista.com Wed May 14 22:35:23 2003 From: tgrant at lunavista.com (Tim Grant) Date: Wed, 14 May 2003 15:35:23 -0500 Subject: [Mailman-Users] trouble with mailman Message-ID: I am sooo confused. I have a list of recipients that I want to allow them to send and receive messages, and follow up with responses. We have added two users, and we have sent test messages, but none of them have arrived! Can you help? Warmest regards, Timothy C Grant Lunavista Communications Corp 773.645.1731 tgrant at lunavista.com www.lunavista.com From skoehler at upb.de Wed May 14 23:31:00 2003 From: skoehler at upb.de (=?ISO-8859-1?Q?Sven_K=F6hler?=) Date: Wed, 14 May 2003 23:31:00 +0200 Subject: [Mailman-Users] encrypted passwords/German "Datenschutzgesetz" Message-ID: <3EC2B594.9050305@upb.de> Hi, in Germany there is a Law that forced any application to store the passwords encrypted. In all Mailman-Version i know, there is the possibility to get my own password mailed to me. That means that this is not the case at the moment. This makes it unusable for German custumers that respect that law. I suggest using a one-way encryption like CryptMD5 or such like most systems do already. Thx Sven From roy_santos at yahoo.com Thu May 15 06:43:52 2003 From: roy_santos at yahoo.com (Roy Santos) Date: Wed, 14 May 2003 21:43:52 -0700 (PDT) Subject: [Mailman-Users] Mailman working with Postfix, but not with Sendmail Message-ID: <20030515044352.96612.qmail@web40806.mail.yahoo.com> After I finally got Mailman working perfectly with Postfix, the boss was interested in using Sendmail as he is more comfortable with Sendmail and apparently doesn't want to learn new tricks. Now from the original readme files I gathered that Postfix was the preferred program as it created automatic aliases while Sendmail required user intervention. I found the thread http://www.mail-archive.com/mailman-users at python.org/msg14542.html which uses the Python implementation. This is pretty much the issue I have. I visited the site, downloaded the patch #644810, read the readme.mailer file, and installed it. Unfortunately, I'm still not working correctly with Sendmail. One thing I'm that was a bit confusing was the patch file. It apparently had the readme, new mailman.mc and patch all contained. I had trouble following how to extract the proto.m4.patch. I've been away from open software for a while. I couldn't follow what the + and - was trying to tell me. I could use a little more info regarding that. So Mailman list creation either manually or via http works fine. Archiving mail via Pipermail works as well. But when I send email to the newly created lists, mail goes into a blackhole which tells me that it's not getting to the mm-handler script. No errors in the maillog. I would appreciate some pointers. I am running Redhat 8.0, the host is not the email domain, and Sendmail version 8.12.8.5-80. Reply if you need more information. Thanks in advance, Roy __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com From toby at clairmont.org Thu May 15 09:38:07 2003 From: toby at clairmont.org (Toby L. Clairmont, RN, CEM) Date: Wed, 14 May 2003 21:38:07 -1000 Subject: [Mailman-Users] Export member list... Message-ID: <009301c31ab4$edc2ade0$6601a8c0@clairmont006> Is there a way to export my membership list to another Mailman list? Tob ______________________________________________ TOBY L. CLAIRMONT, RN, CEM Emergency Program Manager Healthcare Association of Hawaii 24-hr emergency: (808) 216-3531 facsimile: (808) 625-3683 voice: (808) 864-7723 This electronic message is intended only for the individual or entity to which it is addressed and may contain information that is confidential and protected by law. If you are not the intended recipient of this message, you are cautioned that use of its contents in any way is prohibited and may be unlawful. If you have received this communication in error, please notify the sender immediately by e-mail or telephone and destroy the original message and all copies. From gary at chez-thomas.org Thu May 15 17:51:01 2003 From: gary at chez-thomas.org (Gary Thomas) Date: Thu, 15 May 2003 15:51:01 -0000 Subject: [Mailman-Users] Membership lists Message-ID: <1053013827.1568.895.camel@hermes> I just upgraded (via Red Hat 9) to version 2.1 I like a lot of the changes, but gone are the days when I (as list administrator) can peruse the entire membership list in one fell swoop. Is there any way to get at this? Using the subsets (by starting letter) is OK, but sometimes I'd like to see the whole thing. Also, is there any way to export the list? I know that I can import a new one. Thanks. -- Gary Thomas From Elena at Maroufi.de Thu May 15 20:16:42 2003 From: Elena at Maroufi.de (Elena Maroufi-Afscharian) Date: Thu, 15 May 2003 19:16:42 +0100 Subject: [Mailman-Users] Send-to address out of order Message-ID: Hi! I'm new here - don't know about the do's-'n-don'ts on this list, but as my problem is urgent, I can't just wait and watch to learn about this specific list's netiquette, so please excuse if I fail in one aspect or other. I successfully run a private eMail-list with mailman version 2.1.1 for quite a while now. Without any tangible reason, no mail goes through our "send to" address since last night. I received private complains from list-members about them being unable to post to the list, so I tried myself - none of the mails sent to our list address comes through. Yesterday, things were ok still, this morning, when I tried to reply to a mail, the failure was in effect already. Mailman was pre-installed by my web-hoster, I don't have any influence in their settings. Any idea what's wrong here? Thanks for your support, Elena From roy_santos at yahoo.com Thu May 15 19:35:53 2003 From: roy_santos at yahoo.com (Roy Santos) Date: Thu, 15 May 2003 10:35:53 -0700 (PDT) Subject: [Mailman-Users] Is there a web equivalent to "find_member -w name -l"? Message-ID: <20030515173553.34071.qmail@web40806.mail.yahoo.com> We would like to allow users to view who the owners are and who is on the lists. We are using Mailman as an internal list server. Thanks, Roy ===== __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com From Fran.Lawas-Grodek at nasa.gov Fri May 16 05:11:39 2003 From: Fran.Lawas-Grodek at nasa.gov (Fran Lawas-Grodek) Date: Thu, 15 May 2003 23:11:39 -0400 Subject: [Mailman-Users] Archive link only gives /pipermail/ Message-ID: <20030515231139.A27581@jamaica.grc.nasa.gov> Hello, I am also experiencing the same problem that Chris reported on May 6, 2003: "I've upgraded my old 2.0.13 list to 2.1.1 from Debin/testing. All is working fine except that the link to the archives is just "/pipermail/". Shouldn't this be "/pipermail/list/"? " In my case, I've just upgraded from 2.0.8 to 2.1.2. It appears that in the listinfo template is not resolving the list name on the line where the http link is defined -- it resolves to just "/pipermail/". I have too many lists to go ahead and hard-code each General list info page -- something is not quite right. Any thoughts? I'd greatly appreciate it. Please be sure to email directly -- I am not a current subscriber to the list. Thanks in advance, Fran Lawas-Grodek Cleveland, OH USA Fran.Lawas-Grodek at nasa.gov From jwgrafflin at ev1.net Fri May 16 08:19:13 2003 From: jwgrafflin at ev1.net (John Grafflin) Date: Fri, 16 May 2003 01:19:13 -0500 Subject: [Mailman-Users] Unpacking Mailman Message-ID: <0f8c01c31b73$12bef7c0$86dc28d8@jwgmg> I've downloaded mailman-2.1.2.tgz. Now what? I don't understand the unpacking instructions at www.gnu.org which says unpack it with the following commands: % cd /usr/local/src % tar zxf mailman.tar.gz From dhphllps at memphis.edu Fri May 16 20:16:24 2003 From: dhphllps at memphis.edu (Dan Phillips) Date: Fri, 16 May 2003 13:16:24 -0500 Subject: [Mailman-Users] Is there a web equivalent to "find_member -w name -l"? In-Reply-To: <20030515173553.34071.qmail@web40806.mail.yahoo.com> Message-ID: <8099F4D5-87CA-11D7-B87C-0003936D9900@memphis.edu> On Thursday, May 15, 2003, at 12:35 PM, Roy Santos wrote: > We would like to allow users to view who the owners > are and who is on the lists. We are using Mailman as > an internal list server. > > Thanks, > > Roy > > ===== > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: dhphllps at memphis.edu > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/ > dhphllps%40memphis.edu > From mark at pdc-racing.net Fri May 16 20:19:04 2003 From: mark at pdc-racing.net (Mark Dadgar) Date: Fri, 16 May 2003 11:19:04 -0700 Subject: [Mailman-Users] Membership lists In-Reply-To: <1053013827.1568.895.camel@hermes> Message-ID: Gary Thomas at gary at chez-thomas.org wrote: > I just upgraded (via Red Hat 9) to version 2.1 > > I like a lot of the changes, but gone are the days when I > (as list administrator) can peruse the entire membership > list in one fell swoop. Is there any way to get at this? > Using the subsets (by starting letter) is OK, but sometimes > I'd like to see the whole thing. Also, is there any way > to export the list? I know that I can import a new one. ~mailman/bin/list_members will do what you want in both cases. I don't know of a way to peruse the entire subscriber's list from the web, though. - Mark -- mark at pdc-racing.net From Freedom_Lover at pobox.com Fri May 16 20:26:02 2003 From: Freedom_Lover at pobox.com (Todd) Date: Fri, 16 May 2003 14:26:02 -0400 Subject: [Mailman-Users] encrypted passwords/German "Datenschutzgesetz" In-Reply-To: <3EC2B594.9050305@upb.de> References: <3EC2B594.9050305@upb.de> Message-ID: <20030516182602.GV32053@psilocybe.teonanacatl.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Sven K?hler wrote: > in Germany there is a Law that forced any application to store the > passwords encrypted. In all Mailman-Version i know, there is the > possibility to get my own password mailed to me. That means that this is > not the case at the moment. If you encrypt the passwords with any meaningful encryption, then you can't mail out password reminders. If, as another option, you use some trivial to reverse "encryption" then what's the point? > This makes it unusable for German custumers that respect that law. So german users should point out to their government that their law is ridiculous and that legislators should stay out of software development. They know about as much about this area as US legislators (or any other group of bureaucratic boobs, for that matter). Governments, more so than any other entity, need to be told "NO!" regularly and forcefully. Otherwise they'll insert themselves deeper and deeper into every aspect of our existence. Sorry for the political rant... I just get irritated when busy body bureaucrats want to dictate things to the rest of us when they have no clue. - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ============================================================================ The most useful piece of learning for the uses of life is to unlearn what is untrue. -- Antisthenes -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+xS06uv+09NZUB1oRAmuzAJ9+RRk0s1bQLRhzPZ4wjEfrkqG75QCfbwIu hOs+ii/86XGCEpZqKBPAAQs= =iyWP -----END PGP SIGNATURE----- From mavery at mail.otherwhen.com Fri May 16 20:37:00 2003 From: mavery at mail.otherwhen.com (Mike Avery) Date: Fri, 16 May 2003 12:37:00 -0600 Subject: [Mailman-Users] trouble with mailman In-Reply-To: Message-ID: <3EC4DB6C.8004.AD1D22@localhost> On 14 May 2003 at 15:35, Tim Grant wrote: > I am sooo confused. I have a list of recipients that I want to allow > them to send and receive messages, and follow up with responses. > > We have added two users, and we have sent test messages, but none of > them have arrived! You might let us know what platform you are trying to run Mailman upon, which version you installed, what your mail transport agent is (i.e.Sendmail, Exim, Postfix, Qmail, etc), and if you've read and followed the instructions in the INSTALL file.... and if there were parts of the INSTALL file's instructions that didn't seem to work right, or that you didn't understand. Mike -- Mike Avery MAvery at mail.otherwhen.com ICQ: 16241692 AOL IM:MAvery81230 Phone: 970-642-0280 * Spam is for lusers who can't get business any other way * A Randomly Selected Thought For The Day: You are in a maze of twisty little passages, all alike... From mark at pdc-racing.net Fri May 16 22:37:07 2003 From: mark at pdc-racing.net (Mark Dadgar) Date: Fri, 16 May 2003 13:37:07 -0700 Subject: [Mailman-Users] encrypted passwords/German "Datenschutzgesetz" In-Reply-To: <20030516182602.GV32053@psilocybe.teonanacatl.org> Message-ID: Todd at Freedom_Lover at pobox.com wrote: > Sven K?hler wrote: >> This makes it unusable for German custumers that respect that law. > > So german users should point out to their government that their law is > ridiculous and that legislators should stay out of software development. > They know about as much about this area as US legislators (or any other > group of bureaucratic boobs, for that matter). Yeah, that's great and noble and all, but Sven presumably has a business to run during the years that it'll take the German legislature to un-confuse themselves. Got any useful advice for him on that topic? - Mark -- mark at pdc-racing.net From Freedom_Lover at pobox.com Fri May 16 23:06:25 2003 From: Freedom_Lover at pobox.com (Todd) Date: Fri, 16 May 2003 17:06:25 -0400 Subject: [Mailman-Users] encrypted passwords/German "Datenschutzgesetz" In-Reply-To: References: <20030516182602.GV32053@psilocybe.teonanacatl.org> Message-ID: <20030516210625.GW32053@psilocybe.teonanacatl.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mark Dadgar wrote: > Todd at Freedom_Lover at pobox.com wrote: >> So german users should point out to their government that their law is >> ridiculous and that legislators should stay out of software development. >> They know about as much about this area as US legislators (or any other >> group of bureaucratic boobs, for that matter). > > Yeah, that's great and noble and all, but Sven presumably has a business to > run during the years that it'll take the German legislature to un-confuse > themselves. > > Got any useful advice for him on that topic? The archives have more than a few threads about the whole password issue. I would think one thing someone who wanted to follow this idiotic regulation could do is hack mailman to not use any passwords. Encrypting the passwords makes the whole system much more complicated than it needs to be and would be a large waste of effort, IMHO. But as far as I am concerned, it is *useful* advice to tell someone that they should fight dumb laws like this one in whatever way they can (hosting a site outside of German jurisdiction, challenge the law in court and try to get an injunction against its enforcement in the interim, or some other method of resisting). It needs to be challenged, the sooner the better. Putting up with dumb bureaucrats inserting themselves in places they don't belong isn't something I consider useful. If everyone always takes the tact that "I'll follow this dumb law until someone else challenges/changes it" we'll be stuck with this crap for a lot longer than we need to be. (And I don't mean to imply that this is the tact that you or Sven are taking or suggesting. :) Of course, I'll admit that I have much less tolerance for petty tyrants than most other people seem to have. - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ============================================================================ The less a statesman amounts to, the more he loves the flag. -- Kin Hubbard -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+xVLRuv+09NZUB1oRAveWAJ9VMkGP3Ojpn1DuwxChfO2T0HuOYgCffEYG ftgT+ano/H9ZymNIt1Wo3Lo= =vKJC -----END PGP SIGNATURE----- From adaml at jbase.com Fri May 16 23:33:43 2003 From: adaml at jbase.com (Adam Lipson) Date: Fri, 16 May 2003 17:33:43 -0400 Subject: [Mailman-Users] any recomendations? Message-ID: I have two questions for the group. 1) Any recomendations for a good web based search tool for the archives. I know there are a few out there, but are any better in anyones opinion? 2) when importing my archives from an mbox I get all the headers for all the messages as well as any html encoded messages show up with raw html all over them instead of a coherent message. I am importing the messages from an exchange server via POP and or IMAP to set up the mbox file and then importing the mbox. Thanks, Adam From GRubin at ccianet.org Fri May 16 23:28:27 2003 From: GRubin at ccianet.org (Gabe N. Rubin) Date: Fri, 16 May 2003 17:28:27 -0400 Subject: [Mailman-Users] stipping off html Message-ID: Is there a way, with the latest mailman, to have it auto-strip out html? I read the faqs and it discussed using procmail for older versions but said that it was pretty much integrated in the latest. How do I do this? I know nothing about procmail and would prefer not to have to learn. Thanks, Gabe From rkpn at british-genealogy.com Fri May 16 23:57:00 2003 From: rkpn at british-genealogy.com (Rod Neep) Date: Fri, 16 May 2003 22:57:00 +0100 Subject: [Mailman-Users] stipping off html In-Reply-To: References: Message-ID: In message , Gabe N. Rubin writes >Is there a way, with the latest mailman, to have it auto-strip out html? I >read the faqs and it discussed using procmail for older versions but said >that it was pretty much integrated in the latest. How do I do this? I >know nothing about procmail and would prefer not to have to learn. > >Thanks, >Gabe Absolutely.... And simplicity itself. (Mailman 2.2.1) Go to "Content Filtering" 1. Set the option: Should Mailman filter the content of list traffic according to the settings below? To YES 2. In the next section: Remove message attachments that don't have a matching content type. Leave this field blank to skip this filter test. Add the following lines: multipart/mixed multipart/alternative text/plain 3. and the section: Should Mailman convert text/html parts to plain text? This conversion happens after MIME attachments have been stripped. Set to YES (That last one is dependent upon #1 being set to YES.) That's it. No more HTML posts.... they all get converted to plain text, and as a bonus, so do the archives. Regards Rod -- Rod Neep From dlwhitehurst at comcast.net Sat May 17 02:19:09 2003 From: dlwhitehurst at comcast.net (David Whitehurst) Date: Fri, 16 May 2003 20:19:09 -0400 Subject: [Mailman-Users] Cant Get Confirmation ... Message-ID: <005101c31c09$ef698820$6601a8c0@davidlt> Hi: Does anyone know why I wouldn't get a reply on the confirm. Everyone gets the mail with the invitation and the request to confirm. The website works to send the mail out, but not back in. Thanks for any help, David David L. Whitehurst aka. PiratePete dlwhitehurst at comcast.net From Mark at Rauterkus.com Sat May 17 03:35:23 2003 From: Mark at Rauterkus.com (Mark Rauterkus) Date: Fri, 16 May 2003 20:35:23 -0500 Subject: [Mailman-Users] Is there a mass unsubscribe utility / widget / input form? Message-ID: <200305170042.h4H0gWKn086613@rauterkus.com> > Mark Rauterkus wrote: >> Just as there is a mass subscribe form in the web interface for MM, I'd like >> a mass UNSUBCRIBE. This (wish list) form could have a field to NUKE names >> from an existing list. > > There is a Mass Removals section in 2.1, does that do what you want? In > 2.0, you can use the remove_members script to do the same thing from the > command line. Blush. Thanks. Yes, that is what I'm looking for. I'm stuck at an older version and will not have ample motivation for upgrade. Ta. Mark Rauterkus mark at Rauterkus.com http://Rauterkus.com http://CLOH.Org http://Sunnyhill.org http://www.Deliberate.com From wheakory at isu.edu Sat May 17 06:12:26 2003 From: wheakory at isu.edu (Kory Wheatley) Date: Fri, 16 May 2003 22:12:26 -0600 Subject: [Mailman-Users] PROBLEM with Administrative Requests Message-ID: <3EC5B6AA.60708@isu.edu> I've sent this email twice and no one has responded to this problem, I would really appreciate a response. I receive this below error when I go into the Administrative Interface and check "Preserve messsages for the site administrator" and then I check the discard option. Once I click submit this is what I receive below. BUG in Mailman version 2.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 (most recent call last): File "/home/mailman/scripts/driver", line 87, in run_main main() File "/home/mailman/Mailman/Cgi/admindb.py", line 163, in main process_form(mlist, doc, cgidata) File "/home/mailman/Mailman/Cgi/admindb.py", line 681, in process_form forward, forwardaddr) File "/home/mailman/Mailman/ListAdmin.py", line 184, in HandleRequest forward, addr) File "/home/mailman/Mailman/ListAdmin.py", line 262, in __handlepost msg = cPickle.load(fp) ValueError: could not convert string to float Kory Wheatley From wheakory at isu.edu Sat May 17 06:34:06 2003 From: wheakory at isu.edu (Kory Wheatley) Date: Fri, 16 May 2003 22:34:06 -0600 Subject: [Mailman-Users] SLOW Mailmans delivery Message-ID: <3EC5BBBE.3070107@isu.edu> Is there a way to slow down the delivery of Mailman to the subscribers of all my Mailing lists? We have one list that has 16,000 subscribers to one domain, all these accounts are on our mail server. Every time a message is sent out from this list, it really causes the load on our mail server to be high. Currently our Mail server is on a powerful 3 processor HPUX 11 NClass server with 2GB of RAM. Mailman 2.1.1 is on a Red Hat 8 Pentium 600mhz, using Postfix as the MTA. I have Postfix setup to do slow delivery to this domain (isu.edu), but that doesn't seem to help. I also lowered the SMTP_MAX_RCPTS = to 3, thinking that might help. Postfix is setup as: In Main.cf transport_maps = hash:/etc/postfix/transport slow_destination_concurrency_limit = 1 In Master.cf slow unix - - y - - smtp In Transport isu.edu slow: Any Suggestions like causing the smtp process to pause after sending out a boat load of messages and then resume again. Kory Wheatley From mark at pdc-racing.net Sat May 17 06:39:07 2003 From: mark at pdc-racing.net (Mark Dadgar) Date: Fri, 16 May 2003 21:39:07 -0700 Subject: [Mailman-Users] SLOW Mailmans delivery In-Reply-To: <3EC5BBBE.3070107@isu.edu> Message-ID: Kory Wheatley at wheakory at isu.edu wrote: > Is there a way to slow down the delivery of Mailman to the subscribers > of all my Mailing lists? We have one list that has 16,000 subscribers to > one domain, all these accounts are on our mail server. Every time a > message is sent out from this list, it really causes the load on our > mail server to be high. Currently our Mail server is on a powerful 3 > processor HPUX 11 NClass server with 2GB of RAM. Mailman 2.1.1 is on a > Red Hat 8 Pentium 600mhz, using Postfix as the MTA. > > I have Postfix setup to do slow delivery to this domain (isu.edu), but > that doesn't seem to help. I also lowered the SMTP_MAX_RCPTS = to 3, > thinking that might help. You want to go the other way with SMTP_MAX_RCPTS. Set it to something really high. If you set it to 3, it means that your mail server will spawn a delivery process for every batch of 3 recipients. On a 16K user mailing list, that's over 5300 processes for one email! I'd set SMTP_MAX_RCPTS to 1000 or so and see how that goes. You can also set it to 0, which means all 16K addresses will be sent in one batch, but delivery will take FOREVER for each message to get to every recipient. Anyway, tune from there. - Mark -- mark at pdc-racing.net From paco at pty.ods.org Sat May 17 07:57:50 2003 From: paco at pty.ods.org (Paco) Date: Sat, 17 May 2003 00:57:50 -0500 Subject: [Mailman-Users] Pipermail html links problems Message-ID: <20030517055750.GA14010@pty.cwpanama.net> Hello list I'm using mailman 2.1.1 and everything works fine, but the html pages for the public archive dosen't have absolutes URL for Thread, Subject, Author, Date, Text Gzip and download full raw archive... The problem is that I'm importing that html into a php page, and I need the full url for all the links, right now I'm getting http://mysite.com/2003-May/subject.html insted of http://mysite.com/pipermail/list/2003-May/subject.html the links in my public archive html are like 2003-May/subject.html, 2003-May/thread.html and so on, is there any way to change that, so http://mysite.com/pipermail/list generates the html with the full urls of each link?? or can you tell me where in the code can I change it?, I tried to search the mailman code for it, but got lost :( Any ideas or work arounds will be appreciated... Thanx --Paco From rkpn at british-genealogy.com Sat May 17 11:48:10 2003 From: rkpn at british-genealogy.com (Rod Neep) Date: Sat, 17 May 2003 10:48:10 +0100 Subject: [Mailman-Users] PROBLEM with Administrative Requests In-Reply-To: <3EC5B6AA.60708@isu.edu> References: <3EC5B6AA.60708@isu.edu> Message-ID: In message <3EC5B6AA.60708 at isu.edu>, Kory Wheatley writes >I've sent this email twice and no one has responded to this problem, I >would really appreciate a response. > >I receive this below error when I go into the Administrative Interface and >check "Preserve messsages for the site administrator" and then I check the >discard option. Once I click submit this is what I receive below. > It is because you are telling it to do two conflicting things. 1. keep it 2. discard it select only one of them. Most of us would have problems in obeying both those commands ;-) Regards Rod -- Rod Neep Archive CD Books : http://www.archivecdbooks.org British-Genealogy: http://www.british-genealogy.com From gaurav.p at directi.com Sat May 17 15:18:53 2003 From: gaurav.p at directi.com (Gaurav Pathak) Date: Sat, 17 May 2003 18:48:53 +0530 Subject: [Mailman-Users] setting posting privileges Message-ID: <002801c31c76$dd1ba140$2800a8c0@internal.directi.com> Hi I am trying to set posting privileges for one of the lists that I have created in mailman. I want the following: 1) The members of the lists are allowed to post to the list without approval. 2) All the users having the domain as mycompany.com in their email address should be able to post without approval. 3) Rest should go to moderator for apporoval. I go to Privacy Options and do the following: Set "Restrict posting privilege to list members? (member_posting_only)" to Yes. The problem is that I have to add all the non subscribers who are allowed to post without approval individually. I cannot add something like .*@mycompany.com. Is there any method by which I can grant all email address of particualar domain the ability to send mail without approval of moderator. Thanks in Advance Gaurav From Martin.Skjoldebrand at forumsyd.se Sat May 17 17:38:34 2003 From: Martin.Skjoldebrand at forumsyd.se (Martin Skjoldebrand) Date: Sat, 17 May 2003 17:38:34 +0200 Subject: [Mailman-Users] setting posting privileges In-Reply-To: <002801c31c76$dd1ba140$2800a8c0@internal.directi.com> References: <002801c31c76$dd1ba140$2800a8c0@internal.directi.com> Message-ID: "Gaurav Pathak" writes: >The problem is that I have to add all the non subscribers >who are >allowed to post without approval individually. I cannot >add something >like .*@mycompany.com. >Is there any method by which I can grant all email address >of >particualar domain the ability to send mail without >approval of >moderator. I've been thinking somewhat the same thing. Do your *@mycompany.com people need to be identifieable individually be email address? If not, you could perhaps setup a group on your mail server and subscribe the group to the list. Hopefully there is a more ellegant solution. mvh/ Regards, Martin S. CTO, Forum Syd OBS: Supportfr?gor ska skickas till: support at forumsyd.se (or "support") "Not only could we know everything, we do. We just tell ourselves we don't to make it all bearable." From Martin.Skjoldebrand at forumsyd.se Sat May 17 17:50:13 2003 From: Martin.Skjoldebrand at forumsyd.se (Martin Skjoldebrand) Date: Sat, 17 May 2003 17:50:13 +0200 Subject: [Mailman-Users] setting posting privileges In-Reply-To: References: <002801c31c76$dd1ba140$2800a8c0@internal.directi.com> <,> Message-ID: "Martin Skjoldebrand" writes: >If not, you could perhaps setup a group on your mail server >and subscribe the group to the list. To clearify: Our main server is a First Class 7.1 server. One neat thing is that I can create a conference on the server (say BA) and give everyone on the FC server (or limited to taste) post access to the BA conference. Conferences are automatically given email addresses in FC so I can subscribe BA at mycompany.com to a Mailman list. Setting up rules the relays messages from the BA conference to the Mailman list I manage I can give people mail access without personally being on the list. That is also a way that I backup my lists. By sub'ing BA I get all messages copied to another server as backup. mvh/ Regards, Martin S. CTO, Forum Syd OBS: Supportfr?gor ska skickas till: support at forumsyd.se (or "support") "Not only could we know everything, we do. We just tell ourselves we don't to make it all bearable." From svp011467 at yahoo.com Sat May 17 18:32:27 2003 From: svp011467 at yahoo.com (SP) Date: Sat, 17 May 2003 09:32:27 -0700 (PDT) Subject: [Mailman-Users] How can I moderate individual posts? Message-ID: <20030517163227.47085.qmail@web41302.mail.yahoo.com> I see the setting under posting filters... but is there documentation on how it works? I looked it up on the docs and I didn't see anything on the topic. Thanks for your help. Sanjay __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com From dlwhitehurst at comcast.net Sat May 17 18:59:04 2003 From: dlwhitehurst at comcast.net (David Whitehurst) Date: Sat, 17 May 2003 12:59:04 -0400 Subject: [Mailman-Users] Problem with list-request address ... Message-ID: <009401c31c95$9f73b110$6601a8c0@davidlt> Does anyone know why my server rejects or doesn't know who mylist-request at mydomain.com is? Do I have to add an /etc/aliases entry? And, how would that line look? Thanks, David David L. Whitehurst aka. PiratePete dlwhitehurst at comcast.net From Tom at ESEstudios.com Sat May 17 19:25:04 2003 From: Tom at ESEstudios.com (Tom Eagle) Date: Sat, 17 May 2003 12:25:04 -0500 Subject: [Mailman-Users] Need a Little Help Message-ID: <005c01c31c99$453e7140$6401a8c0@ESEstudios.com> Need a Little Help. /usr/local/mailman/mail/mailman has user=root, group=mailman and mod=-rwxr-sr-w I am using a BSD4.6 Thanks, Tom ----- Original Message ----- From: "Mail Delivery Subsystem" To: Sent: Saturday, May 17, 2003 11:30 AM Subject: Postmaster notify: see transcript for details > The original message was received at Sat, 17 May 2003 11:30:07 -0500 (CDT) > from localhost > with id h4HGU7TZ053774 > > ----- The following addresses had permanent fatal errors ----- > "|/usr/local/mailman/mail/mailman post mailman" > (reason: 2) > (expanded from: ) > > ----- Transcript of session follows ----- > Group mismatch error. Mailman expected the mail > wrapper script to be executed as group "mailman", but > the system's mail server executed the mail script as > group "mailnull". Try tweaking the mail server to run the > script as group "mailman", or re-run configure, > providing the command line option `--with-mail-gid=mailnull'. > 554 5.3.0 unknown mailer error 2 > From dlwhitehurst at comcast.net Sat May 17 22:09:05 2003 From: dlwhitehurst at comcast.net (David Whitehurst) Date: Sat, 17 May 2003 16:09:05 -0400 Subject: [Mailman-Users] Aliases ... Message-ID: <019301c31cb0$2acff740$6601a8c0@davidlt> I have been slowly getting my confirms to get accepted, first not recognized, now service not available. Where did the instructions come from to add the following or similar to my /etc/aliases: peteslist-request: |/home/mailman/mail/wrapper mailcmd peteslist I still get service unavailable? Any ideas? And, why is no one answering this list today? Thanks I guess, David David L. Whitehurst aka. PiratePete dlwhitehurst at comcast.net From kd5de at nwla.com Sat May 17 22:17:31 2003 From: kd5de at nwla.com (Mel Sojka) Date: Sat, 17 May 2003 15:17:31 -0500 Subject: [Mailman-Users] Aliases ... References: <019301c31cb0$2acff740$6601a8c0@davidlt> Message-ID: <3EC698DB.EA02FAD0@nwla.com> The aliases setup was the last thing that you saw when you created the list. There show have been 4 aliases shown. One for the list itself, one for admin, one for request, and one for owner. Mel -- System Janitor/Network Plumber http://www.nwla.com Linux User #25446 Linux 2.4.7 From Tom at ESEstudios.com Sun May 18 00:57:18 2003 From: Tom at ESEstudios.com (Tom Eagle) Date: Sat, 17 May 2003 17:57:18 -0500 Subject: [Mailman-Users] BSD GID Problems Message-ID: <00f801c31cc7$aec4ab60$6401a8c0@ESEstudios.com> Call someone make suggestion for correcting my BSD4.6 GID Problems. I don't want to break something while trying to fix mailman. I would be happy to call to discuss the problems. Thanks, Tom Eagle From listmod at camarilla.white-wolf.com Sun May 18 06:29:54 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Sun, 18 May 2003 04:29:54 -0000 Subject: [Mailman-Users] Problem with list-request address ... In-Reply-To: <009401c31c95$9f73b110$6601a8c0@davidlt> References: <009401c31c95$9f73b110$6601a8c0@davidlt> Message-ID: <1053232149.23436.283.camel@localhost.localdomain> Yes. Should look like mylist-request: "|/usr/local/mailman/mail/mailman request mylist" Make sure to use the newaliases command as root or su On Sat, 2003-05-17 at 12:59, David Whitehurst wrote: > Does anyone know why my server rejects or doesn't know who > mylist-request at mydomain.com is? Do I have to add an /etc/aliases entry? > And, how would that line look? > > Thanks, > > David > > David L. Whitehurst > aka. PiratePete > dlwhitehurst at comcast.net > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: listmod at camarilla.white-wolf.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/listmod%40camarilla.white-wolf.com -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - From thomas at elements.dk Sun May 18 19:56:21 2003 From: thomas at elements.dk (Thomas von Hassel) Date: Sun, 18 May 2003 19:56:21 +0200 Subject: [Mailman-Users] getting rid of "Message has a suspicious header" errors Message-ID: <089E7DD6-895A-11D7-9903-003065B0995C@elements.dk> We run all our incomming mail though both Spamassassin and Sanitizer. Both of them place xtra headers into the mails, and mailman doesnt like them and holds them all with a "Message has a suspicious header" error. Is there a way to stop mailman from barfing over these xtra headers ? /thomas -- Thomas von Hassel From jposel at zedat.fu-berlin.de Sun May 18 21:19:42 2003 From: jposel at zedat.fu-berlin.de (Johannes Posel) Date: Sun, 18 May 2003 21:19:42 +0200 Subject: [Mailman-Users] encrypted passwords/German "Datenschutzgesetz" In-Reply-To: <3EC2B594.9050305@upb.de> References: <3EC2B594.9050305@upb.de> Message-ID: <51116073494.20030518211942@zedat.fu-berlin.de> Dear Sven, On 23:31 14.05.2003, you [Sven K?hler (skoehler at upb.de)] wrote... > in Germany there is a Law that forced any application to store the > passwords encrypted. In all Mailman-Version i know, there is the Which ??? > This makes it unusable for German custumers that respect that law. No, it doesn't. The law wants that the business takes care about the data. Use a secure server, perhaps only running Mailman, to which no unauthorized person has access, and you're fine. Cheers, Johannes mailto:jposel at zedat.fu-berlin.de -- A conclusion is simply the place where someone got tired of thinking. From srb at umich.edu Sun May 18 21:32:28 2003 From: srb at umich.edu (Steve Burling) Date: Sun, 18 May 2003 15:32:28 -0400 Subject: [Mailman-Users] Aliases ... In-Reply-To: <019301c31cb0$2acff740$6601a8c0@davidlt> References: <019301c31cb0$2acff740$6601a8c0@davidlt> Message-ID: <2147483647.1053271948@adsl-245-67.ns.itd.umich.edu> --On Saturday, May 17, 2003 4:09 PM -0400 David Whitehurst wrote: > I still get service unavailable? Any ideas? > > And, why is no one answering this list today? To which I reply: Let me get this straight. You post a question to the list around 1pm on a Saturday, and three hours later you're complaining that no one has answered your question? And it's a question whose answer would be pretty obvious to anyone who actually knows something about how mail works? Let me suggest a couple of things: 1) Learn something more about how mail works before trying to install and run mailing list software. 2) Read all the documentation that came with the Mailman distribution. 3) Read the archives of the mailing list. 4) See the Mailman FAQ at . 5) When asking questions on a free, volunteer's list, don't assume that people will spend all their time reading the list, waiting eagerly for the chance to answer your questions. 6) Once you've done 1-4, and still not found an answer, when you do post a question to the list, give details about the environment in which you're working. Server hardware, OS, which MTA (and which version), even which version of Mailman you're working with. All of that info will let the helpful folks on this list help you solve your problem. If you've been trying to install from RPMs, save yourself the trouble and install from source. My reading of this list suggests that the RPMs are almost always more trouble than they're worth. Above all, remember that the people on this list who try to help you are doing so out of the goodness of their hearts. They don't get paid for it. They don't even get much recognition. And (unlike me) they're mostly too polite to send out a note like this. As someone who mostly lurks on this list, your mail just got on my very last nerve. So don't take it (too) personally -- it could have been anyone who got to me today. -- Steve ----------------------------------------------------------------------- Steve Burling University of Michigan, ICPSR Voice: +1 734 615.3779 330 Packard Street FAX: +1 734 647.8700 Ann Arbor, MI 48104-2910 From chris12 at rawfire.torche.com Sun May 18 22:43:13 2003 From: chris12 at rawfire.torche.com (Chris 12) Date: Sun, 18 May 2003 13:43:13 -0700 (PDT) Subject: [Mailman-Users] arg.. spam... Message-ID: <20030518134130.J11288@rawfire.torche.com> OK.. 2.1.2 verision.. I have a list that currently has over 550 spam's waiting to be destroyed.... Anyone know of a simple way to just "delete all" and "ban all" in one shot? Right now it looks like 3 clicks per spam.. This list I have gets like 50 a day.. its nuts.. I wish they would just be "auto destroyed and banned" So I wouldnt have to even look at it daily.. I was gone a week, and this is what happens.. 550 spams.. Thanks.. C. From tkikuchi at is.kochi-u.ac.jp Sun May 18 22:56:47 2003 From: tkikuchi at is.kochi-u.ac.jp (Tokio Kikuchi) Date: Mon, 19 May 2003 05:56:47 +0900 Subject: [Mailman-Users] arg.. spam... References: <20030518134130.J11288@rawfire.torche.com> Message-ID: <3EC7F38F.8000107@is.kochi-u.ac.jp> Try this script. http://sourceforge.net/tracker/?func=detail&aid=636412&group_id=103&atid=300103 Chris 12 wrote: > OK.. 2.1.2 verision.. > > I have a list that currently has over 550 spam's waiting to be > destroyed.... Anyone know of a simple way to just "delete all" and "ban > all" in one shot? Right now it looks like 3 clicks per spam.. > > This list I have gets like 50 a day.. its nuts.. I wish they would just be > "auto destroyed and banned" So I wouldnt have to even look at it daily.. > > I was gone a week, and this is what happens.. 550 spams.. > > Thanks.. > C. > -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ From chasm at texas.net Sun May 18 23:25:20 2003 From: chasm at texas.net (schuetzen) Date: Sun, 18 May 2003 16:25:20 -0500 Subject: [Mailman-Users] Aliases ... In-Reply-To: <2147483647.1053271948@adsl-245-67.ns.itd.umich.edu> References: <019301c31cb0$2acff740$6601a8c0@davidlt> <2147483647.1053271948@adsl-245-67.ns.itd.umich.edu> Message-ID: On Sun, 18 May 2003 15:32:28 -0400, you wrote: >which MTA (and which version) what's an MTA?? chas From jimpop at yahoo.com Sun May 18 23:26:42 2003 From: jimpop at yahoo.com (Jim Popovitch) Date: Sun, 18 May 2003 17:26:42 -0400 Subject: [Mailman-Users] arg.. spam... In-Reply-To: <20030518134130.J11288@rawfire.torche.com> Message-ID: Why not config something like Spamhaus (http://www.spamhaus.org) on your system? I probably get the same 50 spams per list that I host, except 49 of them are caught by sendmail via dnsrbl and rejected. -Jim P. > -----Original Message----- > From: mailman-users-bounces+jimpop=yahoo.com at python.org > [mailto:mailman-users-bounces+jimpop=yahoo.com at python.org]On Behalf Of > Chris 12 > Sent: Sunday, May 18, 2003 4:43 PM > To: mailman-users at python.org > Subject: [Mailman-Users] arg.. spam... > > > > OK.. 2.1.2 verision.. > > I have a list that currently has over 550 spam's waiting to be > destroyed.... Anyone know of a simple way to just "delete all" and "ban > all" in one shot? Right now it looks like 3 clicks per spam.. > > This list I have gets like 50 a day.. its nuts.. I wish they would just be > "auto destroyed and banned" So I wouldnt have to even look at it daily.. > > I was gone a week, and this is what happens.. 550 spams.. > > Thanks.. > C. > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jimpop at yahoo.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jimpop%40yahoo.com > From thomas at elements.dk Sun May 18 23:36:14 2003 From: thomas at elements.dk (Thomas von Hassel) Date: Sun, 18 May 2003 23:36:14 +0200 Subject: [Mailman-Users] Aliases ... In-Reply-To: Message-ID: On s?ndag, maj 18, 2003, at 23:25 Europe/Copenhagen, schuetzen wrote: > On Sun, 18 May 2003 15:32:28 -0400, you wrote: > >> which MTA (and which version) > > what's an MTA?? Mail Transfer Agent. Maybe you should start reading up on how email works in general before you mess with mailinglist software ? /thomas From r.barrett at openinfo.co.uk Sun May 18 23:40:36 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Sun, 18 May 2003 22:40:36 +0100 Subject: [Mailman-Users] any recomendations? In-Reply-To: Message-ID: <5.1.1.6.0.20030518223910.03ea0ed0@mail.openinfo.co.uk> At 22:33 16/05/2003, Adam Lipson wrote: >I have two questions for the group. > >1) Any recomendations for a good web based search tool for the >archives. I know there are a few out there, but are any better in anyones >opinion? See http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.011.htp >2) when importing my archives from an mbox I get all the headers for all >the messages as well as any html encoded messages show up with raw html >all over them instead of a coherent message. I am importing the messages >from an exchange server via POP and or IMAP to set up the mbox file and >then importing the mbox. Sorry, I do not grok Windows MTAs, maybe someone else can help. >Thanks, >Adam ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From r.barrett at openinfo.co.uk Mon May 19 00:13:26 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Sun, 18 May 2003 23:13:26 +0100 Subject: [Mailman-Users] Pipermail html links problems In-Reply-To: <20030517055750.GA14010@pty.cwpanama.net> Message-ID: <5.1.1.6.0.20030518225513.00ad3828@mail.openinfo.co.uk> At 06:57 17/05/2003, Paco wrote: >Hello list > >I'm using mailman 2.1.1 and everything works fine, but the >html pages for the public archive dosen't have absolutes URL >for Thread, Subject, Author, Date, Text Gzip and download full raw >archive... > >The problem is that I'm importing that html into a php page, and I need >the full url for all the links, right now I'm getting >http://mysite.com/2003-May/subject.html insted of >http://mysite.com/pipermail/list/2003-May/subject.html > >the links in my public archive html are like 2003-May/subject.html, >2003-May/thread.html >and so on, is there any way to change that, so >http://mysite.com/pipermail/list generates >the html with the full urls of each link?? or can you tell me where in the >code can I change >it?, I tried to search the mailman code for it, but got lost :( > >Any ideas or work arounds will be appreciated... Fix the code that is screen scraping the list's web pages. Now if you were using a decent language like Python instead of PHP you would find Python's urlparse module and its urljoin function do exactly what you want: look at the Python documentation. I am surprised PHP doesn't have a module to do this; something based on the PHP parse_url function. It wouldn't need rocket science to extend it to do the necessary. >Thanx > >--Paco ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From chasm at texas.net Mon May 19 00:20:51 2003 From: chasm at texas.net (schuetzen) Date: Sun, 18 May 2003 17:20:51 -0500 Subject: [Mailman-Users] Aliases ... In-Reply-To: References: Message-ID: On Sun, 18 May 2003 23:36:14 +0200, you wrote: > >Mail Transfer Agent. Maybe you should start reading up on how email >works in general before you mess with mailinglist software ? I asked the question for a reason. there are a world of newbies on this list. if you want to grow a sport or a software or an OS, you are going to hve to be tolerant. I truly hope that you do not speak with the voice of this list. I would really hope that was not true. Otherwise, those who WOULD use mailman would be better off going to either another site hosting this s/w OR to another software entirely. I see people like you killing fragile sports which only old men engage in every day on the playing fields. and then people wonder where the next generation of players are going to come from. fwiw chas From chasm at texas.net Mon May 19 00:32:16 2003 From: chasm at texas.net (schuetzen) Date: Sun, 18 May 2003 17:32:16 -0500 Subject: [Mailman-Users] Aliases ... In-Reply-To: References: Message-ID: On Sun, 18 May 2003 23:36:14 +0200, you wrote: > Maybe you should start reading up on how email >works in general before you mess with mailinglist software ? had to calm down. my point is this. Yahoogroups, in case you live in outer Botswana, is about to start charging for their email lists. When that happens, and I am sort of the front of the wave if not even further back than that, there are going to be literally tens of thousands of list owners looking for a perfectly simple and yahoo like mail program which does not require learning all about MTAs and other, ancillary programs which should be in the main software already - so as to be able to take their lists to a webhost and move on without the charges which are going to otherwise have to be passed on to the listmembers. I have a dozen elists. I have been running lists since back when they were BBS and fidonet. I go WAY back to the beginning of pc's and like that. I am unable to learn programming because since I started taking morphine for my Agent Orange caused tumors, I have lost the ability to do the sysanalyst and db SQL writing I used to do. I am looking for a knock off of Yahoo or Egroups or Onelist's software so that I can move my lists to my piece of the inet. If I cannot expect to find help on this list or any other which mailman is "supported" by, then I would be best served by going with a piece of crap like the old standbys of ListServ and so on. gag! that is enuff Again, I just hope you are not the voice of this list. Further, where is a url in the message footer showing where to go to access the archives? fwiw chas From chasm at texas.net Mon May 19 00:33:35 2003 From: chasm at texas.net (schuetzen) Date: Sun, 18 May 2003 17:33:35 -0500 Subject: [Mailman-Users] Archives In-Reply-To: References: Message-ID: On Sun, 18 May 2003 17:20:51 -0500, you wrote: > >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ sorry, I found it. got to go calm down and take my pills. chas From skoehler at upb.de Mon May 19 00:35:36 2003 From: skoehler at upb.de (=?ISO-8859-1?Q?Sven_K=F6hler?=) Date: Mon, 19 May 2003 00:35:36 +0200 Subject: [Mailman-Users] Re: encrypted passwords/German "Datenschutzgesetz" In-Reply-To: <20030516182602.GV32053@psilocybe.teonanacatl.org> References: <3EC2B594.9050305@upb.de> <20030516182602.GV32053@psilocybe.teonanacatl.org> Message-ID: > If you encrypt the passwords with any meaningful encryption, then you can't > mail out password reminders. If, as another option, you use some trivial to > reverse "encryption" then what's the point? reverse-encryption? I was talking about MD5,Crypt and such! Does your linux box do any reverse-encryption? No, it doesn't. Your Linux-box doesn't even know your password. It's a common thing to use a "one-way" encryption to store the passwords (Linux uses Crypt for it's user-password or CryptMD5 like FreeBSD). A password-reminder wouldn't exist, but it would be possible to reset the password. With modern algorithms like FreeBSD's CryptMD5 is takes quite a while to reverse the encryption (months, years - somethin like that) and therefor, your password is not "readable" by anybody! even my the mailman-admin. this is the way many software products do it (not only german ones). this is the way mailman should do it as well! storing plain-text passwords anywhere is bad "style" in my optinion, and using reversable encryptions is useless as Todd said already. From srb at umich.edu Mon May 19 01:18:34 2003 From: srb at umich.edu (Steve Burling) Date: Sun, 18 May 2003 19:18:34 -0400 Subject: [Mailman-Users] Aliases ... In-Reply-To: References: Message-ID: <2147483647.1053285514@adsl-245-67.ns.itd.umich.edu> --On Sunday, May 18, 2003 5:20 PM -0500 schuetzen wrote: > I asked the question for a reason. there are a world of newbies on this > list. if you want to grow a sport or a software or an OS, you are going > to hve to be tolerant. I truly hope that you do not speak with the voice > of this list. I would really hope that was not true. Otherwise, those > who WOULD use mailman would be better off going to either another site > hosting this s/w OR to another software entirely. > I see people like you killing fragile sports which only old men engage in > every day on the playing fields. and then people wonder where the next > generation of players are going to come from. To which I reply: And you got the answer you did for a reason -- setting up mailing list software like Mailman is not for newbies. There's the expectation that someone who is going to set up Mailman will have a certain base set of knowledge. If they don't, then they're going to spend a lot of time flailing around, and asking questions that they should have already figured out the answers to. Such folks are better served either using a hosting service that provides mailing list software, or paying for some product that provides support. -- Steve ----------------------------------------------------------------------- Steve Burling University of Michigan, ICPSR Voice: +1 734 615.3779 330 Packard Street FAX: +1 734 647.8700 Ann Arbor, MI 48104-2910 From chasm at texas.net Mon May 19 01:52:24 2003 From: chasm at texas.net (schuetzen) Date: Sun, 18 May 2003 18:52:24 -0500 Subject: [Mailman-Users] Aliases ... In-Reply-To: <2147483647.1053285514@adsl-245-67.ns.itd.umich.edu> References: <2147483647.1053285514@adsl-245-67.ns.itd.umich.edu> Message-ID: <9s6gcvovssthu7fc3k3hdg28i0kmuejrno@4ax.com> On Sun, 18 May 2003 19:18:34 -0400, you wrote: > >Such folks are better served either using a hosting service that provides >mailing list software, or paying for some product that provides support. > > -- Steve And I have already stated my agreement with your statement, just did not like how it was phrased. at the least as Dan stated, it was damned rude. but let it go. some days are better than others. just suggest again, you think about how you come across to all the people who are going to be flooding in here. Perhaps a cautionary statement needs to go into the INTRO message or the welcome and a suggestion that ifthe person is not going to be willing to learn a very steep learning curve of not only THIS software but also the entire GENRE, they should go do what your quoted sentence above says. fwiw chas From gfoster at gfoster.com Mon May 19 01:58:10 2003 From: gfoster at gfoster.com (Glen Foster) Date: Sun, 18 May 2003 19:58:10 -0400 Subject: [Mailman-Users] Aliases ... In-Reply-To: References: Message-ID: <16072.7698.136020.904061@audio.gfoster.com> schuetzen writes: > Yahoogroups ... is about to start charging for their email lists. > When that happens ... there are going to be literally tens of > thousands of list owners looking for a perfectly simple and yahoo > like mail program I, hope that someone other than the Mailman developers steps up to carry that torch. Glen Foster From chris12 at rawfire.torche.com Mon May 19 01:50:07 2003 From: chris12 at rawfire.torche.com (Chris 12) Date: Sun, 18 May 2003 16:50:07 -0700 (PDT) Subject: [Mailman-Users] arg.. spam... In-Reply-To: References: Message-ID: <20030518164803.Y76111@rawfire.torche.com> I do not own the system that the lists are on that I am having problems with. My machine its not as much of an issue. But the one its on, the owner is pretty busy, and really doesnt have time to add stuff, and make changes on it. And on top of all that he has about 1500 active users on it, so making changes is not something he likes to do. I'm thinking the problem I am really having is a timeout problem. Does anyone know if there is a set timeout for trying to discard any emails when you have over 500 in the que already? (on the Admin request page that is. ) C. On Sun, 18 May 2003, Jim Popovitch wrote: > Why not config something like Spamhaus (http://www.spamhaus.org) on your system? > I probably get the same 50 spams per list that I host, except 49 of them are > caught by sendmail via dnsrbl and rejected. > > -Jim P. > > > -----Original Message----- > > From: mailman-users-bounces+jimpop=yahoo.com at python.org > > [mailto:mailman-users-bounces+jimpop=yahoo.com at python.org]On Behalf Of > > Chris 12 > > Sent: Sunday, May 18, 2003 4:43 PM > > To: mailman-users at python.org > > Subject: [Mailman-Users] arg.. spam... > > > > > > > > OK.. 2.1.2 verision.. > > > > I have a list that currently has over 550 spam's waiting to be > > destroyed.... Anyone know of a simple way to just "delete all" and "ban > > all" in one shot? Right now it looks like 3 clicks per spam.. > > > > This list I have gets like 50 a day.. its nuts.. I wish they would just be > > "auto destroyed and banned" So I wouldnt have to even look at it daily.. > > > > I was gone a week, and this is what happens.. 550 spams.. > > > > Thanks.. > > C. > > > > ------------------------------------------------------ > > Mailman-Users mailing list > > Mailman-Users at python.org > > http://mail.python.org/mailman/listinfo/mailman-users > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > > > This message was sent to: jimpop at yahoo.com > > Unsubscribe or change your options at > > http://mail.python.org/mailman/options/mailman-users/jimpop%40yahoo.com > > > > From chriskl at familyhealth.com.au Mon May 19 03:34:59 2003 From: chriskl at familyhealth.com.au (Christopher Kings-Lynne) Date: Mon, 19 May 2003 09:34:59 +0800 Subject: [Mailman-Users] BSD GID Problems References: <00f801c31cc7$aec4ab60$6401a8c0@ESEstudios.com> Message-ID: <00a501c31da6$de59f580$6500a8c0@fhp.internal> I just deleted and reinstalled mailman... Chris ----- Original Message ----- From: "Tom Eagle" To: Sent: Sunday, May 18, 2003 6:57 AM Subject: [Mailman-Users] BSD GID Problems > Call someone make suggestion for correcting my BSD4.6 GID Problems. > I don't want to break something while trying to fix mailman. > I would be happy to call to discuss the problems. > > Thanks, > Tom Eagle > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: chriskl at familyhealth.com.au > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/chriskl%40familyhealth.com.au > From paul at thcwd.com Mon May 19 04:07:37 2003 From: paul at thcwd.com (Paul H Byerly) Date: Sun, 18 May 2003 21:07:37 -0500 Subject: [Mailman-Users] Steve's rant (WAS: Aliases ...) In-Reply-To: Message-ID: <5.2.1.1.0.20030518210104.03191aa8@mail.thcwd.com> Steve Burling wrote: >1) Learn something more about how mail works before trying to install > and run mailing list software. >2) Read all the documentation that came with the Mailman distribution. >3) Read the archives of the mailing list. >4) See the Mailman FAQ at . >5) When asking questions on a free, volunteer's list, don't assume that > people will spend all their time reading the list, waiting eagerly for > the chance to answer your questions. ..... >Above all, remember that the people on this list who try to help you are >doing so out of the goodness of their hearts. They don't get paid for it. >They don't even get much recognition. On the other hand, if you make a real effort to do what you can and find the answer on your own, the good folks on this list are awesome about helping out. I came here as a total newbie to Linux, and I'm far from an expert now. I've found that if I do enough learning to ask a relatively intelligent question, I can pretty much count on someone offering to point me in the right direction. Sometimes it's nothing more than the right direction, but if I can't figure it out from there I'm in over my head and need to learn more. In short it's rare for fish to be given away here, but fishing lessons are regularly provided for those who make an effort to at least find out what a fish is. <>< Paul, who thinks at least half the questions asked here are answered in the FAQ. From chasm at texas.net Mon May 19 04:42:09 2003 From: chasm at texas.net (schuetzen) Date: Sun, 18 May 2003 21:42:09 -0500 Subject: [Mailman-Users] Aliases ... In-Reply-To: <16072.7698.136020.904061@audio.gfoster.com> References: <16072.7698.136020.904061@audio.gfoster.com> Message-ID: On Sun, 18 May 2003 19:58:10 -0400, you wrote: > >I, hope that someone other than the Mailman developers steps up to >carry that torch. well, again, Mailman is not the only Linux product out there. a lot of people prefer EZMLM but i have not tried it. I have two lists on my webhost mirroring two still on YHG. They seem to be working well but it is still not easy for people to leave the lists or to join until I create some instructions for footers and welcome and so on. chas From chasm at texas.net Mon May 19 04:48:24 2003 From: chasm at texas.net (schuetzen) Date: Sun, 18 May 2003 21:48:24 -0500 Subject: [Mailman-Users] Steve's rant (WAS: Aliases ...) In-Reply-To: <5.2.1.1.0.20030518210104.03191aa8@mail.thcwd.com> References: <5.2.1.1.0.20030518210104.03191aa8@mail.thcwd.com> Message-ID: On Sun, 18 May 2003 21:07:37 -0500, you wrote: > ><>< Paul, who thinks at least half the questions asked here are answered in >the FAQ. yeah right chas, who thinks the same as above but also thinks that the answers are incomplete or only half answered. From steve at silicongoblin.com Mon May 19 06:36:31 2003 From: steve at silicongoblin.com (Steve Linberg) Date: Mon, 19 May 2003 00:36:31 -0400 Subject: [Mailman-Users] Preparing for Qmail + 2.0.13 -> 2.1.2 upgrade Message-ID: Hi everyone. I run about 50 smallish lists on a virtual domain I host, and I've been promising my users the upgrade to 2.1 since late last year. I've been watching the bug reports and waiting for the right time, and now 2.1.2 seems stable on the whole from the reports I've read. I'm trying to map out the process ahead of time as best I can; I've read the FAQ and dug through the archives and Googled myself silly, and still have a couple of questions. I'm going to proceed very cautiously, and ideally keep 2.0.13 running for a while and move the lists over to 2.1.2 one at a time, starting with a test, to make sure everything goes smoothly. I want to be sure I understand the mechanics, especially using Qmail, on which the documentation is a little thin within the system. I'm comfortable with Qmail, but Mailman's inner workings are a mystery to me, and I'd like them to stay that way if at all possible. :) 2.0.13 works great, and I'm using Bruce Peren's supplied qmail-to-python script to handle all mail to my list domain. I have 2.0.13 (from source, Red Hat 7.3) installed in /usr/local/mailman, but I'm planning the 2.1.2 install in /opt/mailman, with the mutable data in /home/mailman, to fit with my layout scheme on a recently-upgraded machine. I've read the bit about the parallel install in the UPGRADE document, but that mostly addresses the web end of things, which I think I understand pretty well. What I'm a little fuzzy on is how to handle incoming mail for two simultaneous installs, which I'll need to do for a few weeks or so until I get everything converted to 2.1.2. I've come up with this as a plan, but I'd be very interested in critiques, dope-slaps, or painful lessons learned before I embark: 1. Keep the domain alias in /var/qmail/controls/virtualhosts pointed at the "mailman" user for 2.0.13. 2. Create a "mailman21" user to handle 2.1.2, and install 2.1.2 configured for this user (/group). 2.0.13/mailman will continue to receive all list mail for the domain. 3. When moving lists, in addition to the data-moving and web stuff, set up a set of aliases in ~mailman for the list being moved (i.e. .qmail-listname-post, etc) that all forward to the user mailman21. These will take precedence over the .qmail-default file that hands off the rest to the qmail-to-python script for 2.0.13. 4. This will send the messages to ~mailman21, where the 2.1.2 version of the qmail-to-python script will catch it via ~mailman21/.qmail-default and do the processing from there. 5. When all the lists are converted, change the qmail virtualhosts file to send all mail to the list domain to mailman21, rather than mailman, which can then be retired. Does this sound correct? Is it also correct that under the above scenario, I should be able to do a full install of 2.1.2 next to 2.0.13 without disturbing it? Is there any reason Mailman 2.1.2 might burp if it's being run with the username 'mailman21' instead of 'mailman'? Is there anything else I should be anticipating? Thanks in advance! -- Steve Linberg, Chief Goblin Silicon Goblin Technologies http://silicongoblin.com Be kind. Remember, everyone you meet is fighting a hard battle. From linux at mostert.nom.za Mon May 19 14:05:06 2003 From: linux at mostert.nom.za (Mozzi) Date: Mon, 19 May 2003 14:05:06 +0200 Subject: [Mailman-Users] moderator permissions Message-ID: <200305191405.06120.linux@mostert.nom.za> Hallo all i was wondering....;-) Can I give the list moderator more permissions ? say i want him to not only be able to approve moderated mail but also to maintain the user database, subscribe/unsubscribe users in the mass subscrition section ? Just a kick in the right direction will be sufficient. Tnx Mozzi From trislam at hotmail.com Mon May 19 15:07:37 2003 From: trislam at hotmail.com (trislam at hotmail.com) Date: Mon, 19 May 2003 09:07:37 -0400 Subject: [Mailman-Users] Maliman Question . . . Message-ID: Hello, I am trying to find out when using the mailing list feature within Mailman, is there anyway to MASK the "From:" line within the email? I would like to change it to news at t2da.com. I only want replies to be addressed back to me and not sent to all others within the list (this I do know how to change).. I created a mailing list called: "mailist1" domain is: "t2da.com" The "From:" line displays: mailinglist1-admin at t2da.com Also, it is almost totally obvious to remove the "-admin" to gain access to the email address'. I do not want someone to use my mailing list for their own personal use!!! If you can help me out I would really appreciate it. Thanks in advance! Trislam From khera at kcilink.com Mon May 19 16:33:09 2003 From: khera at kcilink.com (Vivek Khera) Date: Mon, 19 May 2003 10:33:09 -0400 Subject: [Mailman-Users] BSD GID Problems In-Reply-To: <00f801c31cc7$aec4ab60$6401a8c0@ESEstudios.com> References: <00f801c31cc7$aec4ab60$6401a8c0@ESEstudios.com> Message-ID: <16072.60197.392784.154794@yertle.int.kciLink.com> >>>>> "TE" == Tom Eagle writes: TE> Call someone make suggestion for correcting my BSD4.6 GID Problems. TE> I don't want to break something while trying to fix mailman. TE> I would be happy to call to discuss the problems. What problems? What BSD? If you install Mailman from the FreeBSD ports system, it gets everything right for you. You just need identify which mailer you're using (postfix, exim, sendmail, etc.) when installing Mailman. -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Vivek Khera, Ph.D. Khera Communications, Inc. Internet: khera at kciLink.com Rockville, MD +1-240-453-8497 AIM: vivekkhera Y!: vivek_khera http://www.khera.org/~vivek/ From jeroen.valcke at belnet.be Mon May 19 11:43:22 2003 From: jeroen.valcke at belnet.be (Jeroen Valcke) Date: Mon, 19 May 2003 11:43:22 +0200 Subject: [Mailman-Users] password recovery for moderator/owner Message-ID: <20030519094322.GA31365@jeroen.fw.belnet.be> Hello, Is there an easy way to remind the owner/moderator of a list on the owner and/or moderator password. -Jeroen- -- Jeroen Valcke sst at belnet.be jeroen.valcke at belnet.be From jeroen.valcke at belnet.be Fri May 16 14:03:39 2003 From: jeroen.valcke at belnet.be (Jeroen Valcke) Date: Fri, 16 May 2003 14:03:39 +0200 Subject: [Mailman-Users] password recovery for moderator/owner Message-ID: <20030516120339.GA24638@jeroen.fw.belnet.be> Hello, Is there an easy way to remind the owner/moderator of a list on the owner and/or moderator password. -Jeroen- -- Jeroen Valcke sst at belnet.be jeroen.valcke at belnet.be From juergen.tobisch at monocom.com Mon May 19 01:20:13 2003 From: juergen.tobisch at monocom.com (=?iso-8859-1?Q?J=FCrgen_Tobisch?=) Date: Mon, 19 May 2003 01:20:13 +0200 Subject: [Mailman-Users] How to change Message-ID: <000201c31d94$0ccc5970$8000a8c0@jtobisch> Hello, I moved a mailman from a SuSE to a Debian server. Everything just works fine, the only problem I have is that is wrong and points to the old direction. How can I change this since bin/withlist -l -r fix_url mylist doesn't work? I googled around some time and greped through the whole mailman-tree but I didn't find anything. J?rgen Tobisch -- -------------------------------------------------------------------- J?rgen Tobisch OT -------------------------------------------------------------------- monocom GmbH Geratsbergerstra?e 8 D - 84130 Dingolfing tel. (+49) 08731/3198-0 fax. (+49) 08731/3198-40 mail. juergen.tobisch at monocom.com -------------------------------------------------------------------- monocom, merz&friends, media&communications GmbH Sitz der Gesellschaft: Oberweilnbach, HRA 4477 Amtsgericht Landshut, Gesch?ftsf?hrer Markus Merz From moderador at rego.com.ve Mon May 19 04:23:55 2003 From: moderador at rego.com.ve (Moderador Rego) Date: Sun, 18 May 2003 22:23:55 -0400 Subject: [Mailman-Users] approval header Message-ID: <5.2.0.9.2.20030518222055.0355af88@127.0.0.1> Hi I am a administrator of a newsgroup running in mailman. In your faq I read something called "approval header" but could?nt find any more info. I Know that in Majordomo you could put the first line of the message with a password and the message would go directly without need to be approved in the web page. Can this be done in MM? Regards Guillermo Costa PS: In case you are interested the list is REGO www.rego.com.ve From rommel at suse.de Mon May 19 10:56:55 2003 From: rommel at suse.de (Heiko Rommel) Date: Mon, 19 May 2003 10:56:55 +0200 (CEST) Subject: [Mailman-Users] Re: [Mailman-Developers] SLOW Mailmans delivery In-Reply-To: <3EC5BBBE.3070107@isu.edu> References: <3EC5BBBE.3070107@isu.edu> Message-ID: On Fri, 16 May 2003, Kory Wheatley wrote: > Is there a way to slow down the delivery of Mailman to the subscribers > of all my Mailing lists? We have one list that has 16,000 subscribers to > one domain, all these accounts are on our mail server. Every time a > message is sent out from this list, it really causes the load on our > mail server to be high. Currently our Mail server is on a powerful 3 > processor HPUX 11 NClass server with 2GB of RAM. Mailman 2.1.1 is on a > Red Hat 8 Pentium 600mhz, using Postfix as the MTA. > > I have Postfix setup to do slow delivery to this domain (isu.edu), but > that doesn't seem to help. I also lowered the SMTP_MAX_RCPTS = to 3, > thinking that might help. > > Postfix is setup as: > In Main.cf > transport_maps = hash:/etc/postfix/transport > slow_destination_concurrency_limit = 1 > Even if the HP machine is loaded, your Red Hat Box may still think it's fast enough. Therefore, the slow_destination citeria might not apply. Instead, try using the nqmgr instead of the qmgr and set default_delivery_slot_cost to something big (e.g. 20). For further details, see man nqmgr. Heiko Rommel phone +49-911-740 53 696 SuSE Linux AG fax +49-911-741 77 55 Deutschherrnstr. 15-19 mail rommel at suse.de 90429 Nuernberg www http://www.suse.de/ Germany From jolly at outsourceit.us Mon May 19 16:21:56 2003 From: jolly at outsourceit.us (Mike Jolly) Date: Mon, 19 May 2003 10:21:56 -0400 Subject: [Mailman-Users] Mailman list sending attachments Message-ID: I think I've noticed that when a user on aol sends mail to a list, mailman creates its footer as an attachment to the message instead of inline. Why is this? I would guess due to aol appearing to send html messages. So, would the answer to this problem be to use content filtering to convert the message to text/plain? Thanks for your time! Mike Jolly From chiara.boldi at wavetechno.it Mon May 19 17:09:08 2003 From: chiara.boldi at wavetechno.it (Chiara Boldi -- WAVE Technologies srl) Date: Mon, 19 May 2003 17:09:08 +0200 Subject: [Mailman-Users] info request about mailman Message-ID: <041801c31e18$9a040930$7a00a8c0@boldi122> Dear Python Staff, could you please let me know if it possible to customize the info requested to a user who wants to subscribe to the mailing list? At the present, it is necessary to provide an email address, a name (but this field is optional) and a password (to avoid the creation of an automatic pwd), but in case other fields were requested, would it be possible to add them? If my clients wants to get all the codes of the customers who want the subscription, is it allowed to add this field which shoud be compulsory in order to successfully end the subscription? If I have not managed to be clear enough, please let me know and I'll try to better explain the question. Thanks in advance for yr. help, best regards. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.481 / Virus Database: 277 - Release Date: 13/05/2003 From paul at thcwd.com Mon May 19 04:26:36 2003 From: paul at thcwd.com (paul at thcwd.com) Date: Sun, 18 May 2003 21:26:36 -0500 (CDT) Subject: [Mailman-Users] (no subject) In-Reply-To: Message-ID: <200305190226.h4J2QanW015229@ms-smtp-02.texas.rr.com> schuetzen wrote: >my point is this. Yahoogroups, in case you live in outer Botswana, is >about to >start charging for their email lists. When that happens, and I am sort of the >front of the wave if not even further back than that, there are going to be >literally tens of thousands of list owners looking for a perfectly simple and >yahoo like mail program which does not require learning all about MTAs and >other, ancillary programs which should be in the main software already - so as >to be able to take their lists to a webhost and move on without the charges >which are going to otherwise have to be passed on to the listmembers. What you say is true, and it's not just Yahoogroups - within the year I suspect free mail list services will be pretty much dead. This is why I started to look at Mailman last July. It was WAY over my head, so I started learning what I would need to know to pull it off. I also decided I needed features which were due out in the next release, so I waited till January to do my install. After some false starts because of other software on my server I got it going. Now I am working on taking the core mailman and making it do most of what Yahoogroups does. I've just gotten a functional post from the web (archives) system to work (it picks up the users e-mail address from the log in and uses the to send the post.) I hope to start transferring my lists to my server in June - 11 months after I started. >I am looking for a knock off of Yahoo or Egroups or Onelist's software so >that I >can move my lists to my piece of the inet. It's not out there, unless you want to pay huge $$. Your choices are 1) learn enough to use something like Mailman, 2) pay someone else to use their system, 3) pay for a professional mail package. Your choice And yes, as Yahoo and others start to charge, we are likely to be over run with newbies who have no idea what Linux or Python are, but expect someone to help them get Mailman. <>< Paul From adaml at jbase.com Mon May 19 19:33:27 2003 From: adaml at jbase.com (Adam Lipson) Date: Mon, 19 May 2003 13:33:27 -0400 Subject: [Mailman-Users] any recommendations? Message-ID: Richard, Thanks for the reply, I saw that before, but none of the links work and even the links for patches at sourceforge are under 2.0.x not under 2.1.x. Any idea where else I can get them as list.org and gnu.org don't seem to have them either. Thanks, Adam -----Original Message----- From: Richard Barrett [mailto:r.barrett at openinfo.co.uk] Sent: Sunday, May 18, 2003 5:41 PM To: Adam Lipson Cc: mailman-users at python.org Subject: Re: [Mailman-Users] any recomendations? At 22:33 16/05/2003, Adam Lipson wrote: >I have two questions for the group. > >1) Any recomendations for a good web based search tool for the >archives. I know there are a few out there, but are any better in anyones >opinion? See http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.011.htp >2) when importing my archives from an mbox I get all the headers for all >the messages as well as any html encoded messages show up with raw html >all over them instead of a coherent message. I am importing the messages >from an exchange server via POP and or IMAP to set up the mbox file and >then importing the mbox. Sorry, I do not grok Windows MTAs, maybe someone else can help. >Thanks, >Adam ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From r.barrett at openinfo.co.uk Mon May 19 20:15:34 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Mon, 19 May 2003 19:15:34 +0100 Subject: [Mailman-Users] any recommendations? In-Reply-To: Message-ID: <5.1.1.6.0.20030519185751.03cd3178@mail.openinfo.co.uk> At 18:33 19/05/2003, Adam Lipson wrote: >Richard, > >Thanks for the reply, I saw that before, but none of the links work and >even the links for patches at sourceforge are under 2.0.x not under >2.1.x. Any idea where else I can get them as list.org and gnu.org don't >seem to have them either. Well, I just tried the links on that page to sourceforge for my htdig related patches and they all worked just fine. I've copied them into this email below: http://sourceforge.net/tracker/index.php?func=detail&aid=728836&group_id=103&atid=100103 http://sourceforge.net/tracker/index.php?func=detail&aid=661138&group_id=103&atid=300103 http://sourceforge.net/tracker/index.php?func=detail&aid=444879&group_id=103&atid=300103 http://sourceforge.net/tracker/index.php?func=detail&aid=668685&group_id=103&atid=300103 http://sourceforge.net/tracker/index.php?func=detail&aid=444884&group_id=103&atid=300103 You will find also that, for the patches that have been around long enough to be updated to keep pace with new MM releases (e.g., #444879 and #444884), there are different versions of the patches for different MM version and comments about each of these download patch files on the sourceforge patch web page. The download files names include the MM version number it is to be used with followed by the patch version number for that MM version. For example, htdig-2.1.2-0.3.patch.gz is the third (and latest) version of the htdig integration patch for use with MM 2.1.2 RTFWP If you absolutely must, you can also find the patches on my own web site (see URL below) but there is really no need not to use sourceforge unless it is down for maintenance. And #444884, the htdig intgration patch, installs a file $build/INSTALL.htdig-mm. Make my day by being one of the users that reads it and makes the trouble I take in writing and maintaining it worthwhile. >Thanks, >Adam > >-----Original Message----- >From: Richard Barrett [mailto:r.barrett at openinfo.co.uk] >Sent: Sunday, May 18, 2003 5:41 PM >To: Adam Lipson >Cc: mailman-users at python.org >Subject: Re: [Mailman-Users] any recomendations? > > >At 22:33 16/05/2003, Adam Lipson wrote: > >I have two questions for the group. > > > >1) Any recomendations for a good web based search tool for the > >archives. I know there are a few out there, but are any better in anyones > >opinion? > >See http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.011.htp > > > >2) when importing my archives from an mbox I get all the headers for all > >the messages as well as any html encoded messages show up with raw html > >all over them instead of a coherent message. I am importing the messages > >from an exchange server via POP and or IMAP to set up the mbox file and > >then importing the mbox. > >Sorry, I do not grok Windows MTAs, maybe someone else can help. > > > >Thanks, > >Adam ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From adaml at jbase.com Mon May 19 20:29:12 2003 From: adaml at jbase.com (Adam Lipson) Date: Mon, 19 May 2003 14:29:12 -0400 Subject: [Mailman-Users] any recommendations? Message-ID: well they are working now. I noticed that source forge was having problems this morning as their web site said they were down due to running update. Thanks! Adam -----Original Message----- From: Richard Barrett [mailto:r.barrett at openinfo.co.uk] Sent: Monday, May 19, 2003 2:16 PM To: Adam Lipson Cc: mailman-users at python.org Subject: RE: [Mailman-Users] any recommendations? At 18:33 19/05/2003, Adam Lipson wrote: >Richard, > >Thanks for the reply, I saw that before, but none of the links work and >even the links for patches at sourceforge are under 2.0.x not under >2.1.x. Any idea where else I can get them as list.org and gnu.org don't >seem to have them either. Well, I just tried the links on that page to sourceforge for my htdig related patches and they all worked just fine. I've copied them into this email below: http://sourceforge.net/tracker/index.php?func=detail&aid=728836&group_id=103&atid=100103 http://sourceforge.net/tracker/index.php?func=detail&aid=661138&group_id=103&atid=300103 http://sourceforge.net/tracker/index.php?func=detail&aid=444879&group_id=103&atid=300103 http://sourceforge.net/tracker/index.php?func=detail&aid=668685&group_id=103&atid=300103 http://sourceforge.net/tracker/index.php?func=detail&aid=444884&group_id=103&atid=300103 You will find also that, for the patches that have been around long enough to be updated to keep pace with new MM releases (e.g., #444879 and #444884), there are different versions of the patches for different MM version and comments about each of these download patch files on the sourceforge patch web page. The download files names include the MM version number it is to be used with followed by the patch version number for that MM version. For example, htdig-2.1.2-0.3.patch.gz is the third (and latest) version of the htdig integration patch for use with MM 2.1.2 RTFWP If you absolutely must, you can also find the patches on my own web site (see URL below) but there is really no need not to use sourceforge unless it is down for maintenance. And #444884, the htdig intgration patch, installs a file $build/INSTALL.htdig-mm. Make my day by being one of the users that reads it and makes the trouble I take in writing and maintaining it worthwhile. >Thanks, >Adam > >-----Original Message----- >From: Richard Barrett [mailto:r.barrett at openinfo.co.uk] >Sent: Sunday, May 18, 2003 5:41 PM >To: Adam Lipson >Cc: mailman-users at python.org >Subject: Re: [Mailman-Users] any recomendations? > > >At 22:33 16/05/2003, Adam Lipson wrote: > >I have two questions for the group. > > > >1) Any recomendations for a good web based search tool for the > >archives. I know there are a few out there, but are any better in anyones > >opinion? > >See http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.011.htp > > > >2) when importing my archives from an mbox I get all the headers for all > >the messages as well as any html encoded messages show up with raw html > >all over them instead of a coherent message. I am importing the messages > >from an exchange server via POP and or IMAP to set up the mbox file and > >then importing the mbox. > >Sorry, I do not grok Windows MTAs, maybe someone else can help. > > > >Thanks, > >Adam ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From mark at pdc-racing.net Mon May 19 20:43:31 2003 From: mark at pdc-racing.net (Mark Dadgar) Date: Mon, 19 May 2003 11:43:31 -0700 Subject: [Mailman-Users] any recommendations? In-Reply-To: <5.1.1.6.0.20030519185751.03cd3178@mail.openinfo.co.uk> Message-ID: Richard Barrett at r.barrett at openinfo.co.uk wrote: > Well, I just tried the links on that page to sourceforge for my htdig > related patches and they all worked just fine. I've copied them into this > email below: [snip] > > You will find also that, for the patches that have been around long enough > to be updated to keep pace with new MM releases (e.g., #444879 and > #444884), there are different versions of the patches for different MM > version and comments about each of these download patch files on the > sourceforge patch web page. The download files names include the MM version > number it is to be used with followed by the patch version number for that > MM version. For example, htdig-2.1.2-0.3.patch.gz is the third (and latest) > version of the htdig integration patch for use with MM 2.1.2 THANK YOU for maintaining these patches so diligently. This is hugely useful functionality that should, IMHO, be part of the main Mailman tree. Thank you thank you thank you. - Mark, read the $build/INSTALL.htdig-mm file on his first try -- mark at pdc-racing.net From kalin at el.net Mon May 19 20:11:29 2003 From: kalin at el.net (Kalin Mintchev) Date: Mon, 19 May 2003 14:11:29 -0400 (EDT) Subject: [Mailman-Users] sending authorization request Message-ID: hello... mailman is still sending me emails that an authorization is required for postings even if it's told that no authorization is required? in the preferences for the setting: Must posts be approved by an administrator? - i have NO.... how do i make clearer to mailman? thanks.... From theman at eliotstock.com Mon May 19 23:27:19 2003 From: theman at eliotstock.com (Eliot James Ormond Stock) Date: Mon, 19 May 2003 22:27:19 +0100 Subject: [Mailman-Users] redhat 9 mailman rpm broken? Message-ID: <1053379639.bad1896e9733a@eliot.stock.name> further to the below, I have the same problem on Redhat 9.0. But I don't think it's a broken dependency on a python rpm, because I have the following installed already: [root at czss i386]# rpm -qa | grep python python-2.2.2-26 python-optik-1.4-2 python-devel-2.2.2-26 rpm-python-4.2-0.69 mod_python-3.0.1-3 Has anyone gotten any further with this? E. Mike Gideon wrote: > I just installed the mailman that comes with RedHat 9.0 ( I think it is > 2.1-8). A piece of documentation says as of ver2.1 mailman requires a > service. > > When I try running it I get the following message: > > [EMAIL PROTECTED] mailman]# /sbin/service mailman start > Traceback (most recent call last): > File "/var/mailman/bin/mailmanctl", line 524, in ? > main() > File "/var/mailman/bin/mailmanctl", line 319, in main > check_privs() > File "/var/mailman/bin/mailmanctl", line 274, in check_privs > gid = grp.getgrnam(mm_cfg.MAILMAN_GROUP)[2] > KeyError: getgrnam(): name not found It looks like you don't have all the required python modules installed. You might want to look on the RH 9 (no .0 anymore) CD's to see if there are other python rpms which you don't have installed. If you figure out what rpm it is that's missing, you might consider reporting it to RH so they can add it as a requires in their Mailman RPM. Maybe sometime before Mailman 10 some distribution will build an RPM that 'just works.' It sure would cut down on the traffic to this list. :) ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From kalin at el.net Tue May 20 00:52:04 2003 From: kalin at el.net (Kalin Mintchev) Date: Mon, 19 May 2003 18:52:04 -0400 (EDT) Subject: [Mailman-Users] error.. Message-ID: hi, i was hoping somebody can explain this error i got mailed back from mailman.... does this mean that the email address requesting the subscription is fake or illegal? Traceback (innermost last): File "/var/mailman/Mailman/MailCommandHandler.py", line 235, in ParseMailCommands self.__dispatch[cmd](args, line, msg) File "/var/mailman/Mailman/MailCommandHandler.py", line 580, in ProcessSubscribeCmd self.AddMember(subscribe_address, password, digest, remote) File "/var/mailman/Mailman/MailList.py", line 992, in AddMember {"email" : name, AttributeError: real_name thanks.... From python.org at gregwestin.com Tue May 20 03:41:44 2003 From: python.org at gregwestin.com (Greg Westin) Date: Mon, 19 May 2003 21:41:44 -0400 (EDT) Subject: [Mailman-Users] bin/arch error Message-ID: Hello, I was just editing some archives, and when I tried to rebuild two of them I got a message like the one below. Can anyone help me understand what's going on here? I made basically the same edits to all the archives, but only got this error for two of them. Pickling archive state into /home/mailman/archives/private/hospital-list/pipermail.pck Traceback (most recent call last): File "bin/arch", line 187, in ? main() File "bin/arch", line 175, in main archiver.processUnixMailbox(fp, start, end) File "/home/mailman/Mailman/Archiver/pipermail.py", line 544, in processUnixMailbox m = mbox.next() File "/usr/local/lib/python2.2/mailbox.py", line 34, in next return self.factory(_Subfile(self.fp, start, stop)) File "/home/mailman/Mailman/Mailbox.py", line 79, in scrubber return mailbox.scrub(msg) File "/home/mailman/Mailman/Mailbox.py", line 99, in scrub return self._scrubber(self._mlist, msg) File "/home/mailman/Mailman/Handlers/Scrubber.py", line 252, in process payload = part.get_payload(decode=1) File "/usr/local/mailman/pythonlib/email/Message.py", line 189, in get_payload return Utils._bdecode(payload) File "/usr/local/mailman/pythonlib/email/Utils.py", line 75, in _bdecode value = base64.decodestring(s) File "/usr/local/lib/python2.2/base64.py", line 44, in decodestring return binascii.a2b_base64(s) binascii.Error: Incorrect padding Thanks in advance for any advice, Greg -- http://www.gregwestin.com Contact info: http://www.gregwestin.com/contact.php From listmod at camarilla.white-wolf.com Tue May 20 09:20:51 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Tue, 20 May 2003 07:20:51 -0000 Subject: [Mailman-Users] password recovery for moderator/owner In-Reply-To: <20030519094322.GA31365@jeroen.fw.belnet.be> References: <20030519094322.GA31365@jeroen.fw.belnet.be> Message-ID: <1053415213.2262.34.camel@localhost.localdomain> No. The admin needs to use the mailman/bin/change_pw tool to reset the password On Mon, 2003-05-19 at 05:43, Jeroen Valcke wrote: > Hello, > > Is there an easy way to remind the owner/moderator of a list on the > owner and/or moderator password. > > -Jeroen- -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - From paul at thcwd.com Tue May 20 18:45:16 2003 From: paul at thcwd.com (Paul H Byerly) Date: Tue, 20 May 2003 11:45:16 -0500 Subject: [Mailman-Users] redhat 9 mailman rpm broken? In-Reply-To: Message-ID: <5.2.1.1.0.20030520113600.03334a10@mail.thcwd.com> Eliot wrote: >further to the below, I have the same problem on Redhat 9.0. But I don't think >it's a broken dependency on a python rpm, because I have the following >installed already: > >[root at czss i386]# rpm -qa | grep python >python-2.2.2-26 >python-optik-1.4-2 >python-devel-2.2.2-26 >rpm-python-4.2-0.69 >mod_python-3.0.1-3 There can be multiple installs of python on a system (mine came with 2 and I've added one), and I would guess the rpm hooks up to the default version. Use the command: # which python If it returns "/usr/bin/python" go into /usr/bin/ and compare that default's file size with the file size of the installs with version numbers to figure out which one is called as default. <>< Paul From kristian at moni2r.dk Tue May 20 21:32:17 2003 From: kristian at moni2r.dk (Kristian Wind) Date: Tue, 20 May 2003 21:32:17 +0200 Subject: [Mailman-Users] [bin/check_perms -f] - dont work... Message-ID: Hi all! Very (!!!) new til Mailman, but... Running FreeBSD 4.7 and the Pyhon 2.2.2_2 FreeBSD port, and are trying to install Mailman 2.1.2. The first thing I tried was installing the Mailman port vers. 2.1.1 but got some errors. Then I tried to install the source version 2.1.2 and extract and compile it according to the instructions. But still got the errors when running the "bin/check_perms -f" command. Running bin/check_perms -f several times does not help. ----> root at bsd /usr/local/mailman $> bin/check_perms -f Traceback (most recent call last): File "bin/check_perms", line 369, in ? checkmta() File "bin/check_perms", line 300, in checkmta __import__(modname) File "/usr/local/mailman/Mailman/MTA/Manual.py", line 23, in ? from Mailman import Message File "/usr/local/mailman/Mailman/Message.py", line 25, in ? import email.Message File "/usr/local/mailman/pythonlib/email/Message.py", line 15, in ? from email import Utils File "/usr/local/mailman/pythonlib/email/Utils.py", line 8, in ? import socket File "/usr/local/lib/python2.2/socket.py", line 41, in ? from _socket import * ImportError: Shared object "libssl.so.3" not found <---- One thing I might have done wrong was installing as root? I have NO idea whatsoever what to do. Please advise... (I'm on digest, so please copy me on kristian at moni2r.dk) Thanks in advance... Venlig hilsen / Best regards Kristian Wind Denmark ____________________________________________ Monitor - Skolegade 7b - DK8000 Aarhus C T: 70222940 - F: 70222960 - M: 40330685 kristian at moni2r.dk - http://www.moni2r.dk ____________________________________________ From r.barrett at openinfo.co.uk Tue May 20 22:05:39 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Tue, 20 May 2003 21:05:39 +0100 Subject: [Mailman-Users] [bin/check_perms -f] - dont work... In-Reply-To: Message-ID: <5.1.1.6.0.20030520205955.03e71d50@mail.openinfo.co.uk> At 20:32 20/05/2003, Kristian Wind wrote: >Hi all! > >Very (!!!) new til Mailman, but... > >Running FreeBSD 4.7 and the Pyhon 2.2.2_2 FreeBSD port, and are trying to >install Mailman 2.1.2. The first thing I tried was installing the Mailman >port vers. 2.1.1 but got some errors. Then I tried to install the source >version 2.1.2 and extract and compile it according to the instructions. >But still got the errors when running the "bin/check_perms -f" command. >Running bin/check_perms -f several times does not help. > >----> >root at bsd /usr/local/mailman $> bin/check_perms -f >Traceback (most recent call last): > File "bin/check_perms", line 369, in ? > checkmta() > File "bin/check_perms", line 300, in checkmta > __import__(modname) > File "/usr/local/mailman/Mailman/MTA/Manual.py", line 23, in ? > from Mailman import Message > File "/usr/local/mailman/Mailman/Message.py", line 25, in ? > import email.Message > File "/usr/local/mailman/pythonlib/email/Message.py", line 15, in ? > from email import Utils > File "/usr/local/mailman/pythonlib/email/Utils.py", line 8, in ? > import socket > File "/usr/local/lib/python2.2/socket.py", line 41, in ? > from _socket import * >ImportError: Shared object "libssl.so.3" not found ><---- Your problem is not a Mailman problem. You will get the same problem if you run python from the command line and enter the Python statement "import socket". The Python you have installed was configured to expect support for SSL. The error is saying that a shared library that Python's socket module is expecting to find is not present i.e libssl.so.3. This is probably part of the openssl package. But being as I do not use FreeBSD I cannot help any further. >One thing I might have done wrong was installing as root? > >I have NO idea whatsoever what to do. Please advise... >(I'm on digest, so please copy me on kristian at moni2r.dk) > >Thanks in advance... > > >Venlig hilsen / Best regards >Kristian Wind >Denmark > >____________________________________________ >Monitor - Skolegade 7b - DK8000 Aarhus C >T: 70222940 - F: 70222960 - M: 40330685 >kristian at moni2r.dk - http://www.moni2r.dk >____________________________________________ ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From kalin at el.net Wed May 21 00:56:09 2003 From: kalin at el.net (Kalin Mintchev) Date: Tue, 20 May 2003 18:56:09 -0400 (EDT) Subject: [Mailman-Users] Re: sending authorization request In-Reply-To: Message-ID: this is the second try for this: On Mon, 19 May 2003, Kalin Mintchev wrote: > > hello... > mailman is still sending me emails that an authorization is required for > postings even if it's told that no authorization is required? > > in the preferences for the setting: > Must posts be approved by an administrator? - i have NO.... > how do i make clearer to mailman? > > thanks.... > > > > From hchs at ns.sympatico.ca Wed May 21 01:47:37 2003 From: hchs at ns.sympatico.ca (Cody Harris) Date: Tue, 20 May 2003 20:47:37 -0300 Subject: [Mailman-Users] Anyone out there, PLEASE help me! Message-ID: <5.2.0.9.0.20030520204400.021c3220@pop1.ns.sympatico.ca> My mailman installation never works, and nobody could figure it out, but can someone PLEASE help me?!?!?!?! Error: This is the Postfix program at host vectec.net. I'm sorry to have to inform you that the message returned below could not be delivered to one or more destinations. For further assistance, please send mail to 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 1: "/var/lib/mailman/scripts/post hchs". Command output: Traceback (most recent call last): File "/var/lib/mailman/scripts/post", line 94, in ? main() File "/var/lib/mailman/scripts/post", line 89, in main msg.Enqueue(mlist, tolist=1) File "/var/lib/mailman/Mailman/Message.py", line 176, in Enqueue dbfp = Utils.open_ex(dbfile, 'w') File "/var/lib/mailman/Mailman/Utils.py", line 601, in open_ex fd = os.open(filename, flags, perms) IOError: [Errno 13] Permission denied: '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' Reporting-MTA: dns; vectec.net Arrival-Date: Tue, 20 May 2003 20:47:04 -0300 (ADT) Final-Recipient: rfc822; hchs at vectec.net Action: failed Status: 5.0.0 Diagnostic-Code: X-Postfix; Command died with status 1: "/var/lib/mailman/scripts/post hchs". Command output: Traceback (most recent call last): File "/var/lib/mailman/scripts/post", line 94, in ? main() File "/var/lib/mailman/scripts/post", line 89, in main msg.Enqueue(mlist, tolist=1) File "/var/lib/mailman/Mailman/Message.py", line 176, in Enqueue dbfp = Utils.open_ex(dbfile, 'w') File "/var/lib/mailman/Mailman/Utils.py", line 601, in open_ex fd = os.open(filename, flags, perms) IOError: [Errno 13] Permission denied: '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' Received: from simmts5-srv.bellnexxia.net (simmts5.bellnexxia.net [206.47.199.163]) by vectec.net (Postfix) with SMTP id B696F2786E for ; Tue, 20 May 2003 20:47:04 -0300 (ADT) Received: from BICLES.ns.sympatico.ca ([142.177.203.250]) by simmts5-srv.bellnexxia.net (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with ESMTP id <20030520234722.LZKL14470.simmts5-srv.bellnexxia.net at BICLES.ns.sympatico.ca> for ; Tue, 20 May 2003 19:47:22 -0400 Message-Id: <5.2.0.9.0.20030520204616.021b8878 at pop1.ns.sympatico.ca> X-Sender: hchs#ns.sympatico.ca at pop1.ns.sympatico.ca X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Tue, 20 May 2003 20:46:17 -0300 To: hchs at vectec.net From: Cody Harris Subject: sdfsdf Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed sdfsdf /var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db doesn't exisit, the directory is in fact empty. What's wrong? From jonc at nc.rr.com Wed May 21 04:13:23 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Wed, 21 May 2003 02:13:23 -0000 Subject: [Mailman-Users] Umbrella/Parent Lists In-Reply-To: <5.2.1.1.2.20030508115955.02671cb0@mail.greenfieldnetworks-int.com> References: <5.2.1.1.2.20030508115955.02671cb0@mail.greenfieldnetworks-int.com> Message-ID: <1053483263.3118.31.camel@anncons> On Thu, 2003-05-08 at 15:51, Wesley T. Perdue wrote: > My script lacks one feature I need: I'd like it to be driven by membership changes in the child lists, rather than cron-driven. That is, when someone joins or leaves my software list, I'd like my eng list to be automatically updated. I'm not a Python programmer (I'm barely a Perl programmer), so it may take me a while to figure out how to implement this feature. Arbitrarily rebuilding all parent lists on a frequent basis is a waste of resources on my already busy server; plus, it introduces a time delay in the parent-list-updating. > I had some clients with that same concern. The fix is easy. Modify your script (still kicked off by cron), to start with a grep of the Mailman log files looking for removes or adds to list memberships. If you find any then continue running the script - otherwise exit. The resources used are minimal if there are no changes to the sub-lists. Once you get brave, you can hack the Mailman cgi code to kick off your scripts when there is an add or remove in one of the sub-lists - but the cron actually takes up less resources (unless your lists rarely change) Good Luck - Jon Carnes From ptatters at zerobyzero.ca Wed May 21 06:18:09 2003 From: ptatters at zerobyzero.ca (Peter Tattersall) Date: Wed, 21 May 2003 00:18:09 -0400 Subject: [Mailman-Users] Re: sending authorization request In-Reply-To: Message-ID: <3A798DDE-8B43-11D7-86B2-0003931C4CFA@zerobyzero.ca> There are various reasons why a post needs approval. Even when you have checked 'NO' for 'Must posts be approved by an administrator?' Mailman will still ask for authorization if, for example, the message is too long or if the message has an attachment when you have said this is not permitted. On Tuesday, May 20, 2003, at 06:56 PM, Kalin Mintchev wrote: > this is the second try for this: > > On Mon, 19 May 2003, Kalin Mintchev wrote: > >> hello... >> mailman is still sending me emails that an authorization is required >> for >> postings even if it's told that no authorization is required? >> >> in the preferences for the setting: >> Must posts be approved by an administrator? - i have NO.... >> how do i make clearer to mailman? >> >> thanks.... From charford-list at infinithost.com Wed May 21 07:05:28 2003 From: charford-list at infinithost.com (Colin Harford) Date: Tue, 20 May 2003 23:05:28 -0600 Subject: [Mailman-Users] Failure to find group name mailnull. Message-ID: -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 pipe to |/mail/mailman/mail/mailman post testing generated by testing at mailman.infinithost.com local delivery failed The following text was generated during the delivery attempt: - - - ------ pipe to |/mail/mailman/mail/mailman post testing generated by testing at mailman.infinithost.com ------ Failure to find group name mailnull. Try adding this group to your system, or re-run configure, providing an existing group name with the command line option --with-mail-gid. OS: FreeBSD 5, MailMan 2.1.1, Exim 4.14 Mailman installed with: ./configure --with-mail-gid=mailnull --with-cgi-gid=www - - - --with-mailhost=mailman.infinithost.com --prefix=/mail/mailman In /etc/group: mailnull:*92:mailman In exim 4: (this is based on a mailman configuration for a previous exim4 installation). # home dir for mailman MAILMAN_HOME=/mail/mailman # wrapper script for mailman MAILMAN_WRAP=MAILMAN_HOME/mail/wrapper # user and group for mailman MAILMAN_UID=exim MAILMAN_GID=mailnull # vol 020528 mailman router list_owner_router: driver = redirect local_part_suffix = "-owner" require_files = MAILMAN_HOME/lists/${lc::$local_part}/config.db data = "${lc:$local_part}-admin@${domain}" owner_list_router: driver = redirect local_part_prefix = "owner-" require_files = MAILMAN_HOME/lists/${lc::$local_part}/config.db data = "${lc:$local_part}-admin@${domain}" list_admin_router: driver = redirect local_part_suffix = -admin require_files = MAILMAN_HOME/lists/${lc::$local_part}/config.db pipe_transport = list_admin_transport data = "|MAILMAN_WRAP mailowner ${lc:$local_part}" list_request_router: driver = redirect local_part_suffix = -request require_files = MAILMAN_HOME/lists/${lc::$local_part}/config.db pipe_transport = list_request_transport data = "|MAILMAN_WRAP mailcmd ${lc:$local_part}" list_router: driver = redirect require_files = MAILMAN_HOME/lists/${lc::$local_part}/config.db pipe_transport = list_transport data = "|MAILMAN_WRAP post ${lc:$local_part}" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (Darwin) iD8DBQE+ywkbtf2vknGZ+KoRAg62AKCJh2FzXuGhA+SP4ZJUQ+x2jiUqdwCdFiyy pmJlBrPqJzBCDK8TzbKCVWQ= =h1Zm -----END PGP SIGNATURE----- From kalin at el.net Wed May 21 06:31:14 2003 From: kalin at el.net (Kalin Mintchev) Date: Wed, 21 May 2003 00:31:14 -0400 (EDT) Subject: [Mailman-Users] Re: sending authorization request In-Reply-To: <3A798DDE-8B43-11D7-86B2-0003931C4CFA@zerobyzero.ca> Message-ID: i didn't see any setting about attachments? which layout will be that one one? On Wed, 21 May 2003, Peter Tattersall wrote: > There are various reasons why a post needs approval. Even when you have > checked 'NO' for 'Must posts be approved by an administrator?' Mailman > will still ask for authorization if, for example, the message is too > long or if the message has an attachment when you have said this is not > permitted. > > On Tuesday, May 20, 2003, at 06:56 PM, Kalin Mintchev wrote: > > > this is the second try for this: > > > > On Mon, 19 May 2003, Kalin Mintchev wrote: > > > >> hello... > >> mailman is still sending me emails that an authorization is required > >> for > >> postings even if it's told that no authorization is required? > >> > >> in the preferences for the setting: > >> Must posts be approved by an administrator? - i have NO.... > >> how do i make clearer to mailman? > >> > >> thanks.... > > From ggw at wolves.homeip.net Wed May 21 07:48:03 2003 From: ggw at wolves.homeip.net (Gregory Woodbury) Date: Wed, 21 May 2003 01:48:03 -0400 (EDT) Subject: [Mailman-Users] Failure to find group name mailnull. In-Reply-To: from "Colin Harford" at May 20, 2003 11:05:28 PM Message-ID: <200305210548.h4L5m4dj001898@wolves.homeip.net> "It was written once upon a time (by Colin Harford):" > Mailman installed with: > > ./configure --with-mail-gid=mailnull --with-cgi-gid=www - > - - --with-mailhost=mailman.infinithost.com --prefix=/mail/mailman > > In /etc/group: > > mailnull:*92:mailman > That /etc/group line should be mailnull:*:92:mailman there is a missing ':' in there. It could just be your typo in the message, but it would be a critical error in the system setup if that's the way it really is in /etc/group -- Gregory G. "Wolfe" Woodbury `-_-' Owner/Admin: wolves.durham.nc.us ggw at wolves.durham.nc.us U "The Line Eater is a Hug your wolf. Boojum Snark" From hraftery at myrealbox.com Wed May 21 09:30:21 2003 From: hraftery at myrealbox.com (Heath Raftery) Date: Wed, 21 May 2003 17:30:21 +1000 Subject: [Mailman-Users] Re: sending authorization request References: <3A798DDE-8B43-11D7-86B2-0003931C4CFA@zerobyzero.ca> Message-ID: <017301c31f6a$d6eac390$be01a8c0@ccipope.com.au> As well as other replies, I found my problem was that turning 'approval by an administrator' off does not change the status of existing members. Go to membership management in the admin page, and look at the option down the button to change the state of all users to approved. > On Tuesday, May 20, 2003, at 06:56 PM, Kalin Mintchev wrote: > > > this is the second try for this: > > > > On Mon, 19 May 2003, Kalin Mintchev wrote: > > > >> hello... > >> mailman is still sending me emails that an authorization is required > >> for > >> postings even if it's told that no authorization is required? > >> > >> in the preferences for the setting: > >> Must posts be approved by an administrator? - i have NO.... > >> how do i make clearer to mailman? > >> > >> thanks.... From theman at eliotstock.com Wed May 21 09:27:59 2003 From: theman at eliotstock.com (Eliot James Ormond Stock) Date: Wed, 21 May 2003 08:27:59 +0100 Subject: [Mailman-Users] Re: Re: redhat 9 mailman rpm broken? In-Reply-To: References: Message-ID: <1053502079.6a351cc22e757@eliot.stock.name> Paul, here are my python versions. Looks like only one of them really and it's 2.2. [root at czss root]# which python /usr/bin/python [root at czss root]# ls -lah /usr/bin | grep python -rwxr-xr-x 2 root root 773K Feb 25 13:25 python lrwxrwxrwx 1 root root 6 Apr 17 03:22 python2 -> python -rwxr-xr-x 2 root root 773K Feb 25 13:25 python2.2 what next? Cheers, Eliot. Eliot wrote: >further to the below, I have the same problem on Redhat 9.0. But I don't think >it's a broken dependency on a python rpm, because I have the following >installed already: > >[root at czss i386]# rpm -qa | grep python >python-2.2.2-26 >python-optik-1.4-2 >python-devel-2.2.2-26 >rpm-python-4.2-0.69 >mod_python-3.0.1-3 There can be multiple installs of python on a system (mine came with 2 and I've added one), and I would guess the rpm hooks up to the default version. Use the command: # which python If it returns "/usr/bin/python" go into /usr/bin/ and compare that default's file size with the file size of the installs with version numbers to figure out which one is called as default. <>< Paul ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From jbrouhard at ci.st-joseph.mo.us Wed May 21 15:19:10 2003 From: jbrouhard at ci.st-joseph.mo.us (jbrouhard at ci.st-joseph.mo.us) Date: Wed, 21 May 2003 08:19:10 -0500 Subject: [Mailman-Users] [bin/check_perms -f] - dont work... Message-ID: I believe I can help with this. To use the ports system to install openssl: as root... cd /usr/ports/security/openssl ; make install That will install the OpenSSL Port for FreeBSD... I recommend running CVSup before doing this to make sure you have a recent snapshot of the ports tree.. it's updated almost daily. --- Joe Brouhard, MCP, A+ Computer Support Technician City of St Joseph jbrouhard at ci.st-joseph.mo.us http://www.ci.st-joseph.mo.us -----Original Message----- From: Richard Barrett [mailto:r.barrett at openinfo.co.uk] Sent: Tuesday, May 20, 2003 3:06 PM To: Kristian Wind Cc: mailman-users at python.org Subject: Re: [Mailman-Users] [bin/check_perms -f] - dont work... At 20:32 20/05/2003, Kristian Wind wrote: >Hi all! > >Very (!!!) new til Mailman, but... > >Running FreeBSD 4.7 and the Pyhon 2.2.2_2 FreeBSD port, and are trying to >install Mailman 2.1.2. The first thing I tried was installing the Mailman >port vers. 2.1.1 but got some errors. Then I tried to install the source >version 2.1.2 and extract and compile it according to the instructions. >But still got the errors when running the "bin/check_perms -f" command. >Running bin/check_perms -f several times does not help. > >----> >root at bsd /usr/local/mailman $> bin/check_perms -f >Traceback (most recent call last): > File "bin/check_perms", line 369, in ? > checkmta() > File "bin/check_perms", line 300, in checkmta > __import__(modname) > File "/usr/local/mailman/Mailman/MTA/Manual.py", line 23, in ? > from Mailman import Message > File "/usr/local/mailman/Mailman/Message.py", line 25, in ? > import email.Message > File "/usr/local/mailman/pythonlib/email/Message.py", line 15, in ? > from email import Utils > File "/usr/local/mailman/pythonlib/email/Utils.py", line 8, in ? > import socket > File "/usr/local/lib/python2.2/socket.py", line 41, in ? > from _socket import * >ImportError: Shared object "libssl.so.3" not found ><---- Your problem is not a Mailman problem. You will get the same problem if you run python from the command line and enter the Python statement "import socket". The Python you have installed was configured to expect support for SSL. The error is saying that a shared library that Python's socket module is expecting to find is not present i.e libssl.so.3. This is probably part of the openssl package. But being as I do not use FreeBSD I cannot help any further. >One thing I might have done wrong was installing as root? > >I have NO idea whatsoever what to do. Please advise... >(I'm on digest, so please copy me on kristian at moni2r.dk) > >Thanks in advance... > > >Venlig hilsen / Best regards >Kristian Wind >Denmark > >____________________________________________ >Monitor - Skolegade 7b - DK8000 Aarhus C >T: 70222940 - F: 70222960 - M: 40330685 >kristian at moni2r.dk - http://www.moni2r.dk >____________________________________________ ---------------------------------------------------------------------------- -- Richard Barrett http://www.openinfo.co.uk From kristian at moni2r.dk Wed May 21 16:48:13 2003 From: kristian at moni2r.dk (Kristian Wind) Date: Wed, 21 May 2003 16:48:13 +0200 Subject: [Mailman-Users] [bin/check_perms -f] - dont work... In-Reply-To: Message-ID: <3F739752-8B9B-11D7-82AF-00039310AC22@moni2r.dk> It worked! Thanks a billion-trillion! On onsdag, maj 21, 2003, at 15:19 Europe/Copenhagen, jbrouhard at ci.st-joseph.mo.us wrote: > I believe I can help with this. > > To use the ports system to install openssl: > > as root... > > cd /usr/ports/security/openssl ; make install > > That will install the OpenSSL Port for FreeBSD... I recommend running > CVSup before doing this to make sure you have a recent snapshot of the > ports tree.. it's updated almost daily. Venlig hilsen / Best regards Kristian Wind ____________________________________________ Monitor - Skolegade 7b - DK8000 Aarhus C T: 70222940 - F: 70222960 - M: 40330685 kristian at moni2r.dk - http://www.moni2r.dk ____________________________________________ From javier.romero at cedex.es Wed May 21 17:15:42 2003 From: javier.romero at cedex.es (javier) Date: Wed, 21 May 2003 17:15:42 +0200 Subject: [Mailman-Users] bin/mailmanctl start Message-ID: <3ECB981E.8010503@cedex.es> Hello, i've installed mailman 2.1.2 in Mandrake 9.0 all looks to be good, but i can't start daemon. I can create a list, and admin it, but the list don't send. sendmail is working fine (after smrsh problem solved) here is the reply of the system... thanks [root at pc6426 mailman]# bin/mailmanctl start Arrancando el qrunner maestro de Mailman [root at pc6426 mailman]# Traceback (most recent call last): File "/usr/local/mailman/bin/qrunner", line 77, in ? from Mailman.i18n import _ File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? import gettext File "/usr/local/lib/python2.2/gettext.py", line 49, in ? from errno import ENOENT ImportError: No module named errno Traceback (most recent call last): File "/usr/local/mailman/bin/qrunner", line 77, in ? from Mailman.i18n import _ File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? import gettext File "/usr/local/lib/python2.2/gettext.py", line 49, in ? from errno import ENOENT ImportError: No module named errno Traceback (most recent call last): File "/usr/local/mailman/bin/qrunner", line 77, in ? from Mailman.i18n import _ File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? import gettext File "/usr/local/lib/python2.2/gettext.py", line 49, in ? from errno import ENOENT ImportError: No module named errno -- Javier Romero Casado tel.913357274 Dep. Comunicaciones CEDEX From jonc at nc.rr.com Wed May 21 17:23:59 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Wed, 21 May 2003 15:23:59 -0000 Subject: [Mailman-Users] Anyone out there, PLEASE help me! In-Reply-To: <5.2.0.9.0.20030520204400.021c3220@pop1.ns.sympatico.ca> References: <5.2.0.9.0.20030520204400.021c3220@pop1.ns.sympatico.ca> Message-ID: <1053530701.2205.4.camel@anncons> Interesting... Have you tried running ~mailman/bin/check_perms -f (as root on the system)? Did it find any problems? What version of Postfix are you running? What OS are you running on? What version of Mailman? How did you install Mailman (from source, via ports, using rpms, using apt get...)? If you installed from source, did you read the README.POSTFIX file - and follow all of its very specific and wonderful instructions? Inquiring Mailman-users want to know - Jon Carnes On Tue, 2003-05-20 at 19:47, Cody Harris wrote: > My mailman installation never works, and nobody could figure it out, but > can someone PLEASE help me?!?!?!?! > > Error: > This is the Postfix program at host vectec.net. > > I'm sorry to have to inform you that the message returned > below could not be delivered to one or more destinations. > > For further assistance, please send mail to > > 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 1: "/var/lib/mailman/scripts/post > hchs". Command output: Traceback (most recent call last): File > "/var/lib/mailman/scripts/post", line 94, in ? main() File > "/var/lib/mailman/scripts/post", line 89, in main msg.Enqueue(mlist, > tolist=1) File "/var/lib/mailman/Mailman/Message.py", line 176, in > Enqueue dbfp = Utils.open_ex(dbfile, 'w') File > "/var/lib/mailman/Mailman/Utils.py", line 601, in open_ex fd = > os.open(filename, flags, perms) IOError: [Errno 13] Permission denied: > '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' > Reporting-MTA: dns; vectec.net > Arrival-Date: Tue, 20 May 2003 20:47:04 -0300 (ADT) > > Final-Recipient: rfc822; hchs at vectec.net > Action: failed > Status: 5.0.0 > Diagnostic-Code: X-Postfix; Command died with status 1: > "/var/lib/mailman/scripts/post hchs". Command output: Traceback (most > recent call last): File "/var/lib/mailman/scripts/post", line 94, in ? > main() File "/var/lib/mailman/scripts/post", line 89, in main > msg.Enqueue(mlist, tolist=1) File "/var/lib/mailman/Mailman/Message.py", > line 176, in Enqueue dbfp = Utils.open_ex(dbfile, 'w') File > "/var/lib/mailman/Mailman/Utils.py", line 601, in open_ex fd = > os.open(filename, flags, perms) IOError: [Errno 13] Permission denied: > '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' > Received: from simmts5-srv.bellnexxia.net (simmts5.bellnexxia.net > [206.47.199.163]) > by vectec.net (Postfix) with SMTP id B696F2786E > for ; Tue, 20 May 2003 20:47:04 -0300 (ADT) > Received: from BICLES.ns.sympatico.ca ([142.177.203.250]) > by simmts5-srv.bellnexxia.net > (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with ESMTP > id > <20030520234722.LZKL14470.simmts5-srv.bellnexxia.net at BICLES.ns.sympatico.ca> > for ; Tue, 20 May 2003 19:47:22 -0400 > Message-Id: <5.2.0.9.0.20030520204616.021b8878 at pop1.ns.sympatico.ca> > X-Sender: hchs#ns.sympatico.ca at pop1.ns.sympatico.ca > X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 > Date: Tue, 20 May 2003 20:46:17 -0300 > To: hchs at vectec.net > From: Cody Harris > Subject: sdfsdf > Mime-Version: 1.0 > Content-Type: text/plain; charset="us-ascii"; format=flowed > > sdfsdf > > > /var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db doesn't > exisit, the directory is in fact empty. What's wrong? > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From javier.romero at cedex.es Wed May 21 17:39:56 2003 From: javier.romero at cedex.es (javier) Date: Wed, 21 May 2003 17:39:56 +0200 Subject: [Mailman-Users] error with python running check_perms Message-ID: <3ECB9DCC.2010308@cedex.es> this is anotehr prblem, or the same problem... i'm trying work with mailman for 4days, please help me... [root at pc6426 mailman]# bin/check_perms -f Traceback (most recent call last): File "bin/check_perms", line 362, in ? checkall() File "bin/check_perms", line 185, in checkall os.path.walk(d, checkwalk, STATE) File "/usr/lib/python2.2/posixpath.py", line 279, in walk func(arg, top, names) File "bin/check_perms", line 109, in checkwalk print _('%(path)s bad group (has: %(groupname)s, ' File "/usr/local/mailman/Mailman/i18n.py", line 89, in _ return tns % dict ValueError: unsupported format character 't' (0x74) at index 8 -- Javier Romero Casado tel.913357274 Dep. Comunicaciones CEDEX From mistah_cat at msn.com Wed May 21 18:24:33 2003 From: mistah_cat at msn.com (Rob Reid) Date: Wed, 21 May 2003 11:24:33 -0500 Subject: [Mailman-Users] archive/search service Message-ID: Hi, we would like to use the Mailman program. However, it is essential that we can archive and search our postings. Without having our mail server host set up pipermail & htdig for us, do we have any other options? Are there any services out there (even at a fee) that we can use to host our archive and provide search capability? We have looked at the Mail Archive, but this won't suffice because it doesn't provide password protection. Thanks for any info. Rob _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail From rebabonney at ywammt.org Mon May 19 22:40:39 2003 From: rebabonney at ywammt.org (rebabonney at ywammt.org) Date: Mon, 19 May 2003 14:40:39 -0600 (MDT) Subject: [Mailman-Users] make an Administrator Message-ID: <42446.10.1.2.2.1053376839.squirrel@email.ywammt.org> How do I make and administrator? Reba Bonney From john at hypergeek.net Wed May 21 06:58:15 2003 From: john at hypergeek.net (John A. Kilpatrick) Date: Tue, 20 May 2003 21:58:15 -0700 Subject: [Mailman-Users] Mailman question - stale bounces Message-ID: I have a question about what happens when bounces are considered stale...does that mean that mailman resets the counter, or that the person is unsubscribed? I would prefer to have mailman just remove someone. I just went through a list migration and the nomail option wasn't carried over and a lot of people complained - some were people who had bounced a long time ago. I'd prefer just to auto-delete them. Thanks, John (p.s. this is mailman 2.1.2) -- John A. Kilpatrick john at hypergeek.net Email| http://www.hypergeek.net/ john-page at hypergeek.net Text pages| ICQ: 19147504 remember: no obstacles/only challenges From tomasz at rescomp.berkeley.edu Wed May 21 10:06:34 2003 From: tomasz at rescomp.berkeley.edu (Tomasz Finc) Date: Wed, 21 May 2003 01:06:34 -0700 (PDT) Subject: [Mailman-Users] Mailman has browser issues In-Reply-To: <1051717430.2149.25.camel@anncons> References: <1051717430.2149.25.camel@anncons> Message-ID: sadly enough i still havent resolved this issue and its effects have spread to my new instalation of htdig. any searches on opera6.1 work prefectly but any other browser brings up the following htdig Archives Access Failure CGI problem. -5-Field count -4- fields: If you want to make another attempt to access a list archive then go via the list users information page. If this problem persists then please e-mail the following information to the mailman at hal.rescomp.berkeley.edu: https://hal.rescomp.berkeley.edu/pipermail/testing/ /mailman/mmsearch/testing what im wonderin now is if this is an ssl issue. whenever i try to authorize held posts or submit the search string all browsers(minus opera6) will complain that i am sending this over an unencrypted connection. currently im running openssl-0.9.7b with apache 1.3.27 any new ideas? --tomasz On Wed, 30 Apr 2003, Jon Carnes wrote: > Delete the cookies from your non-working browsers and then try again. > > The older format for storing cookies is not compatible with the current > format - that could be your problem. > > On Wed, 2003-04-30 at 05:41, Tomasz Finc wrote: > > After upgrading to mailman 2.1, I noticed that I am not longer able to > > approve posts with almost all > > browsers minus opera 6.1(linux). Whenever i try to approve a held post > > the page reloads with all of the same content. Opera 6.1(linux) on the > > other hand asks me if I want to post data to the web page .. which i do > > and it works fine. funny enough opera 7.1(win) doest not work. The same change > > and no actual change happening happens when i try to add new users to > > a mailing list. > > > > the following do not work: > > > > opera7.1(win) > > ie6.0(win) > > mozilla-1.4(linux) > > > > The system is redhat6.2 2.2.5 running apache-1.3.27 with mod-ssl > > > > --tomasz > > > > > > ------------------------------------------------------ > > Mailman-Users mailing list > > Mailman-Users at python.org > > http://mail.python.org/mailman/listinfo/mailman-users > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > > > This message was sent to: jonc at nc.rr.com > > Unsubscribe or change your options at > > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com > -- From Reuben.Pearse at presence-systems.com Wed May 21 13:22:47 2003 From: Reuben.Pearse at presence-systems.com (Reuben Pearse) Date: Wed, 21 May 2003 12:22:47 +0100 Subject: [Mailman-Users] Undeliverables on Postfix Message-ID: <347BC8EA5B2B004FBB454A5FAA75739D1C6C4A@psl9.presence-systems.com> Hi there, I have just managed to get Mailman 2.1.2 working on Mandrake Linux 8.2. The MTA for Mandrake is Postfix. How do I see a list of mail that has not been delivered. Does Postfix provide a non-delivery report, and this available to Mailman? I am new to Postfix so perhaps there are some log files I need to be looking at? Reuben Pearse reuben at presence-systems.com From elrond at bostoncomputing.net Wed May 21 19:11:28 2003 From: elrond at bostoncomputing.net (Rajib Momen) Date: Wed, 21 May 2003 13:11:28 -0400 Subject: [Mailman-Users] List members not receiving mail? Message-ID: <001401c31fbc$047699a0$01fea8c0@bostoncomputing.net> Hi guys, Anyone know how you can check which users on a certain list during a given mailing got the message, and which did not? I was looking through my error log thingy in mailman/logs and didn't see anything. Is there somewhere else I should be looking? Last night it appears that some people received a particular message while many others did not and I'm trying to troubleshoot it. Frankly, I don't even know where to begin. Any help is appreciated. Thanks! Best regards, Rajib Momen President, Director of I.T. Boston Computing Network http://www.bostoncomputing.net From frederic.perrouin at unilog.fr Wed May 21 19:16:54 2003 From: frederic.perrouin at unilog.fr (Frederic Perrouin) Date: Wed, 21 May 2003 19:16:54 +0200 Subject: [Mailman-Users] List members not receiving mail? Message-ID: Hi, At first you can look in your MTA logs. Best regards, Fred -----Message d'origine----- De : Rajib Momen [mailto:elrond at bostoncomputing.net] Envoy? : mercredi 21 mai 2003 19:11 ? : mailman-users at python.org Objet : [Mailman-Users] List members not receiving mail? Hi guys, Anyone know how you can check which users on a certain list during a given mailing got the message, and which did not? I was looking through my error log thingy in mailman/logs and didn't see anything. Is there somewhere else I should be looking? Last night it appears that some people received a particular message while many others did not and I'm trying to troubleshoot it. Frankly, I don't even know where to begin. Any help is appreciated. Thanks! Best regards, Rajib Momen President, Director of I.T. Boston Computing Network http://www.bostoncomputing.net ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: frederic.perrouin at unilog.fr Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/frederic.perrouin%40unilog.fr From the.dude at softhome.net Wed May 21 19:35:29 2003 From: the.dude at softhome.net (the.dude at softhome.net) Date: Wed, 21 May 2003 11:35:29 -0600 Subject: [Mailman-Users] listinfo doesn't allow subscribe anymore Message-ID: Hi there, I've installed and configured mailman-2.0.8 a few months ago. I set up a list on it and it was working fine but, recently, I noticed it was still possible to subscribe new members via the admin web interface and with "add_members" but not via the listinfo web interface anymore. When I try to subscribe via the listinfo, I get the mail asking me to confirm. I confirm, the mail server gets the mail and mailman does simply nothing with it. It never confirms the subscription. Anyone to help me? Thanks, Here's what I get this in the error log: May 21 19:18:06 2003 qrunner(1292): Traceback (most recent call last): May 21 19:18:06 2003 qrunner(1292): File "/home/mailman/issues/cron/qrunner", line 282, in ? May 21 19:18:06 2003 qrunner(1292): kids = main(lock) May 21 19:18:06 2003 qrunner(1292): File "/home/mailman/issues/cron/qrunner", line 252, in main May 21 19:18:06 2003 qrunner(1292): keepqueued = dispose_message(mlist, msg, msgdata) May 21 19:18:06 2003 qrunner(1292): File "/home/mailman/issues/cron/qrunner", line 121, in dispose_message May 21 19:18:06 2003 qrunner(1292): if BouncerAPI.ScanMessages(mlist, mimemsg): May 21 19:18:06 2003 qrunner(1292): File "/home/mailman/issues/Mailman/Bouncers/BouncerAPI.py", line 59, in ScanMessages May 21 19:18:06 2003 qrunner(1292): addrs = func(msg) May 21 19:18:06 2003 qrunner(1292): File "/home/mailman/issues/Mailman/Bouncers/DSN.py", line 59, in process May 21 19:18:06 2003 qrunner(1292): more = mfile.next() May 21 19:18:06 2003 qrunner(1292): File "/usr/lib/python2.1/multifile.py", line 123, in next May 21 19:18:06 2003 qrunner(1292): while self.readline(): pass May 21 19:18:06 2003 qrunner(1292): File "/usr/lib/python2.1/multifile.py", line 95, in readline May 21 19:18:06 2003 qrunner(1292): if marker == self.section_divider(sep): May 21 19:18:06 2003 qrunner(1292): File "/usr/lib/python2.1/multifile.py", line 159, in section_divider May 21 19:18:06 2003 qrunner(1292): return "--" + str May 21 19:18:06 2003 qrunner(1292): TypeError : cannot add type "None" to string From webperson at now.org Wed May 21 19:35:42 2003 From: webperson at now.org (NOW Website Coordinator) Date: Wed, 21 May 2003 10:35:42 -0700 Subject: [Mailman-Users] mm_htaccess questions Message-ID: <4.3.2.7.2.20030521103101.00c9b500@now.org> The FAQ has two scripts to use to generate an Apache password file that can be used to authenticate a directory with Mailman passwords, in my case, the archive directory for one of my lists. The script mm_htaccess works fine, but I was wondering if anyone had fine-tuned it. I want it only to work for one list, and only if that list was new. I also can't seem to get it not to write error messages (or really, it just writes its report to the cron id, but it won't send it to /dev/null or a file since I assume it is writing the password added as an error message, not just standard output.) Glenn Sieb added a makefile script which works for all lists, but that's more than I need. Has anyone done any of this for their lists? I know if I spend enough time with a Perl manual I should be able to get this to work, but didn't want to reinvent any wheels. Thanks in advance. Sarah Stapleton-Gray -------------------------------------------- Web Site Coordinator National Organization for Women http://www.now.org From hchs at ns.sympatico.ca Wed May 21 21:27:50 2003 From: hchs at ns.sympatico.ca (Cody Harris) Date: Wed, 21 May 2003 16:27:50 -0300 Subject: [Mailman-Users] Anyone out there, PLEASE help me! Message-ID: <5.2.0.9.0.20030521162744.00b501d0@pop1.ns.sympatico.ca> At 11:25 AM 5/21/2003 -0400, you wrote: >Interesting... Have you tried running ~mailman/bin/check_perms -f (as >root on the system)? Did it find any problems? If had A LOT of errors, but it fixed them but now: open(dbfile) IOError: [Errno 13] Permission denied: '/var/lib/mailman/lists/hchs/config.db' >What version of Postfix are you running? Postfix-20010228-pl03 >What OS are you running on? Linux Mandrake 8.1 >What version of Mailman? mailman-2.0.13 >How did you install Mailman (from source, via ports, using rpms, using >apt get...)? RPMs >If you installed from source, did you read the README.POSTFIX file - and >follow all of its very specific and wonderful instructions? > >Inquiring Mailman-users want to know - Jon Carnes > >On Tue, 2003-05-20 at 19:47, Cody Harris wrote: > > My mailman installation never works, and nobody could figure it out, but > > can someone PLEASE help me?!?!?!?! > > > > Error: > > This is the Postfix program at host vectec.net. > > > > I'm sorry to have to inform you that the message returned > > below could not be delivered to one or more destinations. > > > > For further assistance, please send mail to > > > > 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 1: > "/var/lib/mailman/scripts/post > > hchs". Command output: Traceback (most recent call last): File > > "/var/lib/mailman/scripts/post", line 94, in ? main() File > > "/var/lib/mailman/scripts/post", line 89, in > main msg.Enqueue(mlist, > > tolist=1) File "/var/lib/mailman/Mailman/Message.py", line 176, in > > Enqueue dbfp = Utils.open_ex(dbfile, 'w') File > > "/var/lib/mailman/Mailman/Utils.py", line 601, in open_ex fd = > > os.open(filename, flags, perms) IOError: [Errno 13] Permission denied: > > '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' > > Reporting-MTA: dns; vectec.net > > Arrival-Date: Tue, 20 May 2003 20:47:04 -0300 (ADT) > > > > Final-Recipient: rfc822; hchs at vectec.net > > Action: failed > > Status: 5.0.0 > > Diagnostic-Code: X-Postfix; Command died with status 1: > > "/var/lib/mailman/scripts/post hchs". Command output: Traceback (most > > recent call last): File "/var/lib/mailman/scripts/post", line > 94, in ? > > main() File "/var/lib/mailman/scripts/post", line 89, in main > > msg.Enqueue(mlist, tolist=1) File > "/var/lib/mailman/Mailman/Message.py", > > line 176, in Enqueue dbfp = Utils.open_ex(dbfile, 'w') File > > "/var/lib/mailman/Mailman/Utils.py", line 601, in open_ex fd = > > os.open(filename, flags, perms) IOError: [Errno 13] Permission denied: > > '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' > > Received: from simmts5-srv.bellnexxia.net (simmts5.bellnexxia.net > > [206.47.199.163]) > > by vectec.net (Postfix) with SMTP id B696F2786E > > for ; Tue, 20 May 2003 20:47:04 -0300 (ADT) > > Received: from BICLES.ns.sympatico.ca ([142.177.203.250]) > > by simmts5-srv.bellnexxia.net > > (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with > ESMTP > > id > > > <20030520234722.LZKL14470.simmts5-srv.bellnexxia.net at BICLES.ns.sympatico.ca> > > for ; Tue, 20 May 2003 19:47:22 -0400 > > Message-Id: <5.2.0.9.0.20030520204616.021b8878 at pop1.ns.sympatico.ca> > > X-Sender: hchs#ns.sympatico.ca at pop1.ns.sympatico.ca > > X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 > > Date: Tue, 20 May 2003 20:46:17 -0300 > > To: hchs at vectec.net > > From: Cody Harris > > Subject: sdfsdf > > Mime-Version: 1.0 > > Content-Type: text/plain; charset="us-ascii"; format=flowed > > > > sdfsdf > > > > > > /var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db > doesn't > > exisit, the directory is in fact empty. What's wrong? > > > > > > > > > > ------------------------------------------------------ > > Mailman-Users mailing list > > Mailman-Users at python.org > > http://mail.python.org/mailman/listinfo/mailman-users > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > > > This message was sent to: jonc at nc.rr.com > > Unsubscribe or change your options at > > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From GRubin at ccianet.org Wed May 21 21:24:03 2003 From: GRubin at ccianet.org (Gabe N. Rubin) Date: Wed, 21 May 2003 15:24:03 -0400 Subject: [Mailman-Users] Anyone out there, PLEASE help me! Message-ID: What are the perms on /var/lib/mailman/lists/hchs/config.db? try chmod 777 (or 775) /var/lib/mailman/lists/hchs/config.db and see if that works. Gabe Rubin Senior Associate Computer & Communications Industry Association (202)783-0070 x 107 Cody Harris Sent by: mailman-users-bounces+grubin=ccianet.org at python.org 05/21/03 04:27 PM To: mailman-users at python.org cc: Subject: Re: [Mailman-Users] Anyone out there, PLEASE help me! At 11:25 AM 5/21/2003 -0400, you wrote: >Interesting... Have you tried running ~mailman/bin/check_perms -f (as >root on the system)? Did it find any problems? If had A LOT of errors, but it fixed them but now: open(dbfile) IOError: [Errno 13] Permission denied: '/var/lib/mailman/lists/hchs/config.db' >What version of Postfix are you running? Postfix-20010228-pl03 >What OS are you running on? Linux Mandrake 8.1 >What version of Mailman? mailman-2.0.13 >How did you install Mailman (from source, via ports, using rpms, using >apt get...)? RPMs >If you installed from source, did you read the README.POSTFIX file - and >follow all of its very specific and wonderful instructions? > >Inquiring Mailman-users want to know - Jon Carnes > >On Tue, 2003-05-20 at 19:47, Cody Harris wrote: > > My mailman installation never works, and nobody could figure it out, but > > can someone PLEASE help me?!?!?!?! > > > > Error: > > This is the Postfix program at host vectec.net. > > > > I'm sorry to have to inform you that the message returned > > below could not be delivered to one or more destinations. > > > > For further assistance, please send mail to > > > > 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 1: > "/var/lib/mailman/scripts/post > > hchs". Command output: Traceback (most recent call last): File > > "/var/lib/mailman/scripts/post", line 94, in ? main() File > > "/var/lib/mailman/scripts/post", line 89, in > main msg.Enqueue(mlist, > > tolist=1) File "/var/lib/mailman/Mailman/Message.py", line 176, in > > Enqueue dbfp = Utils.open_ex(dbfile, 'w') File > > "/var/lib/mailman/Mailman/Utils.py", line 601, in open_ex fd = > > os.open(filename, flags, perms) IOError: [Errno 13] Permission denied: > > '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' > > Reporting-MTA: dns; vectec.net > > Arrival-Date: Tue, 20 May 2003 20:47:04 -0300 (ADT) > > > > Final-Recipient: rfc822; hchs at vectec.net > > Action: failed > > Status: 5.0.0 > > Diagnostic-Code: X-Postfix; Command died with status 1: > > "/var/lib/mailman/scripts/post hchs". Command output: Traceback (most > > recent call last): File "/var/lib/mailman/scripts/post", line > 94, in ? > > main() File "/var/lib/mailman/scripts/post", line 89, in main > > msg.Enqueue(mlist, tolist=1) File > "/var/lib/mailman/Mailman/Message.py", > > line 176, in Enqueue dbfp = Utils.open_ex(dbfile, 'w') File > > "/var/lib/mailman/Mailman/Utils.py", line 601, in open_ex fd = > > os.open(filename, flags, perms) IOError: [Errno 13] Permission denied: > > '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' > > Received: from simmts5-srv.bellnexxia.net (simmts5.bellnexxia.net > > [206.47.199.163]) > > by vectec.net (Postfix) with SMTP id B696F2786E > > for ; Tue, 20 May 2003 20:47:04 -0300 (ADT) > > Received: from BICLES.ns.sympatico.ca ([142.177.203.250]) > > by simmts5-srv.bellnexxia.net > > (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with > ESMTP > > id > > > <20030520234722.LZKL14470.simmts5-srv.bellnexxia.net at BICLES.ns.sympatico.ca> > > for ; Tue, 20 May 2003 19:47:22 -0400 > > Message-Id: <5.2.0.9.0.20030520204616.021b8878 at pop1.ns.sympatico.ca> > > X-Sender: hchs#ns.sympatico.ca at pop1.ns.sympatico.ca > > X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 > > Date: Tue, 20 May 2003 20:46:17 -0300 > > To: hchs at vectec.net > > From: Cody Harris > > Subject: sdfsdf > > Mime-Version: 1.0 > > Content-Type: text/plain; charset="us-ascii"; format=flowed > > > > sdfsdf > > > > > > /var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db > doesn't > > exisit, the directory is in fact empty. What's wrong? > > > > > > > > > > ------------------------------------------------------ > > Mailman-Users mailing list > > Mailman-Users at python.org > > http://mail.python.org/mailman/listinfo/mailman-users > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > > > This message was sent to: jonc at nc.rr.com > > Unsubscribe or change your options at > > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: grubin at ccianet.org Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/grubin%40ccianet.org From hchs at ns.sympatico.ca Wed May 21 21:49:55 2003 From: hchs at ns.sympatico.ca (Cody Harris) Date: Wed, 21 May 2003 16:49:55 -0300 Subject: [Mailman-Users] Anyone out there, PLEASE help me! Message-ID: <5.2.0.9.0.20030521164950.00b51a08@pop1.ns.sympatico.ca> os.open(filename, flags, perms) IOError: [Errno 13] Permission denied: '/var/lib/mailman/qfiles/6e38917046774f76cd2b2ad19b84f2ad5e70199a.db' /var/lib/mailman/qfiles/ is empty... And i chmod it to 777 and it works... "Your mail to 'Hchs' with the subject asda Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notification of the moderator's decision. " What is the cgi-bin command to get onto my list? http://domain.ext/cgi-bin/mailman/ what? At 03:24 PM 5/21/2003 -0400, you wrote: >What are the perms on /var/lib/mailman/lists/hchs/config.db? try chmod >777 (or 775) /var/lib/mailman/lists/hchs/config.db and see if that works. > >Gabe Rubin >Senior Associate >Computer & Communications Industry Association >(202)783-0070 x 107 > > >Cody Harris >Sent by: mailman-users-bounces+grubin=ccianet.org at python.org > >05/21/03 04:27 PM > > To: mailman-users at python.org > cc: > Subject: Re: [Mailman-Users] Anyone out there, PLEASE help > me! > > >At 11:25 AM 5/21/2003 -0400, you wrote: > >Interesting... Have you tried running ~mailman/bin/check_perms -f (as > >root on the system)? Did it find any problems? > >If had A LOT of errors, but it fixed them but now: > open(dbfile) IOError: [Errno 13] Permission denied: > '/var/lib/mailman/lists/hchs/config.db' > > > > >What version of Postfix are you running? > > >Postfix-20010228-pl03 > > > > >What OS are you running on? > >Linux Mandrake 8.1 > > >What version of Mailman? > >mailman-2.0.13 > > > >How did you install Mailman (from source, via ports, using rpms, using > >apt get...)? > >RPMs > > > >If you installed from source, did you read the README.POSTFIX file - and > >follow all of its very specific and wonderful instructions? > > > >Inquiring Mailman-users want to know - Jon Carnes > > > >On Tue, 2003-05-20 at 19:47, Cody Harris wrote: > > > My mailman installation never works, and nobody could figure it out, but > > > can someone PLEASE help me?!?!?!?! > > > > > > Error: > > > This is the Postfix program at host vectec.net. > > > > > > I'm sorry to have to inform you that the message returned > > > below could not be delivered to one or more destinations. > > > > > > For further assistance, please send mail to > > > > > > 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 1: > > "/var/lib/mailman/scripts/post > > > hchs". Command output: Traceback (most recent call last): File > > > "/var/lib/mailman/scripts/post", line 94, in ? main() File > > > "/var/lib/mailman/scripts/post", line 89, in > > main msg.Enqueue(mlist, > > > tolist=1) File "/var/lib/mailman/Mailman/Message.py", line 176, in > > > Enqueue dbfp = Utils.open_ex(dbfile, 'w') File > > > "/var/lib/mailman/Mailman/Utils.py", line 601, in open_ex fd = > > > os.open(filename, flags, perms) IOError: [Errno 13] Permission > denied: > > > > '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' > > > Reporting-MTA: dns; vectec.net > > > Arrival-Date: Tue, 20 May 2003 20:47:04 -0300 (ADT) > > > > > > Final-Recipient: rfc822; hchs at vectec.net > > > Action: failed > > > Status: 5.0.0 > > > Diagnostic-Code: X-Postfix; Command died with status 1: > > > "/var/lib/mailman/scripts/post hchs". Command output: Traceback > (most > > > recent call last): File "/var/lib/mailman/scripts/post", line > > 94, in ? > > > main() File "/var/lib/mailman/scripts/post", line 89, in main > > > msg.Enqueue(mlist, tolist=1) File > > "/var/lib/mailman/Mailman/Message.py", > > > line 176, in Enqueue dbfp = Utils.open_ex(dbfile, 'w') File > > > "/var/lib/mailman/Mailman/Utils.py", line 601, in open_ex fd = > > > os.open(filename, flags, perms) IOError: [Errno 13] Permission > denied: > > > > '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' > > > Received: from simmts5-srv.bellnexxia.net (simmts5.bellnexxia.net > > > [206.47.199.163]) > > > by vectec.net (Postfix) with SMTP id B696F2786E > > > for ; Tue, 20 May 2003 20:47:04 -0300 (ADT) > > > Received: from BICLES.ns.sympatico.ca ([142.177.203.250]) > > > by simmts5-srv.bellnexxia.net > > > (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with > > ESMTP > > > id > > > > > > <20030520234722.LZKL14470.simmts5-srv.bellnexxia.net at BICLES.ns.sympatico.ca> > > > for ; Tue, 20 May 2003 19:47:22 -0400 > > > Message-Id: <5.2.0.9.0.20030520204616.021b8878 at pop1.ns.sympatico.ca> > > > X-Sender: hchs#ns.sympatico.ca at pop1.ns.sympatico.ca > > > X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 > > > Date: Tue, 20 May 2003 20:46:17 -0300 > > > To: hchs at vectec.net > > > From: Cody Harris > > > Subject: sdfsdf > > > Mime-Version: 1.0 > > > Content-Type: text/plain; charset="us-ascii"; format=flowed > > > > > > sdfsdf > > > > > > > > > /var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db > > doesn't > > > exisit, the directory is in fact empty. What's wrong? > > > > > > > > > > > > > > > ------------------------------------------------------ > > > Mailman-Users mailing list > > > Mailman-Users at python.org > > > http://mail.python.org/mailman/listinfo/mailman-users > > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > > Searchable Archives: > > http://www.mail-archive.com/mailman-users%40python.org/ > > > > > > This message was sent to: jonc at nc.rr.com > > > Unsubscribe or change your options at > > > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: grubin at ccianet.org >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/grubin%40ccianet.org From GRubin at ccianet.org Wed May 21 21:49:09 2003 From: GRubin at ccianet.org (Gabe N. Rubin) Date: Wed, 21 May 2003 15:49:09 -0400 Subject: [Mailman-Users] Anyone out there, PLEASE help me! Message-ID: The URL, assuming your config files are all set up properly, should be in the first email. You may need to modify alias and scriptalias lines in httpd.conf (assuming we are on apache here) and do an /etc/init.d/apache restart but now you are at the easy part and should be able to figure this out on your own. Gabe Rubin Senior Associate Computer & Communications Industry Association (202)783-0070 x 107 Cody Harris Sent by: mailman-users-bounces+grubin=ccianet.org at python.org 05/21/03 04:49 PM To: mailman-users at python.org cc: Subject: Re: [Mailman-Users] Anyone out there, PLEASE help me! os.open(filename, flags, perms) IOError: [Errno 13] Permission denied: '/var/lib/mailman/qfiles/6e38917046774f76cd2b2ad19b84f2ad5e70199a.db' /var/lib/mailman/qfiles/ is empty... And i chmod it to 777 and it works... "Your mail to 'Hchs' with the subject asda Is being held until the list moderator can review it for approval. The reason it is being held: Post by non-member to a members-only list Either the message will get posted to the list, or you will receive notification of the moderator's decision. " What is the cgi-bin command to get onto my list? http://domain.ext/cgi-bin/mailman/ what? At 03:24 PM 5/21/2003 -0400, you wrote: >What are the perms on /var/lib/mailman/lists/hchs/config.db? try chmod >777 (or 775) /var/lib/mailman/lists/hchs/config.db and see if that works. > >Gabe Rubin >Senior Associate >Computer & Communications Industry Association >(202)783-0070 x 107 > > >Cody Harris >Sent by: mailman-users-bounces+grubin=ccianet.org at python.org > >05/21/03 04:27 PM > > To: mailman-users at python.org > cc: > Subject: Re: [Mailman-Users] Anyone out there, PLEASE help > me! > > >At 11:25 AM 5/21/2003 -0400, you wrote: > >Interesting... Have you tried running ~mailman/bin/check_perms -f (as > >root on the system)? Did it find any problems? > >If had A LOT of errors, but it fixed them but now: > open(dbfile) IOError: [Errno 13] Permission denied: > '/var/lib/mailman/lists/hchs/config.db' > > > > >What version of Postfix are you running? > > >Postfix-20010228-pl03 > > > > >What OS are you running on? > >Linux Mandrake 8.1 > > >What version of Mailman? > >mailman-2.0.13 > > > >How did you install Mailman (from source, via ports, using rpms, using > >apt get...)? > >RPMs > > > >If you installed from source, did you read the README.POSTFIX file - and > >follow all of its very specific and wonderful instructions? > > > >Inquiring Mailman-users want to know - Jon Carnes > > > >On Tue, 2003-05-20 at 19:47, Cody Harris wrote: > > > My mailman installation never works, and nobody could figure it out, but > > > can someone PLEASE help me?!?!?!?! > > > > > > Error: > > > This is the Postfix program at host vectec.net. > > > > > > I'm sorry to have to inform you that the message returned > > > below could not be delivered to one or more destinations. > > > > > > For further assistance, please send mail to > > > > > > 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 1: > > "/var/lib/mailman/scripts/post > > > hchs". Command output: Traceback (most recent call last): File > > > "/var/lib/mailman/scripts/post", line 94, in ? main() File > > > "/var/lib/mailman/scripts/post", line 89, in > > main msg.Enqueue(mlist, > > > tolist=1) File "/var/lib/mailman/Mailman/Message.py", line 176, in > > > Enqueue dbfp = Utils.open_ex(dbfile, 'w') File > > > "/var/lib/mailman/Mailman/Utils.py", line 601, in open_ex fd = > > > os.open(filename, flags, perms) IOError: [Errno 13] Permission > denied: > > > > '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' > > > Reporting-MTA: dns; vectec.net > > > Arrival-Date: Tue, 20 May 2003 20:47:04 -0300 (ADT) > > > > > > Final-Recipient: rfc822; hchs at vectec.net > > > Action: failed > > > Status: 5.0.0 > > > Diagnostic-Code: X-Postfix; Command died with status 1: > > > "/var/lib/mailman/scripts/post hchs". Command output: Traceback > (most > > > recent call last): File "/var/lib/mailman/scripts/post", line > > 94, in ? > > > main() File "/var/lib/mailman/scripts/post", line 89, in main > > > msg.Enqueue(mlist, tolist=1) File > > "/var/lib/mailman/Mailman/Message.py", > > > line 176, in Enqueue dbfp = Utils.open_ex(dbfile, 'w') File > > > "/var/lib/mailman/Mailman/Utils.py", line 601, in open_ex fd = > > > os.open(filename, flags, perms) IOError: [Errno 13] Permission > denied: > > > > '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' > > > Received: from simmts5-srv.bellnexxia.net (simmts5.bellnexxia.net > > > [206.47.199.163]) > > > by vectec.net (Postfix) with SMTP id B696F2786E > > > for ; Tue, 20 May 2003 20:47:04 -0300 (ADT) > > > Received: from BICLES.ns.sympatico.ca ([142.177.203.250]) > > > by simmts5-srv.bellnexxia.net > > > (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with > > ESMTP > > > id > > > > > > <20030520234722.LZKL14470.simmts5-srv.bellnexxia.net at BICLES.ns.sympatico.ca> > > > for ; Tue, 20 May 2003 19:47:22 -0400 > > > Message-Id: <5.2.0.9.0.20030520204616.021b8878 at pop1.ns.sympatico.ca> > > > X-Sender: hchs#ns.sympatico.ca at pop1.ns.sympatico.ca > > > X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 > > > Date: Tue, 20 May 2003 20:46:17 -0300 > > > To: hchs at vectec.net > > > From: Cody Harris > > > Subject: sdfsdf > > > Mime-Version: 1.0 > > > Content-Type: text/plain; charset="us-ascii"; format=flowed > > > > > > sdfsdf > > > > > > > > > /var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db > > doesn't > > > exisit, the directory is in fact empty. What's wrong? > > > > > > > > > > > > > > > ------------------------------------------------------ > > > Mailman-Users mailing list > > > Mailman-Users at python.org > > > http://mail.python.org/mailman/listinfo/mailman-users > > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > > Searchable Archives: > > http://www.mail-archive.com/mailman-users%40python.org/ > > > > > > This message was sent to: jonc at nc.rr.com > > > Unsubscribe or change your options at > > > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: grubin at ccianet.org >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/grubin%40ccianet.org ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: grubin at ccianet.org Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/grubin%40ccianet.org From hchs at ns.sympatico.ca Wed May 21 22:02:07 2003 From: hchs at ns.sympatico.ca (Cody Harris) Date: Wed, 21 May 2003 17:02:07 -0300 Subject: [Mailman-Users] Anyone out there, PLEASE help me! In-Reply-To: Message-ID: <5.2.0.9.0.20030521170049.01b41b70@pop1.ns.sympatico.ca> ScriptAlias /mailman/ /home/mailman/cgi-bin/ Alias /pipermail/ /home/mailman/archives/public/ That's what's set up. At 03:49 PM 5/21/2003 -0400, you wrote: >The URL, assuming your config files are all set up properly, should be in >the first email. You may need to modify alias and scriptalias lines in >httpd.conf (assuming we are on apache here) and do an /etc/init.d/apache >restart but now you are at the easy part and should be able to figure this >out on your own. > >Gabe Rubin >Senior Associate >Computer & Communications Industry Association >(202)783-0070 x 107 > > >Cody Harris >Sent by: mailman-users-bounces+grubin=ccianet.org at python.org > >05/21/03 04:49 PM > > To: mailman-users at python.org > cc: > Subject: Re: [Mailman-Users] Anyone out there, PLEASE help > me! > > > os.open(filename, flags, perms) IOError: [Errno 13] Permission denied: > '/var/lib/mailman/qfiles/6e38917046774f76cd2b2ad19b84f2ad5e70199a.db' > > >/var/lib/mailman/qfiles/ is empty... > >And i chmod it to 777 and it works... > >"Your mail to 'Hchs' with the subject > > asda > >Is being held until the list moderator can review it for approval. > >The reason it is being held: > > Post by non-member to a members-only list > >Either the message will get posted to the list, or you will receive >notification of the moderator's decision. " > >What is the cgi-bin command to get onto my list? >http://domain.ext/cgi-bin/mailman/ what? >At 03:24 PM 5/21/2003 -0400, you wrote: > > >What are the perms on /var/lib/mailman/lists/hchs/config.db? try chmod > >777 (or 775) /var/lib/mailman/lists/hchs/config.db and see if that works. > > > >Gabe Rubin > >Senior Associate > >Computer & Communications Industry Association > >(202)783-0070 x 107 > > > > > >Cody Harris > >Sent by: mailman-users-bounces+grubin=ccianet.org at python.org > > > >05/21/03 04:27 PM > > > > To: mailman-users at python.org > > cc: > > Subject: Re: [Mailman-Users] Anyone out there, PLEASE help > > me! > > > > > >At 11:25 AM 5/21/2003 -0400, you wrote: > > >Interesting... Have you tried running ~mailman/bin/check_perms -f (as > > >root on the system)? Did it find any problems? > > > >If had A LOT of errors, but it fixed them but now: > > open(dbfile) IOError: [Errno 13] Permission denied: > > '/var/lib/mailman/lists/hchs/config.db' > > > > > > > > >What version of Postfix are you running? > > > > > >Postfix-20010228-pl03 > > > > > > > > >What OS are you running on? > > > >Linux Mandrake 8.1 > > > > >What version of Mailman? > > > >mailman-2.0.13 > > > > > > >How did you install Mailman (from source, via ports, using rpms, using > > >apt get...)? > > > >RPMs > > > > > > >If you installed from source, did you read the README.POSTFIX file - and > > >follow all of its very specific and wonderful instructions? > > > > > >Inquiring Mailman-users want to know - Jon Carnes > > > > > >On Tue, 2003-05-20 at 19:47, Cody Harris wrote: > > > > My mailman installation never works, and nobody could figure it > out, but > > > > can someone PLEASE help me?!?!?!?! > > > > > > > > Error: > > > > This is the Postfix program at host vectec.net. > > > > > > > > I'm sorry to have to inform you that the message returned > > > > below could not be delivered to one or more destinations. > > > > > > > > For further assistance, please send mail to > > > > > > > > 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 1: > > > "/var/lib/mailman/scripts/post > > > > hchs". Command output: Traceback (most recent call last): File > > > > "/var/lib/mailman/scripts/post", line 94, in ? main() File > > > > "/var/lib/mailman/scripts/post", line 89, in > > > main msg.Enqueue(mlist, > > > > tolist=1) File "/var/lib/mailman/Mailman/Message.py", line > 176, in > > > > Enqueue dbfp = Utils.open_ex(dbfile, 'w') File > > > > "/var/lib/mailman/Mailman/Utils.py", line 601, in open_ex fd = > > > > os.open(filename, flags, perms) IOError: [Errno 13] Permission > > denied: > > > > > > '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' > > > > Reporting-MTA: dns; vectec.net > > > > Arrival-Date: Tue, 20 May 2003 20:47:04 -0300 (ADT) > > > > > > > > Final-Recipient: rfc822; hchs at vectec.net > > > > Action: failed > > > > Status: 5.0.0 > > > > Diagnostic-Code: X-Postfix; Command died with status 1: > > > > "/var/lib/mailman/scripts/post hchs". Command output: Traceback > > (most > > > > recent call last): File "/var/lib/mailman/scripts/post", line > > > 94, in ? > > > > main() File "/var/lib/mailman/scripts/post", line 89, in main > > > > msg.Enqueue(mlist, tolist=1) File > > > "/var/lib/mailman/Mailman/Message.py", > > > > line 176, in Enqueue dbfp = Utils.open_ex(dbfile, 'w') File > > > > "/var/lib/mailman/Mailman/Utils.py", line 601, in open_ex fd = > > > > os.open(filename, flags, perms) IOError: [Errno 13] Permission > > denied: > > > > > > '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' > > > > Received: from simmts5-srv.bellnexxia.net (simmts5.bellnexxia.net > > > > [206.47.199.163]) > > > > by vectec.net (Postfix) with SMTP id B696F2786E > > > > for ; Tue, 20 May 2003 20:47:04 -0300 (ADT) > > > > Received: from BICLES.ns.sympatico.ca ([142.177.203.250]) > > > > by simmts5-srv.bellnexxia.net > > > > (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with > > > ESMTP > > > > id > > > > > > > > > > <20030520234722.LZKL14470.simmts5-srv.bellnexxia.net at BICLES.ns.sympatico.ca> > > > > for ; Tue, 20 May 2003 19:47:22 -0400 > > > > Message-Id: <5.2.0.9.0.20030520204616.021b8878 at pop1.ns.sympatico.ca> > > > > X-Sender: hchs#ns.sympatico.ca at pop1.ns.sympatico.ca > > > > X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 > > > > Date: Tue, 20 May 2003 20:46:17 -0300 > > > > To: hchs at vectec.net > > > > From: Cody Harris > > > > Subject: sdfsdf > > > > Mime-Version: 1.0 > > > > Content-Type: text/plain; charset="us-ascii"; format=flowed > > > > > > > > sdfsdf > > > > > > > > > > > > /var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db > > > doesn't > > > > exisit, the directory is in fact empty. What's wrong? > > > > > > > > > > > > > > > > > > > > ------------------------------------------------------ > > > > Mailman-Users mailing list > > > > Mailman-Users at python.org > > > > http://mail.python.org/mailman/listinfo/mailman-users > > > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > > > Searchable Archives: > > > http://www.mail-archive.com/mailman-users%40python.org/ > > > > > > > > This message was sent to: jonc at nc.rr.com > > > > Unsubscribe or change your options at > > > > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com > >------------------------------------------------------ > >Mailman-Users mailing list > >Mailman-Users at python.org > >http://mail.python.org/mailman/listinfo/mailman-users > >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > > >This message was sent to: grubin at ccianet.org > >Unsubscribe or change your options at > >http://mail.python.org/mailman/options/mailman-users/grubin%40ccianet.org >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: grubin at ccianet.org >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/grubin%40ccianet.org > From hchs at ns.sympatico.ca Wed May 21 22:07:36 2003 From: hchs at ns.sympatico.ca (Cody Harris) Date: Wed, 21 May 2003 17:07:36 -0300 Subject: [Mailman-Users] Anyone out there, PLEASE help me! In-Reply-To: <5.2.0.9.0.20030521170049.01b41b70@pop1.ns.sympatico.ca> References: Message-ID: <5.2.0.9.0.20030521170648.00b5fc28@pop1.ns.sympatico.ca> New problem, i don't know my mailman login password. Well, i THINK i do, but it times out. (BTW: I got it working) At 05:02 PM 5/21/2003 -0300, you wrote: > ScriptAlias /mailman/ /home/mailman/cgi-bin/ > Alias /pipermail/ /home/mailman/archives/public/ >That's what's set up. > >At 03:49 PM 5/21/2003 -0400, you wrote: > >>The URL, assuming your config files are all set up properly, should be in >>the first email. You may need to modify alias and scriptalias lines in >>httpd.conf (assuming we are on apache here) and do an /etc/init.d/apache >>restart but now you are at the easy part and should be able to figure >>this out on your own. >> >>Gabe Rubin >>Senior Associate >>Computer & Communications Industry Association >>(202)783-0070 x 107 >> >> >>Cody Harris >>Sent by: mailman-users-bounces+grubin=ccianet.org at python.org >> >>05/21/03 04:49 PM >> >> To: mailman-users at python.org >> cc: >> Subject: Re: [Mailman-Users] Anyone out there, PLEASE >> help me! >> >> >> os.open(filename, flags, perms) IOError: [Errno 13] Permission denied: >> '/var/lib/mailman/qfiles/6e38917046774f76cd2b2ad19b84f2ad5e70199a.db' >> >> >>/var/lib/mailman/qfiles/ is empty... >> >>And i chmod it to 777 and it works... >> >>"Your mail to 'Hchs' with the subject >> >> asda >> >>Is being held until the list moderator can review it for approval. >> >>The reason it is being held: >> >> Post by non-member to a members-only list >> >>Either the message will get posted to the list, or you will receive >>notification of the moderator's decision. " >> >>What is the cgi-bin command to get onto my list? >>http://domain.ext/cgi-bin/mailman/ what? >>At 03:24 PM 5/21/2003 -0400, you wrote: >> >> >What are the perms on /var/lib/mailman/lists/hchs/config.db? try chmod >> >777 (or 775) /var/lib/mailman/lists/hchs/config.db and see if that works. >> > >> >Gabe Rubin >> >Senior Associate >> >Computer & Communications Industry Association >> >(202)783-0070 x 107 >> > >> > >> >Cody Harris >> >Sent by: mailman-users-bounces+grubin=ccianet.org at python.org >> > >> >05/21/03 04:27 PM >> > >> > To: mailman-users at python.org >> > cc: >> > Subject: Re: [Mailman-Users] Anyone out there, PLEASE help >> > me! >> > >> > >> >At 11:25 AM 5/21/2003 -0400, you wrote: >> > >Interesting... Have you tried running ~mailman/bin/check_perms -f (as >> > >root on the system)? Did it find any problems? >> > >> >If had A LOT of errors, but it fixed them but now: >> > open(dbfile) IOError: [Errno 13] Permission denied: >> > '/var/lib/mailman/lists/hchs/config.db' >> > >> > >> > >> > >What version of Postfix are you running? >> > >> > >> >Postfix-20010228-pl03 >> > >> > >> > >> > >What OS are you running on? >> > >> >Linux Mandrake 8.1 >> > >> > >What version of Mailman? >> > >> >mailman-2.0.13 >> > >> > >> > >How did you install Mailman (from source, via ports, using rpms, using >> > >apt get...)? >> > >> >RPMs >> > >> > >> > >If you installed from source, did you read the README.POSTFIX file - and >> > >follow all of its very specific and wonderful instructions? >> > > >> > >Inquiring Mailman-users want to know - Jon Carnes >> > > >> > >On Tue, 2003-05-20 at 19:47, Cody Harris wrote: >> > > > My mailman installation never works, and nobody could figure it >> out, but >> > > > can someone PLEASE help me?!?!?!?! >> > > > >> > > > Error: >> > > > This is the Postfix program at host vectec.net. >> > > > >> > > > I'm sorry to have to inform you that the message returned >> > > > below could not be delivered to one or more destinations. >> > > > >> > > > For further assistance, please send mail to >> > > > >> > > > 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 1: >> > > "/var/lib/mailman/scripts/post >> > > > hchs". Command output: Traceback (most recent call last): File >> > > > "/var/lib/mailman/scripts/post", line 94, in ? main() File >> > > > "/var/lib/mailman/scripts/post", line 89, in >> > > main msg.Enqueue(mlist, >> > > > tolist=1) File "/var/lib/mailman/Mailman/Message.py", line >> 176, in >> > > > Enqueue dbfp = Utils.open_ex(dbfile, 'w') File >> > > > "/var/lib/mailman/Mailman/Utils.py", line 601, in >> open_ex fd = >> > > > os.open(filename, flags, perms) IOError: [Errno 13] Permission >> > denied: >> > > > >> > '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' >> > > > Reporting-MTA: dns; vectec.net >> > > > Arrival-Date: Tue, 20 May 2003 20:47:04 -0300 (ADT) >> > > > >> > > > Final-Recipient: rfc822; hchs at vectec.net >> > > > Action: failed >> > > > Status: 5.0.0 >> > > > Diagnostic-Code: X-Postfix; Command died with status 1: >> > > > "/var/lib/mailman/scripts/post hchs". Command output: Traceback >> > (most >> > > > recent call last): File "/var/lib/mailman/scripts/post", line >> > > 94, in ? >> > > > main() File "/var/lib/mailman/scripts/post", line 89, in main >> > > > msg.Enqueue(mlist, tolist=1) File >> > > "/var/lib/mailman/Mailman/Message.py", >> > > > line 176, in Enqueue dbfp = Utils.open_ex(dbfile, 'w') File >> > > > "/var/lib/mailman/Mailman/Utils.py", line 601, in >> open_ex fd = >> > > > os.open(filename, flags, perms) IOError: [Errno 13] Permission >> > denied: >> > > > >> > '/var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db' >> > > > Received: from simmts5-srv.bellnexxia.net (simmts5.bellnexxia.net >> > > > [206.47.199.163]) >> > > > by vectec.net (Postfix) with SMTP id B696F2786E >> > > > for ; Tue, 20 May 2003 20:47:04 -0300 (ADT) >> > > > Received: from BICLES.ns.sympatico.ca ([142.177.203.250]) >> > > > by simmts5-srv.bellnexxia.net >> > > > (InterMail vM.5.01.05.32 201-253-122-126-132-20030307) with >> > > ESMTP >> > > > id >> > > > >> > > >> > >> <20030520234722.LZKL14470.simmts5-srv.bellnexxia.net at BICLES.ns.sympatico.ca> >> > > > for ; Tue, 20 May 2003 19:47:22 -0400 >> > > > Message-Id: <5.2.0.9.0.20030520204616.021b8878 at pop1.ns.sympatico.ca> >> > > > X-Sender: hchs#ns.sympatico.ca at pop1.ns.sympatico.ca >> > > > X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 >> > > > Date: Tue, 20 May 2003 20:46:17 -0300 >> > > > To: hchs at vectec.net >> > > > From: Cody Harris >> > > > Subject: sdfsdf >> > > > Mime-Version: 1.0 >> > > > Content-Type: text/plain; charset="us-ascii"; format=flowed >> > > > >> > > > sdfsdf >> > > > >> > > > >> > > > /var/lib/mailman/qfiles/2d66aa6089825227497bec24a7f79dc14b631b66.db >> > > doesn't >> > > > exisit, the directory is in fact empty. What's wrong? >> > > > >> > > > >> > > > >> > > > >> > > > ------------------------------------------------------ >> > > > Mailman-Users mailing list >> > > > Mailman-Users at python.org >> > > > http://mail.python.org/mailman/listinfo/mailman-users >> > > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >> > > > Searchable Archives: >> > > http://www.mail-archive.com/mailman-users%40python.org/ >> > > > >> > > > This message was sent to: jonc at nc.rr.com >> > > > Unsubscribe or change your options at >> > > > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com >> >------------------------------------------------------ >> >Mailman-Users mailing list >> >Mailman-Users at python.org >> >http://mail.python.org/mailman/listinfo/mailman-users >> >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >> >Searchable Archives: >> http://www.mail-archive.com/mailman-users%40python.org/ >> > >> >This message was sent to: grubin at ccianet.org >> >Unsubscribe or change your options at >> >http://mail.python.org/mailman/options/mailman-users/grubin%40ccianet.org >>------------------------------------------------------ >>Mailman-Users mailing list >>Mailman-Users at python.org >>http://mail.python.org/mailman/listinfo/mailman-users >>Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >>Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ >> >>This message was sent to: grubin at ccianet.org >>Unsubscribe or change your options at >>http://mail.python.org/mailman/options/mailman-users/grubin%40ccianet.org >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: hchs at ns.sympatico.ca >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/hchs%40ns.sympatico.ca From elrond at bostoncomputing.net Wed May 21 22:22:06 2003 From: elrond at bostoncomputing.net (Rajib Momen) Date: Wed, 21 May 2003 16:22:06 -0400 Subject: [Mailman-Users] List members not receiving mail? In-Reply-To: Message-ID: <000001c31fd6$a63b9190$01fea8c0@bostoncomputing.net> Okay, So I look through /var/log/maillog and notice a few things. Some of the messages say stat=Sent. Others say stat=Deferred, more still say stat=User unknown, and finally, I noticed that for many of the addresses which failed, it says stat=Service unavailable. I think this here is what I need to troubleshoot. Let me get you an example of a line in the maillog: May 20 18:51:11 listserv sendmail[29107]: h4KMjPE29105: to=,,,, delay=00:05:45, xdelay=00:00:01, mailer=esmtp, pri=2652480, relay=bostoncomputing.net. [216.67.232.37], dsn=5.0.0, stat=Service unavailable Best regards, Rajib Momen -----Original Message----- From: Frederic Perrouin [mailto:frederic.perrouin at unilog.fr] Sent: Wednesday, May 21, 2003 1:17 PM To: Rajib Momen; mailman-users at python.org Subject: RE : [Mailman-Users] List members not receiving mail? Hi, At first you can look in your MTA logs. Best regards, Fred -----Message d'origine----- De : Rajib Momen [mailto:elrond at bostoncomputing.net] Envoy? : mercredi 21 mai 2003 19:11 ? : mailman-users at python.org Objet : [Mailman-Users] List members not receiving mail? Hi guys, Anyone know how you can check which users on a certain list during a given mailing got the message, and which did not? I was looking through my error log thingy in mailman/logs and didn't see anything. Is there somewhere else I should be looking? Last night it appears that some people received a particular message while many others did not and I'm trying to troubleshoot it. Frankly, I don't even know where to begin. Any help is appreciated. Thanks! Best regards, Rajib Momen President, Director of I.T. Boston Computing Network http://www.bostoncomputing.net ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: frederic.perrouin at unilog.fr Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/frederic.perrouin%4 0unilog.fr From lhough at mrv.com Wed May 21 22:26:42 2003 From: lhough at mrv.com (Hough, Linden) Date: Wed, 21 May 2003 16:26:42 -0400 Subject: [Mailman-Users] Auto responder Message-ID: <19EE6EC66973A5408FBE4CB7772F6F0A7A63EA@ltnmail.xyplex.com> Hi, Can the From address of the auto responder be changed on a per list basis? I have auto responder replying to every post and would like to alter the from address. I would like it to come from Test-owner or Test-admin. Headers: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Subject: Auto-response for your message to the "Test" mailing list From: Test-bounces at fakedomain123.com To: linden at fakedomain123.com X-Mailer: The Mailman Replybot Thanks, Linden From hchs at ns.sympatico.ca Wed May 21 22:41:27 2003 From: hchs at ns.sympatico.ca (Cody Harris) Date: Wed, 21 May 2003 17:41:27 -0300 Subject: [Mailman-Users] Anyone out there, PLEASE help me! In-Reply-To: <1053548064.2196.7.camel@anncons> References: <5.2.0.9.0.20030521155618.01b75b18@pop1.ns.sympatico.ca> <5.2.0.9.0.20030520204400.021c3220@pop1.ns.sympatico.ca> <5.2.0.9.0.20030520204400.021c3220@pop1.ns.sympatico.ca> <5.2.0.9.0.20030521155618.01b75b18@pop1.ns.sympatico.ca> Message-ID: <5.2.0.9.0.20030521174058.0235b098@pop1.ns.sympatico.ca> At 04:14 PM 5/21/2003 -0400, you wrote: >On Wed, 2003-05-21 at 15:05, Cody Harris wrote: > > At 11:25 AM 5/21/2003 -0400, you wrote: > > > Interesting... Have you tried running ~mailman/bin/check_perms -f > > > (as > > > root on the system)? Did it find any problems? > > > > If had A LOT of errors, but it fixed them but now: > > open(dbfile) IOError: [Errno 13] Permission denied: > > '/var/lib/mailman/lists/hchs/config.db' > > >Did you run it again - until there were no more errors? > >What generated this error? No errors now, just the time-out when i try to log in (links says: socket read error) > > > > > > > What version of Postfix are you running? > > > > > > Postfix-20010228-pl03 > > > > > > > > > What OS are you running on? > > > > Linux Mandrake 8.1 > > > >That explains the /var/lib/mailman install directory. Didn't they >install mailman (via rpm) to run using the Group "mail"? > >Send the results of: > ls -l /var/lib/mailman/lists/hchs/ > >Also, look in /usr/share/doc/mailman-2.0.13/.. for the documentation on >getting Mailman working with Mandrake. There are some items you need to >do once you install via the rpms. One of the most notable is setting up >the crontab so that it is run properly. > > > > What version of Mailman? > > > > mailman-2.0.13 > > > > > > > How did you install Mailman (from source, via ports, using rpms, > > > using > > > apt get...)? > > > > RPMs > > > > > > > If you installed from source, did you read the README.POSTFIX file - > > > and > > > follow all of its very specific and wonderful instructions? > > > > > > Inquiring Mailman-users want to know - Jon Carnes > >Good Luck - Jon Carnes From dallas at dreamhost.com Thu May 22 00:15:45 2003 From: dallas at dreamhost.com (Dallas Bethune) Date: Wed, 21 May 2003 15:15:45 -0700 Subject: [Mailman-Users] mm_htaccess questions In-Reply-To: <4.3.2.7.2.20030521103101.00c9b500@now.org> Message-ID: I don't have a solution for you, but you can redirect standard error to /dev/null using some syntax like this... command 2>&1 > /dev/null It's something like that. You might have to play around. The 2>&1 redirects standard error to standard out and then you redirect the whole thing to /dev/null. Of course, a well-written cron job should only generate output when there is an actual problem, but this sort of things works ok in a pinch. Dallas On 5/21/03 10:35am, "NOW Website Coordinator" wrote: > The FAQ has two scripts to use to generate an Apache password file that can > be used to authenticate a directory with Mailman passwords, in my case, the > archive directory for one of my lists. > > The script mm_htaccess works fine, but I was wondering if anyone had > fine-tuned it. > > I want it only to work for one list, and only if that list was new. > > I also can't seem to get it not to write error messages (or really, it just > writes its report to the cron id, but it won't send it to /dev/null or a > file since I assume it is writing the password added as an error message, > not just standard output.) > > Glenn Sieb added a makefile script which works for all lists, but that's > more than I need. > > Has anyone done any of this for their lists? I know if I spend enough time > with a Perl manual I should be able to get this to work, but didn't want to > reinvent any wheels. > > Thanks in advance. > > > Sarah Stapleton-Gray > -------------------------------------------- > Web Site Coordinator > National Organization for Women > http://www.now.org > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: dallas at dreamhost.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/dallas%40dreamhost.com > > From wes at greenfieldnetworks.com Thu May 22 01:52:59 2003 From: wes at greenfieldnetworks.com (Wesley T. Perdue) Date: Wed, 21 May 2003 16:52:59 -0700 Subject: [Mailman-Users] Umbrella/Parent Lists In-Reply-To: <1053483263.3118.31.camel@anncons> References: <5.2.1.1.2.20030508115955.02671cb0@mail.greenfieldnetworks-int.com> <5.2.1.1.2.20030508115955.02671cb0@mail.greenfieldnetworks-int.com> Message-ID: <5.2.1.1.2.20030521163250.035d2478@mail.greenfieldnetworks-int.com> Jon, At 10:14 PM 5/20/2003 -0400, Jon Carnes wrote: >On Thu, 2003-05-08 at 15:51, Wesley T. Perdue wrote: > >> My script lacks one feature I need: I'd like it to be driven by membership changes in the child lists, rather than cron-driven. That is, when someone joins or leaves my software list, I'd like my eng list to be automatically updated. I'm not a Python programmer (I'm barely a Perl programmer), so it may take me a while to figure out how to implement this feature. Arbitrarily rebuilding all parent lists on a frequent basis is a waste of resources on my already busy server; plus, it introduces a time delay in the parent-list-updating. >> >I had some clients with that same concern. The fix is easy. Modify >your script (still kicked off by cron), to start with a grep of the >Mailman log files looking for removes or adds to list memberships. If >you find any then continue running the script - otherwise exit. > >The resources used are minimal if there are no changes to the sub-lists. True; however, my list memberships change less than once a week, on average. I also think it's important that the parent lists get updated at roughly the same time the child lists do. >Once you get brave, you can hack the Mailman cgi code to kick off your >scripts when there is an add or remove in one of the sub-lists - but the >cron actually takes up less resources (unless your lists rarely change) I'm very close to patching my Perl script into the source. I've spent my spare time the last week getting familiar with Python and the Mailman source, and I think I've determined where my script should be called. Whenever a member is added to or deleted from a list, I want Mailman to call my Perl script with the list name as the argument. It looks like I should do the following. In the file ~mailman/Mailman/MailList.py, in the functions ApprovedAddMember, ApprovedDeleteMember, and ChangeMemberAddress, I should add the following two lines: metacmd= '~mailman/scripts/metalist-update.pl' + ' ' + self os.system(metacmd) where metalist-update.pl is my Perl script, and (hopefully) self returns the name of the list currently instantiated. Does that look correct? My script determines which parent lists need to be rebuilt (I've been calling them metalists, but I'll probably rename the script before I release it), builds them, and then calls sync-members for each affected list. >Good Luck - Jon Carnes Thanks! Regards, Wes From claytonr at bundaberg.qld.gov.au Thu May 22 01:58:30 2003 From: claytonr at bundaberg.qld.gov.au (Clayton Rogers) Date: Thu, 22 May 2003 09:58:30 +1000 Subject: [Mailman-Users] Securing Apache Message-ID: <3ECC12A6.9040409@bundaberg.qld.gov.au> I would like to restrict access to mailman based on IP address/FQDN. This is what I have done so far: Options +FollowSymlinks Order Deny,Allow Deny from all Allow from blah.blah.domain Seems to work. My problems seems to be the cgi-bin scripting area where I am unable to restrict access. Users are still able to go http://mailman/mailman/listinfo/list. Are restrictions possible either in apache or mailman? Cheers From wes at greenfieldnetworks.com Thu May 22 02:44:09 2003 From: wes at greenfieldnetworks.com (Wesley T. Perdue) Date: Wed, 21 May 2003 17:44:09 -0700 Subject: [Mailman-Users] Securing Apache In-Reply-To: <3ECC12A6.9040409@bundaberg.qld.gov.au> Message-ID: <5.2.1.1.2.20030521173925.026e9130@mail.greenfieldnetworks-int.com> Clayton, My bet is you've got an "AllowOverride None" directive in the cgi-bin Directory section of your httpd.conf, which tells Apache to ignore the .htaccess file you created. I recommend you copy the auth config statements from the pipermail Directory section to the cgi-bin Directory section. Good luck. Regards, Wes At 09:58 AM 5/22/2003 +1000, Clayton Rogers wrote: >I would like to restrict access to mailman based on IP address/FQDN. > >This is what I have done so far: > > Options +FollowSymlinks > Order Deny,Allow > Deny from all > Allow from blah.blah.domain > >Seems to work. > >My problems seems to be the cgi-bin scripting area where I am unable to restrict access. Users are still able to go http://mailman/mailman/listinfo/list. Are restrictions possible either in apache or mailman? > >Cheers > > >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: wes at greenfieldnetworks.com >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/wes%40greenfieldnetworks.com From paul at thcwd.com Thu May 22 02:35:10 2003 From: paul at thcwd.com (Paul H Byerly) Date: Wed, 21 May 2003 19:35:10 -0500 Subject: [Mailman-Users] Re: redhat 9 mailman rpm broken? In-Reply-To: Message-ID: <5.2.1.1.0.20030521193255.00b8b220@mail.thcwd.com> Eliot wrote: >Paul, > >here are my python versions. Looks like only one of them really and it's 2.2. > >[root at czss root]# which python >/usr/bin/python >[root at czss root]# ls -lah /usr/bin | grep python >-rwxr-xr-x 2 root root 773K Feb 25 13:25 python >lrwxrwxrwx 1 root root 6 Apr 17 03:22 python2 -> python >-rwxr-xr-x 2 root root 773K Feb 25 13:25 python2.2 > >what next? Sorry, I don't do rpms so you have exceeded my abilities on that. But I would guess you are going to hear "install from source". <>< Paul From listmod at camarilla.white-wolf.com Thu May 22 04:38:36 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Thu, 22 May 2003 02:38:36 -0000 Subject: [Mailman-Users] Mailman being -very- slow Message-ID: <1053571051.2262.116.camel@localhost.localdomain> Okay, I'm not the server admin.. I just mainly manage the lists and the list owners.. However, Mailman is being VERY slow. 2 hour turn around time. I know that we've got some spikes in python that go up to 70-80% CPU usage. Other than that, resources are mostly free. Message are normally archived right away, but they are not sent out. However, all email forwarders work normally. Any ideas where to look? -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - From paul at fpen.org Thu May 22 04:38:48 2003 From: paul at fpen.org (Paul Kleeberg) Date: Wed, 21 May 2003 21:38:48 -0500 Subject: [Mailman-Users] Re: Re: redhat 9 mailman rpm broken? In-Reply-To: <1053502079.6a351cc22e757@eliot.stock.name> Message-ID: <83DFEEDB-8BFE-11D7-976A-00306552A858@fpen.org> I have not been following your discussion but I thought you might not be aware of a RedHat support forum for RH9 aka "Shrike." It seems well hidden. You can find our more info about it on https://www.redhat.com/mailman/listinfo/shrike-list. Archives for the past 3 months are available. Not searchable online but you can download them and search them with your favorite tool. I apologize if I am stating the obvious. [another] Paul -- Paul Kleeberg paul at fpen.org On Wednesday, May 21, 2003, at 02:27 AM, Eliot James Ormond Stock wrote: > [snip] > Eliot wrote: >> further to the below, I have the same problem on Redhat 9.0. But I >> don't think >> it's a broken dependency on a python rpm, because I have the following >> installed already: >> >> [root at czss i386]# rpm -qa | grep python >> python-2.2.2-26 >> python-optik-1.4-2 >> python-devel-2.2.2-26 >> rpm-python-4.2-0.69 >> mod_python-3.0.1-3 > [snip] From paul at fpen.org Thu May 22 04:43:34 2003 From: paul at fpen.org (Paul Kleeberg) Date: Wed, 21 May 2003 21:43:34 -0500 Subject: [Mailman-Users] Re: Re: redhat 9 mailman rpm broken? In-Reply-To: <83DFEEDB-8BFE-11D7-976A-00306552A858@fpen.org> Message-ID: <2E4AC002-8BFF-11D7-976A-00306552A858@fpen.org> Try: https://www.redhat.com/mailman/listinfo/shrike-list My e-mail package seems to have included the "." at the end of the URL breaking it. Paul On Wednesday, May 21, 2003, at 09:38 PM, Paul Kleeberg wrote: > I have not been following your discussion but I thought you might not > be aware of a RedHat support forum for RH9 aka "Shrike." It seems > well hidden. You can find our more info about it on > https://www.redhat.com/mailman/listinfo/shrike-list. [...] From gary at lists.quartertone.net Thu May 22 05:28:18 2003 From: gary at lists.quartertone.net (Gary Wang) Date: Thu, 22 May 2003 03:28:18 -0000 Subject: [Mailman-Users] changing default web page url Message-ID: <1053574065.16939.57.camel@xander> Is there an easy way to edit the default URLs after the lists have been created? I know from the Site administrator's guide (http://www.gnu.org/software/mailman/site.html) that this is possible using the bin/config_list command, which works, but is very tedious. Yes, I practically live in a shell, but this is just unneccessarily awkward. First, the background information: The web server in question is in my local network, having an address in the 192.168.x.x range. Within my internal network, I refer to the server using that class C IP or the hostname associated with the IP address (internal.quartertone.net). From the internet, the server is accessed using the "real" IP address or its hostname (external.quartertone.net), which is different than the internal hostname. I want to be able to maintain the list from within my network as well as allowing other moderators/managers to access the same links from remote locations. So I set in mm_cfg.py DEFAULT_URL_HOST = 'external.quartertone.net' butI could not properly access the links from the local network. One possible solution i came up with, just as i was about to gouge my eyes out, was to put an entry in /etc/hosts (of whatever computer I would be using) with external.quartertone.net pointing to the local class C IP address. This way I would be able to configure the server locally. But this is a rather ugly hack. There must be some way to tell mailman to use (or trick it into using) the same server name that it was first accessed with. So, if i went to http://192.168.1.23/mailman/admin/firstlist all the links should begin with http://192.168.1.23 instead of http://external.quartertone.net Any suggestions would be very welcome.. cheers! gary Server setup: Red Hat 9.0, postfix-2.0.9, mailman-2.1.2 From melonie_brown at yahoo.com Thu May 22 05:47:41 2003 From: melonie_brown at yahoo.com (Melonie Brown) Date: Wed, 21 May 2003 20:47:41 -0700 (PDT) Subject: [Mailman-Users] Automatic Rejection Message-ID: <20030522034741.50611.qmail@web12107.mail.yahoo.com> Version Info: Mailman 2.0.13 on a server managed by my webhosting provider, so I have no command line access I have a list that only members may post to, but the posts have to be approved by an admin (me). I want to auto-reject posts with attachments / non plain text. The FAQ gives info for setting the list to hold posts with header value matching a specified regexp. That works great, except I don't want to hold the post - I want it to bounce immediately so they can correct the message and resubmit before the 5:00 email letting me know messages are waiting to be appoved. Is this possible with 2.0.13? If so, could you please provide a newbie-proof example? Melonie Brown __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com From theman at eliotstock.com Thu May 22 08:01:31 2003 From: theman at eliotstock.com (Eliot James Ormond Stock) Date: Thu, 22 May 2003 07:01:31 +0100 Subject: [Mailman-Users] Re: Re: redhat 9 mailman rpm broken? In-Reply-To: <83DFEEDB-8BFE-11D7-976A-00306552A858@fpen.org> References: <83DFEEDB-8BFE-11D7-976A-00306552A858@fpen.org> Message-ID: <1053583291.c457daccfefd0@eliot.stock.name> Yes! That's it! Thanks so much for your help. The shrike list mentions the problem. Here's the bug in redhat's bugzilla: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=89695 The fix is to change: MAILMAN_USER = '' MAILMAN_GROUP = '' in /var/mailman/Mailman/Defaults.py, to: MAILMAN_USER = 'mailman' MAILMAN_GROUP = 'mailman' I've done that and the service now starts. Cheers, Eliot. Quoting Paul Kleeberg : > I have not been following your discussion but I thought you might not > be aware of a RedHat support forum for RH9 aka "Shrike." It seems well > hidden. You can find our more info about it on > https://www.redhat.com/mailman/listinfo/shrike-list. Archives for the > past 3 months are available. Not searchable online but you can > download them and search them with your favorite tool. I apologize if > I am stating the obvious. > > [another] Paul > -- > Paul Kleeberg > paul at fpen.org > > On Wednesday, May 21, 2003, at 02:27 AM, Eliot James Ormond Stock wrote: > > [snip] > > Eliot wrote: > >> further to the below, I have the same problem on Redhat 9.0. But I > >> don't think > >> it's a broken dependency on a python rpm, because I have the following > >> installed already: > >> > >> [root at czss i386]# rpm -qa | grep python > >> python-2.2.2-26 > >> python-optik-1.4-2 > >> python-devel-2.2.2-26 > >> rpm-python-4.2-0.69 > >> mod_python-3.0.1-3 > > [snip] > > ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ From jean.berthold at eos-gd.ch Thu May 22 11:03:22 2003 From: jean.berthold at eos-gd.ch (Jean Berthold) Date: Thu, 22 May 2003 11:03:22 +0200 Subject: [Mailman-Users] Time display in the archive web page Message-ID: <006301c32040$ffd6aa40$2e0c10ac@sila.local> Hello, I cannot figure out how to display correctly the time in this page, for example, the last message was sent at 10:32 but the system always display 11:32. Starting: Thu May 22 11:32:00 MET 2003 Ending: Thu May 22 11:32:15 MET 2003 On the unix server, time is displayed correctly: mailman at vanuatu # date Thu May 22 10:35:31 MEST 2003 May 2003 Archives by date a.. Messages sorted by: [ thread ] [ subject ] [ author ] b.. More info on this list... Starting: Thu May 22 11:32:00 MET 2003 Ending: Thu May 22 11:32:15 MET 2003 Messages: 2 a.. [Etrans-echanges] 20030523_CAX_CH_EOS_N_CH_ETRANS_N_06 eos_etrans_dispatching b.. [Etrans-echanges] RECEIVED: 20030523_CAX_CH_EOS_N_CH_ETRANS_N_06 Dispatching Last message date: Thu May 22 11:32:15 MET 2003 Archived on: Thu May 22 10:35:47 MET 2003 a.. Messages sorted by: [ thread ] [ subject ] [ author ] b.. More info on this list... ---------------------------------------------------------------------------- ---- This archive was generated by Pipermail 0.09 (Mailman edition). Have you an idea where change that ? Thanks for your help __________________________________________ Jean Berthold EOS - energie ouest suisse Chemin de Mornex 10 , CP 570 CH-1001 Lausanne , Switzerland Tel. : +41 (0)21 341 24 58 Fax : +41 (0)21 341 20 49 E-Mail : jean.berthold at eos-gd.ch ...Unix is like a wigwam - no windows, no gates, apache inside... From javier.romero at cedex.es Thu May 22 12:04:23 2003 From: javier.romero at cedex.es (javier) Date: Thu, 22 May 2003 12:04:23 +0200 Subject: [Mailman-Users] mailmanctl DOESN'T start Message-ID: <3ECCA0A7.7080005@cedex.es> Please, i've installed glibc because i thought it was the problem... Somebody fought with a similar problem? :-( :-( :-( :-( Hello, i've installed mailman 2.1.2 in Mandrake 9.0 (sources)with python 2.2.2, all looks to be good, but i can't start daemon. I can create a list, and admin it, but the list doesn't send. sendmail is working fine (after smrsh problem solved) here is the reply of the system... thanks [root at pc6426 mailman]# bin/mailmanctl start Arrancando el qrunner maestro de Mailman [root at pc6426 mailman]# Traceback (most recent call last): File "/usr/local/mailman/bin/qrunner", line 77, in ? from Mailman.i18n import _ File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? import gettext File "/usr/local/lib/python2.2/gettext.py", line 49, in ? from errno import ENOENT ImportError: No module named errno [] Traceback (most recent call last): File "/usr/local/mailman/bin/qrunner", line 77, in ? from Mailman.i18n import _ File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? import gettext File "/usr/local/lib/python2.2/gettext.py", line 49, in ? from errno import ENOENT ImportError: No module named errno Traceback (most recent call last): File "/usr/local/mailman/bin/qrunner", line 77, in ? from Mailman.i18n import _ File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? import gettext File "/usr/local/lib/python2.2/gettext.py", line 49, in ? from errno import ENOENT ImportError: No module named errno -- Javier Romero Casado tel.913357274 Dep. Comunicaciones CEDEX ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: javier.romero at cedex.es Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/javier.romero%40cedex.es -- Javier Romero Casado tel.913357274 Dep. Comunicaciones CEDEX From danny at terweij.nl Thu May 22 12:29:23 2003 From: danny at terweij.nl (Danny Terweij) Date: Thu, 22 May 2003 12:29:23 +0200 Subject: [Mailman-Users] mailmanctl DOESN'T start References: <3ECCA0A7.7080005@cedex.es> Message-ID: <0c5801c3204d$03ace920$1e00a8c0@onsnet.org> From: "javier" > [root at pc6426 mailman]# Traceback (most recent call last): > from Mailman.i18n import _ > import gettext > from Mailman.i18n import _ > import gettext > from Mailman.i18n import _ > import gettext Well, maybe you need to install gettext ? Just a guess... Danny Terweij From hchs at ns.sympatico.ca Thu May 22 12:31:30 2003 From: hchs at ns.sympatico.ca (Cody Harris) Date: Thu, 22 May 2003 07:31:30 -0300 Subject: [Mailman-Users] Anyone out there, PLEASE help me! In-Reply-To: <5.2.0.9.0.20030521174058.0235b098@pop1.ns.sympatico.ca> References: <1053548064.2196.7.camel@anncons> <5.2.0.9.0.20030521155618.01b75b18@pop1.ns.sympatico.ca> <5.2.0.9.0.20030520204400.021c3220@pop1.ns.sympatico.ca> <5.2.0.9.0.20030520204400.021c3220@pop1.ns.sympatico.ca> <5.2.0.9.0.20030521155618.01b75b18@pop1.ns.sympatico.ca> Message-ID: <5.2.0.9.0.20030522073124.01b70790@pop1.ns.sympatico.ca> At 05:41 PM 5/21/2003 -0300, you wrote: >At 04:14 PM 5/21/2003 -0400, you wrote: >>On Wed, 2003-05-21 at 15:05, Cody Harris wrote: >> > At 11:25 AM 5/21/2003 -0400, you wrote: >> > > Interesting... Have you tried running ~mailman/bin/check_perms -f >> > > (as >> > > root on the system)? Did it find any problems? >> > >> > If had A LOT of errors, but it fixed them but now: >> > open(dbfile) IOError: [Errno 13] Permission denied: >> > '/var/lib/mailman/lists/hchs/config.db' >> > >>Did you run it again - until there were no more errors? >> >>What generated this error? > >No errors now, just the time-out when i try to log in (links says: socket >read error) > > >> > >> > >> > > What version of Postfix are you running? >> > >> > >> > Postfix-20010228-pl03 >> > >> > >> > >> > > What OS are you running on? >> > >> > Linux Mandrake 8.1 >> > >> >>That explains the /var/lib/mailman install directory. Didn't they >>install mailman (via rpm) to run using the Group "mail"? >> >>Send the results of: >> ls -l /var/lib/mailman/lists/hchs/ >> >>Also, look in /usr/share/doc/mailman-2.0.13/.. for the documentation on >>getting Mailman working with Mandrake. There are some items you need to >>do once you install via the rpms. One of the most notable is setting up >>the crontab so that it is run properly. >> >> > > What version of Mailman? >> > >> > mailman-2.0.13 >> > >> > >> > > How did you install Mailman (from source, via ports, using rpms, >> > > using >> > > apt get...)? >> > >> > RPMs >> > >> > >> > > If you installed from source, did you read the README.POSTFIX file - >> > > and >> > > follow all of its very specific and wonderful instructions? >> > > >> > > Inquiring Mailman-users want to know - Jon Carnes >> >>Good Luck - Jon Carnes > > >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: hchs at ns.sympatico.ca >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/hchs%40ns.sympatico.ca From javier.romero at cedex.es Thu May 22 12:58:55 2003 From: javier.romero at cedex.es (javier) Date: Thu, 22 May 2003 12:58:55 +0200 Subject: [Mailman-Users] mailmanctl DOESN'T start References: <3ECCA0A7.7080005@cedex.es> <0c5801c3204d$03ace920$1e00a8c0@onsnet.org> Message-ID: <3ECCAD6F.6050100@cedex.es> this is the problem, not gettext, as you can see below, but, do you know where can i find and install errno, or NOENT??? thanks for your solution :-P import ENOENT ImportError: No module named errno [javier at pc6426 javier]$ cd /usr/local/lib/python2.2/ [javier at pc6426 python2.2]$ ls -la get* -rw-r--r-- 1 root root 5230 may 16 11:10 getopt.py -rw-r--r-- 1 root root 6395 may 16 11:10 getopt.pyc -rw-r--r-- 1 root root 6050 may 16 11:10 getopt.pyo -rw-r--r-- 1 root root 2931 may 16 11:10 getpass.py -rw-r--r-- 1 root root 3775 may 16 11:10 getpass.pyc -rw-r--r-- 1 root root 3526 may 16 11:10 getpass.pyo -rw-r--r-- 1 root root 9748 may 16 11:10 gettext.py -rw-r--r-- 1 root root 10141 may 16 11:10 gettext.pyc -rw-r--r-- 1 root root 9526 may 16 11:10 gettext.pyo [javier at pc6426 python2.2]$ Danny Terweij wrote: >From: "javier" > > > >>[root at pc6426 mailman]# Traceback (most recent call last): >> from Mailman.i18n import _ >> import gettext >> from Mailman.i18n import _ >> import gettext >> from Mailman.i18n import _ >> import gettext >> >> > >Well, maybe you need to install gettext ? Just a guess... > >Danny Terweij > > >[root at pc6426 mailman]# bin/mailmanctl start >Arrancando el qrunner maestro de Mailman >[root at pc6426 mailman]# Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT >ImportError: No module named errno [] >Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT >ImportError: No module named errno >Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT >ImportError: No module named errno > > > -- Javier Romero Casado tel.913357274 Dep. Comunicaciones CEDEX From denlistes at altern.org Thu May 22 13:03:49 2003 From: denlistes at altern.org (Denis --) Date: Thu, 22 May 2003 11:03:49 -0000 Subject: [Mailman-Users] multiple domains Message-ID: <1053601370.744.9.camel@collectifs> Hi, I want to set multiple domaines for mailman, like lists.domaine1.tld List.domaine2.tld,... I don't find any doc about it. Somemone can help me or can give me an Url of documentation ? Thanks Denis From Oliver.Egginger at dvz.fh-giessen.de Thu May 22 13:20:21 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Thu, 22 May 2003 11:20:21 -0000 Subject: [Mailman-Users] mailmanctl DOESN'T start In-Reply-To: <3ECCA0A7.7080005@cedex.es> References: <3ECCA0A7.7080005@cedex.es> Message-ID: <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> You maybe have to patch bin/mailmanctl. Here is the diff for a patch: 255c255 os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON , exe, rswitch, '-s') --- os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') The last line namely os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') is the original line from the 2.1.2 mailman distribution. It cause maybe the errors on your system. Barry told us, that os.execl uses the second parameter to calculate the library path enviroment for the called python interpreter. So the original line may break your python interpreter. There exists no official patch yet, so you have to fix this manually. Let us now whether or not this patch works for you. I'am using Mandrake 9.1 and it works for me. - oliver Am Don, 2003-05-22 um 12.04 schrieb javier: > Please, i've installed glibc because i thought it was the problem... > Somebody fought with a similar problem? > > :-( :-( :-( :-( > > Hello, i've installed mailman 2.1.2 in Mandrake 9.0 (sources)with python 2.2.2, > all looks to be good, but i can't start daemon. > I can create a list, and admin it, but the list doesn't send. > sendmail is working fine (after smrsh problem solved) > here is the reply of the system... thanks > > [root at pc6426 mailman]# bin/mailmanctl start > Arrancando el qrunner maestro de Mailman > [root at pc6426 mailman]# Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno [] > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > > -- > Javier Romero Casado > tel.913357274 > Dep. Comunicaciones > CEDEX > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: javier.romero at cedex.es > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/javier.romero%40cedex.es > From Oliver.Egginger at dvz.fh-giessen.de Thu May 22 13:35:54 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Thu, 22 May 2003 11:35:54 -0000 Subject: [Mailman-Users] mailmanctl DOESN'T start In-Reply-To: <3ECCA0A7.7080005@cedex.es> References: <3ECCA0A7.7080005@cedex.es> Message-ID: <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> You maybe have to patch bin/mailmanctl. Here is the diff for a patch: 255c255 os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON , exe, rswitch, '-s') --- os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') The last line namely os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') is the original line from the 2.1.2 mailman distribution. It cause maybe the errors on your system. Barry told us, that os.execl uses the second parameter to calculate the library path enviroment for the called python interpreter. So the original line may break your python interpreter. There exists no official patch yet, so you have to fix this manually. Let us now whether or not this patch works for you. I'am using Mandrake 9.1 and it works for me. - oliver Am Don, 2003-05-22 um 12.04 schrieb javier: > Please, i've installed glibc because i thought it was the problem... > Somebody fought with a similar problem? > > :-( :-( :-( :-( > > Hello, i've installed mailman 2.1.2 in Mandrake 9.0 (sources)with python 2.2.2, > all looks to be good, but i can't start daemon. > I can create a list, and admin it, but the list doesn't send. > sendmail is working fine (after smrsh problem solved) > here is the reply of the system... thanks > > [root at pc6426 mailman]# bin/mailmanctl start > Arrancando el qrunner maestro de Mailman > [root at pc6426 mailman]# Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno [] > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > > -- > Javier Romero Casado > tel.913357274 > Dep. Comunicaciones > CEDEX > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: javier.romero at cedex.es > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/javier.romero%40cedex.es > From javier.romero at cedex.es Thu May 22 13:37:25 2003 From: javier.romero at cedex.es (javier) Date: Thu, 22 May 2003 13:37:25 +0200 Subject: [Mailman-Users] mailmanctl DO start !!!! References: <3ECCA0A7.7080005@cedex.es> <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> Message-ID: <3ECCB675.8080703@cedex.es> I kiss where you are walking...Oliver. lot of thanks! solution: os.execl(mm_cfg.PYTHON,mm_cfg.PYTHON , exe, rswitch, '-s') :-D :-D :-D :-D fixed manually Did you have to patch mailmctl for mandrake 91??? i have my own machine with 9.1, and it contains the folders /lists and /archives, and i'm trying to install in 2 differents machines (both with mandrake90) the mailman program, mounting with nfs the 9.1 machines folders, because we want to use the DNS round-robin option (high hability :-[ ) .Now we are only testing, but next week we are planing to work with two sunfire(netra&solaris8) and folders /lists and /archives in a networkappliant by nfs, we thought that we can only save the lists configuration and archives once but we can execute in two diferent machines with the same dns name.... wath do you think? [root at pc6426 mailman]# bin/mailmanctl start Arrancando el qrunner maestro de Mailman [root at pc6426 mailman]# Oliver Egginger wrote: >You maybe have to patch bin/mailmanctl. > >Here is the diff for a patch: >255c255 > os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON , exe, rswitch, '-s') >--- > os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') > >The last line namely >os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') >is the original line from the 2.1.2 mailman distribution. >It cause maybe the errors on your system. > >Barry told us, that os.execl uses the second parameter to calculate the >library path enviroment for the called python interpreter. >So the original line may break your python interpreter. > >There exists no official patch yet, so you have to >fix this manually. > >Let us now whether or not this patch works for you. >I'am using Mandrake 9.1 and it works for me. > >- oliver > > >Am Don, 2003-05-22 um 12.04 schrieb javier: > > >> Please, i've installed glibc because i thought it was the problem... >>Somebody fought with a similar problem? >> >>:-( :-( :-( :-( >> >>Hello, i've installed mailman 2.1.2 in Mandrake 9.0 (sources)with python 2.2.2, >>all looks to be good, but i can't start daemon. >>I can create a list, and admin it, but the list doesn't send. >>sendmail is working fine (after smrsh problem solved) >>here is the reply of the system... thanks >> >>[root at pc6426 mailman]# bin/mailmanctl start >>Arrancando el qrunner maestro de Mailman >>[root at pc6426 mailman]# Traceback (most recent call last): >> File "/usr/local/mailman/bin/qrunner", line 77, in ? >> from Mailman.i18n import _ >> File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? >> import gettext >> File "/usr/local/lib/python2.2/gettext.py", line 49, in ? >> from errno import ENOENT >>ImportError: No module named errno [] >>Traceback (most recent call last): >> File "/usr/local/mailman/bin/qrunner", line 77, in ? >> from Mailman.i18n import _ >> File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? >> import gettext >> File "/usr/local/lib/python2.2/gettext.py", line 49, in ? >> from errno import ENOENT >>ImportError: No module named errno >>Traceback (most recent call last): >> File "/usr/local/mailman/bin/qrunner", line 77, in ? >> from Mailman.i18n import _ >> File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? >> import gettext >> File "/usr/local/lib/python2.2/gettext.py", line 49, in ? >> from errno import ENOENT >>ImportError: No module named errno >> >>-- >>Javier Romero Casado >> tel.913357274 >>Dep. Comunicaciones >> CEDEX >> >> >> >>------------------------------------------------------ >>Mailman-Users mailing list >>Mailman-Users at python.org >>http://mail.python.org/mailman/listinfo/mailman-users >>Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >>Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ >> >>This message was sent to: javier.romero at cedex.es >>Unsubscribe or change your options at >>http://mail.python.org/mailman/options/mailman-users/javier.romero%40cedex.es >> >> >> > > > > > > -- Javier Romero Casado tel.913357274 Dep. Comunicaciones CEDEX From nivo+mailman-users at yuckfou.org Thu May 22 13:32:53 2003 From: nivo+mailman-users at yuckfou.org (Nils Vogels) Date: Thu, 22 May 2003 13:32:53 +0200 Subject: [Mailman-Users] Mailman being -very- slow In-Reply-To: <1053571051.2262.116.camel@localhost.localdomain> References: <1053571051.2262.116.camel@localhost.localdomain> Message-ID: <20030522113253.GF10795@imhotep.yuckfou.org> On Wed, May 21, 2003 at 10:37:32PM -0400, Dan Wright US2002021042 (DWU) wrote: DWU> DWU> However, Mailman is being VERY slow. 2 hour turn around time. I know DWU> that we've got some spikes in python that go up to 70-80% CPU usage. DWU> Other than that, resources are mostly free. DWU> DWU> Message are normally archived right away, but they are not sent out. DWU> However, all email forwarders work normally. DWU> DWU> Any ideas where to look? * Mailman logs? * MTA logs? * Message headers to determine where the message hangs exactly * Available bandwidth ? From Oliver.Egginger at dvz.fh-giessen.de Thu May 22 13:51:23 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Thu, 22 May 2003 11:51:23 -0000 Subject: [Mailman-Users] mailmanctl DOESN'T start In-Reply-To: <3ECCA0A7.7080005@cedex.es> References: <3ECCA0A7.7080005@cedex.es> Message-ID: <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> You maybe have to patch bin/mailmanctl. Here is the diff for a patch: 255c255 os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON , exe, rswitch, '-s') --- os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') The last line namely os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') is the original line from the 2.1.2 mailman distribution. It cause maybe the errors on your system. Barry told us, that os.execl uses the second parameter to calculate the library path enviroment for the called python interpreter. So the original line may break your python interpreter. There exists no official patch yet, so you have to fix this manually. Let us now whether or not this patch works for you. I'am using Mandrake 9.1 and it works for me. - oliver Am Don, 2003-05-22 um 12.04 schrieb javier: > Please, i've installed glibc because i thought it was the problem... > Somebody fought with a similar problem? > > :-( :-( :-( :-( > > Hello, i've installed mailman 2.1.2 in Mandrake 9.0 (sources)with python 2.2.2, > all looks to be good, but i can't start daemon. > I can create a list, and admin it, but the list doesn't send. > sendmail is working fine (after smrsh problem solved) > here is the reply of the system... thanks > > [root at pc6426 mailman]# bin/mailmanctl start > Arrancando el qrunner maestro de Mailman > [root at pc6426 mailman]# Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno [] > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > > -- > Javier Romero Casado > tel.913357274 > Dep. Comunicaciones > CEDEX > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: javier.romero at cedex.es > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/javier.romero%40cedex.es > From Oliver.Egginger at dvz.fh-giessen.de Thu May 22 14:07:15 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Thu, 22 May 2003 12:07:15 -0000 Subject: [Mailman-Users] mailmanctl DOESN'T start In-Reply-To: <3ECCA0A7.7080005@cedex.es> References: <3ECCA0A7.7080005@cedex.es> Message-ID: <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> You maybe have to patch bin/mailmanctl. Here is the diff for a patch: 255c255 os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON , exe, rswitch, '-s') --- os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') The last line namely os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') is the original line from the 2.1.2 mailman distribution. It cause maybe the errors on your system. Barry told us, that os.execl uses the second parameter to calculate the library path enviroment for the called python interpreter. So the original line may break your python interpreter. There exists no official patch yet, so you have to fix this manually. Let us now whether or not this patch works for you. I'am using Mandrake 9.1 and it works for me. - oliver Am Don, 2003-05-22 um 12.04 schrieb javier: > Please, i've installed glibc because i thought it was the problem... > Somebody fought with a similar problem? > > :-( :-( :-( :-( > > Hello, i've installed mailman 2.1.2 in Mandrake 9.0 (sources)with python 2.2.2, > all looks to be good, but i can't start daemon. > I can create a list, and admin it, but the list doesn't send. > sendmail is working fine (after smrsh problem solved) > here is the reply of the system... thanks > > [root at pc6426 mailman]# bin/mailmanctl start > Arrancando el qrunner maestro de Mailman > [root at pc6426 mailman]# Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno [] > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > > -- > Javier Romero Casado > tel.913357274 > Dep. Comunicaciones > CEDEX > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: javier.romero at cedex.es > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/javier.romero%40cedex.es > From Oliver.Egginger at dvz.fh-giessen.de Thu May 22 14:22:45 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Thu, 22 May 2003 12:22:45 -0000 Subject: [Mailman-Users] mailmanctl DOESN'T start In-Reply-To: <3ECCA0A7.7080005@cedex.es> References: <3ECCA0A7.7080005@cedex.es> Message-ID: <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> You maybe have to patch bin/mailmanctl. Here is the diff for a patch: 255c255 os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON , exe, rswitch, '-s') --- os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') The last line namely os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') is the original line from the 2.1.2 mailman distribution. It cause maybe the errors on your system. Barry told us, that os.execl uses the second parameter to calculate the library path enviroment for the called python interpreter. So the original line may break your python interpreter. There exists no official patch yet, so you have to fix this manually. Let us now whether or not this patch works for you. I'am using Mandrake 9.1 and it works for me. - oliver Am Don, 2003-05-22 um 12.04 schrieb javier: > Please, i've installed glibc because i thought it was the problem... > Somebody fought with a similar problem? > > :-( :-( :-( :-( > > Hello, i've installed mailman 2.1.2 in Mandrake 9.0 (sources)with python 2.2.2, > all looks to be good, but i can't start daemon. > I can create a list, and admin it, but the list doesn't send. > sendmail is working fine (after smrsh problem solved) > here is the reply of the system... thanks > > [root at pc6426 mailman]# bin/mailmanctl start > Arrancando el qrunner maestro de Mailman > [root at pc6426 mailman]# Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno [] > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > > -- > Javier Romero Casado > tel.913357274 > Dep. Comunicaciones > CEDEX > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: javier.romero at cedex.es > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/javier.romero%40cedex.es > From Oliver.Egginger at dvz.fh-giessen.de Thu May 22 14:38:17 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Thu, 22 May 2003 12:38:17 -0000 Subject: [Mailman-Users] mailmanctl DOESN'T start In-Reply-To: <3ECCA0A7.7080005@cedex.es> References: <3ECCA0A7.7080005@cedex.es> Message-ID: <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> You maybe have to patch bin/mailmanctl. Here is the diff for a patch: 255c255 os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON , exe, rswitch, '-s') --- os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') The last line namely os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') is the original line from the 2.1.2 mailman distribution. It cause maybe the errors on your system. Barry told us, that os.execl uses the second parameter to calculate the library path enviroment for the called python interpreter. So the original line may break your python interpreter. There exists no official patch yet, so you have to fix this manually. Let us now whether or not this patch works for you. I'am using Mandrake 9.1 and it works for me. - oliver Am Don, 2003-05-22 um 12.04 schrieb javier: > Please, i've installed glibc because i thought it was the problem... > Somebody fought with a similar problem? > > :-( :-( :-( :-( > > Hello, i've installed mailman 2.1.2 in Mandrake 9.0 (sources)with python 2.2.2, > all looks to be good, but i can't start daemon. > I can create a list, and admin it, but the list doesn't send. > sendmail is working fine (after smrsh problem solved) > here is the reply of the system... thanks > > [root at pc6426 mailman]# bin/mailmanctl start > Arrancando el qrunner maestro de Mailman > [root at pc6426 mailman]# Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno [] > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > > -- > Javier Romero Casado > tel.913357274 > Dep. Comunicaciones > CEDEX > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: javier.romero at cedex.es > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/javier.romero%40cedex.es > From Oliver.Egginger at dvz.fh-giessen.de Thu May 22 15:09:17 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Thu, 22 May 2003 13:09:17 -0000 Subject: [Mailman-Users] mailmanctl DOESN'T start In-Reply-To: <3ECCA0A7.7080005@cedex.es> References: <3ECCA0A7.7080005@cedex.es> Message-ID: <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> You maybe have to patch bin/mailmanctl. Here is the diff for a patch: 255c255 os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON , exe, rswitch, '-s') --- os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') The last line namely os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') is the original line from the 2.1.2 mailman distribution. It cause maybe the errors on your system. Barry told us, that os.execl uses the second parameter to calculate the library path enviroment for the called python interpreter. So the original line may break your python interpreter. There exists no official patch yet, so you have to fix this manually. Let us now whether or not this patch works for you. I'am using Mandrake 9.1 and it works for me. - oliver Am Don, 2003-05-22 um 12.04 schrieb javier: > Please, i've installed glibc because i thought it was the problem... > Somebody fought with a similar problem? > > :-( :-( :-( :-( > > Hello, i've installed mailman 2.1.2 in Mandrake 9.0 (sources)with python 2.2.2, > all looks to be good, but i can't start daemon. > I can create a list, and admin it, but the list doesn't send. > sendmail is working fine (after smrsh problem solved) > here is the reply of the system... thanks > > [root at pc6426 mailman]# bin/mailmanctl start > Arrancando el qrunner maestro de Mailman > [root at pc6426 mailman]# Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno [] > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > > -- > Javier Romero Casado > tel.913357274 > Dep. Comunicaciones > CEDEX > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: javier.romero at cedex.es > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/javier.romero%40cedex.es > From jbrouhard at ci.st-joseph.mo.us Thu May 22 15:26:17 2003 From: jbrouhard at ci.st-joseph.mo.us (jbrouhard at ci.st-joseph.mo.us) Date: Thu, 22 May 2003 08:26:17 -0500 Subject: [Mailman-Users] FreeBSD 4.7 Sendmail rejecting aliases Message-ID: This isn't exactly mailman-related, but as I'm running mailman on the server in question... Did anyone need to, after installing FreeBSD 4.7, need to make any changes to sendmail to make it's aliases work? Cause when I send an email to @domian.com I get a returned mail saying "User Unknown" and the list *IS* in the aliases file. Can anyone help me out with this? none of my aliases work, unless i have an actual user on the system, and I would *REALLY* like to avoid ksetting up new users for every list. Please CC me privately with your response as I'm on digest mode on this list :-) (High-Volume list plus really old and clunky Exchange server don't mix) Thanks in advance! --- Joe Brouhard, MCP, A+ Computer Support Technician City of St Joseph jbrouhard at ci.st-joseph.mo.us http://www.ci.st-joseph.mo.us From Oliver.Egginger at dvz.fh-giessen.de Thu May 22 15:29:19 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Thu, 22 May 2003 13:29:19 -0000 Subject: [Mailman-Users] mailmanctl DOESN'T start In-Reply-To: <3ECCA0A7.7080005@cedex.es> References: <3ECCA0A7.7080005@cedex.es> Message-ID: <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> You maybe have to patch bin/mailmanctl. Here is the diff for a patch: 255c255 os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON , exe, rswitch, '-s') --- os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') The last line namely os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') is the original line from the 2.1.2 mailman distribution. It cause maybe the errors on your system. Barry told us, that os.execl uses the second parameter to calculate the library path enviroment for the called python interpreter. So the original line may break your python interpreter. There exists no official patch yet, so you have to fix this manually. Let us now whether or not this patch works for you. I'am using Mandrake 9.1 and it works for me. - oliver Am Don, 2003-05-22 um 12.04 schrieb javier: > Please, i've installed glibc because i thought it was the problem... > Somebody fought with a similar problem? > > :-( :-( :-( :-( > > Hello, i've installed mailman 2.1.2 in Mandrake 9.0 (sources)with python 2.2.2, > all looks to be good, but i can't start daemon. > I can create a list, and admin it, but the list doesn't send. > sendmail is working fine (after smrsh problem solved) > here is the reply of the system... thanks > > [root at pc6426 mailman]# bin/mailmanctl start > Arrancando el qrunner maestro de Mailman > [root at pc6426 mailman]# Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno [] > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > > -- > Javier Romero Casado > tel.913357274 > Dep. Comunicaciones > CEDEX > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: javier.romero at cedex.es > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/javier.romero%40cedex.es > From Oliver.Egginger at dvz.fh-giessen.de Thu May 22 15:40:32 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Thu, 22 May 2003 13:40:32 -0000 Subject: [Mailman-Users] mailmanctl DOESN'T start In-Reply-To: <3ECCA0A7.7080005@cedex.es> References: <3ECCA0A7.7080005@cedex.es> Message-ID: <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> You maybe have to patch bin/mailmanctl. Here is the diff for a patch: 255c255 os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON , exe, rswitch, '-s') --- os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') The last line namely os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') is the original line from the 2.1.2 mailman distribution. It cause maybe the errors on your system. Barry told us, that os.execl uses the second parameter to calculate the library path enviroment for the called python interpreter. So the original line may break your python interpreter. There exists no official patch yet, so you have to fix this manually. Let us now whether or not this patch works for you. I'am using Mandrake 9.1 and it works for me. - oliver Am Don, 2003-05-22 um 12.04 schrieb javier: > Please, i've installed glibc because i thought it was the problem... > Somebody fought with a similar problem? > > :-( :-( :-( :-( > > Hello, i've installed mailman 2.1.2 in Mandrake 9.0 (sources)with python 2.2.2, > all looks to be good, but i can't start daemon. > I can create a list, and admin it, but the list doesn't send. > sendmail is working fine (after smrsh problem solved) > here is the reply of the system... thanks > > [root at pc6426 mailman]# bin/mailmanctl start > Arrancando el qrunner maestro de Mailman > [root at pc6426 mailman]# Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno [] > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > > -- > Javier Romero Casado > tel.913357274 > Dep. Comunicaciones > CEDEX > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: javier.romero at cedex.es > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/javier.romero%40cedex.es > From Oliver.Egginger at dvz.fh-giessen.de Thu May 22 15:56:02 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Thu, 22 May 2003 13:56:02 -0000 Subject: [Mailman-Users] mailmanctl DOESN'T start In-Reply-To: <3ECCA0A7.7080005@cedex.es> References: <3ECCA0A7.7080005@cedex.es> Message-ID: <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> You maybe have to patch bin/mailmanctl. Here is the diff for a patch: 255c255 os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON , exe, rswitch, '-s') --- os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') The last line namely os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') is the original line from the 2.1.2 mailman distribution. It cause maybe the errors on your system. Barry told us, that os.execl uses the second parameter to calculate the library path enviroment for the called python interpreter. So the original line may break your python interpreter. There exists no official patch yet, so you have to fix this manually. Let us now whether or not this patch works for you. I'am using Mandrake 9.1 and it works for me. - oliver Am Don, 2003-05-22 um 12.04 schrieb javier: > Please, i've installed glibc because i thought it was the problem... > Somebody fought with a similar problem? > > :-( :-( :-( :-( > > Hello, i've installed mailman 2.1.2 in Mandrake 9.0 (sources)with python 2.2.2, > all looks to be good, but i can't start daemon. > I can create a list, and admin it, but the list doesn't send. > sendmail is working fine (after smrsh problem solved) > here is the reply of the system... thanks > > [root at pc6426 mailman]# bin/mailmanctl start > Arrancando el qrunner maestro de Mailman > [root at pc6426 mailman]# Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno [] > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > > -- > Javier Romero Casado > tel.913357274 > Dep. Comunicaciones > CEDEX > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: javier.romero at cedex.es > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/javier.romero%40cedex.es > From doug at protocallonline.com Thu May 22 16:00:28 2003 From: doug at protocallonline.com (doug at protocallonline.com) Date: Thu, 22 May 2003 09:00:28 -0500 Subject: [Mailman-Users] Moving a list/changing a list name Message-ID: Hi All, I need to move/re-name a list. I have a list named Rp-ml2 need to change the name to PIMF. How do I do this with out making everybody re-subscribe? Doug ProtoCall, LLC 507 West College Avenue Waukesha, WI 53186-4501 262.446.3104 262.896.8945 fax www.protocallonline.com parts at protocallonline.com From wfroning at uop.edu Thu May 22 16:05:16 2003 From: wfroning at uop.edu (Will Froning) Date: Thu, 22 May 2003 07:05:16 -0700 Subject: [Mailman-Users] Re: FreeBSD 4.7 Sendmail rejecting aliases In-Reply-To: References: Message-ID: <20030522070516.41495bda.wfroning@uop.edu> > Did anyone need to, after installing FreeBSD 4.7, need to make any > changes to sendmail to make it's aliases work? Cause when I send an > email to@domian.com I get a returned mail saying "User > Unknown" and the list *IS* in the aliases file. Yes. FreeBSD's sendmail install doesn't accept mail for the entire domain, it only accepts for the localhost. Try sending the mail to listname at hostname.domain.com. If that works but the other doesn't, try added domain.com to /etc/mail/local-host-names and restarting sendmail (cd /etc/mail && make restart). Will -- Will Froning Unix Sys. Admin. (209)946-7470 (209)662-4725 wfroning at uop.edu From Oliver.Egginger at dvz.fh-giessen.de Thu May 22 16:11:34 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Thu, 22 May 2003 14:11:34 -0000 Subject: [Mailman-Users] mailmanctl DOESN'T start In-Reply-To: <3ECCA0A7.7080005@cedex.es> References: <3ECCA0A7.7080005@cedex.es> Message-ID: <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> You maybe have to patch bin/mailmanctl. Here is the diff for a patch: 255c255 os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON , exe, rswitch, '-s') --- os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') The last line namely os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') is the original line from the 2.1.2 mailman distribution. It cause maybe the errors on your system. Barry told us, that os.execl uses the second parameter to calculate the library path enviroment for the called python interpreter. So the original line may break your python interpreter. There exists no official patch yet, so you have to fix this manually. Let us now whether or not this patch works for you. I'am using Mandrake 9.1 and it works for me. - oliver Am Don, 2003-05-22 um 12.04 schrieb javier: > Please, i've installed glibc because i thought it was the problem... > Somebody fought with a similar problem? > > :-( :-( :-( :-( > > Hello, i've installed mailman 2.1.2 in Mandrake 9.0 (sources)with python 2.2.2, > all looks to be good, but i can't start daemon. > I can create a list, and admin it, but the list doesn't send. > sendmail is working fine (after smrsh problem solved) > here is the reply of the system... thanks > > [root at pc6426 mailman]# bin/mailmanctl start > Arrancando el qrunner maestro de Mailman > [root at pc6426 mailman]# Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno [] > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > > -- > Javier Romero Casado > tel.913357274 > Dep. Comunicaciones > CEDEX > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: javier.romero at cedex.es > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/javier.romero%40cedex.es > From listmod at camarilla.white-wolf.com Thu May 22 16:17:25 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Thu, 22 May 2003 14:17:25 -0000 Subject: [Mailman-Users] Moving a list/changing a list name In-Reply-To: References: Message-ID: <1053612966.2262.211.camel@localhost.localdomain> make the new list.. Go into mailman/bin and do ./list_members Rp-m12 > ~/members.txt This will output your members to ~/members.txt for resubbing later. Then you'll want to move your archives. do ./arch PIMF ../archives/public/Rp-m12.mbox/Rp-m12.mbox That will move the archives over. Then finally do ./add_members -r ~/members.txt PIMF On Thu, 2003-05-22 at 10:00, doug at protocallonline.com wrote: > Hi All, > > I need to move/re-name a list. > > I have a list named Rp-ml2 need to change the name to PIMF. > > How do I do this with out making everybody re-subscribe? > > Doug > ProtoCall, LLC > > 507 West College Avenue > > Waukesha, WI 53186-4501 > > 262.446.3104 > > 262.896.8945 fax > > www.protocallonline.com > > > > > > parts at protocallonline.com > > > > > ______________________________________________________________________ > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: listmod at camarilla.white-wolf.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/listmod%40camarilla.white-wolf.com -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - From listmod at camarilla.white-wolf.com Thu May 22 16:18:24 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Thu, 22 May 2003 14:18:24 -0000 Subject: [Mailman-Users] Mailman being -very- slow Message-ID: <1053613061.2262.213.camel@localhost.localdomain> > * Mailman logs? > * MTA logs? > * Message headers to determine where the message hangs exactly > * Available bandwidth ? All of the above are below.. we have PLENTY of bandwidth to work with. smtp-failure exerpt May 15 10:14:52 2003 (29334) delivery to dominic at tannis.demon.co.uk failed with code -1: ignore May 15 10:14:52 2003 (29334) delivery to decados at blueyonder.co.uk failed with code -1: ignore May 15 10:14:52 2003 (29334) delivery to hpm at ing.rau.ac.za failed with code -1: ignore May 15 10:14:52 2003 (29334) delivery to perth_game at yahoo.co.uk failed with code -1: ignore May 15 10:14:52 2003 (29334) delivery to windzswept at blueyonder.co.uk failed with code -1: ignore May 15 10:14:52 2003 (29334) delivery to Vagh at blueyonder.co.uk failed with code -1: ignore May 15 10:14:52 2003 (29334) delivery to anst at ca.camarilla.org.uk failed with code -1: ignore May 15 10:14:52 2003 (29334) delivery to braamvh at datrix.co.za failed with code -1: ignore May 15 10:14:52 2003 (29334) delivery to malkavian at ukonline.co.uk failed with code -1: ignore May 15 10:41:21 2003 (2556) delivery to mrtora at earthlink.net failed with code 553: 5.1.8 ... Domain of s$ May 15 10:43:55 2003 (2556) delivery to dominic at tannis.demon.co.uk failed with code -1: ignore May 15 10:43:55 2003 (2556) delivery to decados at blueyonder.co.uk failed with code -1: ignore May 15 10:43:55 2003 (2556) delivery to hpm at ing.rau.ac.za failed with code -1: ignore May 15 10:43:55 2003 (2556) delivery to perth_game at yahoo.co.uk failed with code -1: ignore May 15 10:43:55 2003 (2556) delivery to windzswept at blueyonder.co.uk failed with code -1: ignore May 15 10:43:55 2003 (2556) delivery to Vagh at blueyonder.co.uk failed with code -1: ignore May 15 10:43:55 2003 (2556) delivery to anst at ca.camarilla.org.uk failed with code -1: ignore May 15 10:43:55 2003 (2556) delivery to braamvh at datrix.co.za failed with code -1: ignore May 15 10:43:55 2003 (2556) delivery to malkavian at ukonline.co.uk failed with code -1: ignore May 15 11:45:36 2003 (10718) delivery to anst at ca.camarilla.org.uk failed with code -1: ignore May 15 11:45:36 2003 (10718) delivery to ezpkae at yahoo.co.uk failed with code -1: ignore May 15 11:45:36 2003 (10718) delivery to jdm7 at st-andrews.ac.uk failed with code -1: ignore May 15 11:45:36 2003 (10718) delivery to halfling at alphalink.com.au failed with code -1: ignore May 15 11:45:36 2003 (10718) delivery to windzswept at blueyonder.co.uk failed with code -1: ignore May 15 11:45:36 2003 (10718) delivery to decados at blueyonder.co.uk failed with code -1: ignore May 15 11:45:36 2003 (10718) delivery to malkavian at ukonline.co.uk failed with code -1: ignore May 15 12:32:26 2003 (18268) delivery to david.broussard at broussard-sa.net failed with code 553: 5.1.8 ..$ May 15 13:21:19 2003 (18268) delivery to timcrall at hotmail.com failed with code 553: 5.1.8 ... Domain of $ May 15 13:21:20 2003 (18268) delivery to shraven at jyhad.net failed with code 553: 5.1.8 ... Domain of sen$ May 15 13:21:20 2003 (18268) delivery to shraven at jyhad.net failed with code 553: 5.1.8 ... Domain of sen$ May 15 13:21:21 2003 (18268) delivery to shraven at jyhad.net failed with code 553: 5.1.8 ... Domain of sen$ May 15 13:21:21 2003 (18268) delivery to shraven at jyhad.net failed with code 553: 5.1.8 ... Domain of sen$ May 15 13:21:22 2003 (18268) delivery to shraven at jyhad.net failed with code 553: 5.1.8 ... Domain of sen$ May 15 15:25:52 2003 (18268) delivery to pearce at tampabay.rr.com failed with code 553: 5.1.8 ... Domain o$ May 15 15:25:52 2003 (18268) delivery to gauntandpallid at hotmail.com failed with code 553: 5.1.8 ... Doma$ May 15 17:15:01 2003 (18268) delivery to vain13 at hotmail.com failed with code 553: 5.1.8 ... Domain of se$ May 15 18:38:18 2003 (18268) delivery to camtech at white-wolf.com failed with code 553: 5.1.8 ... Domain o$ May 15 19:11:42 2003 (18268) delivery to camtech at white-wolf.com failed with code 553: 5.1.8 ... Domain o$ from error log: May 15 10:18:13 2003 (2551) Uncaught runner exception: 'module' object has no attribute 'strptime' May 15 10:18:13 2003 (2551) Traceback (most recent call last): File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop self._onefile(msg, msgdata) File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in _onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Queue/ArchRunner.py", line 73, in _dispose mlist.ArchiveMail(msg) File "/usr/local/mailman/Mailman/Archiver/Archiver.py", line 207, in ArchiveMail h.close() File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 304, in close self.update_dirty_archives() File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 518, in update_dirty_archives self.update_archive(i) File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 1038, in update_archive self.__super_update_archive(archive) File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 424, in update_archive self._update_simple_index(hdr, archive, arcdir) File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 434, in _update_simple_index self.write_index_header() File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 955, in write_index_header print self.html_head() File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 640, in html_head d = {"listname": html_quote(mlist.real_name, self.lang), File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 638, in quotetime return html_quote(i18n.ctime(s), self.lang) File "/usr/local/mailman/Mailman/i18n.py", line 109, in ctime year, mon, day, hh, mm, ss, wday, ydat, dst = time.strptime(date) AttributeError: 'module' object has no attribute 'strptime' May 15 10:18:13 2003 (2551) SHUNTING: 1053008261.085235+79f12959dbb73e9930b9d130dc38f9314a6c6764 May 15 10:20:41 2003 (2551) Uncaught runner exception: 'module' object has no attribute 'strptime' May 15 10:20:41 2003 (2551) Traceback (most recent call last): File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop self._onefile(msg, msgdata) File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in _onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Queue/ArchRunner.py", line 73, in _dispose keepqueued = self._dispose(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Queue/ArchRunner.py", line 73, in _dispose mlist.ArchiveMail(msg) File "/usr/local/mailman/Mailman/Archiver/Archiver.py", line 207, in ArchiveMail h.close() File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 304, in close self.update_dirty_archives() File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 518, in update_dirty_archives self.update_archive(i) File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 1038, in update_archive self.__super_update_archive(archive) File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 424, in update_archive self._update_simple_index(hdr, archive, arcdir) File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 434, in _update_simple_index self.write_index_header() File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 955, in write_index_header print self.html_head() File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 640, in html_head d = {"listname": html_quote(mlist.real_name, self.lang), File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 638, in quotetime return html_quote(i18n.ctime(s), self.lang) File "/usr/local/mailman/Mailman/i18n.py", line 109, in ctime year, mon, day, hh, mm, ss, wday, ydat, dst = time.strptime(date) AttributeError: 'module' object has no attribute 'strptime' May 15 10:20:41 2003 (2551) SHUNTING: 1053008440.815289+e55c5199f8dc8bd9aec3b8927b479c0e6e43d6a8 May 15 10:20:44 2003 (2551) Uncaught runner exception: 'module' object has no attribute 'strptime' May 15 10:20:44 2003 (2551) Traceback (most recent call last): File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in _oneloop self._onefile(msg, msgdata) File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in _onefile keepqueued = self._dispose(mlist, msg, msgdata) File "/usr/local/mailman/Mailman/Queue/ArchRunner.py", line 73, in _dispose mlist.ArchiveMail(msg) File "/usr/local/mailman/Mailman/Archiver/Archiver.py", line 207, in ArchiveMail h.close() File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 304, in close >From mail.log (Sendmail OSX) May 17 04:32:22 camarilla sendmail[28610]: h4H8WMfs028610: from=root, size=288, class=0, nrcpts=1, msgid=<200305170832.h4H8WMfs028610 at camarilla.white-wolf.com>, relay=root at localhost May 17 04:32:22 camarilla sendmail[28612]: h4H8WMfs028610: to=/dev/null, ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=*file*, pri=30043, dsn=2.0.0, stat=Sent May 17 04:34:15 camarilla sendmail[28498]: h4H856wT028201: timeout waiting for input from mailrecv.bigmailbox.com. during client greeting May 17 04:34:15 camarilla sendmail[28498]: h4H856wT028201: to=, delay=00:29:04, xdelay=00:05:22, mailer=esmtp, pri=775038, relay=mailrecv.bigmailbox.com. [209.132.220.133], dsn=4.0.0, stat=Deferred: Operation timed out with mailrecv.bigmailbox.com. May 17 04:34:15 camarilla sendmail[28498]: h4H6AOwT026489: to=, delay=02:23:51, xdelay=00:00:00, mailer=esmtp, pri=805614, relay=mx00.comcast.net. [24.153.64.1], dsn=4.2.1, stat=Deferred: 452 4.2.1 Mailbox temporarily disabled: dragnmoon at comcast.net May 17 04:34:16 camarilla sendmail[28498]: h4H6KKwT026635: to=, delay=02:13:56, xdelay=00:00:01, mailer=esmtp, pri=806295, relay=mx00.comcast.net. [24.153.64.1], dsn=4.2.1, stat=Deferred: 452 4.2.1 Mailbox temporarily disabled: dragnmoon at comcast.net May 17 04:35:31 camarilla sendmail[28498]: h4H8HBwU028409: to=, delay=00:18:19, xdelay=00:01:15, mailer=esmtp, pri=1135904, relay=mail.shadowed-towers.com. [216.60.228.15], dsn=4.0.0, stat=Deferred: Operation timed out with mail.shadowed-towers.com. May 17 04:36:05 camarilla sendmail[28635]: h4H8a5wS028635: from=<>, size=6564, class=0, nrcpts=1, msgid=<57OHFE8Pv00008b49 at mc1-s10.law16.hotmail.com>, proto=ESMTP, daemon=MTA, relay=mc1-s10.law16.hotmail.com [65.54.236.59] May 17 04:36:06 camarilla sendmail[28636]: h4H8a5wS028635: to="|/usr/local/mailman/mail/mailman bounces us-sc-region", ctladdr= (1/0), delay=00:00:01, xdelay=00:00:01, mailer=prog, pri=36200, dsn=2.0.0, stat=Sent May 17 04:36:46 camarilla sendmail[28498]: h4GJZk2R015722: to=ianwatson at wolf-spoor.org, ctladdr=www (70/70), delay=13:01:00, xdelay=00:01:15, mailer=esmtp, pri=1200381, relay=endless.ohhello.com. [64.32.254.244], dsn=4.0.0, stat=Deferred: Operation timed out with endless.ohhello.com. May 17 04:37:10 camarilla sendmail[28498]: h4H2JGwT023479: to=, delay=06:17:54, xdelay=00:00:24, mailer=esmtp, pri=1225838, relay=mail2.mailspace.com. [209.219.238.228], dsn=4.0.0, stat=Deferred: Connection reset by mail2.mailspace.com. May 17 04:37:10 camarilla sendmail[28498]: h4H4oBwU025338: to=, delay=03:46:38, xdelay=00:00:00, mailer=esmtp, pri=1405005, relay=mail.shadowed-towers.com., dsn=4.0.0, stat=Deferred: Operation timed out with mail.shadowed-towers.com. May 17 04:38:25 camarilla sendmail[28498]: h4H2mHwT024001: to=, delay=05:50:07, xdelay=00:01:15, mailer=esmtp, pri=1465852, relay=sumter.awod.com. [63.246.96.1], dsn=4.0.0, stat=Deferred: Operation timed out with sumter.awod.com. May 17 04:38:26 camarilla sendmail[28652]: h4H8cOwS028652: from=, size=23862, class=-30, nrcpts=1, msgid=, proto=ESMTP, daemon=MTA, relay=smtp-send.myrealbox.com [192.108.102.143] May 17 04:38:27 camarilla sendmail[28653]: h4H8cOwS028652: to=listmodmod at elysiumgrounds.com, delay=00:00:03, xdelay=00:00:01, mailer=esmtp, pri=106813, relay=mail.elysiumgrounds.com. [64.87.54.44], dsn=2.0.0, stat=Sent (AAA24827 Message accepted for delivery) May 17 04:42:25 camarilla sendmail[28498]: h4H5VXwT025901: to=,, delay=03:10:52, xdelay=00:01:20, mailer=esmtp, pri=1525701, relay=pflash.com., dsn=4.0.0, stat=Deferred: Name server: pflash.com.: host name lookup failure May 17 04:42:25 camarilla sendmail[28498]: h4H5RxwT025810: to=,, delay=03:14:25, xdelay=00:00:00, mailer=esmtp, pri=1615587, relay=pflash.com., dsn=4.0.0, stat=Deferred: Name server: pflash.com.: host name lookup failure May 17 04:42:25 camarilla sendmail[28498]: h4H1MLwU022636: to=, delay=07:20:04, xdelay=00:00:00, mailer=esmtp, pri=1765283, relay=mail.shadowed-towers.com., dsn=4.0.0, stat=Deferred: Operation timed out with mail.shadowed-towers.com. May 17 04:42:25 camarilla sendmail[28498]: h4H7xxwT028081: to=, delay=00:42:26, xdelay=00:00:00, mailer=esmtp, pri=1765717, relay=mail2.mailspace.com., dsn=4.0.0, stat=Deferred: Connection reset by mail2.mailspace.com. May 17 04:42:25 camarilla sendmail[28498]: h4H7uRwT028015: to=, delay=00:45:57, xdelay=00:00:00, mailer=esmtp, pri=1765718, relay=mail2.mailspace.com., dsn=4.0.0, stat=Deferred: Connection reset by mail2.mailspace.com. May 17 04:42:25 camarilla sendmail[28498]: h4H85YwT028220: to=, delay=00:36:51, xdelay=00:00:00, mailer=esmtp, pri=1765718, relay=mail2.mailspace.com., dsn=4.0.0, stat=Deferred: Connection reset by mail2.mailspace.com. May 17 04:42:25 camarilla sendmail[28498]: h4H87jwT028260: to=, delay=00:34:40, xdelay=00:00:00, mailer=esmtp, pri=1765743, relay=mail2.mailspace.com., dsn=4.0.0, stat=Deferred: Connection reset by mail2.mailspace.com. May 17 04:42:25 camarilla sendmail[28498]: h4H82lwT028143: to=, delay=00:39:38, xdelay=00:00:00, mailer=esmtp, pri=1765744, relay=mail2.mailspace.com., dsn=4.0.0, stat=Deferred: Connection reset by mail2.mailspace.com. May 17 04:42:25 camarilla sendmail[28498]: h4H89swT028310: to=, delay=00:32:30, xdelay=00:00:00, mailer=esmtp, pri=1765745, relay=mail2.mailspace.com., dsn=4.0.0, stat=Deferred: Connection reset by mail2.mailspace.com. May 17 04:42:25 camarilla sendmail[28498]: h4H7pkwT027938: to=, delay=00:50:39, xdelay=00:00:00, mailer=esmtp, pri=1765756, relay=mail2.mailspace.com., dsn=4.0.0, stat=Deferred: Connection reset by mail2.mailspace.com. May 17 04:42:26 camarilla sendmail[28498]: h4H7pkwT027938: to=, delay=00:50:40, xdelay=00:00:01, On Thu, 2003-05-22 at 07:32, Nils Vogels wrote: > On Wed, May 21, 2003 at 10:37:32PM -0400, Dan Wright US2002021042 (DWU) wrote: > DWU> > DWU> However, Mailman is being VERY slow. 2 hour turn around time. I know > DWU> that we've got some spikes in python that go up to 70-80% CPU usage. > DWU> Other than that, resources are mostly free. > DWU> > DWU> Message are normally archived right away, but they are not sent out. > DWU> However, all email forwarders work normally. > DWU> > DWU> Any ideas where to look? > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: listmod at camarilla.white-wolf.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/listmod%40camarilla.white-wolf.com -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - From Oliver.Egginger at dvz.fh-giessen.de Thu May 22 16:26:36 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Thu, 22 May 2003 14:26:36 -0000 Subject: [Mailman-Users] mailmanctl DOESN'T start In-Reply-To: <3ECCA0A7.7080005@cedex.es> References: <3ECCA0A7.7080005@cedex.es> Message-ID: <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> You maybe have to patch bin/mailmanctl. Here is the diff for a patch: 255c255 os.execl(mm_cfg.PYTHON, mm_cfg.PYTHON , exe, rswitch, '-s') --- os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') The last line namely os.execl(mm_cfg.PYTHON, 'qrunner', exe, rswitch, '-s') is the original line from the 2.1.2 mailman distribution. It cause maybe the errors on your system. Barry told us, that os.execl uses the second parameter to calculate the library path enviroment for the called python interpreter. So the original line may break your python interpreter. There exists no official patch yet, so you have to fix this manually. Let us now whether or not this patch works for you. I'am using Mandrake 9.1 and it works for me. - oliver Am Don, 2003-05-22 um 12.04 schrieb javier: > Please, i've installed glibc because i thought it was the problem... > Somebody fought with a similar problem? > > :-( :-( :-( :-( > > Hello, i've installed mailman 2.1.2 in Mandrake 9.0 (sources)with python 2.2.2, > all looks to be good, but i can't start daemon. > I can create a list, and admin it, but the list doesn't send. > sendmail is working fine (after smrsh problem solved) > here is the reply of the system... thanks > > [root at pc6426 mailman]# bin/mailmanctl start > Arrancando el qrunner maestro de Mailman > [root at pc6426 mailman]# Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno [] > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > > -- > Javier Romero Casado > tel.913357274 > Dep. Comunicaciones > CEDEX > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: javier.romero at cedex.es > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/javier.romero%40cedex.es > From barry at python.org Thu May 22 16:49:59 2003 From: barry at python.org (Barry Warsaw) Date: Thu, 22 May 2003 14:49:59 -0000 Subject: [Mailman-Developers] Re: [Mailman-Users] mailmanctl DOESN'T start In-Reply-To: <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> References: <3ECCA0A7.7080005@cedex.es> <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> Message-ID: <1053614965.816.18.camel@barry> On Thu, 2003-05-22 at 07:03, Oliver Egginger wrote: > Barry told us, that os.execl uses the second parameter to calculate the > library path enviroment for the called python interpreter. > So the original line may break your python interpreter. Actually, it's not os.execl() that cares -- Unix semantics essentially ignore this argument for our purposes. Python however, does care about argv[0] since it uses that to calculate its default library search paths. > There exists no official patch yet, so you have to > fix this manually. At some point, perhaps soon, I'll release a 2.1.3 to fix this. I want to see if I can have some time over the weekend to close some more bugs. -Barry From listmod at camarilla.white-wolf.com Thu May 22 16:59:11 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Thu, 22 May 2003 14:59:11 -0000 Subject: [Mailman-Users] Mailman being -very- slow In-Reply-To: <1053613061.2262.213.camel@localhost.localdomain> References: <1053613061.2262.213.camel@localhost.localdomain> Message-ID: <1053615485.2262.215.camel@localhost.localdomain> > > * Message headers to determine where the message hangs exactly Return-Path: Received: from camarilla.white-wolf.com (camarilla.white-wolf.com [206.65.59.149]) by aries.candledark.net (8.9.3p2/8.9.3) with ESMTP id QAA03498 for ; Wed, 21 May 2003 16:02:12 -0700 Received: from www.camarilla.org (localhost [127.0.0.1]) by camarilla.white-wolf.com (8.12.2/8.12.2) with ESMTP id h4LNxhDY021410; Wed, 21 May 2003 19:59:49 -0400 (EDT) Received: from networld.com (relay.networld.com [209.63.232.103]) by camarilla.white-wolf.com (8.12.2/8.12.2) with ESMTP id h4LLFfDW018753 for ; Wed, 21 May 2003 17:15:41 -0400 (EDT) Received: from [208.243.160.27] (account jester HELO Peterlaptop) by networld.com (CommuniGate Pro SMTP 4.0.6) with ESMTP id 50692065 for moderators at camarilla.white-wolf.com; Wed, 21 May 2003 15:09:15 -0600 Message-ID: <028b01c31fde$1b7b1dc0$2355020a at Peterlaptop> From: "Peter Savas" To: "Moderators List" Date: Wed, 21 May 2003 15:15:29 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: [Moderators] Taking too long... X-BeenThere: moderators at camarilla.white-wolf.com X-Mailman-Version: 2.1.2 Precedence: list Reply-To: Peter Savas , List for Moderators List-Id: List for Moderators List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: moderators-bounces at camarilla.white-wolf.com Errors-To: moderators-bounces at camarilla.white-wolf.com Status: X-Evolution-Source: pop://listmodmod at mail.elysiumgrounds.com -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - From guallar at easternrad.com Thu May 22 17:38:38 2003 From: guallar at easternrad.com (Josep L. Guallar-Esteve) Date: Thu, 22 May 2003 11:38:38 -0400 Subject: [Mailman-Users] Mailman being -very- slow In-Reply-To: <1053571051.2262.116.camel@localhost.localdomain> References: <1053571051.2262.116.camel@localhost.localdomain> Message-ID: <200305221138.38556.guallar@easternrad.com> On Wednesday 21 May 2003 10:37 pm, Dan Wright US2002021042 wrote: > Okay, I'm not the server admin.. I just mainly manage the lists and the > list owners.. > > However, Mailman is being VERY slow. 2 hour turn around time. I know > that we've got some spikes in python that go up to 70-80% CPU usage. > Other than that, resources are mostly free. > > Message are normally archived right away, but they are not sent out. > However, all email forwarders work normally. > > Any ideas where to look? Hi, I had similar problems: Python was eating all my CPU (90%), using up tons of RAM and having a delivery time of +5 minutes, on a server with a lightly used mailman (not many users, not many lists...). I discovered that the problem was the messages size. There was about 100 messages sent to mailman in few seconds, each of them around 300 KB (Kilobytes) of size. Mailman parses the messages with Python, and Python was using up around 300 MB (yes, megabytes) for message, and took 6 minutes of CPU time to parse each single message. This is on a P-III-Xeon-550 with 1.3 GB (GigaBytes) of RAM, with a usual load of 0.2. So check the message size on the emails sent with mailman. You'll be surprised. Jon Carnes recommended me to try, maybe, to use a RAMDISK for certain activities (as RAM is cheap). Jon: What was the directory to load as a RAMDISK? Hope this helps. Regards, Josep -- Josep L. Guallar-Esteve Eastern Radiologists, Inc. Systems and Network Administration http://www.easternrad.com From mavery at mail.otherwhen.com Thu May 22 17:47:17 2003 From: mavery at mail.otherwhen.com (Mike Avery) Date: Thu, 22 May 2003 09:47:17 -0600 Subject: [Mailman-Users] Please help - newsgroup gateway woes In-Reply-To: <1053614965.816.18.camel@barry> References: <1053601427.3736.73.camel@chaos.dvz.fh-giessen.de> Message-ID: <3ECC9CA5.27866.AB63BE@localhost> I'm sorry to ask this again, but I am at wits end. And I'm getting beat up by my users and spamcop.... For some time I've been using Mailman to gateway a few Usenet newsgroups to mailing lists. Recently, my server and Mailman were used to spam several of those newsgroups. Spamcop was upset and shared the upset with me and my ISP. Until I can secure the Mailman gateway, I have shut down the gateway, which has my users upset. They, like me, don't like most news reader software. Right now, I'm running Mailman 2.1.1 under FreeBSD 4.7 using Postfix as my MTA. Here's where I am now. If I don't do anything about security, anyonecan post to the mailing list and their posts also go to the newsgroup. Which opens the newsgroup to spammers, and me to abuse from Spamcop and other people who are trying to minimize spam. If I restrict posting to the mailing list to only members, then all messages from the newsgroup are treated as messages from people who aren't subscribers. Which means that they could be automatically discarded or held for my approval. Neither option works for me. I don't have time to personally approve all the posts from the newsgroups. And even if I did, I could mess up and accidentally approve a post from a spammer that came through the mailing list. I prefer to automate things. So, is there a setting I'm missing that will allow me to let only members of the mailing list post to the mailing list, and let all messages from the newsgroup be treated as if they were from members of the mailing list? Thanks, Mike From r.barrett at openinfo.co.uk Thu May 22 17:45:26 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Thu, 22 May 2003 16:45:26 +0100 Subject: [Mailman-Users] Time display in the archive web page In-Reply-To: <006301c32040$ffd6aa40$2e0c10ac@sila.local> Message-ID: <5.1.1.6.0.20030522163443.03dec178@mail.openinfo.co.uk> This patch might be applicable if you are using MM 2.1.2 http://sourceforge.net/tracker/index.php?func=detail&aid=732366&group_id=103&atid=100103 At 10:03 22/05/2003, Jean Berthold wrote: >Hello, >I cannot figure out how to display correctly the time in this page, for >example, the last message was sent at 10:32 but the system always display >11:32. >Starting: Thu May 22 11:32:00 MET 2003 >Ending: Thu May 22 11:32:15 MET 2003 >On the unix server, time is displayed correctly: > >mailman at vanuatu # date > >Thu May 22 10:35:31 MEST 2003 > > > >May 2003 Archives by date > a.. Messages sorted by: [ thread ] [ subject ] [ author ] > b.. More info on this list... >Starting: Thu May 22 11:32:00 MET 2003 >Ending: Thu May 22 11:32:15 MET 2003 >Messages: 2 > > > a.. [Etrans-echanges] 20030523_CAX_CH_EOS_N_CH_ETRANS_N_06 >eos_etrans_dispatching > b.. [Etrans-echanges] RECEIVED: 20030523_CAX_CH_EOS_N_CH_ETRANS_N_06 >Dispatching >Last message date: Thu May 22 11:32:15 MET 2003 >Archived on: Thu May 22 10:35:47 MET 2003 > > > a.. Messages sorted by: [ thread ] [ subject ] [ author ] > b.. More info on this list... > > >---------------------------------------------------------------------------- >---- >This archive was generated by Pipermail 0.09 (Mailman edition). > > >Have you an idea where change that ? > >Thanks for your help > >__________________________________________ > >Jean Berthold >EOS - energie ouest suisse >Chemin de Mornex 10 , CP 570 >CH-1001 Lausanne , Switzerland >Tel. : +41 (0)21 341 24 58 >Fax : +41 (0)21 341 20 49 >E-Mail : jean.berthold at eos-gd.ch > >...Unix is like a wigwam - no windows, no gates, apache inside... > >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: r.barrett at openinfo.co.uk >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/r.barrett%40openinfo.co.uk ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From guallar at easternrad.com Thu May 22 18:33:02 2003 From: guallar at easternrad.com (Josep L. Guallar-Esteve) Date: Thu, 22 May 2003 12:33:02 -0400 Subject: [Mailman-Users] Anyone out there, PLEASE help me! In-Reply-To: <5.2.0.9.0.20030521170648.00b5fc28@pop1.ns.sympatico.ca> References: <5.2.0.9.0.20030521170648.00b5fc28@pop1.ns.sympatico.ca> Message-ID: <200305221233.02036.guallar@easternrad.com> On Wednesday 21 May 2003 04:07 pm, Cody Harris wrote: > (BTW: I got it working) How did you solve your problem? lease, let us know, for future reference, as the mailing list archives are a mailman-knowledge-base. Regards, Josep -- Josep L. Guallar-Esteve Eastern Radiologists, Inc. Systems and Network Administration http://www.easternrad.com From chasm at texas.net Thu May 22 19:40:22 2003 From: chasm at texas.net (schuetzen) Date: Thu, 22 May 2003 12:40:22 -0500 Subject: [Mailman-Users] MBOX "format"? In-Reply-To: <19EE6EC66973A5408FBE4CB7772F6F0A7A63EA@ltnmail.xyplex.com> References: <19EE6EC66973A5408FBE4CB7772F6F0A7A63EA@ltnmail.xyplex.com> Message-ID: <2k2qcv0rmec369576e1uh7gdf01cij0r2s@4ax.com> trying to import a file or two of messages (must be in unix format) from Agent on Windows to Agent under Wine. Kaplan at Forte says that the message must be in MBOX format. can anyone tell me how I can change my 5mb files so that I can remove the ======== before each message and inject something that will make it mbox format? I realize that newbie message tolerance is almost non existent on this list but I thought I would push the envelope. thanks chas From esper at sherohman.org Thu May 22 19:53:30 2003 From: esper at sherohman.org (Dave Sherohman) Date: Thu, 22 May 2003 12:53:30 -0500 Subject: [Mailman-Users] MBOX "format"? In-Reply-To: <2k2qcv0rmec369576e1uh7gdf01cij0r2s@4ax.com> References: <19EE6EC66973A5408FBE4CB7772F6F0A7A63EA@ltnmail.xyplex.com> <2k2qcv0rmec369576e1uh7gdf01cij0r2s@4ax.com> Message-ID: <20030522175330.GB22249@sherohman.org> On Thu, May 22, 2003 at 12:40:22PM -0500, schuetzen wrote: > can anyone tell me how I can change my 5mb files so that I can remove the > ======== before each message and inject something that will make it mbox format? mbox format uses a line beginning with "From " (the trailing space _is_ significant) as its message separator. Ideally, this should be followed by the sender's address, but it doesn't have to be, so you should be able to get away with using something like (untested!): sed -s "s/^========$/From somebody at somewhere.net/" old-file > new-file assuming that your current message separator is a line containing 8 equal signs and nothing else. -- The freedoms that we enjoy presently are the most important victories of the White Hats over the past several millennia, and it is vitally important that we don't give them up now, only because we are frightened. - Eolake Stobblehouse (http://stobblehouse.com/text/battle.html) From LSTEVENS at nwtel.ca Thu May 22 20:04:26 2003 From: LSTEVENS at nwtel.ca (Lee Stevens) Date: Thu, 22 May 2003 11:04:26 -0700 Subject: [Mailman-Users] Basic questions Message-ID: Hello all, I have been trying to do 3 things with a new mailman install. 1. Restrict my lists so that no-one but the administrator can send messages... like a message only list. I have toyed around with some of the settings, but think it is something in the members DB... a flag or something that is not in the admin interface. 2. Re-write the welcome message that gets sent out automatically and customize it to reflect this kind of a setup. We also are not going to use the web interface for the users. This is completely an e-mail only list with subscribe and un-subscribe options only. It is for notifications only. 3. Change the reply to address to another e-mail address on another server. If you can point me in the general direction to look for these or have suggestions I would be most grateful. This is my first run with mailman. It was installed as part of our SuSE install and I really like it so far. Thank you very much! Lee Stevens HSI Systems Administrator IS Support Technician Northwestel Inc. http://www.nwtel.ca From bantonio at di.fc.ul.pt Thu May 22 20:35:11 2003 From: bantonio at di.fc.ul.pt (=?ISO-8859-1?Q?Bruno_Ant=F3nio?=) Date: Thu, 22 May 2003 19:35:11 +0100 Subject: [Mailman-Users] Problem with configuration Message-ID: <3ECD185F.3080102@di.fc.ul.pt> Hello, I have a problem in configurating my mailman server, and the problem is this. I need that the http addresses of the pages (example the admin page or the listinfo page) changes from the name of the machine to an alias for example: If my server is called "xpto.site.com" i want the http addresses in all mailman web pages to change to "http://remotelist.site.com". The problem is that i have a web proxy that is known to the world, and the mailman server is not, so i want my web-proxy to handle all the requests for the mailman I have tried to change in mm__cfg.py the following lines, and restarted mailman but it produced no efect, because i have created a list afterwards and the links still have the "wrong" host. I have changed from SERVER_NAME = 'xpto.site.com' DEFAULT_EMAIL_HOST = 'xpto.site.com' DEFAULT_URL_HOST = 'xpto.site.com' DEFAULT_URL_PATTERN = 'http://%s/mailman/' to. SERVER_NAME = 'remotelist.site.com' DEFAULT_EMAIL_HOST = 'remotelist.site.com' DEFAULT_URL_HOST = 'remotelist.site.com' DEFAULT_URL_PATTERN = 'http://%s/mailman/' Can anyone give me a hand solving this problem, thanks for the help. -- Bruno Ant?nio, Administra??o de Sistemas do Dep. de Inform?tica da Fac. de Ci?ncias da Universidade de Lisboa, Campo Grande Bloco C5 piso 1 sala 5.1.25B 1749-016 Lisboa - Portugal Tel: +351 217500513 Fax: +351 217500084 From gary at lists.quartertone.net Thu May 22 20:52:14 2003 From: gary at lists.quartertone.net (Gary Wang) Date: Thu, 22 May 2003 18:52:14 -0000 Subject: [Mailman-Users] Problem with configuration In-Reply-To: <3ECD185F.3080102@di.fc.ul.pt> References: <3ECD185F.3080102@di.fc.ul.pt> Message-ID: <1053629501.29218.28.camel@xander> Hi, I've been having the same issue as well. Here is my post, to which no one has replied :}. -=-=-=- Is there an easy way to edit the default URLs after the lists have been created? I know from the Site administrator's guide (http://www.gnu.org/software/mailman/site.html) that this is possible using the bin/config_list command, which works, but is very tedious. Yes, I practically live in a shell, but this is just unneccessarily awkward. First, the background information: The web server in question is in my local network, having an address in the 192.168.x.x range. Within my internal network, I refer to the server using that class C IP or the hostname associated with the IP address (internal.quartertone.net). From the internet, the server is accessed using the "real" IP address or its hostname (external.quartertone.net), which is different than the internal hostname. I want to be able to maintain the list from within my network as well as allowing other moderators/managers to access the same links from remote locations. So I set in mm_cfg.py DEFAULT_URL_HOST = 'external.quartertone.net' butI could not properly access the links from the local network. One possible solution i came up with, just as i was about to gouge my eyes out, was to put an entry in /etc/hosts (of whatever computer I would be using) with external.quartertone.net pointing to the local class C IP address. This way I would be able to configure the server locally. But this is a rather ugly hack. There must be some way to tell mailman to use (or trick it into using) the same server name that it was first accessed with. So, if i went to http://192.168.1.23/mailman/admin/firstlist all the links should begin with http://192.168.1.23 instead of http://external.quartertone.net Any suggestions would be very welcome.. cheers! gary Server setup: Red Hat 9.0, postfix-2.0.9, mailman-2.1.2 From Oliver.Egginger at dvz.fh-giessen.de Thu May 22 20:53:33 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Thu, 22 May 2003 18:53:33 -0000 Subject: [Mailman-Users] Sorry, because of the noise today. Message-ID: <1053629579.14697.73.camel@chaos.dvz.fh-giessen.de> Hello, my last message gets send again and again. This was the guiltiness of a diabolic mail hub from the Scientific University of Giessen (JLU). We now by-pass our mail traffic by sending it directly (via dns lookup) to the corresponding mail servers. Sorry again. - oliver -- Oliver Egginger Giessen-Friedberg University of Applied Sciences Wiesenstrasse 14 35390 Giessen Tel. +49 641 309-1283 Fax +49 641 309-1288 From Oliver.Egginger at dvz.fh-giessen.de Thu May 22 21:03:06 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Thu, 22 May 2003 19:03:06 -0000 Subject: [Mailman-Users] Problem with configuration In-Reply-To: <3ECD185F.3080102@di.fc.ul.pt> References: <3ECD185F.3080102@di.fc.ul.pt> Message-ID: <1053630153.14689.79.camel@chaos.dvz.fh-giessen.de> > I have tried to change in mm__cfg.py the following lines, and > restarted mailman but it produced no efect, because i have created a > list afterwards and the links still have the "wrong" host. Maybe /home/mailman/bin/fix_url.py could you help you. - oliver Am Don, 2003-05-22 um 20.35 schrieb Bruno Ant?nio: > Hello, > > I have a problem in configurating my mailman server, and the > problem is this. > I need that the http addresses of the pages (example the admin > page or the listinfo page) changes from the name of the machine to an > alias for example: > > If my server is called "xpto.site.com" i want the http addresses > in all mailman web pages to change to "http://remotelist.site.com". > > The problem is that i have a web proxy that is known to the world, > and the mailman server is not, so i want my web-proxy to handle all the > requests for the mailman > > I have tried to change in mm__cfg.py the following lines, and > restarted mailman but it produced no efect, because i have created a > list afterwards and the links still have the "wrong" host. > > I have changed from > SERVER_NAME = 'xpto.site.com' > DEFAULT_EMAIL_HOST = 'xpto.site.com' > DEFAULT_URL_HOST = 'xpto.site.com' > DEFAULT_URL_PATTERN = 'http://%s/mailman/' > > to. > SERVER_NAME = 'remotelist.site.com' > DEFAULT_EMAIL_HOST = 'remotelist.site.com' > DEFAULT_URL_HOST = 'remotelist.site.com' > DEFAULT_URL_PATTERN = 'http://%s/mailman/' > > Can anyone give me a hand solving this problem, thanks for the help. -- Oliver Egginger Fachochschule Giessen-Friedberg From gary at lists.quartertone.net Fri May 23 04:13:03 2003 From: gary at lists.quartertone.net (Gary Wang) Date: Fri, 23 May 2003 02:13:03 -0000 Subject: [Mailman-Users] Problem with configuration In-Reply-To: <1053630153.14689.79.camel@chaos.dvz.fh-giessen.de> References: <3ECD185F.3080102@di.fc.ul.pt> <1053630153.14689.79.camel@chaos.dvz.fh-giessen.de> Message-ID: <1053633647.29218.39.camel@xander> >From what I can tell (I don't read Python code, but I can guesstimate), this script merely re-sets the web_page_url to the default value, as set by mm_cfg.py (or command-line?). I guess this fixes the problem that Bruno was having. My problem is different in that I do not want mailman to do any url re-writing. That is, I want the servername part of the urls to be dynamic.. Does anybody have any idea what I'm talking about? I can clarify, if you have questions... thanks. gary On Thu, 2003-05-22 at 15:02, Oliver Egginger wrote: > > I have tried to change in mm__cfg.py the following lines, and > > restarted mailman but it produced no efect, because i have created a > > list afterwards and the links still have the "wrong" host. > > Maybe > /home/mailman/bin/fix_url.py > could you help you. > > - oliver > > > Am Don, 2003-05-22 um 20.35 schrieb Bruno Ant?nio: > > Hello, > > > > I have a problem in configurating my mailman server, and the > > problem is this. > > I need that the http addresses of the pages (example the admin > > page or the listinfo page) changes from the name of the machine to an > > alias for example: > > > > If my server is called "xpto.site.com" i want the http addresses > > in all mailman web pages to change to "http://remotelist.site.com". > > > > The problem is that i have a web proxy that is known to the world, > > and the mailman server is not, so i want my web-proxy to handle all the > > requests for the mailman > > > > I have tried to change in mm__cfg.py the following lines, and > > restarted mailman but it produced no efect, because i have created a > > list afterwards and the links still have the "wrong" host. > > > > I have changed from > > SERVER_NAME = 'xpto.site.com' > > DEFAULT_EMAIL_HOST = 'xpto.site.com' > > DEFAULT_URL_HOST = 'xpto.site.com' > > DEFAULT_URL_PATTERN = 'http://%s/mailman/' > > > > to. > > SERVER_NAME = 'remotelist.site.com' > > DEFAULT_EMAIL_HOST = 'remotelist.site.com' > > DEFAULT_URL_HOST = 'remotelist.site.com' > > DEFAULT_URL_PATTERN = 'http://%s/mailman/' > > > > Can anyone give me a hand solving this problem, thanks for the help. From cwieland at uci.edu Fri May 23 00:19:52 2003 From: cwieland at uci.edu (Con) Date: Thu, 22 May 2003 15:19:52 -0700 Subject: [Mailman-Users] Deleting messages held for approval Message-ID: <824B635F-8CA3-11D7-A936-000A959AE43E@uci.edu> Hello Does anyone have a way to mass delete messages held for approval ( without selecting them all individually). Con Wieland From mmuserslist at nwcweb.com Fri May 23 04:17:52 2003 From: mmuserslist at nwcweb.com (David J. Duffner - NWCWEB.com) Date: Thu, 22 May 2003 22:17:52 -0400 Subject: [Mailman-Users] Sun/Cobalt RaQ4 & Mailman - YES they do work! Message-ID: Greetings, I'd posted several questions about 30 days ago concerning our problem getting Mailman 2.1.2 to work on a Sun/Cobalt RaQ4 series box... Amazingly, after weeks of pounding, I can testify that it IS possible, it all works including the pipermail archives. I will note there's a post in the archives here from last Oct/Nov that had a good basis for the installation, the install went smoothly and everything apparently worked from that point. But the major situation was that all traffic was piling up in the qfiles and never being handled, which had totally baffled me. I did have to reference several entries in the Mailman install guide, the post in the archives left out several important steps such as the default 'mailman' list that should exist beyond the 'test' list that post contained. The Pipermail solution for the archives and permissions was hiding in the archives as well, but not directly referenced to the RaQ situation. Searching for Apache solutions with slight mods for the Cobalt rewrite did the trick to liven up the public/private archives. Mailmanctl turned out to be the culprit! While I'd followed the instructions to copy that script into the /etc/rc.d/init.d/ directory and had done all I could find to fire it up, including rebooting the server, the key turned out to be a requirement to actually issue a: sh mailman start from the same directory above to actually TURN ON the whole mess! For some reason it must be started once for the RaQ4 to actually do any processing. I've rebooted and tested since issuing that command and it's still pumping traffic just fine. Why it requires a start command regardless of reboots, restarting apache and restarting sendmail till you're blue in the face - I have no idea. But I can testify it's working now. Thanks to those here who offered advice on my situation and to having the archives available to find the other answers. If I ever find time in my schedule, I may try to write a complete install using the previous post as a base with what I had to do and ensure was in place in order to fire it up for good. David J. Duffner VP Operations http://www.nwcxpress.com -------------------------------------------- NWC Corporation - Global e-Pay Solutions POSA terminals, Merchant Accounts, E-payment solutions, Gift Cards and much more! NWCWEB.com - Your design, hosting and e- commerce solution! Featuring Miva Merchant e-commerce and Sun Cobalt RaQ platforms -------------------------------------------- David J. Duffner VP Operations http://www.nwcxpress.com -------------------------------------------- NWC Corporation - Global e-Pay Solutions POSA terminals, Merchant Accounts, E-payment solutions, Gift Cards and much more! NWCWEB.com - Your design, hosting and e- commerce solution! Featuring Miva Merchant e-commerce and Sun Cobalt RaQ platforms -------------------------------------------- From bantonio at di.fc.ul.pt Thu May 22 21:55:04 2003 From: bantonio at di.fc.ul.pt (=?ISO-8859-15?Q?Bruno_Ant=F3nio?=) Date: Thu, 22 May 2003 20:55:04 +0100 Subject: [Mailman-Users] Problem with configuration References: <3ECD185F.3080102@di.fc.ul.pt> <1053630153.14689.79.camel@chaos.dvz.fh-giessen.de> Message-ID: <3ECD2B18.5000304@di.fc.ul.pt> That worked, but like this ..../mailman/bin/withlist -l -r fix_url xpto.site.com -u remotelist.site.com The only minor problem is that the xpto list just doesn't appear in http://..../mailman/admin, but if we access it directly like http://..../mailman/admin/xpto it works just fine, as well as all the sublinks But thanks for the help. Oliver Egginger wrote: >>I have tried to change in mm__cfg.py the following lines, and >>restarted mailman but it produced no efect, because i have created a >>list afterwards and the links still have the "wrong" host. >> >> > >Maybe >/home/mailman/bin/fix_url.py >could you help you. > >- oliver > > >Am Don, 2003-05-22 um 20.35 schrieb Bruno Ant?nio: > > >> Hello, >> >> I have a problem in configurating my mailman server, and the >>problem is this. >> I need that the http addresses of the pages (example the admin >>page or the listinfo page) changes from the name of the machine to an >>alias for example: >> >> If my server is called "xpto.site.com" i want the http addresses >>in all mailman web pages to change to "http://remotelist.site.com". >> >> The problem is that i have a web proxy that is known to the world, >>and the mailman server is not, so i want my web-proxy to handle all the >>requests for the mailman >> >> I have tried to change in mm__cfg.py the following lines, and >>restarted mailman but it produced no efect, because i have created a >>list afterwards and the links still have the "wrong" host. >> >>I have changed from >> SERVER_NAME = 'xpto.site.com' >>DEFAULT_EMAIL_HOST = 'xpto.site.com' >>DEFAULT_URL_HOST = 'xpto.site.com' >>DEFAULT_URL_PATTERN = 'http://%s/mailman/' >> >>to. >> SERVER_NAME = 'remotelist.site.com' >>DEFAULT_EMAIL_HOST = 'remotelist.site.com' >>DEFAULT_URL_HOST = 'remotelist.site.com' >>DEFAULT_URL_PATTERN = 'http://%s/mailman/' >> >>Can anyone give me a hand solving this problem, thanks for the help. >> >> -- Bruno Ant?nio, Administra??o de Sistemas do Dep. de Inform?tica da Fac. de Ci?ncias da Universidade de Lisboa, Campo Grande Bloco C5 piso 1 sala 5.1.25B 1749-016 Lisboa - Portugal Tel: +351 217500513 Fax: +351 217500084 From jonc at nc.rr.com Fri May 23 04:51:17 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Fri, 23 May 2003 02:51:17 -0000 Subject: [Mailman-Users] Deleting messages held for approval In-Reply-To: <824B635F-8CA3-11D7-A936-000A959AE43E@uci.edu> References: <824B635F-8CA3-11D7-A936-000A959AE43E@uci.edu> Message-ID: <1053658260.2920.4.camel@localhost.localdomain> If you are handy at the Command line, you can log-in to the server and delete the files: ~mailman/data/held-msg* Then when you run the web-admindb for the list, it will automatically update the request.db for the list and see that those messages are no longer waiting. It's a nice trick for those times when you go on "vacation" and come back to a whole lot of cruft waiting to be dumped. Good Luck - Jon Carnes (on vacation and loving it - sort of) On Thu, 2003-05-22 at 18:19, Con wrote: > Hello > > Does anyone have a way to mass delete messages held for approval ( > without selecting them all individually). > > Con Wieland > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From hchs at ns.sympatico.ca Thu May 22 23:04:33 2003 From: hchs at ns.sympatico.ca (Cody Harris) Date: Thu, 22 May 2003 18:04:33 -0300 Subject: [Mailman-Users] Mailman Socket Error Message-ID: <5.2.0.9.0.20030522180225.01b6f910@pop1.ns.sympatico.ca> After going to: http://vectec.net:8080/mailman/admin/hchs and entering password: links: Socket Error IE: Cannot find server or DNS error Mozilla: Nothing Happens (starts to load then says done) What is the cause of this? Apache Extranet Server 1.3. Python 2.1.1. Mailman 2.0. Mandrake 8.1. HELP! From hchs at ns.sympatico.ca Fri May 23 01:25:54 2003 From: hchs at ns.sympatico.ca (Cody Harris) Date: Thu, 22 May 2003 20:25:54 -0300 Subject: [Mailman-Users] I've givin up Message-ID: <5.2.0.9.0.20030522202353.01c68b90@pop1.ns.sympatico.ca> Mailman has become WAY too much of a hassle, admin won't load, subscriping won't load. My server is just too plain old slow. Is there any way i could get a mailing list hosted for me by someone? PS: My posts havn't been posted... From bantonio at di.fc.ul.pt Fri May 23 00:22:30 2003 From: bantonio at di.fc.ul.pt (=?ISO-8859-15?Q?Bruno_Ant=F3nio?=) Date: Thu, 22 May 2003 23:22:30 +0100 Subject: [Mailman-Users] Problem with configuration References: <3ECD185F.3080102@di.fc.ul.pt> <1053630153.14689.79.camel@chaos.dvz.fh-giessen.de> <3ECD2B18.5000304@di.fc.ul.pt> <1053636479.14697.101.camel@chaos.dvz.fh-giessen.de> Message-ID: <3ECD4DA6.5020104@di.fc.ul.pt> Oliver Egginger wrote: >Am Don, 2003-05-22 um 21.55 schrieb Bruno Ant?nio: > > >> That worked, but like this ..../mailman/bin/withlist -l -r >>fix_url xpto.site.com -u remotelist.site.com >> >> The only minor problem is that the xpto list just doesn't appear >>in http://..../mailman/admin, but if we access it directly like >>http://..../mailman/admin/xpto it works just fine, as well as all the >>sublinks >> >> >> > >Yes, I know this problem. >Lists only appear if you use the hostname in the URL which was >configured during the list creation. > >In this cases I delete and recreate the list. >:-/ > >But only to be sure: >you have it set to be a public list, yes? > > Yes, it was public. But if I erase it and create it again it won't happen the same url problem? >- oliver > > > > >> But thanks for the help. >> >>Oliver Egginger wrote: >> >> >> >>>>I have tried to change in mm__cfg.py the following lines, and >>>>restarted mailman but it produced no efect, because i have created a >>>>list afterwards and the links still have the "wrong" host. >>>> >>>> >>>> >>>> >>>Maybe >>>/home/mailman/bin/fix_url.py >>>could you help you. >>> >>>- oliver >>> >>> >>>Am Don, 2003-05-22 um 20.35 schrieb Bruno Ant?nio: >>> >>> >>> >>> >>>> Hello, >>>> >>>> I have a problem in configurating my mailman server, and the >>>>problem is this. >>>> I need that the http addresses of the pages (example the admin >>>>page or the listinfo page) changes from the name of the machine to an >>>>alias for example: >>>> >>>> If my server is called "xpto.site.com" i want the http addresses >>>>in all mailman web pages to change to "http://remotelist.site.com". >>>> >>>> The problem is that i have a web proxy that is known to the world, >>>>and the mailman server is not, so i want my web-proxy to handle all the >>>>requests for the mailman >>>> >>>> I have tried to change in mm__cfg.py the following lines, and >>>>restarted mailman but it produced no efect, because i have created a >>>>list afterwards and the links still have the "wrong" host. >>>> >>>>I have changed from >>>>SERVER_NAME = 'xpto.site.com' >>>>DEFAULT_EMAIL_HOST = 'xpto.site.com' >>>>DEFAULT_URL_HOST = 'xpto.site.com' >>>>DEFAULT_URL_PATTERN = 'http://%s/mailman/' >>>> >>>>to. >>>>SERVER_NAME = 'remotelist.site.com' >>>>DEFAULT_EMAIL_HOST = 'remotelist.site.com' >>>>DEFAULT_URL_HOST = 'remotelist.site.com' >>>>DEFAULT_URL_PATTERN = 'http://%s/mailman/' >>>> >>>>Can anyone give me a hand solving this problem, thanks for the help. >>>> >>>> >>>> >>>> -- Bruno Ant?nio, Administra??o de Sistemas do Dep. de Inform?tica da Fac. de Ci?ncias da Universidade de Lisboa, Campo Grande Bloco C5 piso 1 sala 5.1.25B 1749-016 Lisboa - Portugal Tel: +351 217500513 Fax: +351 217500084 From gary at lists.quartertone.net Fri May 23 05:02:41 2003 From: gary at lists.quartertone.net (Gary Wang) Date: Fri, 23 May 2003 03:02:41 -0000 Subject: [Mailman-Users] Basic questions In-Reply-To: References: Message-ID: <1053632147.29218.30.camel@xander> i've outlined some steps here, but you can also see 3.11. How do I create a newsletter/announcement/one-way list? http://www.python.org/cgi-bin/faqw-mm.py?query=one-way+list&querytype=simple&casefold=yes&req=search > 1. Restrict my lists so that no-one but the administrator can send > messages... like a message only list. >From Admin interface: Membership Mangement: scroll down, and select "On" for set everyone's moderetion bit, and press SET. then Privacy -- Sender Filters: Set member_moderation_action to Reject or Discard. Just to be safe, scroll down and set generic_nonmember_action as well. > > 2. Re-write the welcome message that gets sent out automatically and > customize it to reflect this kind of a setup. We also are not going to > use the web interface for the users. This is completely an e-mail only > list with subscribe and un-subscribe options only. It is for > notifications only. (taken from the above link) How to create a customized welcome message that avoids mentioning how to post to the list: In Mailman 2.1.x you can customize the welcome message. Create a directory lists//en (assuming English :) and copy templates/subscribeack.txt to this directory. Then edit this file for your specific wording. Mailman will use this specialized template for the English welcome messages. > > 3. Change the reply to address to another e-mail address on another > server. General Options: Around mid-page, set reply_goes_to_list to "Explicit address", add a reply_to_address. cheers, gary From Oliver.Egginger at dvz.fh-giessen.de Fri May 23 06:28:24 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Fri, 23 May 2003 04:28:24 -0000 Subject: [Mailman-Users] Problem with configuration In-Reply-To: <3ECD2B18.5000304@di.fc.ul.pt> References: <3ECD185F.3080102@di.fc.ul.pt> <1053630153.14689.79.camel@chaos.dvz.fh-giessen.de> <3ECD2B18.5000304@di.fc.ul.pt> Message-ID: <1053636479.14697.101.camel@chaos.dvz.fh-giessen.de> Am Don, 2003-05-22 um 21.55 schrieb Bruno Ant?nio: > That worked, but like this ..../mailman/bin/withlist -l -r > fix_url xpto.site.com -u remotelist.site.com > > The only minor problem is that the xpto list just doesn't appear > in http://..../mailman/admin, but if we access it directly like > http://..../mailman/admin/xpto it works just fine, as well as all the > sublinks > Yes, I know this problem. Lists only appear if you use the hostname in the URL which was configured during the list creation. In this cases I delete and recreate the list. :-/ But only to be sure: you have it set to be a public list, yes? - oliver > But thanks for the help. > > Oliver Egginger wrote: > > >>I have tried to change in mm__cfg.py the following lines, and > >>restarted mailman but it produced no efect, because i have created a > >>list afterwards and the links still have the "wrong" host. > >> > >> > > > >Maybe > >/home/mailman/bin/fix_url.py > >could you help you. > > > >- oliver > > > > > >Am Don, 2003-05-22 um 20.35 schrieb Bruno Ant?nio: > > > > > >> Hello, > >> > >> I have a problem in configurating my mailman server, and the > >>problem is this. > >> I need that the http addresses of the pages (example the admin > >>page or the listinfo page) changes from the name of the machine to an > >>alias for example: > >> > >> If my server is called "xpto.site.com" i want the http addresses > >>in all mailman web pages to change to "http://remotelist.site.com". > >> > >> The problem is that i have a web proxy that is known to the world, > >>and the mailman server is not, so i want my web-proxy to handle all the > >>requests for the mailman > >> > >> I have tried to change in mm__cfg.py the following lines, and > >>restarted mailman but it produced no efect, because i have created a > >>list afterwards and the links still have the "wrong" host. > >> > >>I have changed from > >> SERVER_NAME = 'xpto.site.com' > >>DEFAULT_EMAIL_HOST = 'xpto.site.com' > >>DEFAULT_URL_HOST = 'xpto.site.com' > >>DEFAULT_URL_PATTERN = 'http://%s/mailman/' > >> > >>to. > >> SERVER_NAME = 'remotelist.site.com' > >>DEFAULT_EMAIL_HOST = 'remotelist.site.com' > >>DEFAULT_URL_HOST = 'remotelist.site.com' > >>DEFAULT_URL_PATTERN = 'http://%s/mailman/' > >> > >>Can anyone give me a hand solving this problem, thanks for the help. > >> > >> -- Oliver Egginger Fachochschule Giessen-Friedberg From barry at python.org Fri May 23 06:52:55 2003 From: barry at python.org (Barry Warsaw) Date: Fri, 23 May 2003 00:52:55 -0400 Subject: [Mailman-Users] Re: Please help - newsgroup gateway woes In-Reply-To: <3ECC9CA5.27866.AB63BE@localhost> Message-ID: <6B25751B-8CDA-11D7-A2F3-003065EEFAC8@python.org> On Thursday, May 22, 2003, at 11:47 AM, Mike Avery wrote: > IHere's where I am now. If I don't do anything about security, > anyonecan post to the mailing list and their posts also go to the > newsgroup. Which opens the newsgroup to spammers, and me to > abuse from Spamcop and other people who are trying to minimize > spam. > > If I restrict posting to the mailing list to only members, then all > messages from the newsgroup are treated as messages from people > who aren't subscribers. Which means that they could be automatically > discarded or held for my approval. Neither option works for me. I > don't > have time to personally approve all the posts from the newsgroups. > And even if I did, I could mess up and accidentally approve a post from > a spammer that came through the mailing list. I prefer to automate > things. > > So, is there a setting I'm missing that will allow me to let only > members > of the mailing list post to the mailing list, and let all messages > from the > newsgroup be treated as if they were from members of the mailing list? It's not supposed to work this way, so there really isn't any setting to change. Messages taken from the newsgroup should not go through the normal moderation phase. I don't know why it's happening for you, and I can't reproduce it in my own tests. If you can do irc, then maybe we can hook up for a bit of an interactive debugging session some time tomorrow. irc.freenode.net #mailman I'll be there on-and-off all day Friday. -Barry From chriskl at familyhealth.com.au Fri May 23 10:52:38 2003 From: chriskl at familyhealth.com.au (Christopher Kings-Lynne) Date: Fri, 23 May 2003 16:52:38 +0800 Subject: [Mailman-Users] Setting an explicit reply to Message-ID: <1bca01c32108$aaa8f3c0$6500a8c0@fhp.internal> Hi Guys, I have a large one-to-many sort of list. I want to set it up so that if a recipient of the newsletter hits 'reply', then I want it to go to a specific Reply-To address. I can see this option in Defaults.py: # Mailman can be configured to "munge" Reply-To: headers for any passing # messages. One the one hand, there are a lot of good reasons not to munge # Reply-To: but on the other, people really seem to want this feature. See # the help for reply_goes_to_list in the web UI for links discussing the # issue. # 0 - Reply-To: not munged # 1 - Reply-To: set back to the list # 2 - Reply-To: set to an explicit value (reply_to_address) DEFAULT_REPLY_GOES_TO_LIST = 2 Now, I've set that to two - but where on earth to I actually set the reply to address??? Or does it get the reply-to address from the email that was sent to everyone? Chris From jean.berthold at eos-gd.ch Fri May 23 14:21:14 2003 From: jean.berthold at eos-gd.ch (Jean Berthold) Date: Fri, 23 May 2003 14:21:14 +0200 Subject: [Mailman-Users] DNS aliases and public mailing list page access Message-ID: <027401c32125$ce3e1eb0$2e0c10ac@sila.local> Hello, I added an DNS aliase for this machine name to avoid displaying the real server name in the URL, which is vanuatu. Nom : vanuatu.sila.local Address: 172.16.7.37 Aliases: listsrv.sila.local I would like to display the URL http://listsrv/mailman/listinfo instead of http://vanuatu/mailman/listinfo Have you an idea how to do that ? If I try, http://vanuatu/mailman/listinfo Welcome! Below is a listing of all the public mailing lists on vanuatu. Click on a list name to get more information about the list, or to subscribe, unsubscribe, and change the preferences on your subscription. To visit the general information page for an unadvertised list, open a URL similar to this one, but with a '/' and the list name appended. List administrators, you can visit the list admin overview page to find the management interface for your list. Send questions or comments to mailman at vanuatu. List Description Essai [no description available] Etrans-Echanges Archives des ichanges d'emails avec Etrans pour ETSO Mailman [no description available] Toto [no description available] which is the correct display ... If I try: http://listsrv/mailman/listinfo Welcome! There currently are no publicly-advertised Mailman mailing lists on listsrv. To visit the general information page for an unadvertised list, open a URL similar to this one, but with a '/' and the list name appended. List administrators, you can visit the list admin overview page to find the management interface for your list. Send questions or comments to mailman at listsrv. I cannot access on the same page as vanuatu (listing of all the public mailing lists). I tried to change httpd.conf file like that: #ServerName vanuatu.sila.local:80 ServerName listsrv.sila.local:80 Have you an idea how to do that ? Thanks for your help Jean Berthold __________________________________________ Jean Berthold EOS - energie ouest suisse Chemin de Mornex 10 , CP 570 CH-1001 Lausanne , Switzerland Tel. : +41 (0)21 341 24 58 Fax : +41 (0)21 341 20 49 E-Mail : jean.berthold at eos-gd.ch ...Unix is like a wigwam - no windows, no gates, apache inside... From kagebot at hotmail.com Fri May 23 14:34:30 2003 From: kagebot at hotmail.com (kagebot ver.02b) Date: Fri, 23 May 2003 08:34:30 -0400 Subject: [Mailman-Users] mass invite Message-ID: Is there anyway to mass Invite through the command line? Using the web interface results in errors even when i try to break up my 17,000 user list into 200 user batches. Any advice is welcomed. _________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail From bmiller at objectsciences.com Fri May 23 15:12:58 2003 From: bmiller at objectsciences.com (Brian Miller) Date: Fri, 23 May 2003 09:12:58 -0400 (EDT) Subject: [Mailman-Users] DNS aliases and public mailing list page access In-Reply-To: <027401c32125$ce3e1eb0$2e0c10ac@sila.local> Message-ID: On Fri, 23 May 2003, Jean Berthold wrote: | Hello, | | I added an DNS aliase for this machine name to avoid displaying the real | server name in the URL, which is vanuatu. | | Nom : vanuatu.sila.local | Address: 172.16.7.37 | Aliases: listsrv.sila.local | | I would like to display the URL http://listsrv/mailman/listinfo | instead of http://vanuatu/mailman/listinfo | | Have you an idea how to do that ? | | If I try, | http://vanuatu/mailman/listinfo [snip - there are lists] | | If I try: | | http://listsrv/mailman/listinfo [snip - there are no lists] Had to do that yesterday for one of the systems I manage - I don't know if it's the blessed-by-the-creator method, but what I did was to add: VIRTUAL_HOST_OVERVIEW = 0 in .../mailman/Mailman/mm_cfg.py See .../mailman/Mailman/Defaults.py for the pointer that led me to this. brian From bantonio at di.fc.ul.pt Fri May 23 16:00:21 2003 From: bantonio at di.fc.ul.pt (=?ISO-8859-1?Q?Bruno_Ant=F3nio?=) Date: Fri, 23 May 2003 15:00:21 +0100 Subject: [Mailman-Users] DNS aliases and public mailing list page access References: Message-ID: <3ECE2975.3050605@di.fc.ul.pt> See the mail i sent yesterday with subject Problem with configuration, It worked for me, maybe it will resolve you problem. Brian Miller wrote: >On Fri, 23 May 2003, Jean Berthold wrote: > >| Hello, >| >| I added an DNS aliase for this machine name to avoid displaying the real >| server name in the URL, which is vanuatu. >| >| Nom : vanuatu.sila.local >| Address: 172.16.7.37 >| Aliases: listsrv.sila.local >| >| I would like to display the URL http://listsrv/mailman/listinfo >| instead of http://vanuatu/mailman/listinfo >| >| Have you an idea how to do that ? >| >| If I try, >| http://vanuatu/mailman/listinfo >[snip - there are lists] >| >| If I try: >| >| http://listsrv/mailman/listinfo >[snip - there are no lists] > >Had to do that yesterday for one of the systems I manage - I >don't know if it's the blessed-by-the-creator method, but what >I did was to add: > >VIRTUAL_HOST_OVERVIEW = 0 > >in .../mailman/Mailman/mm_cfg.py > >See .../mailman/Mailman/Defaults.py for the pointer that led >me to this. > >brian > > >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: bantonio at di.fc.ul.pt >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/bantonio%40di.fc.ul.pt > > -- Bruno Ant?nio, Administra??o de Sistemas do Dep. de Inform?tica da Fac. de Ci?ncias da Universidade de Lisboa, Campo Grande Bloco C5 piso 1 sala 5.1.25B 1749-016 Lisboa - Portugal Tel: +351 217500513 Fax: +351 217500084 From rsmith at gopicc.com Thu May 22 01:26:39 2003 From: rsmith at gopicc.com (Randall Smith) Date: Wed, 21 May 2003 19:26:39 -0400 Subject: [Mailman-Users] mail main problems Message-ID: <03b701c31ff0$773f38f0$6401a8c0@athalon> my web host "Intermedia" offers mailman for mailing list, it appreas everything is set right but each user on the list keeps getting repeat messages (over 150 of them). what setting may be wrong? list.goic-campaign.org password:diamond From parts at protocallonline.com Thu May 22 15:57:43 2003 From: parts at protocallonline.com (parts at protocallonline.com) Date: Thu, 22 May 2003 08:57:43 -0500 Subject: [Mailman-Users] Moving a list/changing a list name Message-ID: Hi All, I need to move/re-name a list. I have a list named Rp-ml2 need to change the name to PIMF. How do I do this with out making everybody re-subscribe? Doug ProtoCall, LLC 507 West College Avenue Waukesha, WI 53186-4501 262.446.3104 262.896.8945 fax www.protocallonline.com parts at protocallonline.com From tomasz at rescomp.berkeley.edu Fri May 23 03:40:06 2003 From: tomasz at rescomp.berkeley.edu (Tomasz Finc) Date: Thu, 22 May 2003 18:40:06 -0700 (PDT) Subject: [Mailman-Users] Mailman has browser issues In-Reply-To: References: <1051717430.2149.25.camel@anncons> Message-ID: it actually turned out to be a stupid problem of http vs https my site urls were written as http but getting forwarded to https.. ssl complained about it and would not work properly. added the following to mm_cfg.py DEFAULT_URL_PATTERN = 'https://%s/mailman/' and then i ran for list in `./list_lists | awk '{print $1}' | grep -v 50`; do ./withlist -l -r fix_url $list;done which fixed it. --tomasz On Wed, 21 May 2003, Tomasz Finc wrote: > sadly enough i still havent resolved this issue and its effects have > spread to my new instalation of htdig. any searches on opera6.1 work > prefectly but any other browser brings up the following > > htdig Archives Access Failure > CGI problem. -5-Field count -4- fields: If you want to make another > attempt to access a list archive then go via the list users information > page. > If this problem persists then please e-mail the following information to > the mailman at hal.rescomp.berkeley.edu: > > https://hal.rescomp.berkeley.edu/pipermail/testing/ > /mailman/mmsearch/testing > > > what im wonderin now is if this is an ssl issue. whenever i try to > authorize held posts or submit the search string all browsers(minus > opera6) will complain that i am sending this over an unencrypted > connection. > > currently im running openssl-0.9.7b with apache 1.3.27 > > any new ideas? > > --tomasz > > > > On Wed, 30 Apr 2003, Jon Carnes wrote: > > > Delete the cookies from your non-working browsers and then try again. > > > > The older format for storing cookies is not compatible with the current > > format - that could be your problem. > > > > On Wed, 2003-04-30 at 05:41, Tomasz Finc wrote: > > > After upgrading to mailman 2.1, I noticed that I am not longer able to > > > approve posts with almost all > > > browsers minus opera 6.1(linux). Whenever i try to approve a held post > > > the page reloads with all of the same content. Opera 6.1(linux) on the > > > other hand asks me if I want to post data to the web page .. which i do > > > and it works fine. funny enough opera 7.1(win) doest not work. The same change > > > and no actual change happening happens when i try to add new users to > > > a mailing list. > > > > > > the following do not work: > > > > > > opera7.1(win) > > > ie6.0(win) > > > mozilla-1.4(linux) > > > > > > The system is redhat6.2 2.2.5 running apache-1.3.27 with mod-ssl > > > > > > --tomasz > > > > > > > > > ------------------------------------------------------ > > > Mailman-Users mailing list > > > Mailman-Users at python.org > > > http://mail.python.org/mailman/listinfo/mailman-users > > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > > > > > This message was sent to: jonc at nc.rr.com > > > Unsubscribe or change your options at > > > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com > > > > -- From kaguillera at ccmsuwi.org Thu May 22 11:15:20 2003 From: kaguillera at ccmsuwi.org (CCMS UWI Website) Date: Thu, 22 May 2003 05:15:20 -0400 Subject: [Mailman-Users] I am having a little problem Message-ID: <001101c32042$aaf13250$3701a8c0@publishing> I don't know if I am doing something wrong or I just don't know what i am doing but I am having a little problem with the host_name. I can't seem to find where I can change it form localhost.localdomain to my domain so that i can get the web admin to wok properly. Could you please advise me. I will contiune to try on my own. Thank you From Reuben.Pearse at presence-systems.com Fri May 23 12:29:24 2003 From: Reuben.Pearse at presence-systems.com (Reuben Pearse) Date: Fri, 23 May 2003 11:29:24 +0100 Subject: [Mailman-Users] Request delivery receipt Message-ID: <347BC8EA5B2B004FBB454A5FAA75739D023C93@psl9.presence-systems.com> Hi all, Is there way that you can mark the emails that are sent from Mailman to request a delivery receipt, and is there a way to easily see which people have opened the email by looking the subscribed user list on the web admin screens? Reuben reuben at presence-systems.com From admin at guineapigs.org Fri May 23 15:56:16 2003 From: admin at guineapigs.org (Tex) Date: Fri, 23 May 2003 09:56:16 -0400 Subject: [Mailman-Users] Search feature? Message-ID: <3.0.1.32.20030523095616.007174c0@mail.guineapigs.org> Hello, I use Mailman through my web host (one of the reasons for choosing them, actually!), so whatever info you can supply me I will pass along to them. Is there a search capability or add-on for archived messages? My mailing list deals with specific topics that were a search available, it would eliminate the need for repeating messages. If there is not a "plug-in" available for Mailman, would a basic cgi search script installed on my site work as long as it was pointed to my account on the Mailman server? (most web hosts, mine included, have the Mailman install on a server separate from the web accounts). Thanks for your time, Tex Green From paul.malinowski at wulfsberg.com Fri May 23 17:20:56 2003 From: paul.malinowski at wulfsberg.com (Paul Malinowski) Date: Fri, 23 May 2003 08:20:56 -0700 Subject: [Mailman-Users] Moving GNU Mailman... Message-ID: <3ECE3C58.5030901@wulfsberg.com> Great product! We love it it's been a great tool! I have a question about moving mailman to another system. I am in the process of setting up a new hardware as an upgrade to our current network server. I am going from RedHat 7.1 which I installed mailman on to a new system with RedHat 9.0 where mailman came installed as RPM. What is the easiest method for moving my lists from 2.0.13 to the other system using 2.1? So far I've run newlist to create the list and moved mailman/data/ and mailman/archives/private/, but I seem to be missing like subscribed users and list settings... Any suggestions would really help! Thanks! -- Paul Malinowski Wulfsberg Electronics Ph: (928)708-1575 From mark at pdc-racing.net Fri May 23 17:53:35 2003 From: mark at pdc-racing.net (Mark Dadgar) Date: Fri, 23 May 2003 08:53:35 -0700 Subject: [Mailman-Users] Moving a list/changing a list name In-Reply-To: Message-ID: parts at protocallonline.com at parts at protocallonline.com wrote: > I need to move/re-name a list. > > I have a list named Rp-ml2 need to change the name to PIMF. > > How do I do this with out making everybody re-subscribe? Err ... http://www.list.org/faq.html CHECK THE FAQ. - Mark -- mark at pdc-racing.net From marena at magnatechonline.com Fri May 23 18:25:09 2003 From: marena at magnatechonline.com (Michael Arena) Date: Fri, 23 May 2003 12:25:09 -0400 Subject: [Mailman-Users] Mailman Newbie Question Message-ID: <000b01c32147$e1a09ce0$0f01a8c0@magnatechonline.com> Hello, I have recently configured Mailman 2.1.2 on my RH 9 system. I followed all instructions but when I access http://myhost/pipermail it takes me to the blank archives page. How do I access the main mailman/admin pages?? Thanks for any help you can give. -mike From teastep at shorewall.net Fri May 23 18:24:50 2003 From: teastep at shorewall.net (Tom Eastep) Date: Fri, 23 May 2003 09:24:50 -0700 Subject: [Mailman-Users] Search feature? In-Reply-To: <3.0.1.32.20030523095616.007174c0@mail.guineapigs.org> References: <3.0.1.32.20030523095616.007174c0@mail.guineapigs.org> Message-ID: On Fri, 23 May 2003 09:56:16 -0400, Tex wrote: > > Is there a search capability or add-on for archived messages? My mailing > list deals with specific topics that were a search available, it would > eliminate the need for repeating messages. Htdig integrates easily with Mailman. I'm using it to provide a choice of searching just the web site, just the list archives or both. -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://www.shorewall.net Washington USA \ teastep at shorewall.net From gary at lists.quartertone.net Fri May 23 18:27:35 2003 From: gary at lists.quartertone.net (Gary Wang) Date: Fri, 23 May 2003 16:27:35 -0000 Subject: [Mailman-Users] I am having a little problem In-Reply-To: <001101c32042$aaf13250$3701a8c0@publishing> References: <001101c32042$aaf13250$3701a8c0@publishing> Message-ID: <1053707253.22787.15.camel@xander> http://www.google.com/search?hl=en&q=site%3Amail.python.org+mailman+config_list+web_page_url On Thu, 2003-05-22 at 05:15, CCMS UWI Website wrote: > I don't know if I am doing something wrong or I just don't know what i am doing but I am having a little problem with the host_name. I can't seem to find where I can change it form localhost.localdomain to my domain so that i can get the web admin to wok properly. Could you please advise me. I will contiune to try on my own. > > Thank you > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: gary at lists.quartertone.net > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/gary%40lists.quartertone.net From mavery at mail.otherwhen.com Fri May 23 18:50:30 2003 From: mavery at mail.otherwhen.com (Mike Avery) Date: Fri, 23 May 2003 10:50:30 -0600 Subject: [Mailman-Users] FIXED!!! (Was Please help - newsgroup gateway woes) In-Reply-To: <6B25751B-8CDA-11D7-A2F3-003065EEFAC8@python.org> References: <3ECC9CA5.27866.AB63BE@localhost> Message-ID: <3ECDFCF6.25397.60BD220@localhost> On 23 May 2003 at 0:52, Barry Warsaw wrote: > On Thursday, May 22, 2003, at 11:47 AM, Mike Avery wrote: > > So, is there a setting I'm missing that will allow me to let only > > members of the mailing list post to the mailing list, and let all > > messages from the newsgroup be treated as if they were from members > > of the mailing list? > It's not supposed to work this way, so there really isn't any setting > to change. Messages taken from the newsgroup should not go through > the normal moderation phase. I don't know why it's happening for you, > and I can't reproduce it in my own tests. > > If you can do irc, then maybe we can hook up for a bit of an > interactive debugging session some time tomorrow. In less time than it takes to tell the tale of it, Barry figured out what was happening, and the newsgroup <> mailing list gateway is working the way it should. Thanks Barry, Mike -- Mike Avery MAvery at mail.otherwhen.com ICQ: 16241692 AOL IM:MAvery81230 Phone: 970-642-0280 * Spam is for lusers who can't get business any other way * A Randomly Selected Thought For The Day: Always borrow money from a pessimist; he doesn't expect to be paid back. From r.barrett at openinfo.co.uk Fri May 23 19:09:56 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Fri, 23 May 2003 18:09:56 +0100 Subject: [Mailman-Users] Search feature? In-Reply-To: <3.0.1.32.20030523095616.007174c0@mail.guineapigs.org> Message-ID: <5.1.1.6.0.20030523175914.03b19540@mail.openinfo.co.uk> At 14:56 23/05/2003, Tex wrote: >Hello, > >I use Mailman through my web host (one of the reasons for choosing them, >actually!), so whatever info you can supply me I will pass along to them. > >Is there a search capability or add-on for archived messages? My mailing >list deals with specific topics that were a search available, it would >eliminate the need for repeating messages. > >If there is not a "plug-in" available for Mailman, would a basic cgi search >script installed on my site work as long as it was pointed to my account on >the Mailman server? (most web hosts, mine included, have the Mailman >install on a server separate from the web accounts). There is a patch for Mailman, which you might like to consider: http://sourceforge.net/tracker/index.php?func=detail&aid=444884&group_id=103&atid=300103 which I maintain and which integrates MM with the Htdig search engine. One advantage with this patch is that it provides per-list searching with the search form on each archived list's TOC page, which in a hosted mail list environment may be a suitable solution. This solution also maintains MM's list privacy, which may also be preferable in a hosted environment. But it is all down to the willingness of your hosting supplier to install Htdig, install the MM-htdig integration patch and run the cron script that maintains the per-list search indexes. Let me know if you need any advice on deploying this solution. >Thanks for your time, > >Tex Green ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From gary at lists.quartertone.net Fri May 23 20:32:04 2003 From: gary at lists.quartertone.net (Gary Wang) Date: Fri, 23 May 2003 18:32:04 -0000 Subject: [Mailman-Users] init.d startup script Message-ID: <1053713618.5548.25.camel@xander> I've noticed an interesting quirk in the init.d startup script for mailman. There seems to be no checking of previous mailman processes before the script starts the daemon. It seems the script is overwiting the old ~mailman/data/master-qrunner.pid with the new PID. Killing the mailmanctl master processes removes the problems, but I'd rather start it up correctly. Is there anything i can change in the init.d/mailman script? From cwieland at uci.edu Fri May 23 20:34:37 2003 From: cwieland at uci.edu (Con Wieland) Date: Fri, 23 May 2003 11:34:37 -0700 Subject: [Mailman-Users] Deleting messages held for approval In-Reply-To: <1053658260.2920.4.camel@localhost.localdomain> Message-ID: <3545F88C-8D4D-11D7-B68B-000393012174@uci.edu> Thanks for the reply. I had figured this out. I'm sorry I didn't fully explain. We have a large number of lists on our server and I wanted something for the individual list admins, maybe something in the web interface (I'm not up on python enough to do it myself and I really didn't want to hack the code)...... ahhh dreams ... now go back and enjoy your vacation!!! Con On Thursday, May 22, 2003, at 07:51 PM, Jon Carnes wrote: > If you are handy at the Command line, you can log-in to the server and > delete the files: > ~mailman/data/held-msg* > > Then when you run the web-admindb for the list, it will automatically > update the request.db for the list and see that those messages are no > longer waiting. > > It's a nice trick for those times when you go on "vacation" and come > back to a whole lot of cruft waiting to be dumped. > > Good Luck - Jon Carnes (on vacation and loving it - sort of) > > On Thu, 2003-05-22 at 18:19, Con wrote: >> Hello >> >> Does anyone have a way to mass delete messages held for approval ( >> without selecting them all individually). >> >> Con Wieland >> >> >> ------------------------------------------------------ >> Mailman-Users mailing list >> Mailman-Users at python.org >> http://mail.python.org/mailman/listinfo/mailman-users >> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >> Searchable Archives: >> http://www.mail-archive.com/mailman-users%40python.org/ >> >> This message was sent to: jonc at nc.rr.com >> Unsubscribe or change your options at >> http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: cwieland at uci.edu > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/cwieland%40uci.edu From gary at lists.quartertone.net Sat May 24 00:34:15 2003 From: gary at lists.quartertone.net (Gary Wang) Date: Fri, 23 May 2003 22:34:15 -0000 Subject: [Mailman-Users] strange behavior for accept_thise_nonmembers Message-ID: <1053729248.5306.43.camel@xander> Maybe it's just my way of logic... I think that if a poster is accepted as a nonmember, they should also be accepted as a member, regardless of how their mod flag is set. I can sort of understand having this behavior, but it is rather counter-intuitive.... From nivo+mailman-users at yuckfou.org Fri May 23 13:46:14 2003 From: nivo+mailman-users at yuckfou.org (Nils Vogels) Date: Fri, 23 May 2003 13:46:14 +0200 Subject: [Mailman-Users] Mailman Socket Error In-Reply-To: <5.2.0.9.0.20030522180225.01b6f910@pop1.ns.sympatico.ca> References: <5.2.0.9.0.20030522180225.01b6f910@pop1.ns.sympatico.ca> Message-ID: <20030523114614.GR10795@imhotep.yuckfou.org> On Thu, May 22, 2003 at 06:04:33PM -0300, Cody Harris (CH) wrote: CH> After going to: http://vectec.net:8080/mailman/admin/hchs and entering CH> password: CH> CH> links: Socket Error CH> IE: Cannot find server or DNS error CH> Mozilla: Nothing Happens (starts to load then says done) CH> CH> What is the cause of this? Apache Extranet Server 1.3. Python 2.1.1. CH> Mailman 2.0. Mandrake 8.1. HELP! Your webserver is not running, or not listening on port 8080. From hchs at ns.sympatico.ca Sat May 24 01:27:02 2003 From: hchs at ns.sympatico.ca (Cody Harris) Date: Fri, 23 May 2003 20:27:02 -0300 Subject: [Mailman-Users] Mailman Socket Error In-Reply-To: <20030523114614.GR10795@imhotep.yuckfou.org> References: <5.2.0.9.0.20030522180225.01b6f910@pop1.ns.sympatico.ca> <5.2.0.9.0.20030522180225.01b6f910@pop1.ns.sympatico.ca> Message-ID: <5.2.0.9.0.20030523202552.01b70b68@pop1.ns.sympatico.ca> I argue, it is. Try again. Also try signing up (subscribing) http://vectec.net:8080/mailman/listinfo/hchs At 01:46 PM 5/23/2003 +0200, you wrote: >On Thu, May 22, 2003 at 06:04:33PM -0300, Cody Harris (CH) wrote: >CH> After going to: http://vectec.net:8080/mailman/admin/hchs and entering >CH> password: >CH> >CH> links: Socket Error >CH> IE: Cannot find server or DNS error >CH> Mozilla: Nothing Happens (starts to load then says done) >CH> >CH> What is the cause of this? Apache Extranet Server 1.3. Python 2.1.1. >CH> Mailman 2.0. Mandrake 8.1. HELP! > >Your webserver is not running, or not listening on port 8080. > >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: hchs at ns.sympatico.ca >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/hchs%40ns.sympatico.ca From ssharma at odc.net Sat May 24 03:12:54 2003 From: ssharma at odc.net (Ajay Sharma) Date: Fri, 23 May 2003 18:12:54 -0700 (PDT) Subject: [Mailman-Users] announce-only list config In-Reply-To: <012e01c31949$7097a800$170aa8c0@DELL> Message-ID: > I've created an announce-only list but I haven't figured out how to > prevent the recipients, who obviously can't post to the list, from get > it's posting address in their mail headers. Depending on the > personalization setting it show up either in the To: or the Cc: > header. > > I've inserted a Reply-to address to direct replys to the list but if > one selects the "Reply-All" function the posting address gets included > also. > > Is there any way to prevent this? I'm in the same boat and was going to post this exact question. The "solution" that I have is just to discard all the all the emails going to the list except from the moderator. So even if someone decides to post to the list it won't matter. Look at the: Privacy Options -> Sender Filters -> member_moderation_action Privacy Options -> Sender Filters -> generic_nonmember_action options. Also make sure to set the default subscribed users to 'moderated'... All these instructions are in the FAQ Wizard: http://www.python.org/cgi-bin/faqw-mm.py?req=all#3.11 I'm running Mailman 2.1.2, btw. later, ajay -------------------------------------------------------------------- Satyajot (Ajay) Sharma ssharma at odc.net -------------------------------------------------------------------- From dll at scitools.com Sat May 24 02:51:04 2003 From: dll at scitools.com (Dan Leavitt) Date: Fri, 23 May 2003 20:51:04 -0400 Subject: [Mailman-Users] announce-only list config References: Message-ID: <006a01c3218e$8e0daf40$170aa8c0@DELL> Thanks for the reply. I'll certianly look closer at your ideas when time permits. For now, I've implemented a solution to the reply-all issue by sending the posting address to /dev/null and creating a special -private posting address. This makes it so that legitimate posters can use the special address and those who hit reply-all by mistake won't get moderation or rejection messages, it will just be quiet. Thanks again, Dan ----- Original Message ----- From: "Ajay Sharma" To: "Dan Leavitt" Cc: Sent: Friday, May 23, 2003 9:12 PM Subject: Re: [Mailman-Users] announce-only list config > > I've created an announce-only list but I haven't figured out how to > > prevent the recipients, who obviously can't post to the list, from get > > it's posting address in their mail headers. Depending on the > > personalization setting it show up either in the To: or the Cc: > > header. > > > > I've inserted a Reply-to address to direct replys to the list but if > > one selects the "Reply-All" function the posting address gets included > > also. > > > > Is there any way to prevent this? > > I'm in the same boat and was going to post this exact question. > > The "solution" that I have is just to discard all the all the emails > going to the list except from the moderator. So even if someone decides > to post to the list it won't matter. Look at the: > > Privacy Options -> Sender Filters -> member_moderation_action > Privacy Options -> Sender Filters -> generic_nonmember_action > > options. Also make sure to set the default subscribed users to > 'moderated'... All these instructions are in the FAQ Wizard: > > http://www.python.org/cgi-bin/faqw-mm.py?req=all#3.11 > > I'm running Mailman 2.1.2, btw. > > later, > ajay > > -------------------------------------------------------------------- > Satyajot (Ajay) Sharma > ssharma at odc.net > -------------------------------------------------------------------- > From rberber at legosoft.com.mx Sat May 24 03:20:16 2003 From: rberber at legosoft.com.mx (=?iso-8859-1?q?Ren=E9_Berber?=) Date: Fri, 23 May 2003 20:20:16 -0500 Subject: [Mailman-Users] Problem with admin pages in non standard http port Message-ID: Hi, I'm starting to use Mailman and my installation is on a machine that already has port 80 in use by another application (WebLogic), so I did: ./configure --with-urlhost=myhost:81 It didn't work, I can access the http://myhost:81/mailman/create page, fill the form and when I hit the Create button the request goes to myhost and I get a "Connection was refused ..." (which is what the other application responds.) Is there a configuration option to get mailman working on a specific port? -- Ren? Berber From listmod at camarilla.white-wolf.com Sat May 24 05:56:41 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Sat, 24 May 2003 03:56:41 -0000 Subject: [Mailman-Users] Mailman being -very- slow In-Reply-To: <1053613061.2262.213.camel@localhost.localdomain> References: <1053613061.2262.213.camel@localhost.localdomain> Message-ID: <1053748563.23950.2.camel@localhost.localdomain> Can anyone help? On Thu, 2003-05-22 at 10:17, Dan Wright US2002021042 wrote: > > * Mailman logs? > > * MTA logs? > > * Message headers to determine where the message hangs exactly > > * Available bandwidth ? > > > All of the above are below.. we have PLENTY of bandwidth to work with. > > > smtp-failure exerpt > > May 15 10:14:52 2003 (29334) delivery to dominic at tannis.demon.co.uk > failed with code -1: ignore > May 15 10:14:52 2003 (29334) delivery to decados at blueyonder.co.uk failed > with code -1: ignore > May 15 10:14:52 2003 (29334) delivery to hpm at ing.rau.ac.za failed with > code -1: ignore > May 15 10:14:52 2003 (29334) delivery to perth_game at yahoo.co.uk failed > with code -1: ignore > May 15 10:14:52 2003 (29334) delivery to windzswept at blueyonder.co.uk > failed with code -1: ignore > May 15 10:14:52 2003 (29334) delivery to Vagh at blueyonder.co.uk failed > with code -1: ignore > May 15 10:14:52 2003 (29334) delivery to anst at ca.camarilla.org.uk failed > with code -1: ignore > May 15 10:14:52 2003 (29334) delivery to braamvh at datrix.co.za failed > with code -1: ignore > May 15 10:14:52 2003 (29334) delivery to malkavian at ukonline.co.uk failed > with code -1: ignore > May 15 10:41:21 2003 (2556) delivery to mrtora at earthlink.net failed with > code 553: 5.1.8 ... Domain of s$ > May 15 10:43:55 2003 (2556) delivery to dominic at tannis.demon.co.uk > failed with code -1: ignore > May 15 10:43:55 2003 (2556) delivery to decados at blueyonder.co.uk failed > with code -1: ignore > May 15 10:43:55 2003 (2556) delivery to hpm at ing.rau.ac.za failed with > code -1: ignore > May 15 10:43:55 2003 (2556) delivery to perth_game at yahoo.co.uk failed > with code -1: ignore > May 15 10:43:55 2003 (2556) delivery to windzswept at blueyonder.co.uk > failed with code -1: ignore > May 15 10:43:55 2003 (2556) delivery to Vagh at blueyonder.co.uk failed > with code -1: ignore > May 15 10:43:55 2003 (2556) delivery to anst at ca.camarilla.org.uk failed > with code -1: ignore > May 15 10:43:55 2003 (2556) delivery to braamvh at datrix.co.za failed with > code -1: ignore > May 15 10:43:55 2003 (2556) delivery to malkavian at ukonline.co.uk failed > with code -1: ignore > May 15 11:45:36 2003 (10718) delivery to anst at ca.camarilla.org.uk failed > with code -1: ignore > May 15 11:45:36 2003 (10718) delivery to ezpkae at yahoo.co.uk failed with > code -1: ignore > May 15 11:45:36 2003 (10718) delivery to jdm7 at st-andrews.ac.uk failed > with code -1: ignore > May 15 11:45:36 2003 (10718) delivery to halfling at alphalink.com.au > failed with code -1: ignore > May 15 11:45:36 2003 (10718) delivery to windzswept at blueyonder.co.uk > failed with code -1: ignore > May 15 11:45:36 2003 (10718) delivery to decados at blueyonder.co.uk failed > with code -1: ignore > May 15 11:45:36 2003 (10718) delivery to malkavian at ukonline.co.uk failed > with code -1: ignore > May 15 12:32:26 2003 (18268) delivery to > david.broussard at broussard-sa.net failed with code 553: 5.1.8 > ..$ > May 15 13:21:19 2003 (18268) delivery to timcrall at hotmail.com failed > with code 553: 5.1.8 ... Domain of $ > May 15 13:21:20 2003 (18268) delivery to shraven at jyhad.net failed with > code 553: 5.1.8 ... Domain of sen$ > May 15 13:21:20 2003 (18268) delivery to shraven at jyhad.net failed with > code 553: 5.1.8 ... Domain of sen$ > May 15 13:21:21 2003 (18268) delivery to shraven at jyhad.net failed with > code 553: 5.1.8 ... Domain of sen$ > May 15 13:21:21 2003 (18268) delivery to shraven at jyhad.net failed with > code 553: 5.1.8 ... Domain of sen$ > May 15 13:21:22 2003 (18268) delivery to shraven at jyhad.net failed with > code 553: 5.1.8 ... Domain of sen$ > May 15 15:25:52 2003 (18268) delivery to pearce at tampabay.rr.com failed > with code 553: 5.1.8 ... Domain o$ > May 15 15:25:52 2003 (18268) delivery to gauntandpallid at hotmail.com > failed with code 553: 5.1.8 ... Doma$ > May 15 17:15:01 2003 (18268) delivery to vain13 at hotmail.com failed with > code 553: 5.1.8 ... Domain of se$ > May 15 18:38:18 2003 (18268) delivery to camtech at white-wolf.com failed > with code 553: 5.1.8 ... Domain o$ > May 15 19:11:42 2003 (18268) delivery to camtech at white-wolf.com failed > with code 553: 5.1.8 ... Domain o$ > > > from error log: > > May 15 10:18:13 2003 (2551) Uncaught runner exception: 'module' object > has no attribute 'strptime' > May 15 10:18:13 2003 (2551) Traceback (most recent call last): > File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in > _oneloop > self._onefile(msg, msgdata) > File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in > _onefile > keepqueued = self._dispose(mlist, msg, msgdata) > File "/usr/local/mailman/Mailman/Queue/ArchRunner.py", line 73, in > _dispose > mlist.ArchiveMail(msg) > File "/usr/local/mailman/Mailman/Archiver/Archiver.py", line 207, in > ArchiveMail > h.close() > File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 304, in > close > self.update_dirty_archives() > File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 518, in > update_dirty_archives > self.update_archive(i) > File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 1038, in > update_archive > self.__super_update_archive(archive) > File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 424, in > update_archive > self._update_simple_index(hdr, archive, arcdir) > File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 434, in > _update_simple_index > self.write_index_header() > File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 955, in > write_index_header > print self.html_head() > File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 640, in > html_head > d = {"listname": html_quote(mlist.real_name, self.lang), > File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 638, in > quotetime > return html_quote(i18n.ctime(s), self.lang) > File "/usr/local/mailman/Mailman/i18n.py", line 109, in ctime > year, mon, day, hh, mm, ss, wday, ydat, dst = time.strptime(date) > AttributeError: 'module' object has no attribute 'strptime' > > May 15 10:18:13 2003 (2551) SHUNTING: > 1053008261.085235+79f12959dbb73e9930b9d130dc38f9314a6c6764 > May 15 10:20:41 2003 (2551) Uncaught runner exception: 'module' object > has no attribute 'strptime' > May 15 10:20:41 2003 (2551) Traceback (most recent call last): > File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in > _oneloop > self._onefile(msg, msgdata) > File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in > _onefile > keepqueued = self._dispose(mlist, msg, msgdata) > File "/usr/local/mailman/Mailman/Queue/ArchRunner.py", line 73, in > _dispose > keepqueued = self._dispose(mlist, msg, msgdata) > File "/usr/local/mailman/Mailman/Queue/ArchRunner.py", line 73, in > _dispose > mlist.ArchiveMail(msg) > File "/usr/local/mailman/Mailman/Archiver/Archiver.py", line 207, in > ArchiveMail > h.close() > File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 304, in > close > self.update_dirty_archives() > File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 518, in > update_dirty_archives > self.update_archive(i) > File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 1038, in > update_archive > self.__super_update_archive(archive) > File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 424, in > update_archive > self._update_simple_index(hdr, archive, arcdir) > File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 434, in > _update_simple_index > self.write_index_header() > File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 955, in > write_index_header > print self.html_head() > File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 640, in > html_head > d = {"listname": html_quote(mlist.real_name, self.lang), > File "/usr/local/mailman/Mailman/Archiver/HyperArch.py", line 638, in > quotetime > return html_quote(i18n.ctime(s), self.lang) > File "/usr/local/mailman/Mailman/i18n.py", line 109, in ctime > year, mon, day, hh, mm, ss, wday, ydat, dst = time.strptime(date) > AttributeError: 'module' object has no attribute 'strptime' > > May 15 10:20:41 2003 (2551) SHUNTING: > 1053008440.815289+e55c5199f8dc8bd9aec3b8927b479c0e6e43d6a8 > May 15 10:20:44 2003 (2551) Uncaught runner exception: 'module' object > has no attribute 'strptime' > May 15 10:20:44 2003 (2551) Traceback (most recent call last): > File "/usr/local/mailman/Mailman/Queue/Runner.py", line 105, in > _oneloop > self._onefile(msg, msgdata) > File "/usr/local/mailman/Mailman/Queue/Runner.py", line 155, in > _onefile > keepqueued = self._dispose(mlist, msg, msgdata) > File "/usr/local/mailman/Mailman/Queue/ArchRunner.py", line 73, in > _dispose > mlist.ArchiveMail(msg) > File "/usr/local/mailman/Mailman/Archiver/Archiver.py", line 207, in > ArchiveMail > h.close() > File "/usr/local/mailman/Mailman/Archiver/pipermail.py", line 304, in > close > > > >From mail.log (Sendmail OSX) > > May 17 04:32:22 camarilla sendmail[28610]: h4H8WMfs028610: from=root, > size=288, class=0, nrcpts=1, > msgid=<200305170832.h4H8WMfs028610 at camarilla.white-wolf.com>, > relay=root at localhost > May 17 04:32:22 camarilla sendmail[28612]: h4H8WMfs028610: to=/dev/null, > ctladdr=root (0/0), delay=00:00:00, xdelay=00:00:00, mailer=*file*, > pri=30043, dsn=2.0.0, stat=Sent > May 17 04:34:15 camarilla sendmail[28498]: h4H856wT028201: timeout > waiting for input from mailrecv.bigmailbox.com. during client greeting > May 17 04:34:15 camarilla sendmail[28498]: h4H856wT028201: > to=, delay=00:29:04, xdelay=00:05:22, > mailer=esmtp, pri=775038, relay=mailrecv.bigmailbox.com. > [209.132.220.133], dsn=4.0.0, stat=Deferred: Operation timed out with > mailrecv.bigmailbox.com. > May 17 04:34:15 camarilla sendmail[28498]: h4H6AOwT026489: > to=, delay=02:23:51, xdelay=00:00:00, > mailer=esmtp, pri=805614, relay=mx00.comcast.net. [24.153.64.1], > dsn=4.2.1, stat=Deferred: 452 4.2.1 Mailbox temporarily disabled: > dragnmoon at comcast.net > May 17 04:34:16 camarilla sendmail[28498]: h4H6KKwT026635: > to=, delay=02:13:56, xdelay=00:00:01, > mailer=esmtp, pri=806295, relay=mx00.comcast.net. [24.153.64.1], > dsn=4.2.1, stat=Deferred: 452 4.2.1 Mailbox temporarily disabled: > dragnmoon at comcast.net > May 17 04:35:31 camarilla sendmail[28498]: h4H8HBwU028409: > to=, delay=00:18:19, xdelay=00:01:15, > mailer=esmtp, pri=1135904, relay=mail.shadowed-towers.com. > [216.60.228.15], dsn=4.0.0, stat=Deferred: Operation timed out with > mail.shadowed-towers.com. > May 17 04:36:05 camarilla sendmail[28635]: h4H8a5wS028635: from=<>, > size=6564, class=0, nrcpts=1, > msgid=<57OHFE8Pv00008b49 at mc1-s10.law16.hotmail.com>, proto=ESMTP, > daemon=MTA, relay=mc1-s10.law16.hotmail.com [65.54.236.59] > May 17 04:36:06 camarilla sendmail[28636]: h4H8a5wS028635: > to="|/usr/local/mailman/mail/mailman bounces us-sc-region", > ctladdr= (1/0), > delay=00:00:01, xdelay=00:00:01, mailer=prog, pri=36200, dsn=2.0.0, > stat=Sent > May 17 04:36:46 camarilla sendmail[28498]: h4GJZk2R015722: > to=ianwatson at wolf-spoor.org, ctladdr=www (70/70), delay=13:01:00, > xdelay=00:01:15, mailer=esmtp, pri=1200381, relay=endless.ohhello.com. > [64.32.254.244], dsn=4.0.0, stat=Deferred: Operation timed out with > endless.ohhello.com. > May 17 04:37:10 camarilla sendmail[28498]: h4H2JGwT023479: > to=, delay=06:17:54, xdelay=00:00:24, mailer=esmtp, > pri=1225838, relay=mail2.mailspace.com. [209.219.238.228], dsn=4.0.0, > stat=Deferred: Connection reset by mail2.mailspace.com. > May 17 04:37:10 camarilla sendmail[28498]: h4H4oBwU025338: > to=, delay=03:46:38, xdelay=00:00:00, > mailer=esmtp, pri=1405005, relay=mail.shadowed-towers.com., dsn=4.0.0, > stat=Deferred: Operation timed out with mail.shadowed-towers.com. > May 17 04:38:25 camarilla sendmail[28498]: h4H2mHwT024001: > to=, delay=05:50:07, xdelay=00:01:15, mailer=esmtp, > pri=1465852, relay=sumter.awod.com. [63.246.96.1], dsn=4.0.0, > stat=Deferred: Operation timed out with sumter.awod.com. > May 17 04:38:26 camarilla sendmail[28652]: h4H8cOwS028652: > from=, size=23862, class=-30, nrcpts=1, > msgid=, proto=ESMTP, > daemon=MTA, relay=smtp-send.myrealbox.com [192.108.102.143] > May 17 04:38:27 camarilla sendmail[28653]: h4H8cOwS028652: > to=listmodmod at elysiumgrounds.com, delay=00:00:03, xdelay=00:00:01, > mailer=esmtp, pri=106813, relay=mail.elysiumgrounds.com. [64.87.54.44], > dsn=2.0.0, stat=Sent (AAA24827 Message accepted for delivery) > May 17 04:42:25 camarilla sendmail[28498]: h4H5VXwT025901: > to=,, delay=03:10:52, > xdelay=00:01:20, mailer=esmtp, pri=1525701, relay=pflash.com., > dsn=4.0.0, stat=Deferred: Name server: pflash.com.: host name lookup > failure > May 17 04:42:25 camarilla sendmail[28498]: h4H5RxwT025810: > to=,, delay=03:14:25, > xdelay=00:00:00, mailer=esmtp, pri=1615587, relay=pflash.com., > dsn=4.0.0, stat=Deferred: Name server: pflash.com.: host name lookup > failure > May 17 04:42:25 camarilla sendmail[28498]: h4H1MLwU022636: > to=, delay=07:20:04, xdelay=00:00:00, > mailer=esmtp, pri=1765283, relay=mail.shadowed-towers.com., dsn=4.0.0, > stat=Deferred: Operation timed out with mail.shadowed-towers.com. > May 17 04:42:25 camarilla sendmail[28498]: h4H7xxwT028081: > to=, delay=00:42:26, xdelay=00:00:00, mailer=esmtp, > pri=1765717, relay=mail2.mailspace.com., dsn=4.0.0, stat=Deferred: > Connection reset by mail2.mailspace.com. > May 17 04:42:25 camarilla sendmail[28498]: h4H7uRwT028015: > to=, delay=00:45:57, xdelay=00:00:00, mailer=esmtp, > pri=1765718, relay=mail2.mailspace.com., dsn=4.0.0, stat=Deferred: > Connection reset by mail2.mailspace.com. > May 17 04:42:25 camarilla sendmail[28498]: h4H85YwT028220: > to=, delay=00:36:51, xdelay=00:00:00, mailer=esmtp, > pri=1765718, relay=mail2.mailspace.com., dsn=4.0.0, stat=Deferred: > Connection reset by mail2.mailspace.com. > May 17 04:42:25 camarilla sendmail[28498]: h4H87jwT028260: > to=, delay=00:34:40, xdelay=00:00:00, mailer=esmtp, > pri=1765743, relay=mail2.mailspace.com., dsn=4.0.0, stat=Deferred: > Connection reset by mail2.mailspace.com. > May 17 04:42:25 camarilla sendmail[28498]: h4H82lwT028143: > to=, delay=00:39:38, xdelay=00:00:00, mailer=esmtp, > pri=1765744, relay=mail2.mailspace.com., dsn=4.0.0, stat=Deferred: > Connection reset by mail2.mailspace.com. > May 17 04:42:25 camarilla sendmail[28498]: h4H89swT028310: > to=, delay=00:32:30, xdelay=00:00:00, mailer=esmtp, > pri=1765745, relay=mail2.mailspace.com., dsn=4.0.0, stat=Deferred: > Connection reset by mail2.mailspace.com. > May 17 04:42:25 camarilla sendmail[28498]: h4H7pkwT027938: > to=, delay=00:50:39, xdelay=00:00:00, mailer=esmtp, > pri=1765756, relay=mail2.mailspace.com., dsn=4.0.0, stat=Deferred: > Connection reset by mail2.mailspace.com. > May 17 04:42:26 camarilla sendmail[28498]: h4H7pkwT027938: > to=, delay=00:50:40, xdelay=00:00:01, > > > On Thu, 2003-05-22 at 07:32, Nils Vogels wrote: > > On Wed, May 21, 2003 at 10:37:32PM -0400, Dan Wright US2002021042 (DWU) wrote: > > DWU> > > DWU> However, Mailman is being VERY slow. 2 hour turn around time. I know > > DWU> that we've got some spikes in python that go up to 70-80% CPU usage. > > DWU> Other than that, resources are mostly free. > > DWU> > > DWU> Message are normally archived right away, but they are not sent out. > > DWU> However, all email forwarders work normally. > > DWU> > > DWU> Any ideas where to look? > > > ------------------------------------------------------ > > Mailman-Users mailing list > > Mailman-Users at python.org > > http://mail.python.org/mailman/listinfo/mailman-users > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > > > This message was sent to: listmod at camarilla.white-wolf.com > > Unsubscribe or change your options at > > http://mail.python.org/mailman/options/mailman-users/listmod%40camarilla.white-wolf.com > -- > --(Dan Wright)- -- ---- ----------------- --- -- - - > -- ANTA: List and Forum Moderation > -- AIM: rulesninja > -- Email: listmod at camarilla.white-wolf.com > -- Web: http://www.elysiumgrounds.com/~listmodmod > -- Lists: http://camarilla.white-wolf.com/mailman/listinfo > -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ > --(US2002021042)-- ---- ------------------------------- --- -- - - -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - From listmod at camarilla.white-wolf.com Sat May 24 06:06:54 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Sat, 24 May 2003 04:06:54 -0000 Subject: [Mailman-Users] Slow mail delivery (again) Message-ID: <1053749180.23950.10.camel@localhost.localdomain> hd space 60 gigs archives are 2.5 gigs processor is 400mhz g4 memory is 1gb OSX 10.1.3 No known smtp-failures in the last few days Sendmail is working fine Python is working fine (newest version) Mail Delivery has been very slow. It started at being about 30 min slow.. now it's up to 8 hours. Anyone else get this problem? This is insane and we need some help. -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - From r.barrett at openinfo.co.uk Sat May 24 10:10:15 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Sat, 24 May 2003 09:10:15 +0100 Subject: [Mailman-Users] Search feature? In-Reply-To: <1053749946.23950.12.camel@localhost.localdomain> References: <5.1.1.6.0.20030523175914.03b19540@mail.openinfo.co.uk> <5.1.1.6.0.20030523175914.03b19540@mail.openinfo.co.uk> Message-ID: <5.1.1.6.0.20030524085506.03b8b3e0@mail.openinfo.co.uk> At 05:19 24/05/2003, Dan Wright US2002021042 wrote: >Does this work for private archives as well? One of the features of my Mailman-htdig integration patch #444884 is that it provides a per-list search form on each archived list's TOC page and that it does apply the same access controls as regular MM for accessing private archive pages. Thus, unless a user has authenticated themselves to MM's private CGI script they cannot access the list search form, each subsequent use of the search form is now authenticated, and each access via a link into a private archive returned in the search results is also authenticated. >The problem I've ran into is installing htdig on the archives is that >you really cant keep list security in tact very easily. I agree that simply setting up Htdig without my patch #444884 means that preserving archive privacy may be a problem; hence the patch :) >On Fri, 2003-05-23 at 13:09, Richard Barrett wrote: > > At 14:56 23/05/2003, Tex wrote: > > >Hello, > > > > > >I use Mailman through my web host (one of the reasons for choosing them, > > >actually!), so whatever info you can supply me I will pass along to them. > > > > > >Is there a search capability or add-on for archived messages? My mailing > > >list deals with specific topics that were a search available, it would > > >eliminate the need for repeating messages. > > > > > >If there is not a "plug-in" available for Mailman, would a basic cgi > search > > >script installed on my site work as long as it was pointed to my > account on > > >the Mailman server? (most web hosts, mine included, have the Mailman > > >install on a server separate from the web accounts). > > > > There is a patch for Mailman, which you might like to consider: > > > > > http://sourceforge.net/tracker/index.php?func=detail&aid=444884&group_id=103&atid=300103 > > > > which I maintain and which integrates MM with the Htdig search engine. > > > > One advantage with this patch is that it provides per-list searching with > > the search form on each archived list's TOC page, which in a hosted mail > > list environment may be a suitable solution. This solution also maintains > > MM's list privacy, which may also be preferable in a hosted environment. > > But it is all down to the willingness of your hosting supplier to install > > Htdig, install the MM-htdig integration patch and run the cron script that > > maintains the per-list search indexes. > > > > Let me know if you need any advice on deploying this solution. > > > > >Thanks for your time, > > > > > >Tex Green ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From phil at nxtek.net Sat May 24 17:11:31 2003 From: phil at nxtek.net (Phil Iovino) Date: Sat, 24 May 2003 10:11:31 -0500 Subject: [Mailman-Users] Utilities? In-Reply-To: <20030523114614.GR10795@imhotep.yuckfou.org> Message-ID: <00c001c32206$c2cb08e0$a6f83544@cc109252A> Are there any utilities that do the following? 1. Allow a mailing list subscriber to signup to come from an external site? For example, a mailing list signup textbox that is seen on thousands of sites. :) 2. Grant the ability for a predetermined mailing list "admin" to create other lists. I know this can obviously be done through the Mailman admin, but there are other lists hosted and I don't wanna give out the mailman admin password. It'd also be vital to automatically add the appropriate aliases to /etc/mail/aliases and restart Sendmail. Any other utilities available? From Martin.Skjoldebrand at forumsyd.se Sat May 24 17:36:56 2003 From: Martin.Skjoldebrand at forumsyd.se (Martin Skjoldebrand) Date: Sat, 24 May 2003 17:36:56 +0200 Subject: [Mailman-Users] Multi-sub modification Message-ID: Is it possible to (or has someone done) create a multi-subscription page? Our mail admin wants the possibility for users to select several list on one page (preferebly by selecting several check-boxes) clicking sub and then getting the regular response to all lists. mvh/ Regards, Martin S. CTO, Forum Syd OBS: Supportfr?gor ska skickas till: support at forumsyd.se (eller "support" i FC) "Not only could we know everything, we do. We just tell ourselves we don't to make it all bearable." From Martin.Skjoldebrand at forumsyd.se Sat May 24 09:22:35 2003 From: Martin.Skjoldebrand at forumsyd.se (Martin Skjoldebrand) Date: Sat, 24 May 2003 09:22:35 +0200 Subject: [Mailman-Users] Mailman Newbie Question In-Reply-To: <000b01c32147$e1a09ce0$0f01a8c0@magnatechonline.com> References: <000b01c32147$e1a09ce0$0f01a8c0@magnatechonline.com> Message-ID: Michael Arena writes: >I have recently configured Mailman 2.1.2 on my RH 9 >system. I followed all >instructions but when I access http://myhost/pipermail it >takes me to the >blank archives page. How do I access the main >mailman/admin pages?? Thanks >for any help you can give. http://yourhost/mailman/admin http://yourhost/mailman/admin/LISTNAME mvh/ Regards, Martin S. CTO, Forum Syd OBS: Supportfr?gor ska skickas till: support at forumsyd.se (eller "support" i FC) "Not only could we know everything, we do. We just tell ourselves we don't to make it all bearable." From Martin.Skjoldebrand at forumsyd.se Sat May 24 09:19:11 2003 From: Martin.Skjoldebrand at forumsyd.se (Martin Skjoldebrand) Date: Sat, 24 May 2003 09:19:11 +0200 Subject: [Mailman-Users] Mailman Socket Error In-Reply-To: <5.2.0.9.0.20030523202552.01b70b68@pop1.ns.sympatico.ca> References: <5.2.0.9.0.20030522180225.01b6f910@pop1.ns.sympatico.ca> < > <5.2.0.9.0.20030522180225.01b6f910@pop1.ns.sympatico.ca> <5.2.0.9.0.20030523202552.01b70b68@pop1.ns.sympatico.ca> Message-ID: Cody Harris writes: >I argue, it is. Try again. Also try signing up >(subscribing) >http://vectec.net:8080/mailman/listinfo/hchs Your Apache seems unreliable. I get an error every first connect. However, it now seems to accept the mail. Did you change the permission? Now you have a don't relay problem. You need to make Postfix know about your domains. mvh/ Regards, Martin S. CTO, Forum Syd OBS: Supportfr?gor ska skickas till: support at forumsyd.se (eller "support" i FC) "Not only could we know everything, we do. We just tell ourselves we don't to make it all bearable." From hchs at ns.sympatico.ca Sat May 24 18:35:36 2003 From: hchs at ns.sympatico.ca (Cody Harris) Date: Sat, 24 May 2003 13:35:36 -0300 Subject: [Mailman-Users] Mailman Socket Error In-Reply-To: References: <5.2.0.9.0.20030523202552.01b70b68@pop1.ns.sympatico.ca> <5.2.0.9.0.20030522180225.01b6f910@pop1.ns.sympatico.ca> < > <5.2.0.9.0.20030522180225.01b6f910@pop1.ns.sympatico.ca> <5.2.0.9.0.20030523202552.01b70b68@pop1.ns.sympatico.ca> Message-ID: <5.2.0.9.0.20030524133458.022a0a58@pop1.ns.sympatico.ca> It's relaying to someone else's mailing list, has i have givin up. I imagine my computer is too slow (200 MHz 32 MB ram) At 09:19 AM 5/24/2003 +0200, you wrote: >Cody Harris writes: > >I argue, it is. Try again. Also try signing up > >(subscribing) > >http://vectec.net:8080/mailman/listinfo/hchs > >Your Apache seems unreliable. I get an error every first >connect. >However, it now seems to accept the mail. Did you change >the permission? Now you have a don't relay problem. You >need to make Postfix know about your domains. > >mvh/ Regards, > >Martin S. >CTO, Forum Syd >OBS: Supportfr?gor ska skickas till: support at forumsyd.se >(eller "support" i FC) > >"Not only could we know everything, we do. We just tell >ourselves we don't to make it all bearable." > > >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: hchs at ns.sympatico.ca >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/hchs%40ns.sympatico.ca From paul at thcwd.com Sat May 24 19:45:44 2003 From: paul at thcwd.com (Paul H Byerly) Date: Sat, 24 May 2003 12:45:44 -0500 Subject: [Mailman-Users] Mailman being -very- slow In-Reply-To: Message-ID: <5.2.1.1.0.20030524123653.02bf9d28@mail.thcwd.com> Have you seen ? Dan Wright wrote: > Dan Wright US2002021042 >Subject: Re: [Mailman-Users] Mailman being -very- slow > >Can anyone help? > > > > > > smtp-failure exerpt > > > > May 15 10:14:52 2003 (29334) delivery to dominic at tannis.demon.co.uk > > failed with code -1: ignore <>< Paul From badmangabriel at lycos.co.uk Sat May 24 20:34:55 2003 From: badmangabriel at lycos.co.uk (Angel Gabriel) Date: Sat, 24 May 2003 18:34:55 -0000 Subject: [Mailman-Users] Notification says from mailman-owner@localhost ... Message-ID: <1053801038.2580.6.camel@laptop.raw-talent.hopto.org> ... I want to change this to say from something else, or at least from my domain. How do I do this?? From hchs at ns.sympatico.ca Sat May 24 20:47:30 2003 From: hchs at ns.sympatico.ca (Cody Harris) Date: Sat, 24 May 2003 15:47:30 -0300 Subject: [Mailman-Users] Moderator Being Set Message-ID: <5.2.0.9.0.20030524154629.01b9e560@pop1.ns.sympatico.ca> How do i change the default "moderator bit" to off? I can't seem to find that... Cody From Mark at Rauterkus.com Sat May 24 22:12:38 2003 From: Mark at Rauterkus.com (Mark Rauterkus) Date: Sat, 24 May 2003 15:12:38 -0500 Subject: [Mailman-Users] Utilities? Message-ID: <200305241920.h4OJK598004013@rauterkus.com> > 1. Allow a mailing list subscriber to signup to come from an external > site? For example, a mailing list signup textbox that is seen on > thousands of sites. :) Mailserv did this. MailServ (v4.3) is a freeware tool written by Patrick Fitzgerald The URLs are bad -- from my point of view. I'm not sure what or where to point you to for better details. http://www.advicom.net/~fitz/www/mailserv/help/ - - Then I found this: http://www.barelyfitz.com/webapps/apps/mailserv/ Ta. Mark Rauterkus mark at Rauterkus.com http://Rauterkus.com http://CLOH.Org http://Sunnyhill.org http://www.Deliberate.com Instigator: Youth Technology Summit, http://Summit.CLOH.Org From badmangabriel at lycos.co.uk Sat May 24 21:26:26 2003 From: badmangabriel at lycos.co.uk (Angel Gabriel) Date: Sat, 24 May 2003 19:26:26 -0000 Subject: [Mailman-Users] Subscribing and Unsubscribing from an External Site Message-ID: <1053804126.2928.23.camel@laptop.raw-talent.hopto.org> Is it possible to subscribe and unsubscribe from a site on which mailman does not reside?? From hchs at ns.sympatico.ca Sat May 24 22:24:34 2003 From: hchs at ns.sympatico.ca (Cody Harris) Date: Sat, 24 May 2003 17:24:34 -0300 Subject: [Mailman-Users] Digested Not Working Message-ID: <5.2.0.9.0.20030524172338.01c60c00@pop1.ns.sympatico.ca> I go to "Membership Management" and change users from non-digest to digest. I click save, and it doesn't take effect (goes back to non-digest). From trislam at hotmail.com Sun May 25 11:21:58 2003 From: trislam at hotmail.com (trislam at hotmail.com) Date: Sun, 25 May 2003 05:21:58 -0400 Subject: [Mailman-Users] Change the email address . . . Message-ID: Hello, Can some one please tell me how to change the name of the mailing list. I am attempting to use mailman as a one way post to keep a large group of people current on up coming events. I created a test list called mailinglist1 at domain.com. The "From:" line on the email that I send out reads mailinglist1-admin at domain.com. I am trying to change this email address to read info at domain.com. I want to mask the "mailing list" email. The info at domain.com is a regular email that has nothing to do with the list. It is an email address users can send me an email apart from the list. I did change the return email address to info at domain.com but I still want to change the sending email address. Thanks in advance! Triz From jonc at nc.rr.com Sun May 25 17:23:27 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sun, 25 May 2003 15:23:27 -0000 Subject: [Mailman-Users] archive/search service In-Reply-To: References: Message-ID: <1053876313.2166.4.camel@anncons> Bring up your own server and run the archives off of that. All you need for archiving is to subscribe a user to the list. If you can't do that, I can put you in touch with a hosting service (run by a friend of mine) that will allow you to run the archiving off of that server. I don't know what she would charge. Jon Carnes On Wed, 2003-05-21 at 12:24, Rob Reid wrote: > Hi, > we would like to use the Mailman program. However, it is essential that we > can archive and search our postings. Without having our mail server host > set up pipermail & htdig for us, do we have any other options? Are there > any services out there (even at a fee) that we can use to host our archive > and provide search capability? We have looked at the Mail Archive, but this > won't suffice because it doesn't provide password protection. Thanks for > any info. > > Rob > > _________________________________________________________________ > The new MSN 8: smart spam protection and 2 months FREE* > http://join.msn.com/?page=features/junkmail > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From mm at tentra.com Sun May 25 17:27:19 2003 From: mm at tentra.com (Tentra List Support) Date: Sun, 25 May 2003 10:27:19 -0500 Subject: [Mailman-Users] RedHat 9 and Mailman rpm Message-ID: <002001c322d2$21936450$b302a8c0@zeus> I am new to the Mailman users list but searched through the archives to see if anyone else was having the same problem I was. Redhat did not include a directive for the mailman group in the mailman config file in the rpm that they included with their distro. Add the following lines to mailman/Mailman/mm_cfg.py but change the 'your.domain.com' to your own FQDN: MAILMAN_GROUP = 'mailman' MAILMAN_USER = 'mailman' DEFAULT_EMAIL_HOST = 'your.domain.com' DEFAULT_URL_HOST = 'your.domain.com' Now run $ mailman/bin/check_perms and check for permissions errors and run $ mailman/bin/check_perms -f to fix them. Then start $ mailman/bin/mailmanctl start and you should have no problems starting the mailman daemon. I just installed the mailman that comes with RedHat 9.0 ( I think it is 2.1-8). A piece of documentation says as of ver2.1 mailman requires a service. When I try running it I get the following message: [EMAIL PROTECTED] mailman]# /sbin/service mailman start Traceback (most recent call last): File "/var/mailman/bin/mailmanctl", line 524, in ? main() File "/var/mailman/bin/mailmanctl", line 319, in main check_privs() File "/var/mailman/bin/mailmanctl", line 274, in check_privs gid = grp.getgrnam(mm_cfg.MAILMAN_GROUP)[2] KeyError: getgrnam(): name not found Can anyone enlighten me to how to fix it? Thanx! Mike --------------------David Blomquist Principal, Tentra IT Solutions www.tentra.com From jonc at nc.rr.com Sun May 25 17:34:12 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sun, 25 May 2003 15:34:12 -0000 Subject: [Mailman-Users] Automatic Rejection In-Reply-To: <20030522034741.50611.qmail@web12107.mail.yahoo.com> References: <20030522034741.50611.qmail@web12107.mail.yahoo.com> Message-ID: <1053876958.2166.14.camel@anncons> This is a feature of version 2.1.x. but not of version 2.0.13. If you wanted to be clever (and you have a linux server) you could write a script using wget or lynks that automatically bounces those posts and then run the script either from cron or from a procmail script (assuming you set the config for the list to give you immediate notifications of waiting messages). Sorry, not a newbie solution... but you could probably bribe someone at a local LUG to do it for you. I should think that this would be worth about 4 pizzas. Good luck - Jon Carnes On Wed, 2003-05-21 at 23:47, Melonie Brown wrote: > Version Info: Mailman 2.0.13 on a server managed by my > webhosting provider, so I have no command line access > > I have a list that only members may post to, but the > posts have to be approved by an admin (me). I want to > auto-reject posts with attachments / non plain text. > > The FAQ gives info for setting the list to hold posts > with header value matching a specified regexp. That > works great, except I don't want to hold the post - I > want it to bounce immediately so they can correct the > message and resubmit before the 5:00 email letting me > know messages are waiting to be appoved. > > Is this possible with 2.0.13? If so, could you please > provide a newbie-proof example? > > Melonie Brown > > > > > __________________________________ > Do you Yahoo!? > The New Yahoo! Search - Faster. Easier. Bingo. > http://search.yahoo.com > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From mm at tentra.com Sun May 25 17:39:22 2003 From: mm at tentra.com (Tentra List Support) Date: Sun, 25 May 2003 10:39:22 -0500 Subject: [Mailman-Users] RedHat 9 and Mailman rpm Message-ID: <005101c322d3$d0813b80$b302a8c0@zeus> Sorry but the formatting on my last post was messed up. I was trying to reply to an earlier post. Please see below. Mike wrote: > I just installed the mailman that comes with RedHat 9.0 ( I think it is > 2.1-8). A piece of documentation says as of ver2.1 mailman requires a > service. > > When I try running it I get the following message: > > [EMAIL PROTECTED] mailman]# /sbin/service mailman start > Traceback (most recent call last): > File "/var/mailman/bin/mailmanctl", line 524, in ? > > main() > File "/var/mailman/bin/mailmanctl", line 319, in main > check_privs() > File "/var/mailman/bin/mailmanctl", line 274, in check_privs > gid = grp.getgrnam(mm_cfg.MAILMAN_GROUP)[2] > KeyError: getgrnam(): name not found > > Can anyone enlighten me to how to fix it? > > Thanx! > Mike Here is my fix: Add the following lines to mailman/Mailman/mm_cfg.py but change the 'your.domain.com' to your own FQDN: MAILMAN_GROUP = 'mailman' MAILMAN_USER = 'mailman' DEFAULT_EMAIL_HOST = 'your.domain.com' DEFAULT_URL_HOST = 'your.domain.com' Now run $ mailman/bin/check_perms and check for permissions errors and run $ mailman/bin/check_perms -f to fix them. Then start $ mailman/bin/mailmanctl start and you should have no problems starting the mailman daemon. David Blomquist Principal, Tentra IT Solutions www.tentra.com From jonc at nc.rr.com Sun May 25 18:03:45 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sun, 25 May 2003 16:03:45 -0000 Subject: [Mailman-Users] bin/mailmanctl start In-Reply-To: <3ECB981E.8010503@cedex.es> References: <3ECB981E.8010503@cedex.es> Message-ID: <1053878729.2161.29.camel@anncons> If the error message can be believed then you are missing some python modules. This is a common problem with default Distribution installs of Python. The distributions only include the modules used by their default apps. Another problem is that RPM maintainers for Mailman often overlook the Python requirements in their rpm-requires for Mailman. Try installing every rpm from your distribution that has "python" in it. For Mandrake 9.1 I posted a message last month that pointed to all the rpm's that needed to be loaded. Mdk 9.0 probably has similar requirements. Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Jon Carnes On Wed, 2003-05-21 at 11:15, javier wrote: > Hello, i've installed mailman 2.1.2 in Mandrake 9.0 > all looks to be good, but i can't start daemon. > I can create a list, and admin it, but the list don't send. > sendmail is working fine (after smrsh problem solved) > here is the reply of the system... thanks > > [root at pc6426 mailman]# bin/mailmanctl start > Arrancando el qrunner maestro de Mailman > [root at pc6426 mailman]# Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno > Traceback (most recent call last): > File "/usr/local/mailman/bin/qrunner", line 77, in ? > from Mailman.i18n import _ > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > import gettext > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > from errno import ENOENT > ImportError: No module named errno From Oliver.Egginger at dvz.fh-giessen.de Sun May 25 18:11:43 2003 From: Oliver.Egginger at dvz.fh-giessen.de (Oliver Egginger) Date: Sun, 25 May 2003 16:11:43 -0000 Subject: [Mailman-Users] bin/mailmanctl start In-Reply-To: <1053878729.2161.29.camel@anncons> References: <3ECB981E.8010503@cedex.es> <1053878729.2161.29.camel@anncons> Message-ID: <1053879099.32400.91.camel@chaos.dvz.fh-giessen.de> > This is a common problem with default Distribution installs of > Python. Not in this case see: http://www.mail-archive.com/mailman-developers at python.org/msg06281.html - oliver Am Son, 2003-05-25 um 18.05 schrieb Jon Carnes: > If the error message can be believed then you are missing some python > modules. This is a common problem with default Distribution installs of > Python. The distributions only include the modules used by their > default apps. > > Another problem is that RPM maintainers for Mailman often overlook the > Python requirements in their rpm-requires for Mailman. > > Try installing every rpm from your distribution that has "python" in > it. For Mandrake 9.1 I posted a message last month that pointed to all > the rpm's that needed to be loaded. Mdk 9.0 probably has similar > requirements. > > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > Jon Carnes > > On Wed, 2003-05-21 at 11:15, javier wrote: > > Hello, i've installed mailman 2.1.2 in Mandrake 9.0 > > all looks to be good, but i can't start daemon. > > I can create a list, and admin it, but the list don't send. > > sendmail is working fine (after smrsh problem solved) > > here is the reply of the system... thanks > > > > [root at pc6426 mailman]# bin/mailmanctl start > > Arrancando el qrunner maestro de Mailman > > [root at pc6426 mailman]# Traceback (most recent call last): > > File "/usr/local/mailman/bin/qrunner", line 77, in ? > > from Mailman.i18n import _ > > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > > import gettext > > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > > from errno import ENOENT > > ImportError: No module named errno > > Traceback (most recent call last): > > File "/usr/local/mailman/bin/qrunner", line 77, in ? > > from Mailman.i18n import _ > > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > > import gettext > > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > > from errno import ENOENT > > ImportError: No module named errno > > Traceback (most recent call last): > > File "/usr/local/mailman/bin/qrunner", line 77, in ? > > from Mailman.i18n import _ > > File "/usr/local/mailman/Mailman/i18n.py", line 19, in ? > > import gettext > > File "/usr/local/lib/python2.2/gettext.py", line 49, in ? > > from errno import ENOENT > > ImportError: No module named errno > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: oliver.egginger at dvz.fh-giessen.de > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/oliver.egginger%40dvz.fh-giessen.de -- Oliver Egginger Fachochschule Giessen-Friedberg From jonc at nc.rr.com Sun May 25 18:24:14 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sun, 25 May 2003 16:24:14 -0000 Subject: [Mailman-Users] Change the email address . . . In-Reply-To: References: Message-ID: <1053879959.2163.38.camel@anncons> On Sun, 2003-05-25 at 05:21, trislam at hotmail.com wrote: > Hello, > > Can some one please tell me how to change the name of the mailing list. > > I am attempting to use mailman as a one way post to keep a large group of people current on up coming events. I created a test list called mailinglist1 at domain.com. The "From:" line on the email that I send out reads mailinglist1-admin at domain.com. I am trying to change this email address to read info at domain.com. I want to mask the "mailing list" email. The info at domain.com is a regular email that has nothing to do with the list. It is an email address users can send me an email apart from the list. > > I did change the return email address to info at domain.com but I still want to change the sending email address. > > Thanks in advance! > > Triz > If you are using Sendmail, you can also use the Generics table to reverse map the sending email address. On the other hand, you can simply create the new list in Mailman and use some of the command line features of Mailman to move the configuration and user-list over to the new list. config_lists - dump out the config from a list and import it to the other list list_members - dump out the member info for a list add_members - input new email addresses to a list Good Luck - Jon Carnes From jonc at nc.rr.com Sun May 25 19:27:54 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sun, 25 May 2003 17:27:54 -0000 Subject: [Mailman-Users] Mailman being -very- slow In-Reply-To: <1053748563.23950.2.camel@localhost.localdomain> References: <1053613061.2262.213.camel@localhost.localdomain> <1053748563.23950.2.camel@localhost.localdomain> Message-ID: <1053883780.2163.43.camel@anncons> On Fri, 2003-05-23 at 23:56, Dan Wright US2002021042 wrote: > Can anyone help? > You may simply need more RAM, but try this first - a message from the archives... ====== This is the one big problem with running a non-optimized MTA and is the reason I (and so many others) moved over to Postfix. Try setting SMTP_MAX_RCPTS = 5 in the ~mailman/Mailman/mm_cfg.py file === # Ceiling on the number of recipients that # can be specified in a single SMTP # transaction. Set to 0 to submit the # entire recipient list in one # transaction. Only used with the SMTPDirect # DELIVERY_MODULE. # SMTP_MAX_RCPTS = 500 SMTP_MAX_RCPTS = 5 === I have advocated this setting for Sendmail folks for a long time now. Let us know if it works for you! Jon Carnes BTW, there is a timing section in your Sendmail.cf file. You can adjust the various time-outs used by Sendmail in this section (be sure to backup your sendmail.cf file first!). Before I moved my systems over to Postfix, I used to tweak these settings to get the maximum performance out of Sendmail. Here are some settings that might be of interest to you: O Timeout.iconnect=5m # It waits 5 minutes for the initial connect!!! # Definitely change this. Try something like 5 seconds # If it fails the initial connect it moves the host to # the end of queue, then users the more generic # "Timeout.connect" value. O Timeout.iconnect=5s O Timeout.helo=5m # It waits 5 minutes before giving up on a "helo"!!! # Even if the host is doing a DNS/RBL look up on you, # it shouldn't take 5 minutes (though the RFC calls # for 5 minutes here) O Timeout.mail=10m # It waits 10 minutes before giving up on passing off a email!!! # The RFC minimum is 5 minutes for this. I think even that is # too long Remember to stop and restart Sendmail if you make a change to /etc/sendmail.cf (or /etc/mail/sendmail.cf). Here is a web-page with more info on the Sendmail.cf file: http://www.trilug.org/~jonc/mailserver/PartIII.html I wrote this for a class I teach on setting up Mail-services for corporate or personal use. ====== HtH - Jon Carnes From jonc at nc.rr.com Sun May 25 19:41:54 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sun, 25 May 2003 17:41:54 -0000 Subject: [Mailman-Users] listinfo doesn't allow subscribe anymore In-Reply-To: References: Message-ID: <1053884620.2163.48.camel@anncons> If you haven't solved this one yet, I'm fairly certain that this one is in the archives. If I remember correctly it is a problem in the mm_cfg.py file (or Defaults.py). You have quotes around a keyword "none" and the quotes should not be there (or vis-versa :-) On Wed, 2003-05-21 at 13:35, the.dude at softhome.net wrote: > Hi there, > > I've installed and configured mailman-2.0.8 a few months ago. I set up a > list on it and it was working fine but, recently, I noticed it was still > possible to subscribe new members via the admin web interface and with > "add_members" but not via the listinfo web interface anymore. > > When I try to subscribe via the listinfo, I get the mail asking me to > confirm. I confirm, the mail server gets the mail and mailman does simply > nothing with it. It never confirms the subscription. > > Anyone to help me? > > Thanks, > > Here's what I get this in the error log: > > May 21 19:18:06 2003 qrunner(1292): Traceback (most recent call last): > May 21 19:18:06 2003 qrunner(1292): File > "/home/mailman/issues/cron/qrunner", line 282, in ? > May 21 19:18:06 2003 qrunner(1292): kids = main(lock) > May 21 19:18:06 2003 qrunner(1292): File > "/home/mailman/issues/cron/qrunner", line 252, in main > May 21 19:18:06 2003 qrunner(1292): keepqueued = dispose_message(mlist, > msg, msgdata) > May 21 19:18:06 2003 qrunner(1292): File > "/home/mailman/issues/cron/qrunner", line 121, in dispose_message > May 21 19:18:06 2003 qrunner(1292): if BouncerAPI.ScanMessages(mlist, > mimemsg): > May 21 19:18:06 2003 qrunner(1292): File > "/home/mailman/issues/Mailman/Bouncers/BouncerAPI.py", line 59, in > ScanMessages > May 21 19:18:06 2003 qrunner(1292): addrs = func(msg) > May 21 19:18:06 2003 qrunner(1292): File > "/home/mailman/issues/Mailman/Bouncers/DSN.py", line 59, in process > May 21 19:18:06 2003 qrunner(1292): more = mfile.next() > May 21 19:18:06 2003 qrunner(1292): File > "/usr/lib/python2.1/multifile.py", line 123, in next > May 21 19:18:06 2003 qrunner(1292): while self.readline(): pass > May 21 19:18:06 2003 qrunner(1292): File > "/usr/lib/python2.1/multifile.py", line 95, in readline > May 21 19:18:06 2003 qrunner(1292): if marker == > self.section_divider(sep): > May 21 19:18:06 2003 qrunner(1292): File > "/usr/lib/python2.1/multifile.py", line 159, in section_divider > May 21 19:18:06 2003 qrunner(1292): return "--" + str > May 21 19:18:06 2003 qrunner(1292): TypeError : cannot add type "None" to > string > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Sun May 25 19:44:43 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sun, 25 May 2003 17:44:43 -0000 Subject: [Mailman-Users] List members not receiving mail? In-Reply-To: <001401c31fbc$047699a0$01fea8c0@bostoncomputing.net> References: <001401c31fbc$047699a0$01fea8c0@bostoncomputing.net> Message-ID: <1053884787.2161.51.camel@anncons> Mailman logs will eventually show you the bounces, but for more up-to-date knowledge you will need to grep through your MTA logs. On Wed, 2003-05-21 at 13:11, Rajib Momen wrote: > Hi guys, > > Anyone know how you can check which users on a certain list during a > given mailing got the message, and which did not? I was looking through > my error log thingy in mailman/logs and didn't see anything. Is there > somewhere else I should be looking? Last night it appears that some > people received a particular message while many others did not and I'm > trying to troubleshoot it. Frankly, I don't even know where to begin. > Any help is appreciated. Thanks! > > Best regards, > Rajib Momen > > President, Director of I.T. > Boston Computing Network > http://www.bostoncomputing.net > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Sun May 25 19:57:12 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sun, 25 May 2003 17:57:12 -0000 Subject: [Mailman-Users] Mailman question - stale bounces In-Reply-To: References: Message-ID: <1053885537.2166.56.camel@anncons> I think this is already in the archives, but just in case, here is a small script that you can run via cron to check for folks who have been bounced out of your Mailman lists (due to excessive bouncing). You could easily modify the script to remove the users email from the list. I leave that up to you. === mm_bounces === #!/bin/bash # mm_bounces: sends an email of bounced folks to the mailman admin list # Note, these bounced emails have been automatically set to "no mail" # for the Mailman lists that they were a part of. # create temp file to collect stats TMPFILE=`mktemp /tmp/mm_stats.XXXXXX` || exit 1 # Note: this should be run on the first of the month # The script checks for bounces from the previous month MONTH="`date -d"last month" +%b`" echo "A list of emails from $MONTH that were bouncing" >$TMPFILE echo "but are still subscribed to local Mailman lists." >>$TMPFILE echo "The addresses were automatically set to _no_mail_" >>$TMPFILE echo "in the specified lists, due to the bounces." >>$TMPFILE echo "You should consider deleting these addresses from" >>$TMPFILE echo "all Mailman lists:" >>$TMPFILE echo "~mailman/bin/remove_members --fromall email at address" >>$TMPFILE echo " " >> $TMPFILE echo "======" >> $TMPFILE # We rotate our logs monthly on the first of each month at 4am # so we really only need to check last months bounce log: bounce.1 grep -hs "disabled " /home/mailman/logs/bounce.1 \ grep -vs "already disabled" | \ grep -s $MONTH | \ cut -f6- "-d " |sort >> $TMPFILE # Test to see if there was any output from the log TEST="`tail -1 $TMPFILE`" if [ "$TEST" = "======" ]; then rm $TMPFILE; exit 0; fi # TEST indicated there were email addresses disabled last month # So we need to send this message to admin at domain.com cat $TMPFILE |mail -s "$MONTH: Mailman disable list" admin at domain.com rm $TMPFILE ====== On Wed, 2003-05-21 at 00:58, John A. Kilpatrick wrote: > I have a question about what happens when bounces are considered > stale...does that mean that mailman resets the counter, or that the person > is unsubscribed? > > I would prefer to have mailman just remove someone. I just went through a > list migration and the nomail option wasn't carried over and a lot of people > complained - some were people who had bounced a long time ago. I'd prefer > just to auto-delete them. > > Thanks, > John > > (p.s. this is mailman 2.1.2) From jonc at nc.rr.com Sun May 25 20:31:18 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Sun, 25 May 2003 18:31:18 -0000 Subject: [Mailman-Users] Request delivery receipt In-Reply-To: <347BC8EA5B2B004FBB454A5FAA75739D023C93@psl9.presence-systems.com> References: <347BC8EA5B2B004FBB454A5FAA75739D023C93@psl9.presence-systems.com> Message-ID: <1053887584.2168.72.camel@anncons> No. This is not a feature of Mailman (nor is it likely to become one). The most common trick used by Spammers is to include a small image in an html email. The image is usually accessed via a url that contains the email info. The spammers get a nice log of who opened their email and when. This is one of the reasons I don't let my email automatically access the web. Jon Carnes On Fri, 2003-05-23 at 06:29, Reuben Pearse wrote: > Hi all, > > Is there way that you can mark the emails that are sent from Mailman to > request a delivery receipt, and is there a way to easily see which > people have opened the email by looking the subscribed user list on the > web admin screens? > > Reuben > reuben at presence-systems.com > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From paul at thcwd.com Mon May 26 03:09:47 2003 From: paul at thcwd.com (Paul H Byerly) Date: Sun, 25 May 2003 20:09:47 -0500 Subject: [Mailman-Users] Eudora 5.2.1 bug? In-Reply-To: Message-ID: <5.2.1.1.0.20030525200527.0304a530@mail.thcwd.com> Once again Eudora has trashed my headers. Never had this until I upgraded to 5.2.1. On seemingly random messages it sends with the subject (no subject) and does not put my "real name" in the address header. This is bad enough, but on Mailman lists my messages get held for moderation and I get the following" >Your mail to 'Mailman-Users' with the subject > > (no subject) > >Is being held until the list moderator can review it for approval. > >The reason it is being held: > > Message has implicit destination Can someone decode that for me? And my apologies to the moderator for the hassle. <>< Paul From jwgrafflin at ev1.net Mon May 26 06:07:07 2003 From: jwgrafflin at ev1.net (John Grafflin) Date: Sun, 25 May 2003 23:07:07 -0500 Subject: [Mailman-Users] Installing Mailman Message-ID: <022b01c3233c$46b9d6a0$060df640@jwgmg> Can anyone help a non-techie install Mailman? From jean.berthold at eos-gd.ch Mon May 26 09:02:27 2003 From: jean.berthold at eos-gd.ch (Jean Berthold) Date: Mon, 26 May 2003 09:02:27 +0200 Subject: [Mailman-Users] Time display in the archive web page In-Reply-To: <5.1.1.6.0.20030522163443.03dec178@mail.openinfo.co.uk> Message-ID: <00f601c32354$c4cd4dc0$2e0c10ac@sila.local> Hello Richard, Thanks you for your help and have a nice day ! Jean Berthold -----Message d'origine----- De : Richard Barrett [mailto:r.barrett at openinfo.co.uk] Envoye : jeudi, 22. mai 2003 17:45 A : jean.berthold at eos-gd.ch; 'Mailman Users' Objet : Re: [Mailman-Users] Time display in the archive web page This patch might be applicable if you are using MM 2.1.2 http://sourceforge.net/tracker/index.php?func=detail&aid=732366&group_id=103 &atid=100103 At 10:03 22/05/2003, Jean Berthold wrote: >Hello, >I cannot figure out how to display correctly the time in this page, for >example, the last message was sent at 10:32 but the system always display >11:32. >Starting: Thu May 22 11:32:00 MET 2003 >Ending: Thu May 22 11:32:15 MET 2003 >On the unix server, time is displayed correctly: > >mailman at vanuatu # date > >Thu May 22 10:35:31 MEST 2003 > > > >May 2003 Archives by date > a.. Messages sorted by: [ thread ] [ subject ] [ author ] > b.. More info on this list... >Starting: Thu May 22 11:32:00 MET 2003 >Ending: Thu May 22 11:32:15 MET 2003 >Messages: 2 > > > a.. [Etrans-echanges] 20030523_CAX_CH_EOS_N_CH_ETRANS_N_06 >eos_etrans_dispatching > b.. [Etrans-echanges] RECEIVED: 20030523_CAX_CH_EOS_N_CH_ETRANS_N_06 >Dispatching >Last message date: Thu May 22 11:32:15 MET 2003 >Archived on: Thu May 22 10:35:47 MET 2003 > > > a.. Messages sorted by: [ thread ] [ subject ] [ author ] > b.. More info on this list... > > >--------------------------------------------------------------------------- - >---- >This archive was generated by Pipermail 0.09 (Mailman edition). > > >Have you an idea where change that ? > >Thanks for your help > >__________________________________________ > >Jean Berthold >EOS - energie ouest suisse >Chemin de Mornex 10 , CP 570 >CH-1001 Lausanne , Switzerland >Tel. : +41 (0)21 341 24 58 >Fax : +41 (0)21 341 20 49 >E-Mail : jean.berthold at eos-gd.ch > >...Unix is like a wigwam - no windows, no gates, apache inside... > >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: r.barrett at openinfo.co.uk >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/r.barrett%40openinfo.c o.uk ---------------------------------------------------------------------------- -- Richard Barrett http://www.openinfo.co.uk From jean.berthold at eos-gd.ch Mon May 26 10:14:00 2003 From: jean.berthold at eos-gd.ch (Jean Berthold) Date: Mon, 26 May 2003 10:14:00 +0200 Subject: [Mailman-Users] DNS aliases and public mailing list page access In-Reply-To: <3ECE2975.3050605@di.fc.ul.pt> Message-ID: <012501c3235e$c40de9d0$2e0c10ac@sila.local> Hello Bruno, Your suggestion: >VIRTUAL_HOST_OVERVIEW = 0 > >in .../mailman/Mailman/mm_cfg.py Work fine ... thanks again for your help and have a nice day ! Jean Berthold -----Message d'origine----- De : mailman-users-bounces+jean.berthold=eos-gd.ch at python.org [mailto:mailman-users-bounces+jean.berthold=eos-gd.ch at python.org]De la part de Bruno Ant?nio Envoy? : vendredi, 23. mai 2003 16:00 ? : Brian Miller Cc : mailman-users Objet : Re: [Mailman-Users] DNS aliases and public mailing list page access See the mail i sent yesterday with subject Problem with configuration, It worked for me, maybe it will resolve you problem. Brian Miller wrote: >On Fri, 23 May 2003, Jean Berthold wrote: > >| Hello, >| >| I added an DNS aliase for this machine name to avoid displaying the real >| server name in the URL, which is vanuatu. >| >| Nom : vanuatu.sila.local >| Address: 172.16.7.37 >| Aliases: listsrv.sila.local >| >| I would like to display the URL http://listsrv/mailman/listinfo >| instead of http://vanuatu/mailman/listinfo >| >| Have you an idea how to do that ? >| >| If I try, >| http://vanuatu/mailman/listinfo >[snip - there are lists] >| >| If I try: >| >| http://listsrv/mailman/listinfo >[snip - there are no lists] > >Had to do that yesterday for one of the systems I manage - I >don't know if it's the blessed-by-the-creator method, but what >I did was to add: > >VIRTUAL_HOST_OVERVIEW = 0 > >in .../mailman/Mailman/mm_cfg.py > >See .../mailman/Mailman/Defaults.py for the pointer that led >me to this. > >brian > > >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: bantonio at di.fc.ul.pt >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/bantonio%40di.fc.ul.pt > > -- Bruno Ant?nio, Administra??o de Sistemas do Dep. de Inform?tica da Fac. de Ci?ncias da Universidade de Lisboa, Campo Grande Bloco C5 piso 1 sala 5.1.25B 1749-016 Lisboa - Portugal Tel: +351 217500513 Fax: +351 217500084 ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: jean.berthold at eos-gd.ch Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/jean.berthold%40eos-gd. ch From jonc at nc.rr.com Mon May 26 17:09:15 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 26 May 2003 15:09:15 -0000 Subject: [Mailman-Users] Eudora 5.2.1 bug? In-Reply-To: <5.2.1.1.0.20030525200527.0304a530@mail.thcwd.com> References: <5.2.1.1.0.20030525200527.0304a530@mail.thcwd.com> Message-ID: <1053960358.2195.2.camel@anncons> On Sun, 2003-05-25 at 21:09, Paul H Byerly wrote: > >Your mail to 'Mailman-Users' with the subject > > > > (no subject) > > > >Is being held until the list moderator can review it for approval. > > > >The reason it is being held: > > > > Message has implicit destination > > Can someone decode that for me? And my apologies to the moderator > for the hassle. > > > <>< Paul The list is set to hold messages that do not have the in either the To: or CC: field of the message. This setting is configurable (in the Web-admin) for the list. "Implicit destination" means that the email got to the list either via a BCC: or through some mail-forwarding mechanism. HtH - Jon Carnes From jonc at nc.rr.com Mon May 26 17:26:26 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 26 May 2003 15:26:26 -0000 Subject: [Mailman-Users] Installing Mailman In-Reply-To: <022b01c3233c$46b9d6a0$060df640@jwgmg> References: <022b01c3233c$46b9d6a0$060df640@jwgmg> Message-ID: <1053962783.2194.5.camel@anncons> Do you have a web-server and a mail-server up and running on the box (and reachable directly from the internet)? What OS are you using? On Mon, 2003-05-26 at 00:07, John Grafflin wrote: > Can anyone help a non-techie install Mailman? > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Mon May 26 17:34:29 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 26 May 2003 15:34:29 -0000 Subject: [Mailman-Users] Setting an explicit reply to In-Reply-To: <1bca01c32108$aaa8f3c0$6500a8c0@fhp.internal> References: <1bca01c32108$aaa8f3c0$6500a8c0@fhp.internal> Message-ID: <1053963263.2195.13.camel@anncons> On Fri, 2003-05-23 at 04:52, Christopher Kings-Lynne wrote: > Hi Guys, > > I have a large one-to-many sort of list. I want to set it up so that if a > recipient of the newsletter hits 'reply', then I want it to go to a specific > Reply-To address. > > I can see this option in Defaults.py: > > # Mailman can be configured to "munge" Reply-To: headers for any passing > # messages. One the one hand, there are a lot of good reasons not to munge > # Reply-To: but on the other, people really seem to want this feature. See > # the help for reply_goes_to_list in the web UI for links discussing the > # issue. > # 0 - Reply-To: not munged > # 1 - Reply-To: set back to the list > # 2 - Reply-To: set to an explicit value (reply_to_address) > DEFAULT_REPLY_GOES_TO_LIST = 2 > > Now, I've set that to two - but where on earth to I actually set the reply > to address??? > > Or does it get the reply-to address from the email that was sent to > everyone? > > Chris > 1 - Don't make changes to the Defaults.py file; make them to the mm_cfg.py file 2 - Changes to the mm_cfg.py file do not affect existing lists; these changes affect future lists - they act as a default for them 3 - If you really want to do this from the command line then use ~mailman/bin/config_list to dump out the list configuration and make the changes there, then dump them back into the list using config_lists again. 4 - Go the easy route and use the Web-admin to make your changes to the lists configuration. The options you are looking for are in the General Options page, and fields are clearly marked (including the place where you insert the email address). From marko at dsv.nl Mon May 26 19:06:54 2003 From: marko at dsv.nl (Marko Leer) Date: Mon, 26 May 2003 19:06:54 +0200 Subject: [Mailman-Users] Wahoo! Message-ID: <5918668103.20030526190654@dsv.nl> Hi all, After installing Mailman I was encouraged to set up a testlist. I did. I inserted the new aliases. I ran newaliasses. I hit enter. I've been waiting for my listowner e-mail to arrive. It won't. I'm completely in the dark. Any help appreciated. Cheers, Marko *************** "If you accidently end up inside vi, you can quit it by pressing Escape, colon (:), q (q), bang (!) and pressing return." [FreeBSd startup-tip] From paul at thcwd.com Mon May 26 19:21:23 2003 From: paul at thcwd.com (Paul H Byerly) Date: Mon, 26 May 2003 12:21:23 -0500 Subject: [Mailman-Users] Eudora 5.2.1 bug? In-Reply-To: Message-ID: <5.2.1.1.0.20030526121644.0308b018@mail.thcwd.com> Jon Carnes wrote: >The list is set to hold messages that do not have the in >either the To: or CC: field of the message. This setting is >configurable (in the Web-admin) for the list. > >"Implicit destination" means that the email got to the list either via a >BCC: or through some mail-forwarding mechanism. Thanks for all the explanations (including several off list) of the Mailman end of this; but that was not the problem. I have done some testing and have confirmed a Eudora bug on this. If the subject line ends in a period (.) Eudora trashes the headers, deleting the subject, stripping the "real name" out of the from header, and messing with the destination header(s). If I add a white space after the period everything is fine. It's scary the weird and unexpected things code can do. <>< Paul There are 10 types of people in the world: Those who understand binary, and those who don't. From noggin14 at hotmail.com Sun May 25 20:08:30 2003 From: noggin14 at hotmail.com (Thisle Zspam) Date: Sun, 25 May 2003 18:08:30 -0000 Subject: [Mailman-Users] make an Administrator In-Reply-To: <42446.10.1.2.2.1053376839.squirrel@email.ywammt.org> References: <42446.10.1.2.2.1053376839.squirrel@email.ywammt.org> Message-ID: <1053886217.2163.66.camel@anncons> On Mon, 2003-05-19 at 16:40, rebabonney at ywammt.org wrote: > How do I make and administrator? > > Reba Bonney > Be not afraid of administration; Some are born to administer, Some achieve administration, And others have administration thrust upon them... Bill Shakespeare From jwgrafflin at ev1.net Mon May 26 06:00:19 2003 From: jwgrafflin at ev1.net (John Grafflin) Date: Sun, 25 May 2003 23:00:19 -0500 Subject: [Mailman-Users] Installing Mailman Message-ID: <021801c3233b$538d07e0$060df640@jwgmg> Can anyone help a non-techie install Mailman? From listmod at camarilla.white-wolf.com Mon May 26 19:59:25 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Mon, 26 May 2003 17:59:25 -0000 Subject: [Mailman-Users] Postfix Streamlining Message-ID: <1053971930.1628.39.camel@localhost.localdomain> Okay, we just installed Postfix as our primary MTU. Any suggestions for streamlining our configuration for a fairly large mailman server? -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - From webmaster at dhminteractive.com Sun May 25 11:17:45 2003 From: webmaster at dhminteractive.com (webmaster at dhminteractive.com) Date: Sun, 25 May 2003 05:17:45 -0400 Subject: [Mailman-Users] Need Help! Message-ID: <1053854265.3ed08a39b4aae@www.dhminteractive.com> Dear Sir, I am using mailman in my website. I am the admin. I want to know if i can change the content of the email sent as invitation to subscribe, and how. Regards, From paul at thcwd.com Sun May 25 20:20:39 2003 From: paul at thcwd.com (paul at thcwd.com) Date: Sun, 25 May 2003 13:20:39 -0500 (CDT) Subject: [Mailman-Users] (no subject) In-Reply-To: Message-ID: <200305251820.h4PIKd8c015277@ms-smtp-01.texas.rr.com> Angel Gabriel wrote: >... I want to change this to say from something else, or at least from my >domain. How do I do this?? Does you server report the correct name when you issue the command 'hostname' ? If not, then it's a server configuration issue, not a mailman issue. <>< Paul From rberber at legosoft.com.mx Mon May 26 21:03:54 2003 From: rberber at legosoft.com.mx (=?iso-8859-1?q?Ren=E9_Berber?=) Date: Mon, 26 May 2003 14:03:54 -0500 Subject: [Mailman-Users] Solved: Problem with admin pages in non standard http port In-Reply-To: Message-ID: <8db2d850486bda43700c634fe146fcce@alaska1> On 2003-05-23 20:20:16 -0500 Ren? Berber wrote: > I'm starting to use Mailman and my installation is on a machine that already > has port 80 in use by another application (WebLogic), so I did: ./configure > --with-urlhost=myhost:81 > > It didn't work, I can access the http://myhost:81/mailman/create page, fill > the form and when I hit the Create button the request goes to myhost and I > get a "Connection was refused ..." (which is what the other application > responds.) > > Is there a configuration option to get mailman working on a specific port? I found a solution to my problem, I added the following to mm_config.py : DEFAULT_URL_HOST = 'myhost' DEFAULT_URL_PATTERN = 'http://%s:81/mailman/' This is weird, it never worked with DEFAULT_URL_HOST = 'myhost:81', I had to change the second parameter. Seems like the first parameter gets parsed and the port is discarded. -- Ren? Berber From eugenia at cesjf.br Mon May 26 21:07:31 2003 From: eugenia at cesjf.br (=?iso-8859-1?Q?Eug=EAnia_Giancoli_Jabour?=) Date: Mon, 26 May 2003 16:07:31 -0300 Subject: [Mailman-Users] /var/mailman/cron/gate_news Message-ID: <01b301c323ba$10dcc960$0201a8c0@academia> This messages are ariving in postmaster mailbox. Can one help me? Traceback (innermost last): File "/var/mailman/cron/gate_news", line 222, in ? main() File "/var/mailman/cron/gate_news", line 198, in main lock.lock(timeout=0.5) File "/var/mailman/Mailman/LockFile.py", line 219, in lock self.__write() File "/var/mailman/Mailman/LockFile.py", line 350, in __write fp = open(self.__tmpfname, 'w') IOError: [Errno 13] Permission denied: '/var/mailman/locks/gate_news.lock.smtp.cesjf.br.15104' From hchs at ns.sympatico.ca Mon May 26 21:18:24 2003 From: hchs at ns.sympatico.ca (Cody Harris) Date: Mon, 26 May 2003 16:18:24 -0300 Subject: [Mailman-Users] /var/mailman/cron/gate_news In-Reply-To: <01b301c323ba$10dcc960$0201a8c0@academia> Message-ID: <5.2.0.9.0.20030526161806.01c2b008@pop1.ns.sympatico.ca> I get that too much. I set up filters. Nobody could help me. At 04:07 PM 5/26/2003 -0300, you wrote: >This messages are ariving in postmaster mailbox. Can one help me? > >Traceback (innermost last): > File "/var/mailman/cron/gate_news", line 222, in ? > main() > File "/var/mailman/cron/gate_news", line 198, in main > lock.lock(timeout=0.5) > File "/var/mailman/Mailman/LockFile.py", line 219, in lock > self.__write() > File "/var/mailman/Mailman/LockFile.py", line 350, in __write > fp = open(self.__tmpfname, 'w') >IOError: [Errno 13] Permission denied: >'/var/mailman/locks/gate_news.lock.smtp.cesjf.br.15104' >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > >This message was sent to: hchs at ns.sympatico.ca >Unsubscribe or change your options at >http://mail.python.org/mailman/options/mailman-users/hchs%40ns.sympatico.ca -Cody Harris +------------------------+ | Linux Rox My Sox! | | Check out HCHS! | | http://vectec.net | +------------------------+----------------------+ | Proud to use Mandrake Linux 8.1 as a server. | | Not proud to use Windows as a primary server. | +------------------------------------+----------+ | Registered Linux user #315598 | | Registered Linux Computer #200951 | | Wrote on a Windoze Computer :( | +------------------------------------+ From jonc at nc.rr.com Mon May 26 22:30:12 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 26 May 2003 20:30:12 -0000 Subject: [Mailman-Users] Postfix Streamlining In-Reply-To: <1053971930.1628.39.camel@localhost.localdomain> References: <1053971930.1628.39.camel@localhost.localdomain> Message-ID: <1053981008.2194.30.camel@anncons> On Mon, 2003-05-26 at 13:58, Dan Wright US2002021042 wrote: > Okay, we just installed Postfix as our primary MTU. > > Any suggestions for streamlining our configuration for a fairly large > mailman server? Read the README.POSTFIX file that comes with Mailman. All the advice you need is included therein. Congratulations on a wise choice in MTA's. Jon Carnes From jonc at nc.rr.com Mon May 26 22:35:36 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 26 May 2003 20:35:36 -0000 Subject: [Mailman-Users] Wahoo! In-Reply-To: <5918668103.20030526190654@dsv.nl> References: <5918668103.20030526190654@dsv.nl> Message-ID: <1053981241.2195.33.camel@anncons> What version of Mailman are you running? For versions below 2.1.x see the FAQ entry 3.14. It's helpful for versions 2.1.x as well, but not as complete. For version 2.1.x make sure you are running Mailmanctl. Also make sure to create the group "mailman" as your first mailman group, then add your email as member of the group. HtH - Jon Carnes On Mon, 2003-05-26 at 13:06, Marko Leer wrote: > Hi all, > > After installing Mailman I was encouraged to set up a testlist. > I did. > > I inserted the new aliases. I ran newaliasses. I hit enter. > > I've been waiting for my listowner e-mail to arrive. > It won't. > > I'm completely in the dark. > > Any help appreciated. > > Cheers, > > Marko > > > > *************** > "If you accidently end up inside vi, you can quit it by pressing Escape, colon > (:), q (q), bang (!) and pressing return." > > [FreeBSd startup-tip] > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From LSTEVENS at nwtel.ca Mon May 26 23:48:48 2003 From: LSTEVENS at nwtel.ca (Lee Stevens) Date: Mon, 26 May 2003 14:48:48 -0700 Subject: [Mailman-Users] Fresh install issue Message-ID: Hello all, I have just upgraded to the new 2.1.2 because the original one that I was running did not have the functionality I needed. I got the initial admin test screen no problem. But once I added the first list I got an error. It likes to install into /usr/local/mailman... but the apache install that was working with it prior likes /usr/lib/mailman. So I copied over the folder to make it happy and that is what it does not like. Where do I change the config to be where it is at? Here is the error I got... Thank you much for your help in advance! Lee Bug in Mailman version 2.1.2 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 (most recent call last): File "/usr/local/mailman/scripts/driver", line 87, in run_main main() File "/usr/local/mailman/Mailman/Cgi/admin.py", line 61, in main admin_overview() File "/usr/local/mailman/Mailman/Cgi/admin.py", line 228, in admin_overview mlist = MailList.MailList(name, lock=0) File "/usr/local/mailman/Mailman/MailList.py", line 124, in __init__ self.Load() File "/usr/local/mailman/Mailman/MailList.py", line 583, in Load dict, e = self.__load(file) File "/usr/local/mailman/Mailman/MailList.py", line 549, in __load fp = open(dbfile)IOError: [Errno 13] Permission denied: '/usr/local/mailman/lists/testing/config.pck' Python information: VariableValuesys.version2.2.1 (#1, Apr 3 2003, 10:08:32) [GCC 3.2] sys.executable/usr/local/bin/python sys.prefix/usr/local sys.exec_prefix/usr/local sys.path/usr/local sys.platformlinux2 Environment variables: VariableValuePATH_INFO / HTTP_PRAGMA no-cache PYTHONPATH /usr/local/mailman SERVER_SOFTWARE Apache/1.3.26 (Linux/SuSE) PHP/4.2.2 SCRIPT_FILENAME /usr/lib/mailman/cgi-bin/admin SERVER_ADMIN webmaster at fraser.northwestel.net SCRIPT_NAME /mailman/admin SERVER_SIGNATURE Apache/1.3.26 Server at fraser.northwestel.net Port 80REQUEST_METHOD GET HTTP_HOST fraser.northwestel.net HTTP_KEEP_ALIVE 300 SERVER_PROTOCOL HTTP/1.1 QUERY_STRING PATH_TRANSLATED /usr/local/mailman/ HTTP_CACHE_CONTROL no-cache REQUEST_URI /mailman/admin/ HTTP_ACCEPT text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1 HTTP_ACCEPT_CHARSET ISO-8859-1, utf-8;q=0.66, *;q=0.66 HTTP_USER_AGENT Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.2) Gecko/20021120 Netscape/7.01 HTTP_CONNECTION keep-alive SERVER_NAME fraser.northwestel.net REMOTE_ADDR 199.85.228.1 REMOTE_PORT 1495 HTTP_ACCEPT_LANGUAGE en-us, en;q=0.50 SERVER_ADDR 199.85.225.2 SERVER_PORT 80 GATEWAY_INTERFACE CGI/1.1 HTTP_ACCEPT_ENCODING gzip, deflate, compress;q=0.9 UNIQUE_ID PtKD18dV4QMAAFreAuk DOCUMENT_ROOT /usr/local/mailman From marko at dsv.nl Tue May 27 00:13:49 2003 From: marko at dsv.nl (Marko Leer) Date: Tue, 27 May 2003 00:13:49 +0200 Subject: [Mailman-Users] Wahoo! In-Reply-To: <1053981241.2195.33.camel@anncons> References: <5918668103.20030526190654@dsv.nl> <1053981241.2195.33.camel@anncons> Message-ID: <361463093.20030527001349@dsv.nl> Hi Jon & all, Monday, May 26, 2003, 10:34:02 PM, you wrote: JC> What version of Mailman are you running? For versions below 2.1.x see JC> the FAQ entry 3.14. It's helpful for versions 2.1.x as well, but not as JC> complete. I'm running Mailman 2.1.2 on FreeBSD 4.8. I tried a mailman-like URL on my server and got: I used <./configure --with-mail-gid=mail --with-cgi-gid=nobody> JC> For version 2.1.x make sure you are running Mailmanctl. It quits saying JC> Also make sure to create the group "mailman" as your first mailman JC> group, then add your email as member of the group. Should the first group really be called "mailman"? I had it named something different, put the aliasses in place but did not receive the email I was promised... JC> HtH - Jon Carnes JC> On Mon, 2003-05-26 at 13:06, Marko Leer wrote: >> Hi all, >> >> After installing Mailman I was encouraged to set up a testlist. >> I did. >> >> I inserted the new aliases. I ran newaliasses. I hit enter. >> >> I've been waiting for my listowner e-mail to arrive. >> It won't. >> >> I'm completely in the dark. >> >> Any help appreciated. >> >> Cheers, >> >> Marko >> >> >> >> *************** >> "If you accidently end up inside vi, you can quit it by pressing Escape, colon >> (:), q (q), bang (!) and pressing return." >> >> [FreeBSd startup-tip] >> >> >> ------------------------------------------------------ >> Mailman-Users mailing list >> Mailman-Users at python.org >> http://mail.python.org/mailman/listinfo/mailman-users >> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ >> >> This message was sent to: jonc at nc.rr.com >> Unsubscribe or change your options at >> http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com Groeten, Marko. From jfcessor at aznetgate.net Tue May 27 00:31:42 2003 From: jfcessor at aznetgate.net (John Cessor) Date: Mon, 26 May 2003 15:31:42 -0700 Subject: [Mailman-Users] moderator interface Message-ID: <017201c323d6$97f7f890$0d01a8c0@AZNG13> When I log into the administrative gui http://www.asa4wdc.org/mailman/admin/ there are various options available to the admin, is there an interface for the moderator as well? JohnC From jwgrafflin at ev1.net Tue May 27 01:11:36 2003 From: jwgrafflin at ev1.net (John Grafflin) Date: Mon, 26 May 2003 18:11:36 -0500 Subject: [Mailman-Users] Mailinglist emails Message-ID: <0b3101c323dc$2872df20$9ae728d8@jwgmg> When I receive a response to a post, am I supposed to reply directly to the person responding, or to the whole list? When I reply to the person responding, I never hear another word. From mm at tentra.com Tue May 27 01:34:31 2003 From: mm at tentra.com (Tentra List Support) Date: Mon, 26 May 2003 18:34:31 -0500 Subject: [Mailman-Users] Default link colors Message-ID: <014301c323df$5bbe6770$b302a8c0@zeus> I tryed change the default page and link colors by adding relevant fields in Default.py to mm_cfg.py. Changing all of the directives worked except for WEB_LINK_COLOR which did not result in a change. I found the offending error in htmlformat.py line 326. It should read: 'link' when it reads 'alink' Changed to 'link' and default web links now change. Mailman version 2.1.2 David Blomquist Principal, Tentra IT Solutions www.tentra.com From jonc at nc.rr.com Tue May 27 01:38:00 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 26 May 2003 23:38:00 -0000 Subject: [Mailman-Users] Fresh install issue In-Reply-To: References: Message-ID: <1053992275.2197.166.camel@anncons> On Mon, 2003-05-26 at 17:48, Lee Stevens wrote: > Hello all, > > I have just upgraded to the new 2.1.2 because the original one that I > was running did not have the functionality I needed. I got the initial > admin test screen no problem. But once I added the first list I got an > error. It likes to install into /usr/local/mailman... but the apache > install that was working with it prior likes /usr/lib/mailman. So I > copied over the folder to make it happy and that is what it does not > like. > > Where do I change the config to be where it is at? Here is the error I > got... > > Thank you much for your help in advance! > > Lee 1- move it back 2a- create a link ln -s /usr/local/mailman /usr/lib/mailman 2b- change the Apache config (it's just a couple of lines in the config file and you can grep for "lib/mailman" to find them!) 2c- reinstall Mailman (from source) and read the INSTALL file for the proper switch or switches to add to ./configure in order to install mailman to /usr/lib/mailman From jonc at nc.rr.com Tue May 27 01:41:58 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 26 May 2003 23:41:58 -0000 Subject: [Mailman-Users] Mailinglist emails In-Reply-To: <0b3101c323dc$2872df20$9ae728d8@jwgmg> References: <0b3101c323dc$2872df20$9ae728d8@jwgmg> Message-ID: <1053992516.2195.176.camel@anncons> On Mon, 2003-05-26 at 19:11, John Grafflin wrote: > When I receive a response to a post, am I supposed to reply directly to the person responding, or to the whole list? When I reply to the person responding, I never hear another word. > ------------------------------------------------------ You should respond to the whole list. If the person continues to respond and you find a solution, then the answer will be in the list archives. This is a good thing. If the person does not continue to respond, then you have a host of other folks who now know more about your problem and may now be able to help you. BTW: always leave pertinent information in your replies... don't trim them too much - or someone new will not be able to help you (unless they go to the trouble of searching down and reading your other posts). Good Luck From jonc at nc.rr.com Tue May 27 01:43:05 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Mon, 26 May 2003 23:43:05 -0000 Subject: [Mailman-Users] moderator interface In-Reply-To: <017201c323d6$97f7f890$0d01a8c0@AZNG13> References: <017201c323d6$97f7f890$0d01a8c0@AZNG13> Message-ID: <1053992580.2193.180.camel@anncons> http://www.asa4wdc.org/mailman/admindb/ On Mon, 2003-05-26 at 18:31, John Cessor wrote: > When I log into the administrative gui > http://www.asa4wdc.org/mailman/admin/ there are various > options available to the admin, is there an interface for the > moderator as well? > JohnC > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Tue May 27 02:13:28 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Tue, 27 May 2003 00:13:28 -0000 Subject: [Mailman-Users] Wahoo! In-Reply-To: <361463093.20030527001349@dsv.nl> References: <5918668103.20030526190654@dsv.nl> <1053981241.2195.33.camel@anncons> <361463093.20030527001349@dsv.nl> Message-ID: <1053994386.2197.245.camel@anncons> On Mon, 2003-05-26 at 18:13, Marko Leer wrote: > Hi Jon & all, > > I'm running Mailman 2.1.2 on FreeBSD 4.8. I tried a mailman-like URL > on my server and got: > > wrapper script to be executed as group "www", but > the system's web server executed the CGI script as > group "nobody". Try tweaking the web server to run the > script as group "www", or re-run configure, > providing the command line option `--with-cgi-gid=nobody'.> > > I used <./configure --with-mail-gid=mail --with-cgi-gid=nobody> > ... and it is working now? And I thought Freebsd used "mailnull" as the user for the Mailserver. > JC> For version 2.1.x make sure you are running Mailmanctl. > > It quits saying > > JC> Also make sure to create the group "mailman" as your first mailman > JC> group, then add your email as member of the group. > > Should the first group really be called "mailman"? Yes. Make a group called "mailman. > I had it named > something different, put the aliasses in place but did not receive the > email I was promised... From jwgrafflin at ev1.net Tue May 27 02:21:50 2003 From: jwgrafflin at ev1.net (John Grafflin) Date: Mon, 26 May 2003 19:21:50 -0500 Subject: [Mailman-Users] Installing Mailman References: <021801c3233b$538d07e0$060df640@jwgmg> <20030526202545.66EDC2FC5E@quill.cisto.com> Message-ID: <0b4b01c323e5$f8842a80$9ae728d8@jwgmg> First step - how do I get the Mailman code from the download site to my website? ----- Original Message ----- From: "Norbert Bollow" To: Sent: Monday, May 26, 2003 3:25 PM Subject: Re: [Mailman-Users] Installing Mailman > > Can anyone help a non-techie install Mailman? > > Yes. :-) > > Greetings, Norbert. > > -- > Founder & Steering Committee member of http://gnu.org/projects/dotgnu/ > Free Software Business Strategy Guide ---> http://FreeStrategy.info > Norbert Bollow, Weidlistr.18, CH-8624 Gruet (near Zurich, Switzerland) > Tel +41 1 972 20 59 Fax +41 1 972 20 69 http://norbert.ch > From rberber at legosoft.com.mx Tue May 27 03:26:16 2003 From: rberber at legosoft.com.mx (=?iso-8859-1?q?Ren=E9_Berber?=) Date: Mon, 26 May 2003 20:26:16 -0500 Subject: [Mailman-Users] No aliases after creating a list Message-ID: <3181484dbc00acf2162c226321cc9b5a@alaska1> Hello, Could someone confirm this? After creating a new list (mailman version 2.1.2) using the Web interface I'm not getting any instructions for adding the required mail aliases. None on the "Mailing list creation results" page, and none in the confirmation mail sent to the owner. I had to use what the FAQ says, changing the obsolete parts to use the mailman command, but is the 4 aliases (i.e test, test-admin, test-owner, test-request) all you have to set? Thanks! -- Ren? Berber From mm at tentra.com Tue May 27 03:36:23 2003 From: mm at tentra.com (Tentra List Support) Date: Mon, 26 May 2003 20:36:23 -0500 Subject: [Mailman-Users] No aliases after creating a list References: <3181484dbc00acf2162c226321cc9b5a@alaska1> Message-ID: <01b301c323f0$62486260$b302a8c0@zeus> Mailman 2.1.2 adds more aliases and this is what the list creation email should look like: The mailing list `test' has been created via the through-the-web interface. In order to complete the activation of this mailing list, the proper /etc/aliases (or equivalent) file must be updated. The program `newaliases' may also have to be run. Here are the entries for the /etc/aliases file: test: "|/var/mailman/mail/mailman post test" test-admin: "|/var/mailman/mail/mailman admin test" test-bounces: "|/var/mailman/mail/mailman bounces test" test-confirm: "|/var/mailman/mail/mailman confirm test" test-join: "|/var/mailman/mail/mailman join test" test-leave: "|/var/mailman/mail/mailman leave test" test-owner: "|/var/mailman/mail/mailman owner test" test-request: "|/var/mailman/mail/mailman request test" test-subscribe: "|/var/mailman/mail/mailman subscribe test" test-unsubscribe: "|/var/mailman/mail/mailman unsubscribe test" _______________________________________________ David Blomquist Principal, Tentra IT Solutions ----- Original Message ----- From: "Ren? Berber" To: "Mailman" Sent: Monday, May 26, 2003 8:26 PM Subject: [Mailman-Users] No aliases after creating a list > Hello, > > Could someone confirm this? After creating a new list (mailman version 2.1.2) using the Web interface I'm not getting any instructions for adding the required mail aliases. None on the "Mailing list creation results" page, and none in the confirmation mail sent to the owner. > > I had to use what the FAQ says, changing the obsolete parts to use the mailman command, but is the 4 aliases (i.e test, test-admin, test-owner, test-request) all you have to set? > > Thanks! > -- > Ren? Berber > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: mm at tentra.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/mm%40tentra.com > From chriskl at familyhealth.com.au Tue May 27 03:40:31 2003 From: chriskl at familyhealth.com.au (Christopher Kings-Lynne) Date: Tue, 27 May 2003 09:40:31 +0800 Subject: [Mailman-Users] Setting an explicit reply to References: <1bca01c32108$aaa8f3c0$6500a8c0@fhp.internal> <1053963263.2195.13.camel@anncons> Message-ID: <020b01c323f0$f5c02780$6500a8c0@fhp.internal> > 1 - Don't make changes to the Defaults.py file; make them > to the mm_cfg.py file I know that. > 2 - Changes to the mm_cfg.py file do not affect existing > lists; these changes affect future lists - they act > as a default for them I know that as well :) > 3 - If you really want to do this from the command line > then use ~mailman/bin/config_list to dump out the list > configuration and make the changes there, then dump > them back into the list using config_lists again. Yes, but there is still no option for setting the reply-to address. > 4 - Go the easy route and use the Web-admin to make your > changes to the lists configuration. The options you > are looking for are in the General Options page, and > fields are clearly marked (including the place where > you insert the email address). Yeah, but I want all the new lists I create, based of mm_cfg.py to inherit the explicity reply to automatically... Chris From jnewton at valdosta.edu Tue May 27 04:39:28 2003 From: jnewton at valdosta.edu (jnewton at valdosta.edu) Date: Mon, 26 May 2003 22:39:28 -0400 Subject: [Mailman-Users] Re: Mailman-Users Digest, Vol 8, Issue 76 In-Reply-To: References: Message-ID: <1054003168.3ed2cfe0d725d@alumni.valdosta.edu> We have just installed Mailman for use at our university and we love the features of this program. Kudos to all involved in making this available. We do have a large list of 18,000 addresses, many of which are stale or unused. We have attempted to use the web form to mass subscribe (invite) the users but the form times out unless we use lists of 300 or less. Is there a way to fix this, say using a command line method. I note that the command line version appears to lack the invitation method. Is there a way to effect this? Thanks, Joe Newton Valdosta State University jnewton at valdosta.edu From paul at thcwd.com Tue May 27 06:08:58 2003 From: paul at thcwd.com (Paul H Byerly) Date: Mon, 26 May 2003 23:08:58 -0500 Subject: [Mailman-Users] Installing Mailman In-Reply-To: Message-ID: <5.2.1.1.0.20030526230213.030b1950@mail.thcwd.com> John Grafflin wrote: >First step - how do I get the Mailman code from the download site to my >website? Head to the directory from which you want to do the install. If you want to use your admin directory then do as follows: cd /home/admin wget http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz tar zxf mailman-2.1.2.tgz The second command does the download, the third unpacks the tarball into "mailman-2.1.2". Go into mailman-2.1.2 and read "README" and "INSTALL" and any of the other READMEs that apply to you. <>< Paul From jwgrafflin at ev1.net Tue May 27 07:09:19 2003 From: jwgrafflin at ev1.net (John Grafflin) Date: Tue, 27 May 2003 00:09:19 -0500 Subject: [Mailman-Users] Installing Mailman References: <5.2.1.1.0.20030526230213.030b1950@mail.thcwd.com> Message-ID: <0bd301c3240e$24a5e5e0$9ae728d8@jwgmg> Are you referring to the directory on my hard disk, or on my website? And, where do I enter the command wget http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz I previously downloaded mailman-2.1.2.tgz and mailman-2.1.2.tgz.asc to my hard disk. I'm using Win98SE and IE6. ----- Original Message ----- From: "Paul H Byerly" To: Sent: Monday, May 26, 2003 11:08 PM Subject: Re: [Mailman-Users] Installing Mailman > John Grafflin wrote: > >First step - how do I get the Mailman code from the download site to my > >website? > > Head to the directory from which you want to do the install. If you > want to use your admin directory then do as follows: > cd /home/admin > wget http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz > tar zxf mailman-2.1.2.tgz > > The second command does the download, the third unpacks the tarball > into "mailman-2.1.2". Go into mailman-2.1.2 and read "README" and > "INSTALL" and any of the other READMEs that apply to you. > > > <>< Paul > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jwgrafflin at ev1.net > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jwgrafflin%40ev1.net > From listmod at camarilla.white-wolf.com Tue May 27 07:24:36 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Tue, 27 May 2003 05:24:36 -0000 Subject: [Mailman-Users] Installing Mailman In-Reply-To: <0bd301c3240e$24a5e5e0$9ae728d8@jwgmg> References: <5.2.1.1.0.20030526230213.030b1950@mail.thcwd.com> <0bd301c3240e$24a5e5e0$9ae728d8@jwgmg> Message-ID: <1054013039.1625.14.camel@localhost.localdomain> mailman needs to be installed on a unix machine. Linux, Unix, BSD, OSX. It won't run on Windows machines. On Tue, 2003-05-27 at 01:09, John Grafflin wrote: > Are you referring to the directory on my hard disk, or on my website? And, > where do I enter the command wget > http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz > > I previously downloaded mailman-2.1.2.tgz and mailman-2.1.2.tgz.asc to my > hard disk. I'm using Win98SE and IE6. > > > ----- Original Message ----- > From: "Paul H Byerly" > To: > Sent: Monday, May 26, 2003 11:08 PM > Subject: Re: [Mailman-Users] Installing Mailman > > > > John Grafflin wrote: > > >First step - how do I get the Mailman code from the download site to my > > >website? > > > > Head to the directory from which you want to do the install. If you > > want to use your admin directory then do as follows: > > cd /home/admin > > wget http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz > > tar zxf mailman-2.1.2.tgz > > > > The second command does the download, the third unpacks the tarball > > into "mailman-2.1.2". Go into mailman-2.1.2 and read "README" and > > "INSTALL" and any of the other READMEs that apply to you. > > > > > > <>< Paul > > > > > > ------------------------------------------------------ > > Mailman-Users mailing list > > Mailman-Users at python.org > > http://mail.python.org/mailman/listinfo/mailman-users > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > > > This message was sent to: jwgrafflin at ev1.net > > Unsubscribe or change your options at > > http://mail.python.org/mailman/options/mailman-users/jwgrafflin%40ev1.net > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: listmod at camarilla.white-wolf.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/listmod%40camarilla.white-wolf.com -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - From fherman at inferential.com Tue May 27 07:25:23 2003 From: fherman at inferential.com (Frederic Herman) Date: Mon, 26 May 2003 23:25:23 -0600 Subject: [Mailman-Users] Moderator/Owner Email Address Incorrect After Upgrade Message-ID: <3ED2F6C3.4070706@inferential.com> I have just upgraded to MM 2.1 Via a RedHat RPM as part of an OS upgrade to RedHat 9.0. The upgrade hosed my MM installation, and I have been able to fix everything, including the wrapper name change, the command aliases, the use of a daemon which wasn't used before,etc. One remaining problem is that the moderator and owner email addresses used for the page footer and the notifications are now -owner@ rather than the email addresses that I have set in the Gnereal Settings page. I have searched archives and tried to hack my way through the files to no avail. Since the rpm upgrade apparently does the ./configure, I can't and don't want to try to use a non-RPM copy to try to fix it, because I will likely do more damage. What do I need to do to get the actual email addresses to be usedd for the "run by" footer address and the moderator notifications? TIA Fred From jwgrafflin at ev1.net Tue May 27 07:34:06 2003 From: jwgrafflin at ev1.net (John Grafflin) Date: Tue, 27 May 2003 00:34:06 -0500 Subject: [Mailman-Users] Installing Mailman References: <5.2.1.1.0.20030526230213.030b1950@mail.thcwd.com> <0bd301c3240e$24a5e5e0$9ae728d8@jwgmg> <1054013039.1625.14.camel@localhost.localdomain> Message-ID: <0c0e01c32411$981590e0$9ae728d8@jwgmg> I'm not trying to run it on a Windows machine. I'm trying to load it to my server which runs on Linux. Are you telling me the only way to do that is have Linux on my computer? ----- Original Message ----- From: "Dan Wright US2002021042" To: "John Grafflin" Cc: Sent: Tuesday, May 27, 2003 12:24 AM Subject: Re: [Mailman-Users] Installing Mailman > mailman needs to be installed on a unix machine. Linux, Unix, BSD, OSX. > > It won't run on Windows machines. > > On Tue, 2003-05-27 at 01:09, John Grafflin wrote: > > Are you referring to the directory on my hard disk, or on my website? And, > > where do I enter the command wget > > http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz > > > > I previously downloaded mailman-2.1.2.tgz and mailman-2.1.2.tgz.asc to my > > hard disk. I'm using Win98SE and IE6. > > > > > > ----- Original Message ----- > > From: "Paul H Byerly" > > To: > > Sent: Monday, May 26, 2003 11:08 PM > > Subject: Re: [Mailman-Users] Installing Mailman > > > > > > > John Grafflin wrote: > > > >First step - how do I get the Mailman code from the download site to my > > > >website? > > > > > > Head to the directory from which you want to do the install. If you > > > want to use your admin directory then do as follows: > > > cd /home/admin > > > wget http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz > > > tar zxf mailman-2.1.2.tgz > > > > > > The second command does the download, the third unpacks the tarball > > > into "mailman-2.1.2". Go into mailman-2.1.2 and read "README" and > > > "INSTALL" and any of the other READMEs that apply to you. > > > > > > > > > <>< Paul > > > > > > > > > ------------------------------------------------------ > > > Mailman-Users mailing list > > > Mailman-Users at python.org > > > http://mail.python.org/mailman/listinfo/mailman-users > > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > > Searchable Archives: > > http://www.mail-archive.com/mailman-users%40python.org/ > > > > > > This message was sent to: jwgrafflin at ev1.net > > > Unsubscribe or change your options at > > > http://mail.python.org/mailman/options/mailman-users/jwgrafflin%40ev1.net > > > > > > > > > ------------------------------------------------------ > > Mailman-Users mailing list > > Mailman-Users at python.org > > http://mail.python.org/mailman/listinfo/mailman-users > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > > > This message was sent to: listmod at camarilla.white-wolf.com > > Unsubscribe or change your options at > > http://mail.python.org/mailman/options/mailman-users/listmod%40camarilla.white-wolf.com > -- > --(Dan Wright)- -- ---- ----------------- --- -- - - > -- ANTA: List and Forum Moderation > -- AIM: rulesninja > -- Email: listmod at camarilla.white-wolf.com > -- Web: http://www.elysiumgrounds.com/~listmodmod > -- Lists: http://camarilla.white-wolf.com/mailman/listinfo > -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ > --(US2002021042)-- ---- ------------------------------- --- -- - - > > From listmod at camarilla.white-wolf.com Tue May 27 08:00:54 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Tue, 27 May 2003 06:00:54 -0000 Subject: [Mailman-Users] Installing Mailman In-Reply-To: <0c0e01c32411$981590e0$9ae728d8@jwgmg> References: <5.2.1.1.0.20030526230213.030b1950@mail.thcwd.com> <0bd301c3240e$24a5e5e0$9ae728d8@jwgmg> <1054013039.1625.14.camel@localhost.localdomain> <0c0e01c32411$981590e0$9ae728d8@jwgmg> Message-ID: <1054015217.1625.20.camel@localhost.localdomain> No. It sounded like you were trying to install it on a Windows machine. You need to either FTP the file to your server, or from your linux server use the wget command in the directory you'll be compiling it from. On Tue, 2003-05-27 at 01:34, John Grafflin wrote: > I'm not trying to run it on a Windows machine. I'm trying to load it to my > server which runs on Linux. Are you telling me the only way to do that is > have Linux on my computer? > > > ----- Original Message ----- > From: "Dan Wright US2002021042" > To: "John Grafflin" > Cc: > Sent: Tuesday, May 27, 2003 12:24 AM > Subject: Re: [Mailman-Users] Installing Mailman > > > > mailman needs to be installed on a unix machine. Linux, Unix, BSD, OSX. > > > > It won't run on Windows machines. > > > > On Tue, 2003-05-27 at 01:09, John Grafflin wrote: > > > Are you referring to the directory on my hard disk, or on my website? > And, > > > where do I enter the command wget > > > http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz > > > > > > I previously downloaded mailman-2.1.2.tgz and mailman-2.1.2.tgz.asc to > my > > > hard disk. I'm using Win98SE and IE6. > > > > > > > > > ----- Original Message ----- > > > From: "Paul H Byerly" > > > To: > > > Sent: Monday, May 26, 2003 11:08 PM > > > Subject: Re: [Mailman-Users] Installing Mailman > > > > > > > > > > John Grafflin wrote: > > > > >First step - how do I get the Mailman code from the download site to > my > > > > >website? > > > > > > > > Head to the directory from which you want to do the install. If > you > > > > want to use your admin directory then do as follows: > > > > cd /home/admin > > > > wget http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz > > > > tar zxf mailman-2.1.2.tgz > > > > > > > > The second command does the download, the third unpacks the > tarball > > > > into "mailman-2.1.2". Go into mailman-2.1.2 and read "README" and > > > > "INSTALL" and any of the other READMEs that apply to you. > > > > > > > > > > > > <>< Paul > > > > > > > > > > > > ------------------------------------------------------ > > > > Mailman-Users mailing list > > > > Mailman-Users at python.org > > > > http://mail.python.org/mailman/listinfo/mailman-users > > > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > > > Searchable Archives: > > > http://www.mail-archive.com/mailman-users%40python.org/ > > > > > > > > This message was sent to: jwgrafflin at ev1.net > > > > Unsubscribe or change your options at > > > > > http://mail.python.org/mailman/options/mailman-users/jwgrafflin%40ev1.net > > > > > > > > > > > > > ------------------------------------------------------ > > > Mailman-Users mailing list > > > Mailman-Users at python.org > > > http://mail.python.org/mailman/listinfo/mailman-users > > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > > > > > This message was sent to: listmod at camarilla.white-wolf.com > > > Unsubscribe or change your options at > > > > http://mail.python.org/mailman/options/mailman-users/listmod%40camarilla.white-wolf.com > > -- > > --(Dan Wright)- -- ---- ----------------- --- -- - - > > -- ANTA: List and Forum Moderation > > -- AIM: rulesninja > > -- Email: listmod at camarilla.white-wolf.com > > -- Web: http://www.elysiumgrounds.com/~listmodmod > > -- Lists: http://camarilla.white-wolf.com/mailman/listinfo > > -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ > > --(US2002021042)-- ---- ------------------------------- --- -- - - > > > > -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - From mike at CamaroSS.net Tue May 27 08:01:40 2003 From: mike at CamaroSS.net (Mike Kercher) Date: Tue, 27 May 2003 01:01:40 -0500 Subject: [Mailman-Users] Installing Mailman In-Reply-To: <0c0e01c32411$981590e0$9ae728d8@jwgmg> Message-ID: <004b01c32415$713dbb10$6701a8c0@home.middlefinger.net> No...you need to ssh into your Linux box and then follow the installation instructions. Mailman must be compiled and installed ON your Linux server. Downloading it to your Windows machine does no good. Mike -----Original Message----- From: mailman-users-bounces+mike=camaross.net at python.org [mailto:mailman-users-bounces+mike=camaross.net at python.org] On Behalf Of John Grafflin Sent: Tuesday, May 27, 2003 12:34 AM To: Dan Wright US2002021042 Cc: mailman-users at python.org Subject: Re: [Mailman-Users] Installing Mailman I'm not trying to run it on a Windows machine. I'm trying to load it to my server which runs on Linux. Are you telling me the only way to do that is have Linux on my computer? ----- Original Message ----- From: "Dan Wright US2002021042" To: "John Grafflin" Cc: Sent: Tuesday, May 27, 2003 12:24 AM Subject: Re: [Mailman-Users] Installing Mailman > mailman needs to be installed on a unix machine. Linux, Unix, BSD, > OSX. > > It won't run on Windows machines. > > On Tue, 2003-05-27 at 01:09, John Grafflin wrote: > > Are you referring to the directory on my hard disk, or on my > > website? And, > > where do I enter the command wget > > http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz > > > > I previously downloaded mailman-2.1.2.tgz and mailman-2.1.2.tgz.asc > > to my > > hard disk. I'm using Win98SE and IE6. > > > > > > ----- Original Message ----- > > From: "Paul H Byerly" > > To: > > Sent: Monday, May 26, 2003 11:08 PM > > Subject: Re: [Mailman-Users] Installing Mailman > > > > > > > John Grafflin wrote: > > > >First step - how do I get the Mailman code from the download site > > > >to my > > > >website? > > > > > > Head to the directory from which you want to do the install. > > > If you > > > want to use your admin directory then do as follows: > > > cd /home/admin > > > wget http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz > > > tar zxf mailman-2.1.2.tgz > > > > > > The second command does the download, the third unpacks the tarball > > > into "mailman-2.1.2". Go into mailman-2.1.2 and read "README" and > > > "INSTALL" and any of the other READMEs that apply to you. > > > > > > > > > <>< Paul > > > > > > > > > ------------------------------------------------------ > > > Mailman-Users mailing list > > > Mailman-Users at python.org > > > http://mail.python.org/mailman/listinfo/mailman-users > > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > > Searchable Archives: > > http://www.mail-archive.com/mailman-users%40python.org/ > > > > > > This message was sent to: jwgrafflin at ev1.net > > > Unsubscribe or change your options at > > > http://mail.python.org/mailman/options/mailman-users/jwgrafflin%40ev1.net > > > > > > > > > ------------------------------------------------------ > > Mailman-Users mailing list > > Mailman-Users at python.org > > http://mail.python.org/mailman/listinfo/mailman-users > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > > > This message was sent to: listmod at camarilla.white-wolf.com > > Unsubscribe or change your options at > > http://mail.python.org/mailman/options/mailman-users/listmod%40camarilla.whi te-wolf.com > -- > --(Dan Wright)- -- ---- ----------------- --- -- - - > -- ANTA: List and Forum Moderation > -- AIM: rulesninja > -- Email: listmod at camarilla.white-wolf.com > -- Web: http://www.elysiumgrounds.com/~listmodmod > -- Lists: http://camarilla.white-wolf.com/mailman/listinfo > -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ > --(US2002021042)-- ---- ------------------------------- --- -- - - > > ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: mike at camaross.net Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/mike%40camaross.net From Ralf.Hildebrandt at charite.de Tue May 27 08:05:04 2003 From: Ralf.Hildebrandt at charite.de (Ralf Hildebrandt) Date: Tue, 27 May 2003 08:05:04 +0200 Subject: [Mailman-Users] Postfix Streamlining In-Reply-To: <1053981008.2194.30.camel@anncons> References: <1053971930.1628.39.camel@localhost.localdomain> <1053981008.2194.30.camel@anncons> Message-ID: <20030527060504.GD19143@charite.de> > > Okay, we just installed Postfix as our primary MTU. > > > > Any suggestions for streamlining our configuration for a fairly large > > mailman server? > > Read the README.POSTFIX file that comes with Mailman. All the advice > you need is included therein. > > Congratulations on a wise choice in MTA's. Some more tips: * Optimizations for Postfix on the ext3 filesystem http://www.stahl.bau.tu-bs.de/~hildeb/postfix/postfix_ext3.shtml * Finding the bottleneck in Postfix -- performance tuning http://www.stahl.bau.tu-bs.de/~hildeb/postfix/postfix_bottleneck.shtml -- Ralf Hildebrandt (Im Auftrag des Referat V a) Ralf.Hildebrandt at charite.de Charite Campus Mitte Tel. +49 (0)30-450 570-155 Referat V a - Kommunikationsnetze - Fax. +49 (0)30-450 570-916 AIM: ralfpostfix From jwgrafflin at ev1.net Tue May 27 08:18:27 2003 From: jwgrafflin at ev1.net (John Grafflin) Date: Tue, 27 May 2003 01:18:27 -0500 Subject: [Mailman-Users] Installing Mailman References: <5.2.1.1.0.20030526230213.030b1950@mail.thcwd.com> <0bd301c3240e$24a5e5e0$9ae728d8@jwgmg> <1054013039.1625.14.camel@localhost.localdomain> <0c0e01c32411$981590e0$9ae728d8@jwgmg> <1054015217.1625.20.camel@localhost.localdomain> Message-ID: <0c2f01c32417$ca37ad00$9ae728d8@jwgmg> My server admin (iPowerWeb) informs me I would need to install it to /public_html. Do I create a directory /public_html/Mailman and install it there? I know how to FTP to my computer, then to my server. But I don't know how to FTP from the download site directly to my server. Or, as Mike Kercher indicates, SSH. I don't know what SSH is, much less how to use it. Like I said in the beginning, I'm no techie, but I'm gradually getting there. ----- Original Message ----- From: "Dan Wright US2002021042" To: "John Grafflin" Cc: Sent: Tuesday, May 27, 2003 1:00 AM Subject: Re: [Mailman-Users] Installing Mailman > No. It sounded like you were trying to install it on a Windows machine. > > You need to either FTP the file to your server, or from your linux > server use the wget command in the directory you'll be compiling it > from. > > On Tue, 2003-05-27 at 01:34, John Grafflin wrote: > > I'm not trying to run it on a Windows machine. I'm trying to load it to my > > server which runs on Linux. Are you telling me the only way to do that is > > have Linux on my computer? > > > > > > ----- Original Message ----- > > From: "Dan Wright US2002021042" > > To: "John Grafflin" > > Cc: > > Sent: Tuesday, May 27, 2003 12:24 AM > > Subject: Re: [Mailman-Users] Installing Mailman > > > > > > > mailman needs to be installed on a unix machine. Linux, Unix, BSD, OSX. > > > > > > It won't run on Windows machines. > > > > > > On Tue, 2003-05-27 at 01:09, John Grafflin wrote: > > > > Are you referring to the directory on my hard disk, or on my website? > > And, > > > > where do I enter the command wget > > > > http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz > > > > > > > > I previously downloaded mailman-2.1.2.tgz and mailman-2.1.2.tgz.asc to > > my > > > > hard disk. I'm using Win98SE and IE6. > > > > > > > > > > > > ----- Original Message ----- > > > > From: "Paul H Byerly" > > > > To: > > > > Sent: Monday, May 26, 2003 11:08 PM > > > > Subject: Re: [Mailman-Users] Installing Mailman > > > > > > > > > > > > > John Grafflin wrote: > > > > > >First step - how do I get the Mailman code from the download site to > > my > > > > > >website? > > > > > > > > > > Head to the directory from which you want to do the install. If > > you > > > > > want to use your admin directory then do as follows: > > > > > cd /home/admin > > > > > wget http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz > > > > > tar zxf mailman-2.1.2.tgz > > > > > > > > > > The second command does the download, the third unpacks the > > tarball > > > > > into "mailman-2.1.2". Go into mailman-2.1.2 and read "README" and > > > > > "INSTALL" and any of the other READMEs that apply to you. > > > > > > > > > > > > > > > <>< Paul > > > > > > > > > > > > > > > ------------------------------------------------------ > > > > > Mailman-Users mailing list > > > > > Mailman-Users at python.org > > > > > http://mail.python.org/mailman/listinfo/mailman-users > > > > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > > > > Searchable Archives: > > > > http://www.mail-archive.com/mailman-users%40python.org/ > > > > > > > > > > This message was sent to: jwgrafflin at ev1.net > > > > > Unsubscribe or change your options at > > > > > > > http://mail.python.org/mailman/options/mailman-users/jwgrafflin%40ev1.net > > > > > > > > > > > > > > > > > ------------------------------------------------------ > > > > Mailman-Users mailing list > > > > Mailman-Users at python.org > > > > http://mail.python.org/mailman/listinfo/mailman-users > > > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > > > Searchable Archives: > > http://www.mail-archive.com/mailman-users%40python.org/ > > > > > > > > This message was sent to: listmod at camarilla.white-wolf.com > > > > Unsubscribe or change your options at > > > > > > http://mail.python.org/mailman/options/mailman-users/listmod%40camarilla.white-wolf.com > > > -- > > > --(Dan Wright)- -- ---- ----------------- --- -- - - > > > -- ANTA: List and Forum Moderation > > > -- AIM: rulesninja > > > -- Email: listmod at camarilla.white-wolf.com > > > -- Web: http://www.elysiumgrounds.com/~listmodmod > > > -- Lists: http://camarilla.white-wolf.com/mailman/listinfo > > > -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ > > > --(US2002021042)-- ---- ------------------------------- --- -- - - > > > > > > > -- > --(Dan Wright)- -- ---- ----------------- --- -- - - > -- ANTA: List and Forum Moderation > -- AIM: rulesninja > -- Email: listmod at camarilla.white-wolf.com > -- Web: http://www.elysiumgrounds.com/~listmodmod > -- Lists: http://camarilla.white-wolf.com/mailman/listinfo > -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ > --(US2002021042)-- ---- ------------------------------- --- -- - - > From marko at dsv.nl Tue May 27 09:05:18 2003 From: marko at dsv.nl (Marko Leer) Date: Tue, 27 May 2003 09:05:18 +0200 Subject: [Mailman-Users] Wahoo! In-Reply-To: <1053994386.2197.245.camel@anncons> References: <5918668103.20030526190654@dsv.nl> <1053981241.2195.33.camel@anncons> <361463093.20030527001349@dsv.nl> <1053994386.2197.245.camel@anncons> Message-ID: <1844411233.20030527090518@dsv.nl> >> I used <./configure --with-mail-gid=mail --with-cgi-gid=nobody> >> JC> ... and it is working now? That's what I did in the first place... JC> And I thought Freebsd used "mailnull" as the user for the Mailserver. That was the problem! >> JC> For version 2.1.x make sure you are running Mailmanctl. I suppose it would be nice if that was in the installation docs. Maybe I'm using an outdated version? >> It quits saying >> JC> Also make sure to create the group "mailman" as your first mailman >> JC> group, then add your email as member of the group. I already added mailman and mailman-owner to the aliases. I had to remove these first. In the process I created three groups. So here's the next big question: How do I delete these groups? Cheers, Marko From Martin.Skjoldebrand at forumsyd.se Tue May 27 09:13:39 2003 From: Martin.Skjoldebrand at forumsyd.se (Martin Skjoldebrand) Date: Tue, 27 May 2003 09:13:39 +0200 Subject: [Mailman-Users] /var/mailman/cron/gate_news In-Reply-To: <01b301c323ba$10dcc960$0201a8c0@academia> References: <01b301c323ba$10dcc960$0201a8c0@academia> Message-ID: Eug?nia Giancoli Jabour skriver: >IOError: [Errno 13] Permission denied: >'/var/mailman/locks/gate_news.lock.smtp.cesjf.br.15104' I take it that the file/directory indicated is writeable by Mailman? mvh/ Regards, Martin S. CTO, Forum Syd OBS: Supportfr?gor ska skickas till: support at forumsyd.se (eller "support" i FC) "Not only could we know everything, we do. We just tell ourselves we don't to make it all bearable." From daniel.richter at wimba.com Tue May 27 13:44:19 2003 From: daniel.richter at wimba.com (Dan Richter) Date: Tue, 27 May 2003 13:44:19 +0200 Subject: [Mailman-Users] Names with dots rejected Message-ID: <5.1.0.14.1.20030527130506.02b782a0@mail.wimba.com> When I try to subscribe people using the web form (Membership Management -> Mass Subscription), Mailman rejects any name (or rather, initial) that has a period in it, claiming that the address is invalid. Okay, now that I've found the root problem I can get around it. But why is it A Good Thing? By the way, I'm using Mailman 2.1. ========== Dan Richter ============== mailto:Dan at wimba.com =========== When a program dies / what you need is a moment / of serinity. - Damian Conway, whose Perl module transforms computer error messages into haikus. From r.barrett at openinfo.co.uk Tue May 27 13:36:36 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Tue, 27 May 2003 12:36:36 +0100 Subject: [Mailman-Users] Re: mass subscribe (was Mailman-Users Digest, Vol 8, Issue 76) In-Reply-To: <1054003168.3ed2cfe0d725d@alumni.valdosta.edu> References: Message-ID: <5.1.1.6.0.20030527123036.0516af40@ext-proxy.ftel.co.uk> At 03:39 27/05/2003, jnewton at valdosta.edu wrote: >We have just installed Mailman for use at our university and we love the >features of this program. Kudos to all involved in making this available. > >We do have a large list of 18,000 addresses, many of which are stale or >unused. > >We have attempted to use the web form to mass subscribe (invite) the users >but >the form times out unless we use lists of 300 or less. > >Is there a way to fix this, say using a command line method. I note that the >command line version appears to lack the invitation method. Is there a >way to >effect this? If you look in $prefix/bin/ you will find useful command line programs like add_members, sync_members etc. Run these commands with --help option to get their usage printed to stdout. >Thanks, >Joe Newton >Valdosta State University >jnewton at valdosta.edu ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From jnewton at valdosta.edu Tue May 27 14:10:39 2003 From: jnewton at valdosta.edu (Joe Newton) Date: Tue, 27 May 2003 08:10:39 -0400 Subject: [Mailman-Users] Mass Subscribe With Invite: Command Line Option? (was Re: mass subscribe (was Mailman-Users Digest, Vol 8, Issue 76)) In-Reply-To: <5.1.1.6.0.20030527123036.0516af40@ext-proxy.ftel.co.uk> Message-ID: <002501c32448$ff663740$a38612a8@vo41129> Thank you Richard for pointing me towards the command line programs. This is yet another reason we love Mailman. My post last night was a bit hurried, so let me elaborate. We are Using Mailman version: 2.1.2 on SunOS 5.9 Generic_112233-04 sun4u sparc SUNW,Ultra-5_10. I have looked at the add_members program and do not see an option to allow the invite method. Perhaps I should just test using a "-i" or "--invite=" option and see if it has been included as a function but omitted from the --help doc. :-) Or perhaps there is another command line program that can help me? As for using the web form to invite subscribers, I have increased the timeout on the Apache server and that has improved functionality somewhat, but not linearly as I had hoped. So I have extended the timeout value to something like 15 minutes and increased the batch capable from 100 to as many as 400, alhough results are not consistent and probably depend on other activities on this machine. I have attempted to read the FAQs, documentation, and searched the archives for this list and I hope I haven't asked a stupid question, but am open and hopeful for any help or direction y'all can give me. Thanks, Joe Newton Systems Support Specialist Valdosta State University jnewton at valdosta.edu -----Original Message----- From: Richard Barrett [mailto:r.barrett at openinfo.co.uk] Sent: Tuesday, May 27, 2003 7:37 AM To: jnewton at valdosta.edu Cc: mailman-users at python.org Subject: Re: [Mailman-Users] Re: mass subscribe (was Mailman-Users Digest, Vol 8, Issue 76) At 03:39 27/05/2003, jnewton at valdosta.edu wrote: >We have just installed Mailman for use at our university and we love >the features of this program. Kudos to all involved in making this >available. > >We do have a large list of 18,000 addresses, many of which are stale or >unused. > >We have attempted to use the web form to mass subscribe (invite) the >users >but >the form times out unless we use lists of 300 or less. > >Is there a way to fix this, say using a command line method. I note >that the command line version appears to lack the invitation method. >Is there a way to effect this? If you look in $prefix/bin/ you will find useful command line programs like add_members, sync_members etc. Run these commands with --help option to get their usage printed to stdout. >Thanks, >Joe Newton >Valdosta State University >jnewton at valdosta.edu ------------------------------------------------------------------------ ------ Richard Barrett http://www.openinfo.co.uk From jonc at nc.rr.com Tue May 27 15:43:53 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Tue, 27 May 2003 13:43:53 -0000 Subject: [Mailman-Users] Mass Subscribe With Invite: Command Line Option? (was Re: mass subscribe (was Mailman-Users Digest, Vol 8, Issue 76)) In-Reply-To: <002501c32448$ff663740$a38612a8@vo41129> References: <002501c32448$ff663740$a38612a8@vo41129> Message-ID: <1054033130.2424.13.camel@anncons> Check the resources on your box. You shouldn't need to go to extreme measures when doing mass subscribes. - Do you have enough RAM on your server - is your server using virtual RAM frequently? (you can use the command top for this) - How fast is the processor, and what kind of other applications are you running? Is anything eating-up your processor time? - What is your up/down bandwidth to the internet? - What kind of DNS response times are you getting? (you can use dig for this) If your DNS responses are slow, then it could take quite awhile to get conformation of an email address. Good Luck BTW: I don't think "add_members" has the invite function yet. On Tue, 2003-05-27 at 08:10, Joe Newton wrote: > Thank you Richard for pointing me towards the command line programs. > > This is yet another reason we love Mailman. > > My post last night was a bit hurried, so let me elaborate. > > We are Using Mailman version: 2.1.2 on SunOS 5.9 Generic_112233-04 sun4u > sparc SUNW,Ultra-5_10. > > I have looked at the add_members program and do not see an option to > allow the invite method. Perhaps I should just test using a "-i" or > "--invite=" option and see if it has been included as a function > but omitted from the --help doc. :-) > > Or perhaps there is another command line program that can help me? > > As for using the web form to invite subscribers, I have increased the > timeout on the Apache server and that has improved functionality > somewhat, but not linearly as I had hoped. So I have extended the > timeout value to something like 15 minutes and increased the batch > capable from 100 to as many as 400, alhough results are not consistent > and probably depend on other activities on this machine. > > I have attempted to read the FAQs, documentation, and searched the > archives for this list and I hope I haven't asked a stupid question, but > am open and hopeful for any help or direction y'all can give me. > > > Thanks, > Joe Newton > Systems Support Specialist > Valdosta State University > jnewton at valdosta.edu > > > > -----Original Message----- > From: Richard Barrett [mailto:r.barrett at openinfo.co.uk] > Sent: Tuesday, May 27, 2003 7:37 AM > To: jnewton at valdosta.edu > Cc: mailman-users at python.org > Subject: Re: [Mailman-Users] Re: mass subscribe (was Mailman-Users > Digest, Vol 8, Issue 76) > > > At 03:39 27/05/2003, jnewton at valdosta.edu wrote: > >We have just installed Mailman for use at our university and we love > >the features of this program. Kudos to all involved in making this > >available. > > > >We do have a large list of 18,000 addresses, many of which are stale or > >unused. > > > >We have attempted to use the web form to mass subscribe (invite) the > >users > >but > >the form times out unless we use lists of 300 or less. > > > >Is there a way to fix this, say using a command line method. I note > >that the command line version appears to lack the invitation method. > >Is there a way to effect this? > > If you look in $prefix/bin/ you will find useful command line programs > like > add_members, sync_members etc. Run these commands with --help option to > get > their usage printed to stdout. > > >Thanks, > >Joe Newton > >Valdosta State University > >jnewton at valdosta.edu > > ------------------------------------------------------------------------ > ------ > Richard Barrett > http://www.openinfo.co.uk > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From foobar at intter.net Tue May 27 15:51:48 2003 From: foobar at intter.net (foobar) Date: Tue, 27 May 2003 16:51:48 +0300 (EEST) Subject: [Mailman-Users] LMTP-injector (Day of stupid ideas). Message-ID: <20030527140454.K37649@intter.net> Hi, Is there any possibilities to deliver mail via LMTP to MailMan instead of using that suid-wrapper via pipe? (Normal delivery: I use postfix and I don't see any idea why should I change uid again since aliases are owned by mailman-user and setuid is done by postfix already so this leads to newbie guestion: can I remove that suid-wrapper between MTA and MM like in Majordomo I managed to send requests directly to its resend etc programs) (Why I am asking this here is: specifications says nothing about lmtp-delivery via unix/inet-socket) Is there any idea to have one master-process which spawns lmtpd and so on + smtp-workers for sending mail outside even if that is MTA's work). It would be ace to have listserverNN.domain as "transport" which points to example lmtp:inet:anotherserver:port (which is MM) so we can handle all lists from one mta and not having to use nfs-glues delivering messages to multiple MM-instances. Br, ++Titus From jonc at nc.rr.com Tue May 27 15:57:32 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Tue, 27 May 2003 13:57:32 -0000 Subject: [Mailman-Users] Moderator/Owner Email Address Incorrect After Upgrade In-Reply-To: <3ED2F6C3.4070706@inferential.com> References: <3ED2F6C3.4070706@inferential.com> Message-ID: <1054033636.2424.20.camel@anncons> On Tue, 2003-05-27 at 01:25, Frederic Herman wrote: > I have just upgraded to MM 2.1 Via a RedHat RPM as part of an OS upgrade > to RedHat 9.0. The upgrade hosed my MM installation, and I have been > able to fix everything, including the wrapper name change, the command > aliases, the use of a daemon which wasn't used before,etc. > > One remaining problem is that the moderator and owner email addresses > used for the page footer and the notifications are now > -owner@ rather than the email addresses that I have > set in the Gnereal Settings page. I have searched archives and tried to > hack my way through the files to no avail. Since the rpm upgrade > apparently does the ./configure, I can't and don't want to try to use a > non-RPM copy to try to fix it, because I will likely do more damage. > > What do I need to do to get the actual email addresses to be usedd for > the "run by" footer address and the moderator notifications? First of all, the alias -owner will send mail to the list of admins that you have on the General Options page. The aliases for "admin" and "owner" should be setup as: test1-admin: "|/usr/local/mailman/mail/mailman admin test1" test1-owner: "|/usr/local/mailman/mail/mailman owner test1" Once these are setup in your aliases files, then the mail will go to the proper folks. If (for aesthetic reasons) you want the actual email addresses of the folks displayed, they you can edit the footer and delete the standard Mailman blather and replace it with your own text. Hope that is helpful - Jon Carnes From jonc at nc.rr.com Tue May 27 16:04:35 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Tue, 27 May 2003 14:04:35 -0000 Subject: [Mailman-Users] Wahoo! In-Reply-To: <1844411233.20030527090518@dsv.nl> References: <5918668103.20030526190654@dsv.nl> <1053981241.2195.33.camel@anncons> <361463093.20030527001349@dsv.nl> <1053994386.2197.245.camel@anncons> <1844411233.20030527090518@dsv.nl> Message-ID: <1054044250.2433.22.camel@anncons> On Tue, 2003-05-27 at 03:05, Marko Leer wrote: > In the process I created three groups. > So here's the next big question: How do I delete these groups? > > Cheers, > > Marko ~mailman/bin/rmlist Enjoy! From pioppo at ferrara.linux.it Tue May 27 16:22:12 2003 From: pioppo at ferrara.linux.it (Simone Piunno) Date: Tue, 27 May 2003 16:22:12 +0200 Subject: [Mailman-Users] LMTP-injector (Day of stupid ideas). In-Reply-To: <20030527140454.K37649@intter.net> References: <20030527140454.K37649@intter.net> Message-ID: <20030527142212.GA15619@pioppo.wired> marted?, 27 maggio 2003 alle 16:51:48, foobar ha scritto: > Is there any possibilities to deliver mail via LMTP to MailMan instead of > using that suid-wrapper via pipe? (Normal delivery: I use postfix and I Look at this -> http://www.gurulabs.com/files/postfix-to-mailman-2.1.py It's not LMTP but does solve your problem. -- This signature intentionally left blank From mailman-ml at dettmering.org Tue May 27 17:21:17 2003 From: mailman-ml at dettmering.org (Dirk Dettmering) Date: Tue, 27 May 2003 17:21:17 +0200 Subject: [Mailman-Users] Installing Mailman References: <021801c3233b$538d07e0$060df640@jwgmg> <20030526202545.66EDC2FC5E@quill.cisto.com> <0b4b01c323e5$f8842a80$9ae728d8@jwgmg> Message-ID: <3ED3826D.1DB7EFD4@dettmering.org> Hy John, John Grafflin wrote: > First step - how do I get the Mailman code from the download site to my > website? I really don't want to offend you, John, but I think it's a really a bad idea to help someone lacking the basic knowledge to get something like mailman running. The result might be another open relay or open proxy! It would be better to hire someone for that purpose or rent a dedicated server which has mailman and everything else already installed and pay for the administration including the updates. Yust my 2 EuroCent! Bye Dirk From mm at tentra.com Tue May 27 18:18:17 2003 From: mm at tentra.com (Tentra List Support) Date: Tue, 27 May 2003 11:18:17 -0500 Subject: [Mailman-Users] Installing Mailman References: <021801c3233b$538d07e0$060df640@jwgmg><20030526202545.66EDC2FC5E@quill.cisto.com><0b4b01c323e5$f8842a80$9ae728d8@jwgmg> <3ED3826D.1DB7EFD4@dettmering.org> Message-ID: <011e01c3246b$9560de40$b302a8c0@zeus> I am afraid I'd have to agree with Dirk. I think most of the subscribers on this list REALLY like to help others - I know I do. But this is not a Linux tutorial mailing list and a basic knowledge of Unix is necessary. This IS a situation where you should either hire someone or get your hands on a Linux test box and have LOTS of time on your hands to experiment. Sorry David Blomquist Principal, Tentra IT Solutions > Hy John, > > John Grafflin wrote: > > First step - how do I get the Mailman code from the download site to my > > website? > > I really don't want to offend you, John, but I think it's a really a > bad idea to help someone lacking the basic knowledge to get something > like mailman running. The result might be another open relay or open > proxy! > It would be better to hire someone for that purpose or rent a > dedicated server which has mailman and everything else already > installed and pay for the administration including the updates. > > Yust my 2 EuroCent! > > Bye > > Dirk > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: mm at tentra.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/mm%40tentra.com > From phil at nxtek.net Tue May 27 18:24:10 2003 From: phil at nxtek.net (Phil Iovino) Date: Tue, 27 May 2003 11:24:10 -0500 Subject: [Mailman-Users] Subscriber List? In-Reply-To: <011e01c3246b$9560de40$b302a8c0@zeus> Message-ID: <017a01c3246c$6a6e3060$a6f83544@cc109252A> Is there any way to get a full subscriber list of a given list without having to click on every letter in the alphabet in the admin? From mike at CamaroSS.net Tue May 27 18:26:34 2003 From: mike at CamaroSS.net (Mike Kercher) Date: Tue, 27 May 2003 11:26:34 -0500 Subject: [Mailman-Users] Subscriber List? In-Reply-To: <017a01c3246c$6a6e3060$a6f83544@cc109252A> Message-ID: <001c01c3246c$bd468850$9b01a8c0@home.middlefinger.net> ~mailman/bin/list_members > -----Original Message----- > From: mailman-users-bounces+mike=camaross.net at python.org > [mailto:mailman-users-bounces+mike=camaross.net at python.org] > On Behalf Of Phil Iovino > Sent: Tuesday, May 27, 2003 11:24 AM > To: mailman-users at python.org > Subject: [Mailman-Users] Subscriber List? > > > Is there any way to get a full subscriber list of a given > list without having to click on every letter in the alphabet > in the admin? > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailma> n-users > Mailman > FAQ: > http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%> 40python.org/ > > This > message was sent to: mike at camaross.net > > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/mike%40ca maross.net From paul at thcwd.com Tue May 27 18:29:03 2003 From: paul at thcwd.com (Paul H Byerly) Date: Tue, 27 May 2003 11:29:03 -0500 Subject: [Mailman-Users] Installing Mailman In-Reply-To: Message-ID: <5.2.1.1.0.20030527112257.030d9858@mail.thcwd.com> You need a TTY program that allows you to access your server and run commands on it from your local winblows machine. If you do not have such a program try PuTTY at . Once you get the TTY working you log in, and enter the commands I gave. You may need to spend some time in a Linux book or a Linux web site before you are ready to try installing. <>< Paul John Grafflin wrote: >Are you referring to the directory on my hard disk, or on my website? And, >where do I enter the command wget >http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz > >I previously downloaded mailman-2.1.2.tgz and mailman-2.1.2.tgz.asc to my >hard disk. I'm using Win98SE and IE6. > > >----- Original Message ----- >From: "Paul H Byerly" >To: >Sent: Monday, May 26, 2003 11:08 PM >Subject: Re: [Mailman-Users] Installing Mailman > > > > John Grafflin wrote: > > >First step - how do I get the Mailman code from the download site to my > > >website? > > > > Head to the directory from which you want to do the install. If you > > want to use your admin directory then do as follows: > > cd /home/admin > > wget http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz > > tar zxf mailman-2.1.2.tgz > > > > The second command does the download, the third unpacks the tarball > > into "mailman-2.1.2". Go into mailman-2.1.2 and read "README" and > > "INSTALL" and any of the other READMEs that apply to you. From phil at nxtek.net Tue May 27 18:31:20 2003 From: phil at nxtek.net (Phil Iovino) Date: Tue, 27 May 2003 11:31:20 -0500 Subject: [Mailman-Users] Subscriber List? In-Reply-To: <001c01c3246c$bd468850$9b01a8c0@home.middlefinger.net> Message-ID: <018201c3246d$683c18b0$a6f83544@cc109252A> Is there a way a list owner can do it? > -----Original Message----- > From: mailman-users-bounces+phil=nxtek.net at python.org > [mailto:mailman-users-bounces+phil=nxtek.net at python.org] On > Behalf Of Mike Kercher > Sent: Tuesday, May 27, 2003 11:27 AM > To: mailman-users at python.org > Subject: RE: [Mailman-Users] Subscriber List? > > > ~mailman/bin/list_members > > > > -----Original Message----- > > From: mailman-users-bounces+mike=camaross.net at python.org > > [mailto:mailman-users-bounces+mike=camaross.net at python.org] > > On Behalf Of Phil Iovino > > Sent: Tuesday, May 27, 2003 11:24 AM > > To: mailman-users at python.org > > Subject: [Mailman-Users] Subscriber List? > > > > > > Is there any way to get a full subscriber list of a given > > list without having to click on every letter in the alphabet > > in the admin? > > > > > > ------------------------------------------------------ > > Mailman-Users mailing list > > Mailman-Users at python.org > > http://mail.python.org/mailman/listinfo/mailma> n-users > > Mailman > > FAQ: > > http://www.python.org/cgi-bin/faqw-mm.py > > Searchable Archives: > > http://www.mail-archive.com/mailman-users%> 40python.org/ > > > > This > > message was sent to: mike at camaross.net > > > > Unsubscribe or change your options at > > http://mail.python.org/mailman/options/mailman-users/mike%40ca > maross.net > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%> 40python.org/ > > This > message was sent to: phil at nxtek.net > > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/phil%40nxtek.net > From python.org at gregwestin.com Tue May 27 20:23:24 2003 From: python.org at gregwestin.com (Greg Westin) Date: Tue, 27 May 2003 14:23:24 -0400 (EDT) Subject: [Mailman-Users] virtual domains Message-ID: I've searched the archives and FAQ for answers, but only see questions with no replies. I hope someone makes a FAQ about virtual domains! (or makes it easier to find if it exists!) I can't get lists on virtual domains to work right. The web pages for the list properly show it as being on the virtual domain, but when I send messages to the list, it shows up as being to listname at defaultdom.ain instead of listname at virtualdom.ain. This is the domain listed in the 'mydomain' variable in Postfix, but I don't think it's anywhere in the Mailman configuration files. Also, virtual-mailman isn't touched when creating lists on virtual domains. Below is more information about my setup. I'm using Postfix as my MTA. In my Postfix main.cf file, I have the following line: virtual_maps= hash:/etc/postfix/virtual, hash:/usr/local/mailman/data/virtual-mailman In my mm_cfg.py file, I have the following relevant lines: MTA = 'Postfix' POSTFIX_STYLE_VIRTUAL_DOMAINS = ['virtualdom1.ain', 'virtualdom2.ain'] POSTFIX_ALIAS_CMD = '/usr/local/bin/postalias' POSTFIX_MAP_CMD = '/usr/local/bin/postmap' #VIRTUAL_HOSTS = {'virtualdom1.ain','virtualdom2.ain'} add_virtualhost('virtualdom1.ain') #VIRTUAL_HOST['virtualdom1.ain'] add_virtualhost('virtualdom2.ain') #VIRTUAL_HOST['virtualdom2.ain'] Any help would be appreciated. Greg --- http://www.gregwestin.com/ Contact info: http://www.gregwestin.com/contact.php From jwgrafflin at ev1.net Wed May 28 00:07:07 2003 From: jwgrafflin at ev1.net (John Grafflin) Date: Tue, 27 May 2003 17:07:07 -0500 Subject: [Mailman-Users] Installing Mailman References: <5.2.1.1.0.20030527112257.030d9858@mail.thcwd.com> Message-ID: <00a101c3249c$50da7ca0$20e828d8@jwgmg> Thanks Paul, Right now it seems the simpliest solution to my needs is to find a host that already has Mailman installed, or at least one that will install it for me. I found one host that had Mailman installed, but they also had cpanel. As I'm sure you are aware, cpanel has altered the code so you can't use Mailman as it was designed. Surely among all the list members someone can suggest a host that will meet my basic needs. In the meantime, I'll start doing the research on Linux. John ----- Original Message ----- From: "Paul H Byerly" To: Sent: Tuesday, May 27, 2003 11:29 AM Subject: Re: [Mailman-Users] Installing Mailman > You need a TTY program that allows you to access your server and run > commands on it from your local winblows machine. If you do not have such a > program try PuTTY at > . > Once you get the TTY working you log in, and enter the commands I > gave. You may need to spend some time in a Linux book or a Linux web site > before you are ready to try installing. > <>< Paul > > John Grafflin wrote: > >Are you referring to the directory on my hard disk, or on my website? And, > >where do I enter the command wget > >http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz > > > >I previously downloaded mailman-2.1.2.tgz and mailman-2.1.2.tgz.asc to my > >hard disk. I'm using Win98SE and IE6. > > > > > >----- Original Message ----- > >From: "Paul H Byerly" > >To: > >Sent: Monday, May 26, 2003 11:08 PM > >Subject: Re: [Mailman-Users] Installing Mailman > > > > > > > John Grafflin wrote: > > > >First step - how do I get the Mailman code from the download site to my > > > >website? > > > > > > Head to the directory from which you want to do the install. If you > > > want to use your admin directory then do as follows: > > > cd /home/admin > > > wget http://ftp.gnu.org/gnu/mailman/mailman-2.1.2.tgz > > > tar zxf mailman-2.1.2.tgz > > > > > > The second command does the download, the third unpacks the tarball > > > into "mailman-2.1.2". Go into mailman-2.1.2 and read "README" and > > > "INSTALL" and any of the other READMEs that apply to you. > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jwgrafflin at ev1.net > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jwgrafflin%40ev1.net > From wes at greenfieldnetworks.com Wed May 28 00:50:21 2003 From: wes at greenfieldnetworks.com (Wesley T. Perdue) Date: Tue, 27 May 2003 15:50:21 -0700 Subject: [Mailman-Users] modifying mailman's source Message-ID: <5.2.1.1.2.20030527154126.03671cd8@mail.greenfieldnetworks-int.com> All, I need to call an external script whenever a mailing list's membership changes. I'd like to pass the name of the modified list to my script. I've spent some time studying the Mailman source, and I think the file I need to modify is ~mailman/Mailman/MailList.py. I think the functions that need to be modified are functions ApprovedAddMember, ApprovedDeleteMember, and ChangeMemberAddress. Here are the two lines that I'd like to add to the above functions: metacmd= '~mailman/scripts/my-script.pl' + ' ' + self os.system(metacmd) Does this look correct? I'm using Mailman 2.1.2 in Linux. Thanks, Wes ---------- Wes Perdue IT Manager, Greenfield Networks From code at fastmedia.com Wed May 28 01:07:14 2003 From: code at fastmedia.com (hooch) Date: Wed, 28 May 2003 09:07:14 +1000 Subject: [Mailman-Users] virtual domains (virtual hosts) In-Reply-To: References: Message-ID: <20030528090714.077514d4.code@fastmedia.com> On Tue, 27 May 2003 14:23:24 -0400 (EDT) Greg Westin wrote: > I've searched the archives and FAQ for answers, but only see questions > with no replies. I hope someone makes a FAQ about virtual domains! (or > makes it easier to find if it exists!) > > I can't get lists on virtual domains to work right. The web pages for the > list properly show it as being on the virtual domain, but when I send > messages to the list, it shows up as being to listname at defaultdom.ain > instead of listname at virtualdom.ain. This is the domain listed in the > 'mydomain' variable in Postfix, but I don't think it's anywhere in > the Mailman configuration files. Also, virtual-mailman isn't touched > when creating lists on virtual domains. Below is more information about > my setup. I agree, documentation on virtual domains is not the best :) I waited on #mailman and got some assistance, it seems that the latest documentation is in the various bin/ scripts' --help I'm not sure of your postfix setup, but i configured mm-cfg.py: add_virtualhost('www.virtualdom1.ain','virtualdom1.ain') And when I add a list like this: bin/newlist list-name at www.virtualdom1.ain I find the mail host is configured as 'virtualdom1.ain'. I was able to reconfigure an existing list similarly: bin/withlist -l -r fix_url list-name -u www.virtualdom1.ain -v Content on the mailman website about 'virtual hosts' seems to be cruft :) Hope this helps Regards Chris Paul From listmod at camarilla.white-wolf.com Wed May 28 02:47:43 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Wed, 28 May 2003 00:47:43 -0000 Subject: [Mailman-Users] Mailman and MySQL Message-ID: <1054082827.1625.69.camel@localhost.localdomain> externalized user lists. If we could get mailman to get it's mailing list info from mysql we could integrate our system even more. A mailman db instance with each list having it's own table would be simple and easy to work with. Any ideas? -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - From python.org at gregwestin.com Wed May 28 02:52:12 2003 From: python.org at gregwestin.com (Greg Westin) Date: Tue, 27 May 2003 20:52:12 -0400 (EDT) Subject: [Mailman-Users] virtual domains (virtual hosts) In-Reply-To: <20030528090714.077514d4.code@fastmedia.com> Message-ID: Thanks... I think it was just a silly mistake. I'd had: add_virtualhost('virtualdom1.ain') instead of: add_virtualhost('www.virtualdom1.ain','virtualdom1.ain') Now things seem to be working great. I ran genaliases and all seems right with the world. Thanks, Greg --- http://www.gregwestin.com/ Contact info: http://www.gregwestin.com/contact.php On Wed, 28 May 2003, hooch wrote: > > On Tue, 27 May 2003 14:23:24 -0400 (EDT) > Greg Westin wrote: > > > I've searched the archives and FAQ for answers, but only see questions > > with no replies. I hope someone makes a FAQ about virtual domains! (or > > makes it easier to find if it exists!) > > > > I can't get lists on virtual domains to work right. The web pages for the > > list properly show it as being on the virtual domain, but when I send > > messages to the list, it shows up as being to listname at defaultdom.ain > > instead of listname at virtualdom.ain. This is the domain listed in the > > 'mydomain' variable in Postfix, but I don't think it's anywhere in > > the Mailman configuration files. Also, virtual-mailman isn't touched > > when creating lists on virtual domains. Below is more information about > > my setup. > > > I agree, documentation on virtual domains is not the best :) > > I waited on #mailman and got some assistance, it seems that the > latest documentation is in the various bin/ scripts' --help > > > I'm not sure of your postfix setup, but i configured mm-cfg.py: > > add_virtualhost('www.virtualdom1.ain','virtualdom1.ain') > > > And when I add a list like this: > > bin/newlist list-name at www.virtualdom1.ain > > I find the mail host is configured as 'virtualdom1.ain'. > > > I was able to reconfigure an existing list similarly: > > bin/withlist -l -r fix_url list-name -u www.virtualdom1.ain -v > > > Content on the mailman website about 'virtual hosts' seems to be cruft :) > > > Hope this helps > > > > Regards > > Chris Paul From listmod at camarilla.white-wolf.com Wed May 28 03:14:45 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Wed, 28 May 2003 01:14:45 -0000 Subject: [Mailman-Users] Subscriber List? In-Reply-To: <017a01c3246c$6a6e3060$a6f83544@cc109252A> References: <017a01c3246c$6a6e3060$a6f83544@cc109252A> Message-ID: <1054084442.1625.73.camel@localhost.localdomain> Yes. >From the commandline interface ~/mailman/bin/list_members On Tue, 2003-05-27 at 12:24, Phil Iovino wrote: > Is there any way to get a full subscriber list of a given list without > having to click on every letter in the alphabet in the admin? > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: listmod at camarilla.white-wolf.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/listmod%40camarilla.white-wolf.com -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - From wnpauls2 at yahoo.com Wed May 28 03:45:34 2003 From: wnpauls2 at yahoo.com (Paul Schumacher) Date: Tue, 27 May 2003 18:45:34 -0700 (PDT) Subject: [Mailman-Users] Need to change the machine name ... what do I have to do? Message-ID: <20030528014534.91100.qmail@web9203.mail.yahoo.com> I have to change the name of my server from foo.foo1.foo2.foo3.edu to foo4.foo5.edu. ( the ip will remain the same) What do I have to change in mailman? thanks, Paul Schumacher Winona State University --------------------------------- Do you Yahoo!? Free online calendar with sync to Outlook(TM). From chriskl at familyhealth.com.au Wed May 28 03:54:16 2003 From: chriskl at familyhealth.com.au (Christopher Kings-Lynne) Date: Wed, 28 May 2003 09:54:16 +0800 Subject: [Mailman-Users] Mailman and MySQL References: <1054082827.1625.69.camel@localhost.localdomain> Message-ID: <068201c324bc$0c4f6fd0$6500a8c0@fhp.internal> Do what I do - write a script to generate to its stdout a list of email addresses. Then, write a cronjob to pipe that into sync_members each midnight. Chris ----- Original Message ----- From: "Dan Wright US2002021042" To: Sent: Wednesday, May 28, 2003 8:47 AM Subject: [Mailman-Users] Mailman and MySQL > externalized user lists. If we could get mailman to get it's mailing > list info from mysql we could integrate our system even more. A mailman > db instance with each list having it's own table would be simple and > easy to work with. > > > Any ideas? > > -- > --(Dan Wright)- -- ---- ----------------- --- -- - - > -- ANTA: List and Forum Moderation > -- AIM: rulesninja > -- Email: listmod at camarilla.white-wolf.com > -- Web: http://www.elysiumgrounds.com/~listmodmod > -- Lists: http://camarilla.white-wolf.com/mailman/listinfo > -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ > --(US2002021042)-- ---- ------------------------------- --- -- - - > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: chriskl at familyhealth.com.au > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/chriskl%40familyhealth.com.au > From jonc at nc.rr.com Wed May 28 05:11:04 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Wed, 28 May 2003 03:11:04 -0000 Subject: [Mailman-Users] Need to change the machine name ... what do I have to do? In-Reply-To: <20030528014534.91100.qmail@web9203.mail.yahoo.com> References: <20030528014534.91100.qmail@web9203.mail.yahoo.com> Message-ID: <1054091462.2765.31.camel@anncons> You'll need to make changes in ~mailman/Mailman/mm_cfg.py Your existing lists will all have to be modified to use the new address. If you're using versino 2.1.x then you need to use the fix_url.py script on each list (the archives has a donated script that does this for you automagically). If you're using version 2.0.x then you can simply go into the web-config for each list and make the change on the General Options page. Good Luck - Jon Carnes On Tue, 2003-05-27 at 21:45, Paul Schumacher wrote: > I have to change the name of my server from foo.foo1.foo2.foo3.edu to foo4.foo5.edu. ( the ip will remain the same) > > What do I have to change in mailman? > > thanks, > > Paul Schumacher > Winona State University > > > --------------------------------- > Do you Yahoo!? > Free online calendar with sync to Outlook(TM). > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From listmod at camarilla.white-wolf.com Wed May 28 05:35:20 2003 From: listmod at camarilla.white-wolf.com (Dan Wright US2002021042) Date: Wed, 28 May 2003 03:35:20 -0000 Subject: [Mailman-Users] Bug in using web-interface "create" function Message-ID: <1054092884.1625.79.camel@localhost.localdomain> Just installed postfix as our MTA and I noticed this error when using the web-interface to create lists Bug in Mailman version 2.1.2 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 (most recent call last): File "/usr/local/mailman/scripts/driver", line 87, in run_main main() File "/usr/local/mailman/Mailman/Cgi/create.py", line 55, in main process_request(doc, cgidata) File "/usr/local/mailman/Mailman/Cgi/create.py", line 217, in process_request sys.modules[modname].create(mlist, cgi=1) File "/usr/local/mailman/Mailman/MTA/Postfix.py", line 232, in create _update_maps() File "/usr/local/mailman/Mailman/MTA/Postfix.py", line 53, in _update_maps raise RuntimeError, msg % (acmd, status, errstr) RuntimeError: command failed: /usr/sbin/postalias /usr/local/mailman/data/aliases (status: 1, Operation not permitted) ________________________________________________________________________ Python information: Variable Value sys.version 2.2.1 (#2, Feb 10 2003, 10:57:30) [GCC 2.95.2 19991024 (release)] sys.executable /usr/local/bin/python sys.prefix /usr/local sys.exec_prefix /usr/local sys.path /usr/local sys.platform darwin ________________________________________________________________________ Environment variables: Variable Value HTTP_ACCEPT text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,video/x-mng,image/png,image/jpeg,image/gif;q=0.2,text/css,*/*;q=0.1 CONTENT_TYPE application/x-www-form-urlencoded HTTP_REFERER http://camarilla.white-wolf.com/mailman/create SERVER_SOFTWARE Apache/1.3.26 (Darwin) mod_ssl/2.8.10 OpenSSL/0.9.6b PHP/4.1.2 PYTHONPATH /usr/local/mailman SCRIPT_FILENAME /usr/local/mailman/cgi-bin/create SERVER_ADMIN webmaster at example.com SCRIPT_NAME /mailman/create SERVER_SIGNATURE Apache/1.3.26 Server at camarilla Port 16080 REQUEST_METHOD POST HTTP_HOST camarilla.white-wolf.com HTTP_KEEP_ALIVE 300 SERVER_PROTOCOL HTTP/1.1 QUERY_STRING REQUEST_URI /mailman/create CONTENT_LENGTH 167 HTTP_ACCEPT_CHARSET ISO-8859-1, utf-8;q=0.66, *;q=0.66 HTTP_USER_AGENT Mozilla/5.0 Galeon/1.2.7 (X11; Linux i686; U;) Gecko/20030131 HTTP_CONNECTION keep-alive HTTP_COOKIE member_id=7; pass_hash=c97833fbd230fb6345714e914819fc35; anonlogin=-1; LPid=1053574951; us-sw-cam-anarch+admin=2802000000694a2dd43e732800000036383865383038353563383534316134353832343236303237656138333132336366643661633938 SERVER_NAME camarilla REMOTE_ADDR 206.65.59.149 REMOTE_PORT 50503 HTTP_ACCEPT_LANGUAGE en-us, en;q=0.50 __CF_USER_TEXT_ENCODING 0x46:0:0 SERVER_PORT 16080 GATEWAY_INTERFACE CGI/1.1 HTTP_ACCEPT_ENCODING gzip, deflate, compress;q=0.9 SERVER_ADDR 206.65.59.149 DOCUMENT_ROOT /Library/WebServer/Documents -- --(Dan Wright)- -- ---- ----------------- --- -- - - -- ANTA: List and Forum Moderation -- AIM: rulesninja -- Email: listmod at camarilla.white-wolf.com -- Web: http://www.elysiumgrounds.com/~listmodmod -- Lists: http://camarilla.white-wolf.com/mailman/listinfo -- Mailman FAQ: http://camarilla.white-wolf.com/lists/ --(US2002021042)-- ---- ------------------------------- --- -- - - From Freedom_Lover at pobox.com Wed May 28 05:50:38 2003 From: Freedom_Lover at pobox.com (Todd) Date: Tue, 27 May 2003 23:50:38 -0400 Subject: [Mailman-Users] Bug in using web-interface "create" function In-Reply-To: <1054092884.1625.79.camel@localhost.localdomain> References: <1054092884.1625.79.camel@localhost.localdomain> Message-ID: <20030528035038.GL16293@psilocybe.teonanacatl.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 See http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.009.htp You most likely have a permissions problem on your alias files. Dan Wright US2002021042 wrote: > Just installed postfix as our MTA and I noticed this error when using > the web-interface to create lists > > Bug in Mailman version 2.1.2 > 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 (most recent call last): > File "/usr/local/mailman/scripts/driver", line 87, in run_main > main() > File "/usr/local/mailman/Mailman/Cgi/create.py", line 55, in main > process_request(doc, cgidata) > File "/usr/local/mailman/Mailman/Cgi/create.py", line 217, in process_request > sys.modules[modname].create(mlist, cgi=1) > File "/usr/local/mailman/Mailman/MTA/Postfix.py", line 232, in create > _update_maps() > File "/usr/local/mailman/Mailman/MTA/Postfix.py", line 53, in _update_maps > raise RuntimeError, msg % (acmd, status, errstr) > RuntimeError: command failed: /usr/sbin/postalias /usr/local/mailman/data/aliases (status: 1, Operation not permitted) - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ============================================================================ If the triangles were to make a God they would give him three sides. -- Montesquieu -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+1DIOuv+09NZUB1oRAuvLAKCUWL6YPJvGC1gcs3d9lYiWoHffjwCglwl4 cXKDeArQW7A3b6mPMN+cw4M= =IPao -----END PGP SIGNATURE----- From javier.romero at cedex.es Wed May 28 10:45:49 2003 From: javier.romero at cedex.es (javier) Date: Wed, 28 May 2003 10:45:49 +0200 Subject: [Mailman-Users] 2 machines with 2 mailmans & 1nfs /archives & /lists Message-ID: <3ED4773D.1080608@cedex.es> Hi people! The two machines has the same DNSname, but diferent IP number. two mailmans are working good... you can create list from the two machines... i put special atenttion in user and groups, and i had to change the mailman uid&gid to be the same number in 3 machines (mailman1,mailman2,NFS store). When i create a list, i have to change perms to 777, to be listed from 2 machines with bin/list_lists, and two mailmans listed all lists created with both, so.... Could I change any .py file to change perms that mailman create the new-lists files?? thanks -- Javier Romero Casado tel.913357274 Dep. Comunicaciones CEDEX From skategoat25 at yahoo.ca Wed May 28 15:24:22 2003 From: skategoat25 at yahoo.ca (Henry Kim) Date: Wed, 28 May 2003 09:24:22 -0400 (EDT) Subject: [Mailman-Users] Anyone know a good email address management utility? In-Reply-To: <3ED4773D.1080608@cedex.es> Message-ID: <20030528132422.2841.qmail@web40511.mail.yahoo.com> I'd like to manage my email addresses outside of Mailman. I want to keep track of names, remove duplicates, etc. Anyone know a good cheap or free utility to manage this? ===== Henry Kim (from his travelling email address) ______________________________________________________________________ Post your free ad now! http://personals.yahoo.ca From ArnarB at oddi.is Wed May 28 15:24:05 2003 From: ArnarB at oddi.is (Arnar Birgisson) Date: Wed, 28 May 2003 13:24:05 +0000 Subject: [Mailman-Users] Excessive cpu usage Message-ID: Hello I'm running mailman 2.1 on a linux machine. My problem is that the mailman qrunner daemon constantly consumes 65-95% of cpu time. Nothing shows up in the logs while this goes on. Any ideas of how to locate the fault? Arnar From bantonio at di.fc.ul.pt Wed May 28 15:29:29 2003 From: bantonio at di.fc.ul.pt (=?ISO-8859-1?Q?Bruno_Ant=F3nio?=) Date: Wed, 28 May 2003 14:29:29 +0100 Subject: [Mailman-Users] Basic questions References: Message-ID: <3ED4B9B9.5070501@di.fc.ul.pt> Hi there, Maybe this is a strange question or an unanswareble one. Is there a way (by a module or somthing) of using LDAP with MAilman, for instances instead of mailman having is own autentication it would get it from the LDAP tree ??? If there is a way, please let me know. Thanks for the help. -- Bruno Ant?nio, Administra??o de Sistemas do Dep. de Inform?tica da Fac. de Ci?ncias da Universidade de Lisboa, Campo Grande Bloco C5 piso 1 sala 5.1.25B 1749-016 Lisboa - Portugal Tel: +351 217500513 Fax: +351 217500084 From jsmith at smittybuilt.com Wed May 28 15:34:39 2003 From: jsmith at smittybuilt.com (jsmith) Date: Wed, 28 May 2003 06:34:39 -0700 Subject: [Mailman-Users] Stripping Message-ID: Hello, I have Mailman 2.1.1 running with sendmail an freebsd 4.7 I have recently ran into a problem with Mailman stripping all text codes and making the post nothing but jumbled text without sentences. I do not have Mailman converting HTML to Plain Text. Although I have tried that as well with no real success. Any help would be greatly appreciated. Joe From guallar at easternrad.com Wed May 28 15:46:01 2003 From: guallar at easternrad.com (Josep L. Guallar-Esteve) Date: Wed, 28 May 2003 09:46:01 -0400 Subject: [Mailman-Users] Excessive cpu usage In-Reply-To: References: Message-ID: <200305280946.01693.guallar@easternrad.com> On Wednesday 28 May 2003 09:24 am, Arnar Birgisson wrote: > Hello Hi > I'm running mailman 2.1 on a linux machine. My problem is that the > mailman qrunner daemon constantly consumes 65-95% of cpu time. Nothing > shows up in the logs while this goes on. Any ideas of how to locate the > fault? The problem might be the message size. Mailman parses all the messages with python,who is a little unefficient. For example, on my mailman machine, messages of size=300 KB required 300 MB of RAM for processing... and used up (+90%) the CPU (P-III-Xeon-550). In my case, the solution was to reduce the message size, > Arnar Josep -- Josep L. Guallar-Esteve Eastern Radiologists, Inc. Systems and Network Administration http://www.easternrad.com From gerald at ethereal.com Tue May 27 23:22:17 2003 From: gerald at ethereal.com (Gerald Combs) Date: Tue, 27 May 2003 16:22:17 -0500 (CDT) Subject: [Mailman-Users] qrunner looping on confirm message Message-ID: I recently upgraded from Mailman 2.0.8 to 2.1.2. Since then I've run into a wierd problem where qrunner appears to be looping on a message in the "out" queue. The message itself is a subscription confirmation from a nonexistent local user; apparently someone tried to subscribe and forgot to add the domain to their email address. The only fix I've found so far is to manually stop qrunner, remove the offending .db and .pck file, and restart qrunner. From gwood at azma.org Tue May 27 23:56:03 2003 From: gwood at azma.org (George Wood) Date: Tue, 27 May 2003 14:56:03 -0700 Subject: [Mailman-Users] installation instructions? Message-ID: <3ED3DEF3.2050008@azma.org> Your Documentation Overview page (http://www.gnu.org/software/mailman/docs.html) says that the Site Administrators Documentation page (http://www.gnu.org/software/mailman/site.html) contains installation instructions. I couldn't find them. Where are the installation instructions? From dereks at realloc.net Wed May 28 00:39:02 2003 From: dereks at realloc.net (Derek Simkowiak) Date: Tue, 27 May 2003 15:39:02 -0700 Subject: [Mailman-Users] Where are the user lists? Message-ID: <000501c324a0$c5ce1310$6400a8c0@dereks> I visit http://www.list.org, click on the "Mailing Lists" link, which takes me here: http://www.list.org/lists.html The link to the list "Mailman Users" is a broken link (as well as the archives link). So, where do I get help? As a "first impressions" note, this is kind of sad with Mailman being a web-based MLM and all :) Thanks, Derek From ArnarB at oddi.is Wed May 28 16:00:35 2003 From: ArnarB at oddi.is (Arnar Birgisson) Date: Wed, 28 May 2003 14:00:35 +0000 Subject: [Mailman-Users] Excessive cpu usage Message-ID: Hello.. and thanks for the response. I probably should have mentioned that there is currently no traffic on the server.. no messages are being sent and all queues are empty. Arnar >>> "Josep L. Guallar-Esteve" 28.5.2003 13:46:01 >>> On Wednesday 28 May 2003 09:24 am, Arnar Birgisson wrote: > Hello Hi > I'm running mailman 2.1 on a linux machine. My problem is that the > mailman qrunner daemon constantly consumes 65-95% of cpu time. Nothing > shows up in the logs while this goes on. Any ideas of how to locate the > fault? The problem might be the message size. Mailman parses all the messages with python,who is a little unefficient. For example, on my mailman machine, messages of size=300 KB required 300 MB of RAM for processing... and used up (+90%) the CPU (P-III-Xeon-550). In my case, the solution was to reduce the message size, > Arnar Josep -- Josep L. Guallar-Esteve Eastern Radiologists, Inc. Systems and Network Administration http://www.easternrad.com ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: arnarb at oddi.is Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/arnarb%40oddi.is From ArnarB at oddi.is Wed May 28 16:08:01 2003 From: ArnarB at oddi.is (Arnar Birgisson) Date: Wed, 28 May 2003 14:08:01 +0000 Subject: [Mailman-Users] Excessive cpu usage Message-ID: Sorry for replying to my own post.. but I just noticed by watching the $prefix/qfiles/out directory.. that files are being created and removed there constantly.. still, nothing in the logs. There is however no ongoing traffic at the moment, this is a private server with few lists. My MTA is Exim 4, since recently. Arnar >>> "Arnar Birgisson" 28.5.2003 14:00:35 >>> Hello.. and thanks for the response. I probably should have mentioned that there is currently no traffic on the server.. no messages are being sent and all queues are empty. Arnar >>> "Josep L. Guallar-Esteve" 28.5.2003 13:46:01 >>> On Wednesday 28 May 2003 09:24 am, Arnar Birgisson wrote: > Hello Hi > I'm running mailman 2.1 on a linux machine. My problem is that the > mailman qrunner daemon constantly consumes 65-95% of cpu time. Nothing > shows up in the logs while this goes on. Any ideas of how to locate the > fault? The problem might be the message size. Mailman parses all the messages with python,who is a little unefficient. For example, on my mailman machine, messages of size=300 KB required 300 MB of RAM for processing... and used up (+90%) the CPU (P-III-Xeon-550). In my case, the solution was to reduce the message size, > Arnar Josep -- Josep L. Guallar-Esteve Eastern Radiologists, Inc. Systems and Network Administration http://www.easternrad.com ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: arnarb at oddi.is Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/arnarb%40oddi.is ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: arnarb at oddi.is Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/arnarb%40oddi.is From ArnarB at oddi.is Wed May 28 16:33:05 2003 From: ArnarB at oddi.is (Arnar Birgisson) Date: Wed, 28 May 2003 14:33:05 +0000 Subject: [Mailman-Users] Excessive cpu usage Message-ID: Hi there.. I verified this.. the MTA seems to be configured correctly. Since switching to Exim recently, mailman lists have worked as they should. As I mentioned earlier, some files are constantly being created in the out queue directory. I wasn't right when I said earlier that there was no traffic, apparently there is one message in the out queue, according to the contents of those files. What makes me unable to diagnose the problem however is that nothing shows up in neither the mailman log files nor exim's log files. Arnar >>> Raquel Rice 28.5.2003 14:16:00 >>> On Wed, 28 May 2003 09:46:01 -0400 "Josep L. Guallar-Esteve" wrote: > On Wednesday 28 May 2003 09:24 am, Arnar Birgisson wrote: > > Hello > > Hi > > > I'm running mailman 2.1 on a linux machine. My problem is that > > the mailman qrunner daemon constantly consumes 65-95% of cpu > > time. Nothing shows up in the logs while this goes on. Any ideas > > of how to locate the fault? > > The problem might be the message size. Mailman parses all the > messages with python,who is a little unefficient. > > For example, on my mailman machine, messages of size=300 KB > required 300 MB of RAM for processing... and used up (+90%) the > CPU (P-III-Xeon-550). > > In my case, the solution was to reduce the message size, > > > Arnar > > > Josep The FAQ that is included in the Mailman download indicates that it could also be a problem with your MTA. Make certain that your MTA isn't set up to do DNS lookups on each address. -- Raquel ============================================================ The life of the individual only has meaning insofar as it aids in making the life of every living thing nobler and more beautiful. Life is sacred, that is to say, it is the supreme value to which all other values are subordinate. --Albert Einstein ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: arnarb at oddi.is Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/arnarb%40oddi.is From gerald+mailman at ethereal.com Wed May 28 16:34:04 2003 From: gerald+mailman at ethereal.com (Gerald Combs) Date: Wed, 28 May 2003 09:34:04 -0500 (CDT) Subject: [Mailman-Users] Excessive cpu usage In-Reply-To: Message-ID: On Wed, 28 May 2003, Arnar Birgisson wrote: > Sorry for replying to my own post.. but I just noticed by watching the > $prefix/qfiles/out directory.. that files are being created and removed > there constantly.. still, nothing in the logs. There is however no > ongoing traffic at the moment, this is a private server with few lists. > My MTA is Exim 4, since recently. This sounds similar to a problem I'm having. In my case, if I stop qrunner there's a single message in the "out" queue. $prefix/bin/dumpdb shows that it's a malformed confirm message. Like you, nothing shows up in Mailman's nor (in my case) Postfix's logs. From ArnarB at oddi.is Wed May 28 16:42:52 2003 From: ArnarB at oddi.is (Arnar Birgisson) Date: Wed, 28 May 2003 14:42:52 +0000 Subject: [Mailman-Users] Excessive cpu usage Message-ID: Something of the sort yes.. if I stop mailman, there is one message in the out queue. However, using dumpdb reveals that this is just a normal message being posted to a list, not a confirm message. dumpdb on the .db file gives (I have replaced @ with 'at' in email addresses..) { 'decorated': 1, 'lang': 'en', 'listname': 'configfiles-commits', 'original_sender': 'arnarb at oddi.is', 'origsubj': '[CVS] cvs-configfiles: poki.oddi.is/etc/mail/ exim', 'received_time': 1054116645.529613, 'recips': ['x at oddi.is', 'arnarb at oddi.is', 'x at oddi.is'], 'tolist': 1, 'version': 3} and dumpdb on the .pck file gives the message source, complete with mailman-added headers and all. The headers are.. >From root at linux.oddi.is Wed May 28 10:10:44 2003 Received: from root by poki.oddi.is with local (Exim 4.20) id 19KxtM-0004OC-K3 for configfiles-commits at listar.oddi.is; Wed, 28 May 2003 10:10:44 +0000 From: "Ofurpaur" To: configfiles-commits at listar.oddi.is User-Agent: OSSP shiela 1.0.4 [CVS 1.11.5+RSE] Precedence: bulk Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Lines: 605 Message-Id: Date: Wed, 28 May 2003 10:10:44 +0000 Subject: [Configfiles-commits] [CVS] cvs-configfiles: poki.oddi.is/etc/mail/ exim X-BeenThere: configfiles-commits at listar.oddi.is X-Mailman-Version: 2.1 List-Id: Patchar við hvert commit á breytingum á config-skrám í CVS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Arnar >>> Gerald Combs 28.5.2003 14:34:04 >>> On Wed, 28 May 2003, Arnar Birgisson wrote: > Sorry for replying to my own post.. but I just noticed by watching the > $prefix/qfiles/out directory.. that files are being created and removed > there constantly.. still, nothing in the logs. There is however no > ongoing traffic at the moment, this is a private server with few lists. > My MTA is Exim 4, since recently. This sounds similar to a problem I'm having. In my case, if I stop qrunner there's a single message in the "out" queue. $prefix/bin/dumpdb shows that it's a malformed confirm message. Like you, nothing shows up in Mailman's nor (in my case) Postfix's logs. From adaml at jbase.com Wed May 28 16:47:05 2003 From: adaml at jbase.com (Adam Lipson) Date: Wed, 28 May 2003 10:47:05 -0400 Subject: [Mailman-Users] set up a news server to work with mailman Message-ID: Has anyone had any success setting up a news server with mailman. I have been told by several people that this has been a bit tricky and did not see anything in the FAQ or a quick search of the archives. I am running mailman 2.0.13 on RH 7.2 and want to run the news server on the same box and have the messages go both to the list as well as the news server and messages posted to the news server posted to the list. I know this is possible as it is an option in the web admin interface just curious if anyone has done this and has any advice? Thanks, Adam From guallar at easternrad.com Wed May 28 16:59:07 2003 From: guallar at easternrad.com (Josep L. Guallar-Esteve) Date: Wed, 28 May 2003 10:59:07 -0400 Subject: [Mailman-Users] Excessive cpu usage In-Reply-To: <20030528071600.77a82106.raquel@thericehouse.net> References: <200305280946.01693.guallar@easternrad.com> <20030528071600.77a82106.raquel@thericehouse.net> Message-ID: <200305281059.07066.guallar@easternrad.com> On Wednesday 28 May 2003 10:16 am, Raquel Rice wrote: > The FAQ that is included in the Mailman download indicates that it > could also be a problem with your MTA. Make certain that your MTA > isn't set up to do DNS lookups on each address. Thank you for your suggestion. I did read the FAQ and checked the MTA configuration, as well as my server settings. I went through this mailing list archives. And I found nothing. With the logs, I was able to trace wich messages were the ones causing problems. And all the problematic messages were +300 KB. I discovered it using top, watch, less and patience. Regards, Josep -- Josep L. Guallar-Esteve Eastern Radiologists, Inc. Systems and Network Administration http://www.easternrad.com From teastep at shorewall.net Wed May 28 17:50:35 2003 From: teastep at shorewall.net (Tom Eastep) Date: Wed, 28 May 2003 08:50:35 -0700 Subject: [Mailman-Users] Excessive cpu usage In-Reply-To: References: Message-ID: On Wed, 28 May 2003 14:33:05 +0000, Arnar Birgisson wrote: > Hi there.. > > I verified this.. the MTA seems to be configured correctly. Since > switching to Exim recently, mailman lists have worked as they should. > > As I mentioned earlier, some files are constantly being created in the > out queue directory. I wasn't right when I said earlier that there was > no traffic, apparently there is one message in the out queue, according > to the contents of those files. > > What makes me unable to diagnose the problem however is that nothing > shows up in neither the mailman log files nor exim's log files. > I had a similar problem after a recent MTA reconfiguration. I traced it to the fact that the my MTA was no longer listening on the port that I has specified with the SMTPPORT variable. Once I set SMTPPORT correctly, qrunner CPU utilization returned to normal and list posts were delivered. -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://www.shorewall.net Washington USA \ teastep at shorewall.net From gabriel.mier at b2bi.es Wed May 28 18:08:47 2003 From: gabriel.mier at b2bi.es (Gabriel Mier) Date: Wed, 28 May 2003 18:08:47 +0200 Subject: [Mailman-Users] Problems with hide the sender of a message Message-ID: <009001c32533$6f77fc40$040010ac@b2bipc> When I set to off this option: Hide the sender of a message, replacing it with the list address (Removes From, Sender and Reply-To fields) I can see that the field "from" for emails is name_list@'name_domain' and I don't know how I can remove the semicolons from name_domain From mark at pdc-racing.net Wed May 28 18:15:45 2003 From: mark at pdc-racing.net (Mark Dadgar) Date: Wed, 28 May 2003 09:15:45 -0700 Subject: [Mailman-Users] Excessive cpu usage In-Reply-To: Message-ID: Arnar Birgisson at ArnarB at oddi.is wrote: > I'm running mailman 2.1 on a linux machine. My problem is that the > mailman qrunner daemon constantly consumes 65-95% of cpu time. Nothing > shows up in the logs while this goes on. Any ideas of how to locate the > fault? Is there a massively large (like 20+ Meg) piece of email being processed for the mailman list? Like from root or something? - Mark -- mark at pdc-racing.net From phil at nxtek.net Wed May 28 18:52:29 2003 From: phil at nxtek.net (Phil Iovino) Date: Wed, 28 May 2003 11:52:29 -0500 Subject: [Mailman-Users] Subscriber List? In-Reply-To: <1054084442.1625.73.camel@localhost.localdomain> Message-ID: <013901c32539$8a3e5410$a6f83544@cc109252A> I've had a few replies about this and need to clarify my question. I know that command exists with shell access. Is there a way for a list owner to do it through their web interface? If not, is there a script that can do it? > -----Original Message----- > From: Dan Wright US2002021042 > [mailto:listmod at camarilla.white-wolf.com] > Sent: Tuesday, May 27, 2003 8:14 PM > To: Phil Iovino > Cc: mailman-users at python.org > Subject: Re: [Mailman-Users] Subscriber List? > > > Yes. > > >From the commandline interface > > ~/mailman/bin/list_members > > On Tue, 2003-05-27 at 12:24, Phil Iovino wrote: > > Is there any way to get a full subscriber list of a given > list without > > having to click on every letter in the alphabet in the admin? From teastep at shorewall.net Wed May 28 19:01:04 2003 From: teastep at shorewall.net (Tom Eastep) Date: Wed, 28 May 2003 10:01:04 -0700 Subject: [Mailman-Users] Excessive cpu usage In-Reply-To: References: Message-ID: On Wed, 28 May 2003 09:15:45 -0700, Mark Dadgar wrote: > Arnar Birgisson at ArnarB at oddi.is wrote: >> I'm running mailman 2.1 on a linux machine. My problem is that the >> mailman qrunner daemon constantly consumes 65-95% of cpu time. Nothing >> shows up in the logs while this goes on. Any ideas of how to locate the >> fault? > > Is there a massively large (like 20+ Meg) piece of email being processed > for > the mailman list? Like from root or something? Arnar informed me in a private email that he has resolved the problem. -Tom -- Tom Eastep \ Shorewall - iptables made easy Shoreline, \ http://www.shorewall.net Washington USA \ teastep at shorewall.net From ryan at hack.net Wed May 28 19:20:58 2003 From: ryan at hack.net (Ryan K. Brooks) Date: Wed, 28 May 2003 12:20:58 -0500 Subject: [Mailman-Users] Excessive cpu usage In-Reply-To: References: Message-ID: <3ED4EFFA.6080206@hack.net> Odd. I have the same problem! (postfix here, and it's fine) -R Arnar Birgisson wrote: >Something of the sort yes.. if I stop mailman, there is one message in >the out queue. However, using dumpdb reveals that this is just a normal > From rhorer at swbell.net Wed May 28 19:47:49 2003 From: rhorer at swbell.net (Kyle Rhorer) Date: Wed, 28 May 2003 12:47:49 -0500 Subject: [Mailman-Users] Where are the user lists? In-Reply-To: <20030528091512.6bdb8f1f.raquel@thericehouse.net> References: <000501c324a0$c5ce1310$6400a8c0@dereks> <200305281042.02700.rhorer@swbell.net> <20030528091512.6bdb8f1f.raquel@thericehouse.net> Message-ID: <200305281247.49381.rhorer@swbell.net> On Wednesday 28 May 2003 11:15, Raquel Rice wrote: > You're so smart, figuring that out. Perhaps, you should do my > CC:ing for me, since I can't handle it myself? Raquel, I sent that note to you off-list. I don't appreciate you sending your impertinent reply to the list. I apologized to you off-list if you misinterpreted my note, but that was before I saw that you had included the list in your reply -- I now publicly retract that apology. I have found your previous posts to the list to be informed, helpful, and friendly, which leaves me a bit puzzled about your notes from today. If you wish to discuss this matter further, please do so privately as I'm sure none of the list subscribers cares to see any more details of what is apparently turning into a personal spat over nothing. My apologies to the rest of the list, but since Raquel brought this matter public I felt I should rebut publicly. At this point I don't intend to make any more on-list comments about this matter. Kyle From rberber at legosoft.com.mx Wed May 28 21:06:12 2003 From: rberber at legosoft.com.mx (=?iso-8859-1?q?Ren=E9_Berber?=) Date: Wed, 28 May 2003 14:06:12 -0500 Subject: [Mailman-Users] Re: Solved: Problem with admin pages in non standard http port In-Reply-To: <8db2d850486bda43700c634fe146fcce@alaska1> Message-ID: <58585a676f0ed6ffa66e39011468c04c@alaska1> On 2003-05-26 14:03:54 -0500 Ren? Berber wrote: [snip] >> Is there a configuration option to get mailman working on a specific port? > > I found a solution to my problem, I added the following to mm_config.py : > > DEFAULT_URL_HOST = 'myhost' > DEFAULT_URL_PATTERN = 'http://%s:81/mailman/' It was almost solved, I also had to change: PUBLIC_ARCHIVE_URL = 'http://%(hostname)s:81/pipermail/%(listname)s' > This is weird, it never worked with DEFAULT_URL_HOST = 'myhost:81', I had to > change the second parameter. Seems like the first parameter gets parsed and > the port is discarded. It looks like a bug in version 2.1.2, the change should be in only one place and the port should not be discarded. -- Ren? Berber From sysmda at zim.gsu.edu Wed May 28 22:05:25 2003 From: sysmda at zim.gsu.edu (Mike Alberghini) Date: Wed, 28 May 2003 16:05:25 -0400 Subject: [Mailman-Users] Migrating from Listproc to mailman Message-ID: <20030528160525.B20647@zim.gsu.edu> Bossman just gave me the fun job of migrating 430 active lists from Listproc to mailman. It appears I can do this with some creative scripting to chew up the Listproc config files and hand the data off to the newlist, config_list and add_members scripts. Has anyone here had to jump through these hoops before? Any advice, warnings or scripts would be greatly appreciated. -- Michael Alberghini Software Systems Engineer Georgia State University mike at gsu.edu From r.barrett at openinfo.co.uk Wed May 28 22:13:40 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Wed, 28 May 2003 21:13:40 +0100 Subject: [Mailman-Users] Re: Solved: Problem with admin pages in non standard http port In-Reply-To: <58585a676f0ed6ffa66e39011468c04c@alaska1> References: <8db2d850486bda43700c634fe146fcce@alaska1> Message-ID: <5.1.1.6.0.20030528210510.00ac3dc8@mail.openinfo.co.uk> At 20:06 28/05/2003, Ren? Berber wrote: >On 2003-05-26 14:03:54 -0500 Ren? Berber wrote: > >[snip] > >> Is there a configuration option to get mailman working on a specific port? > > > > I found a solution to my problem, I added the following to mm_config.py : > > > > DEFAULT_URL_HOST = 'myhost' > > DEFAULT_URL_PATTERN = 'http://%s:81/mailman/' > >It was almost solved, I also had to change: > >PUBLIC_ARCHIVE_URL = 'http://%(hostname)s:81/pipermail/%(listname)s' > > > This is weird, it never worked with DEFAULT_URL_HOST = 'myhost:81', I > had to > > change the second parameter. Seems like the first parameter gets > parsed and > > the port is discarded. > >It looks like a bug in version 2.1.2, the change should be in only one >place and the port should not be discarded. No it is not a bug, it is a feature. DEFAULT_URL_HOST defines a host, not a host and a port on that host. DEFAULT_URL_PATTERN and PUBLIC_ARCHIVE_URL define partial URLs, parts of which are a scheme, a placeholder for a hostname, optionally a port, and the start of a URI. These two parameters allow flexibility in defining the form of URLs used by Mailman which can be adjusted to match what you choose to assign in the Alias and ScriptAlias related directives in your Apache server's httpd.conf >-- >Ren? Berber ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From r.barrett at openinfo.co.uk Wed May 28 22:25:12 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Wed, 28 May 2003 21:25:12 +0100 Subject: [Mailman-Users] Re: Solved: Problem with admin pages in non standard http port Message-ID: <5.1.1.6.0.20030528212107.03e9c800@mail.openinfo.co.uk> Further to what I said below. Consider the example where I want to allow access to public mail archives (/pipermail/ URLs) via http on port 80 and deliver access to private archives, admin interface and such (/mailman/ URLs) via https on port 443. The present features allow that. Your suggested bug fix doesn't allow that. At 20:06 28/05/2003, Ren? Berber wrote: >On 2003-05-26 14:03:54 -0500 Ren? Berber wrote: > >[snip] > >> Is there a configuration option to get mailman working on a specific port? > > > > I found a solution to my problem, I added the following to mm_config.py : > > > > DEFAULT_URL_HOST = 'myhost' > > DEFAULT_URL_PATTERN = 'http://%s:81/mailman/' > >It was almost solved, I also had to change: > >PUBLIC_ARCHIVE_URL = 'http://%(hostname)s:81/pipermail/%(listname)s' > > > This is weird, it never worked with DEFAULT_URL_HOST = 'myhost:81', I > had to > > change the second parameter. Seems like the first parameter gets > parsed and > > the port is discarded. > >It looks like a bug in version 2.1.2, the change should be in only one >place and the port should not be discarded. No it is not a bug, it is a feature. DEFAULT_URL_HOST defines a host, not a host and a port on that host. DEFAULT_URL_PATTERN and PUBLIC_ARCHIVE_URL define partial URLs, parts of which are a scheme, a placeholder for a hostname, optionally a port, and the start of a URI. These two parameters allow flexibility in defining the form of URLs used by Mailman which can be adjusted to match what you choose to assign in the Alias and ScriptAlias related directives in your Apache server's httpd.conf >-- >Ren? Berber ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From jonc at nc.rr.com Wed May 28 23:15:32 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Wed, 28 May 2003 21:15:32 -0000 Subject: [Mailman-Users] Anyone know a good email address management utility? In-Reply-To: <20030528132422.2841.qmail@web40511.mail.yahoo.com> References: <20030528132422.2841.qmail@web40511.mail.yahoo.com> Message-ID: <1054156529.2272.24.camel@anncons> Well Mailman gives you the choice of using the Web or the command lines. What other resource were you thinking of using? I've setup some systems (database driven) that sync with each other via the command line every few minutes. It works nice - but will work nicer once the Database connector is in place and working (proposed, but not yet implemented). Jon Carnes On Wed, 2003-05-28 at 09:24, Henry Kim wrote: > I'd like to manage my email addresses outside of > Mailman. I want to keep track of names, remove > duplicates, etc. Anyone know a good cheap or free > utility to manage this? > > ===== > Henry Kim > (from his travelling email address) > > ______________________________________________________________________ > Post your free ad now! http://personals.yahoo.ca > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Wed May 28 23:18:02 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Wed, 28 May 2003 21:18:02 -0000 Subject: [Mailman-Users] Basic questions In-Reply-To: <3ED4B9B9.5070501@di.fc.ul.pt> References: <3ED4B9B9.5070501@di.fc.ul.pt> Message-ID: <1054156677.2273.27.camel@anncons> As far as I know this is not yet implemented, but you might want to ask on the Mailman-dev list. I think someone is playing with that currently. I suspect that the code base for that is a moving target. Good Luck. Remember that patience can be very rewarding. On Wed, 2003-05-28 at 09:29, Bruno Ant?nio wrote: > Hi there, > > Maybe this is a strange question or an unanswareble one. > Is there a way (by a module or somthing) of using LDAP with > MAilman, for instances instead of mailman having is own autentication it > would get it from the LDAP tree ??? > > If there is a way, please let me know. Thanks for the help. From billd at forest.net Wed May 28 23:32:43 2003 From: billd at forest.net (William R. Dickson) Date: Wed, 28 May 2003 14:32:43 -0700 Subject: [Mailman-Users] Weird lock error Message-ID: At least, it looks weird to me. No lockfiles are present. I once had something like this happen with a corrupt .msg file, but I tried removing all files from the qfiles directory, and the problem recurs with all new mail. This began after moving the lists to a new server, running FreeBSD 4.8 rather than 4.4, and Python 2.2.2. I have multiple Mailman installations so I can handle virtual domains (one installation per domain, allows me to have both "foo at domain1.com" and "foo at domain2.com"); I'm reluctant to upgrade to 2.1.2 until I figure out how the new qrunner scheme is going to work with this setup. Only one of the domains seems to have this problem; the rest are working fine. I've tried reinstalling mailman for this domain, removing lockfiles, removing queue files, removing the archives and creating a new directory, checked permissions on the directories. Any thoughts? Thanks, -Bill May 28 14:24:05 2003 (50423) Delivery exception: May 28 14:24:06 2003 (50423) Traceback (most recent call last): File "/usr/local/mailman/diversityrx.org/Mailman/Handlers/HandlerAPI.py", line 82, in do_pipeline func(mlist, msg, msgdata) File "/usr/local/mailman/diversityrx.org/Mailman/Handlers/SMTPDirect.py", line 77, in process mlist.Lock() File "/usr/local/mailman/diversityrx.org/Mailman/MailList.py", line 1339, in L ock self.__lock.lock(timeout) File "/usr/local/mailman/diversityrx.org/Mailman/LockFile.py", line 266, in lo ck raise AlreadyLockedError AlreadyLockedError May 28 14:24:06 2003 qrunner(50423): Traceback (most recent call last): May 28 14:24:06 2003 qrunner(50423): File "/usr/local/mailman/diversityrx.org/ cron/qrunner", line 283, in ? May 28 14:24:06 2003 qrunner(50423): kids = main(lock) May 28 14:24:06 2003 qrunner(50423): File "/usr/local/mailman/diversityrx.org/ cron/qrunner", line 264, in main May 28 14:24:06 2003 qrunner(50423): mlist.Save() May 28 14:24:06 2003 qrunner(50423): File "/usr/local/mailman/diversityrx.org/ Mailman/MailList.py", line 861, in Save May 28 14:24:06 2003 qrunner(50423): self.CheckHTMLArchiveDir() May 28 14:24:06 2003 qrunner(50423): File "/usr/local/mailman/diversityrx.org/ Mailman/Archiver/Archiver.py", line 253, in CheckHTMLArchiveDir May 28 14:24:06 2003 qrunner(50423): breaklink(pubdir) May 28 14:24:06 2003 qrunner(50423): File "/usr/local/mailman/diversityrx.org/ Mailman/Archiver/Archiver.py", line 50, in breaklink May 28 14:24:06 2003 qrunner(50423): os.unlink(link) May 28 14:24:06 2003 qrunner(50423): OSError : [Errno 1] Operation not permitte d: '/usr/local/mailman/diversityrx.org/archives/public/ncihc-list' -- William R. Dickson wrd at awenet.com - http://www.seavoy-dickson.org/ From jonc at nc.rr.com Wed May 28 23:35:11 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Wed, 28 May 2003 21:35:11 -0000 Subject: [Mailman-Users] Excessive cpu usage In-Reply-To: <3ED4EFFA.6080206@hack.net> References: <3ED4EFFA.6080206@hack.net> Message-ID: <1054157698.2272.32.camel@anncons> In some cases this problem is caused by the way that the MTA handles local deliveries (where there is a problem with the local user). In postfix for example, the default install has local bounces mis-identified so that Mailman will try, try again to deliver to a bogus local user address. Nothing shows up in the logs, since the MTA indicates that the user is legal, just not currently available. I suggest that you-all look in the MTA log files to see if there are multiple failed deliveries to a local user. Barry has a work-around for this problem that will be included in the next release. Jon Carnes On Wed, 2003-05-28 at 13:20, Ryan K. Brooks wrote: > Odd. I have the same problem! (postfix here, and it's fine) > > -R > > Arnar Birgisson wrote: > > >Something of the sort yes.. if I stop mailman, there is one message in > >the out queue. However, using dumpdb reveals that this is just a normal > > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Wed May 28 23:47:09 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Wed, 28 May 2003 21:47:09 -0000 Subject: [Mailman-Users] installation instructions? In-Reply-To: <20030528071953.2756f227.raquel@thericehouse.net> References: <3ED3DEF3.2050008@azma.org> <20030528071953.2756f227.raquel@thericehouse.net> Message-ID: <1054158427.2273.36.camel@anncons> On Wed, 2003-05-28 at 10:19, Raquel Rice wrote: > On Tue, 27 May 2003 14:56:03 -0700 > George Wood wrote: > > > > > Your Documentation Overview page > > (http://www.gnu.org/software/mailman/docs.html) > > says that the Site Administrators Documentation page > > (http://www.gnu.org/software/mailman/site.html) > > > > contains installation instructions. I couldn't find them. Where > > are the installation instructions? > > > > Installation instructions are included in the source tarball. > > -- > Raquel For a bit of helping hand here is a web-site with the steps laid out: http://www.linux-sxs.org/internet_serving/mailman.html From Hugh_Caley at affymetrix.com Wed May 28 23:51:06 2003 From: Hugh_Caley at affymetrix.com (Hugh Caley) Date: Wed, 28 May 2003 14:51:06 -0700 Subject: [Mailman-Users] Losing text from Outlook Mails Message-ID: <3ED52F4A.9060900@affymetrix.com> I'm having the problem with Outlook mail where, if the mail has an attachment, the attachment is archived but the text of the message is not. I am using Mailman v 2.1.2, built from scratch. I have tried applying the patch mentioned here: http://mail.python.org/pipermail/mailman-users/2003-February/026082.html but it didn't seem to make any difference. I downloaded the patch, and applied it with: patch -p0 References: Message-ID: <1054158760.2272.40.camel@anncons> Make sure you local MTA correctly identifies the local user as bogus. Postfix by default does not correctly identify a user as being missing and instead sends a lesser error indicating that the user is just temporarily unavailable. Modify your MTA to report the bogus user correctly, then Mailman will not loop on that error. A check is being added to the next version so this will not be a problem in the future (though it is not Mailman's error). Jon Carnes On Tue, 2003-05-27 at 17:22, Gerald Combs wrote: > I recently upgraded from Mailman 2.0.8 to 2.1.2. Since then I've run into > a wierd problem where qrunner appears to be looping on a message in the > "out" queue. The message itself is a subscription confirmation from a > nonexistent local user; apparently someone tried to subscribe and forgot > to add the domain to their email address. > > The only fix I've found so far is to manually stop qrunner, remove the > offending .db and .pck file, and restart qrunner. > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Wed May 28 23:58:06 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Wed, 28 May 2003 21:58:06 -0000 Subject: [Mailman-Users] set up a news server to work with mailman In-Reply-To: References: Message-ID: <1054159084.2273.44.camel@anncons> I've done this a couple of times for some ISP's. You have to install a News server like innd. The setup and configuration of innd is beyond the scope of this list. Once it is setup though, you can access the News server just like any other News server on the internet. Good Luck - Jon Carnes On Wed, 2003-05-28 at 10:47, Adam Lipson wrote: > Has anyone had any success setting up a news server with mailman. I have been told by several people that this has been a bit tricky and did not see anything in the FAQ or a quick search of the archives. I am running mailman 2.0.13 on RH 7.2 and want to run the news server on the same box and have the messages go both to the list as well as the news server and messages posted to the news server posted to the list. > > I know this is possible as it is an option in the web admin interface just curious if anyone has done this and has any advice? > > Thanks, > Adam > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Thu May 29 00:03:57 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Wed, 28 May 2003 22:03:57 -0000 Subject: [Mailman-Users] Stripping In-Reply-To: References: Message-ID: <1054159435.2273.48.camel@anncons> I would suspect that your problem lays elsewhere. You might want to capture the messages as they flying about in their queues and try to isolate the process that is munging the messages. Could it be a problem with differing character sets? In any case, I haven't seen this reported as a problem for any version of Mailman version 2.1.x Good Luck On Wed, 2003-05-28 at 09:34, jsmith wrote: > Hello, > > > > I have Mailman 2.1.1 running with sendmail an freebsd 4.7 > > > > I have recently ran into a problem with Mailman stripping all text codes > and making the post nothing but jumbled text without sentences. I do > not have Mailman converting HTML to Plain Text. Although I have tried > that as well with no real success. > > > > Any help would be greatly appreciated. > > > > Joe > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From jonc at nc.rr.com Thu May 29 00:13:48 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Wed, 28 May 2003 22:13:48 -0000 Subject: [Mailman-Users] Weird lock error In-Reply-To: References: Message-ID: <1054160021.2272.50.camel@anncons> Looks like a permissions problem in the archives: /usr/local/mailman/diversityrx.org/archives/public/ncihc-list On Wed, 2003-05-28 at 17:32, William R. Dickson wrote: > At least, it looks weird to me. No lockfiles are present. I once had > something like this happen with a corrupt .msg file, but I tried > removing all files from the qfiles directory, and the problem recurs > with all new mail. > > This began after moving the lists to a new server, running FreeBSD 4.8 > rather than 4.4, and Python 2.2.2. I have multiple Mailman > installations so I can handle virtual domains (one installation per > domain, allows me to have both "foo at domain1.com" and > "foo at domain2.com"); I'm reluctant to upgrade to 2.1.2 until I figure > out how the new qrunner scheme is going to work with this setup. Only > one of the domains seems to have this problem; the rest are working > fine. I've tried reinstalling mailman for this domain, removing > lockfiles, removing queue files, removing the archives and creating a > new directory, checked permissions on the directories. Any thoughts? > > Thanks, > > -Bill > > > May 28 14:24:05 2003 (50423) Delivery exception: > May 28 14:24:06 2003 (50423) Traceback (most recent call last): > File > "/usr/local/mailman/diversityrx.org/Mailman/Handlers/HandlerAPI.py", > line > 82, in do_pipeline > func(mlist, msg, msgdata) > File > "/usr/local/mailman/diversityrx.org/Mailman/Handlers/SMTPDirect.py", > line > 77, in process > mlist.Lock() > File "/usr/local/mailman/diversityrx.org/Mailman/MailList.py", line > 1339, in L > ock > self.__lock.lock(timeout) > File "/usr/local/mailman/diversityrx.org/Mailman/LockFile.py", line > 266, in lo > ck > raise AlreadyLockedError > AlreadyLockedError > > May 28 14:24:06 2003 qrunner(50423): Traceback (most recent call last): > May 28 14:24:06 2003 qrunner(50423): File > "/usr/local/mailman/diversityrx.org/ > cron/qrunner", line 283, in ? > May 28 14:24:06 2003 qrunner(50423): kids = main(lock) > May 28 14:24:06 2003 qrunner(50423): File > "/usr/local/mailman/diversityrx.org/ > cron/qrunner", line 264, in main > May 28 14:24:06 2003 qrunner(50423): mlist.Save() > May 28 14:24:06 2003 qrunner(50423): File > "/usr/local/mailman/diversityrx.org/ > Mailman/MailList.py", line 861, in Save > May 28 14:24:06 2003 qrunner(50423): self.CheckHTMLArchiveDir() > May 28 14:24:06 2003 qrunner(50423): File > "/usr/local/mailman/diversityrx.org/ > Mailman/Archiver/Archiver.py", line 253, in CheckHTMLArchiveDir > May 28 14:24:06 2003 qrunner(50423): breaklink(pubdir) > May 28 14:24:06 2003 qrunner(50423): File > "/usr/local/mailman/diversityrx.org/ > Mailman/Archiver/Archiver.py", line 50, in breaklink > May 28 14:24:06 2003 qrunner(50423): os.unlink(link) > May 28 14:24:06 2003 qrunner(50423): OSError : [Errno 1] Operation not > permitte > d: '/usr/local/mailman/diversityrx.org/archives/public/ncihc-list' From vjl at soceco.uci.edu Thu May 29 00:26:20 2003 From: vjl at soceco.uci.edu (Vince LaMonica) Date: Wed, 28 May 2003 15:26:20 -0700 Subject: [Mailman-Users] bin/mailmanctl start In-Reply-To: <1053878729.2161.29.camel@anncons> Message-ID: <67CADB90-915B-11D7-AF91-000393C78A8C@soceco.uci.edu> On Sunday, May 25, 2003, at 09:05 AM, Jon Carnes wrote: > Try installing every rpm from your distribution that has "python" in > it. For Mandrake 9.1 I posted a message last month that pointed to all > the rpm's that needed to be loaded. Mdk 9.0 probably has similar > requirements. FWIW, I had the same problem [mdk 9.1, mailman 2.1.2]. I was not able to get mailmanctl to run using the RPMs listed in that e.mail. I have python installed via RPM, and that is/was my problem. I did not remove the python [2.2.2] RPM, since it would break other stuff, however, i simply compiled python from source, installing it into /usr/local/bin, and then made sure that when I compiled Mailman, I pointed it to the non-RPM install of python 2.2.2. I also changed my mm_cfg.py to make sure it uses the /usr/local/bin version of python. Also note, I was on Mandrake 8.2, with Mailman 2.1.1 [source compile]. When I upgraded to 9.1, I decided to also upgrade to 2.1.2 of mailman. After the initial problem, I removed all traces of mailman 2.1.2 and tried installing 2.1.1 on my 9.1 box, and it failed for the same reason. Compiling python from source was quite simple, as the only thing one needs to make sure of is that it will be built in a /usr/local/* directory structure so that it doesn't break any applications in Mandrake 9.1 that need the python RPM install. HTH, /vjl/ From jonc at nc.rr.com Thu May 29 00:46:07 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Wed, 28 May 2003 22:46:07 -0000 Subject: [Mailman-Users] bin/mailmanctl start In-Reply-To: <67CADB90-915B-11D7-AF91-000393C78A8C@soceco.uci.edu> References: <67CADB90-915B-11D7-AF91-000393C78A8C@soceco.uci.edu> Message-ID: <1054161948.2273.65.camel@anncons> Cool. The difference between our installs seems to be that I installed MDK9.1 from scratch. I keep a separate /home partition to let me do that easily - as I don't like the bugs that sometimes creep in via upgrades. Glad to hear you got it going. Installing Python from source makes plenty of sense. Jon On Wed, 2003-05-28 at 18:26, Vince LaMonica wrote: > On Sunday, May 25, 2003, at 09:05 AM, Jon Carnes wrote: > > > Try installing every rpm from your distribution that has "python" in > > it. For Mandrake 9.1 I posted a message last month that pointed to all > > the rpm's that needed to be loaded. Mdk 9.0 probably has similar > > requirements. > > FWIW, I had the same problem [mdk 9.1, mailman 2.1.2]. I was not able > to get mailmanctl to run using the RPMs listed in that e.mail. I have > python installed via RPM, and that is/was my problem. I did not remove > the python [2.2.2] RPM, since it would break other stuff, however, i > simply compiled python from source, installing it into /usr/local/bin, > and then made sure that when I compiled Mailman, I pointed it to the > non-RPM install of python 2.2.2. I also changed my mm_cfg.py to make > sure it uses the /usr/local/bin version of python. > > Also note, I was on Mandrake 8.2, with Mailman 2.1.1 [source compile]. > When I upgraded to 9.1, I decided to also upgrade to 2.1.2 of mailman. > After the initial problem, I removed all traces of mailman 2.1.2 and > tried installing 2.1.1 on my 9.1 box, and it failed for the same reason. > > Compiling python from source was quite simple, as the only thing one > needs to make sure of is that it will be built in a /usr/local/* > directory structure so that it doesn't break any applications in > Mandrake 9.1 that need the python RPM install. > > HTH, > > /vjl/ > From vjl at soceco.uci.edu Thu May 29 02:16:29 2003 From: vjl at soceco.uci.edu (Vince LaMonica) Date: Wed, 28 May 2003 17:16:29 -0700 Subject: [Mailman-Users] bin/mailmanctl start In-Reply-To: <1054161948.2273.65.camel@anncons> Message-ID: On Wednesday, May 28, 2003, at 03:45 PM, Jon Carnes wrote: > Cool. > > The difference between our installs seems to be that I installed MDK9.1 > from scratch. I keep a separate /home partition to let me do that > easily - as I don't like the bugs that sometimes creep in via upgrades. Actually, I also did a 9.1 from scratch. I had 8.2, backed up all my important data, and did an 'install' of 9.1, repartitioning my drives at the same time. I also avoid doing 'upgrade' installs for the very same reason [oddities creep in]. I had, at one point, also installed Ximian Gnome which gave me even more reason to do a fresh install of 9.1. I did however restore my /home/mailman directory [which is where, on 8.2, i had mailman installed]. I was thinking that all I needed to do was restore my mailman user's crontab entries and all would be ok [since all of mailman's executables are in /home/mailman]. When mailman didn't want to start, that's when I went to go grab 2.1.1 and found that 2.1.2 was available. Grabbed that, installed it [backing up /home/mailman first] a few different times - installed it with my old lists in place, installed it in a /home/mailman2 directory [empty], etc. I read the mailman archives and followed your advice about installing a bunch of python-related RPMs, and even that didn't work. I finally decided to use the source. > Glad to hear you got it going. Installing Python from source makes > plenty of sense. Yeah, though it took me a while to think of that [doh!] /vjl/ From jonc at nc.rr.com Thu May 29 03:42:55 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Thu, 29 May 2003 01:42:55 -0000 Subject: [Mailman-Users] bin/mailmanctl start In-Reply-To: References: Message-ID: <1054172565.2273.99.camel@anncons> On Wed, 2003-05-28 at 20:16, Vince LaMonica wrote: > Actually, I also did a 9.1 from scratch. I had 8.2, backed up all my > important data, and did an 'install' of 9.1, repartitioning my drives > at the same time. I also avoid doing 'upgrade' installs for the very > same reason [oddities creep in]. I had, at one point, also installed > Ximian Gnome which gave me even more reason to do a fresh install of > 9.1. I did however restore my /home/mailman directory [which is where, > on 8.2, i had mailman installed]. I was thinking that all I needed to > do was restore my mailman user's crontab entries and all would be ok > [since all of mailman's executables are in /home/mailman]. When mailman > didn't want to start, that's when I went to go grab 2.1.1 and found > that 2.1.2 was available. Grabbed that, installed it [backing up > /home/mailman first] a few different times - installed it with my old > lists in place, installed it in a /home/mailman2 directory [empty], > etc. I read the mailman archives and followed your advice about > installing a bunch of python-related RPMs, and even that didn't work. I > finally decided to use the source. > Then the only difference is that you used an upgraded Mailman install, and I installed a new one then moved my lists over. I'll bet the problem was in the initialization of the old databases. When upgrading Mailman tries to use the old modules to move the data up to the new formats. The RPM installs must not load all of the older modules called by the earlier Mailman. Curiouser and curiouser... It would be cool to know what modules were missing. Take care - Jon From kenneth at drosera.be Thu May 29 09:17:24 2003 From: kenneth at drosera.be (Kenneth Bruyninckx) Date: Thu, 29 May 2003 09:17:24 +0200 Subject: [Mailman-Users] approving / editing messages in the administrative database queue References: Message-ID: <003401c325b2$5b10a610$b1e0043e@KEBR> Hello, This one had got me baffled and after having checked both archives and available documentation I need your help on this. I have, like anybody else I'm sure, from time to time some bounces on the list. These bounces are caused by the usual things like "admin requests", "non-member submission" and "message longer than x Kb". Now my problem is with the last type. I have set a limit of 10 Kb for a single message as some people just hit reply on a digest and do not remove the previous discussions :-( So I get this message in the administrative database awaiting my action. Now the action needed is to "trim"/delete part of the mail. 1) why is it not possible to "edit" the message from within the webpages, because that is where I "look" at them in the first place 2) if the above is not possible, can someone explain me the exact and most efficient (!) method of forwarding + approving the message. I have read that you should include an Approved: header, but I must be doing something wrong. Suppose the following message: "From: Someone at somewhere .net Date: .... Subject: something ... long text ..." Now if I "approve" this I would send the following in the mail body to the list (after I did the forward) "Approved: "my moderation password" From: Someone at somewhere .net Date: .... Subject: something ... trimmed text ..." What happens is that this message is then stripped of almost ALL headers in the body except for Subject and Date and it appears as if I am the author then because the original From: address in the body is gone AND is not "re-used" as it would be under Majordomo :-( :-( Is there a fix for this ? What am I missing ? kind regards, Kenneth. From jonc at nc.rr.com Thu May 29 16:12:46 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Thu, 29 May 2003 14:12:46 -0000 Subject: [Mailman-Users] approving / editing messages in the administrative database queue In-Reply-To: <003401c325b2$5b10a610$b1e0043e@KEBR> References: <003401c325b2$5b10a610$b1e0043e@KEBR> Message-ID: <1054217561.2646.19.camel@anncons> On Thu, 2003-05-29 at 03:17, Kenneth Bruyninckx wrote: > Hello, > > > This one had got me baffled and after having checked both archives and > available documentation I need your help on this. > > I have, like anybody else I'm sure, from time to time some bounces on the > list. > These bounces are caused by the usual things like "admin requests", > "non-member submission" and "message longer than x Kb". > > Now my problem is with the last type. I have set a limit of 10 Kb for a > single message as some people just hit reply on a digest and do not remove > the previous discussions :-( > So I get this message in the administrative database awaiting my action. Now > the action needed is to "trim"/delete part of the mail. > > 1) why is it not possible to "edit" the message from within the webpages, > because that is where I "look" at them in the first place > There is a patch that lets you edit the message from within the web page. By default you cannot do this, because the whole message may not be displayed. Look in your mm_cfg.py file and you will see some settings that put limits on the amount of a message that is stored for review purposes. You can set this so that it displays the whole message (which you need to do if you apply the patch mentioned above). # how many bytes of a held message post should be # displayed in the admindb web page? Use a negative # number to indicate the entire message, regardless # of size (though this will slow down rendering # those pages). ADMINDB_PAGE_TEXT_LIMIT = 4096 You can edit the held messages (without using a patch or messing with the page text limit) if you have access to the command line on the server. Add the following section to your mm_cfg.py file: # Should held messages be saved on disk as Python # pickles or as plain text? The former is more # efficient since we don't need to go through the # parse/generate roundtrip each time, but the # latter might be preferred if you want to edit # the held message on disk. #HOLD_MESSAGES_AS_PICKLES = 1 HOLD_MESSAGES_AS_PICKLES = 0 The held messages will now be saved in text files and can be found in: ~mailman/data/.. Pick your favorite command line editor, edit the held-msg- file, then approve the message via the web (note the web admin will not reflect the changes you have made in the held message). HtH - Jon Carnes From phil at nxtek.net Thu May 29 16:18:39 2003 From: phil at nxtek.net (Phil Iovino) Date: Thu, 29 May 2003 09:18:39 -0500 Subject: [Mailman-Users] Feature Request? In-Reply-To: <1054161948.2273.65.camel@anncons> Message-ID: <00cc01c325ed$33e83a40$a6f83544@cc109252A> Where/to whom can I submit a feature request? From jerome.santosh at motorola.com Thu May 29 16:27:39 2003 From: jerome.santosh at motorola.com (Santosh Jerome-A17737) Date: Thu, 29 May 2003 19:57:39 +0530 Subject: [Mailman-Users] How to stop subscriptions to a group Message-ID: <653138C25D8AD6118292000347080A370286DC54@zin05exm02.corp.mot.com> Hello, Can somebody let me know how to disable subscription by user's to a group. The archive server is down. , I have not been lucky enough to dig out info from the FAQ's Regards Jerome From RandMWolf at aol.com Wed May 28 17:30:38 2003 From: RandMWolf at aol.com (RandMWolf at aol.com) Date: Wed, 28 May 2003 11:30:38 -0400 Subject: [Mailman-Users] bounce problem Message-ID: <4630C0D1.1C7148E7.027C5682@aol.com> I have just installed redhat 8.0 which comes with Mailman 2.0.13. The MTA is exim. I am having a problem with bounced (false) addresses. The list admin address is not receiving the bounced information. I checked that if I send mail to the list-admin at domain address directly , the list admin will receive the mail. What can I check into to find out why the list-admin is not receiving the bounced info ? Reuven Wolf From RandMWolf at aol.com Thu May 29 16:08:01 2003 From: RandMWolf at aol.com (RandMWolf at aol.com) Date: Thu, 29 May 2003 10:08:01 -0400 Subject: [Mailman-Users] Notification of mail that is bounced is not being forwarded to List Admin Message-ID: <26803444.17793615.027C5682@aol.com> I have Mailman 2.0.13 installed on Redhat 8.0 . The MTA is exim. I am having a problem that bounced e-mail is not being forwarded to the list admin. I have configured the bounce options to notify the list admin. What can I check into to find out why the list-admin is not receiving the bounced info ? Reuven Wolf Tekmates From billd at forest.net Thu May 29 20:06:40 2003 From: billd at forest.net (William R. Dickson) Date: Thu, 29 May 2003 11:06:40 -0700 Subject: [Mailman-Users] Weird lock error In-Reply-To: <74DF9BA4-9162-11D7-96AA-00306564BE7C@forest.net> Message-ID: <4C386472-9200-11D7-8967-00306564BE7C@forest.net> Hurm -- I just chmodded the entire archives directory to 777, and the error persists. This has me totally stumped. -Bill On Wednesday, May 28, 2003, at 04:16 PM, William R. Dickson wrote: > It looked that way to me, too. But the "mailman" user and group owns > the directory, and both user and group have write privs. > > -Bill > > On Wednesday, May 28, 2003, at 03:13 PM, Jon Carnes wrote: > >> Looks like a permissions problem in the archives: >> /usr/local/mailman/diversityrx.org/archives/public/ncihc-list >> >> On Wed, 2003-05-28 at 17:32, William R. Dickson wrote: >>> At least, it looks weird to me. No lockfiles are present. I once >>> had >>> something like this happen with a corrupt .msg file, but I tried >>> removing all files from the qfiles directory, and the problem recurs >>> with all new mail. >>> >>> This began after moving the lists to a new server, running FreeBSD >>> 4.8 >>> rather than 4.4, and Python 2.2.2. I have multiple Mailman >>> installations so I can handle virtual domains (one installation per >>> domain, allows me to have both "foo at domain1.com" and >>> "foo at domain2.com"); I'm reluctant to upgrade to 2.1.2 until I figure >>> out how the new qrunner scheme is going to work with this setup. >>> Only >>> one of the domains seems to have this problem; the rest are working >>> fine. I've tried reinstalling mailman for this domain, removing >>> lockfiles, removing queue files, removing the archives and creating a >>> new directory, checked permissions on the directories. Any thoughts? >>> >>> Thanks, >>> >>> -Bill >>> >>> >>> May 28 14:24:05 2003 (50423) Delivery exception: >>> May 28 14:24:06 2003 (50423) Traceback (most recent call last): >>> File >>> "/usr/local/mailman/diversityrx.org/Mailman/Handlers/HandlerAPI.py", >>> line >>> 82, in do_pipeline >>> func(mlist, msg, msgdata) >>> File >>> "/usr/local/mailman/diversityrx.org/Mailman/Handlers/SMTPDirect.py", >>> line >>> 77, in process >>> mlist.Lock() >>> File "/usr/local/mailman/diversityrx.org/Mailman/MailList.py", >>> line >>> 1339, in L >>> ock >>> self.__lock.lock(timeout) >>> File "/usr/local/mailman/diversityrx.org/Mailman/LockFile.py", >>> line >>> 266, in lo >>> ck >>> raise AlreadyLockedError >>> AlreadyLockedError >>> >>> May 28 14:24:06 2003 qrunner(50423): Traceback (most recent call >>> last): >>> May 28 14:24:06 2003 qrunner(50423): File >>> "/usr/local/mailman/diversityrx.org/ >>> cron/qrunner", line 283, in ? >>> May 28 14:24:06 2003 qrunner(50423): kids = main(lock) >>> May 28 14:24:06 2003 qrunner(50423): File >>> "/usr/local/mailman/diversityrx.org/ >>> cron/qrunner", line 264, in main >>> May 28 14:24:06 2003 qrunner(50423): mlist.Save() >>> May 28 14:24:06 2003 qrunner(50423): File >>> "/usr/local/mailman/diversityrx.org/ >>> Mailman/MailList.py", line 861, in Save >>> May 28 14:24:06 2003 qrunner(50423): self.CheckHTMLArchiveDir() >>> May 28 14:24:06 2003 qrunner(50423): File >>> "/usr/local/mailman/diversityrx.org/ >>> Mailman/Archiver/Archiver.py", line 253, in CheckHTMLArchiveDir >>> May 28 14:24:06 2003 qrunner(50423): breaklink(pubdir) >>> May 28 14:24:06 2003 qrunner(50423): File >>> "/usr/local/mailman/diversityrx.org/ >>> Mailman/Archiver/Archiver.py", line 50, in breaklink >>> May 28 14:24:06 2003 qrunner(50423): os.unlink(link) >>> May 28 14:24:06 2003 qrunner(50423): OSError : [Errno 1] Operation >>> not >>> permitte >>> d: '/usr/local/mailman/diversityrx.org/archives/public/ncihc-list' >> > From vjl at soceco.uci.edu Thu May 29 20:27:08 2003 From: vjl at soceco.uci.edu (Vince LaMonica) Date: Thu, 29 May 2003 11:27:08 -0700 (PDT) Subject: [Mailman-Users] Archive link only gives /pipermail/ In-Reply-To: <20030515231139.A27581@jamaica.grc.nasa.gov> References: <20030515231139.A27581@jamaica.grc.nasa.gov> Message-ID: On Thu, 15 May 2003, Fran Lawas-Grodek wrote: } I am also experiencing the same problem that Chris reported on } May 6, 2003: } } "I've upgraded my old 2.0.13 list to 2.1.1 from Debin/testing. } All is working fine except that the link to the archives is } just "/pipermail/". Shouldn't this be "/pipermail/list/"? " I too am having this problem. I upgraded from 2.1.1 to 2.1.2 and my public archives have the link "/archive/" instead of "/archive/list/". When manually typing the right URL in, the page comes up, so I know the index.html file is being genrated. Private archives are ok too - this is just happening on the public archives. Heh...I just now noticed this on another MailMan server I run that went from 2.0.13 to 2.1.1 a while back [only one public list, with only 3 messages in the archive, so i completely forgot about checking it until now]. In both cases, visiting http://www.foo.bar/archive/list/ manually works fine, but the link from the admin page and the listinfo page both lead to http://www.foo.bar/archive/ Any tips on what to try? Thanks, /vjl/ -- Vince LaMonica UC Irvine, School of Social Ecology W3 Developer <*> 116 Social Ecology I, Irvine, CA 92697 vjl at uci.edu http://www.seweb.uci.edu/techsupport A)bort, R)etry, I)nfluence with large hammer. From adaml at jbase.com Thu May 29 22:04:36 2003 From: adaml at jbase.com (Adam Lipson) Date: Thu, 29 May 2003 16:04:36 -0400 Subject: [Mailman-Users] mailman cron error Message-ID: Anyone seen this error before? I had mailman working with INN and then it stopped working. I don't think I changed anything and now it is working intermittently. Thanks, Adam Subject: Cron /usr/bin/python -S /var/mailman/cron/gate_news Traceback (innermost last): File "/var/mailman/cron/gate_news", line 222, in ? main() File "/var/mailman/cron/gate_news", line 203, in main process_lists(lock) File "/var/mailman/cron/gate_news", line 148, in process_lists conn, first, last = open_newsgroup(mlist) File "/var/mailman/cron/gate_news", line 75, in open_newsgroup password=mm_cfg.NNTP_PASSWORD) File "/var/mailman/Mailman/pythonlib/nntplib.py", line 111, in __init__ self.sock.connect((self.host, self.port)) socket.error: (111, 'Connection refused') From ler at lerctr.org Thu May 29 22:08:08 2003 From: ler at lerctr.org (Larry Rosenman) Date: Thu, 29 May 2003 15:08:08 -0500 Subject: [Mailman-Users] mailman cron error In-Reply-To: References: Message-ID: <323840000.1054238888@lerlaptop.iadfw.net> Yeah, your INN server isn't running or accepting connections. LER --On Thursday, May 29, 2003 16:04:36 -0400 Adam Lipson wrote: > Anyone seen this error before? I had mailman working with INN and then > it stopped working. I don't think I changed anything and now it is > working intermittently. > > Thanks, > Adam > > Subject: Cron /usr/bin/python -S > /var/mailman/cron/gate_news > > Traceback (innermost last): > File "/var/mailman/cron/gate_news", line 222, in ? > main() > File "/var/mailman/cron/gate_news", line 203, in main > process_lists(lock) > File "/var/mailman/cron/gate_news", line 148, in process_lists > conn, first, last = open_newsgroup(mlist) > File "/var/mailman/cron/gate_news", line 75, in open_newsgroup > password=mm_cfg.NNTP_PASSWORD) > File "/var/mailman/Mailman/pythonlib/nntplib.py", line 111, in __init__ > self.sock.connect((self.host, self.port)) > socket.error: (111, 'Connection refused') > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: ler at lerctr.org > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler at lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From adaml at jbase.com Thu May 29 22:09:05 2003 From: adaml at jbase.com (Adam Lipson) Date: Thu, 29 May 2003 16:09:05 -0400 Subject: [Mailman-Users] mailman cron error Message-ID: I was afraid of that. It works for one list but not the other. I can't find a setting to allow it for one list and not the other. Know where it is? -----Original Message----- From: Larry Rosenman [mailto:ler at lerctr.org] Sent: Thursday, May 29, 2003 4:08 PM To: Adam Lipson; mailman-users at python.org Subject: Re: [Mailman-Users] mailman cron error Yeah, your INN server isn't running or accepting connections. LER --On Thursday, May 29, 2003 16:04:36 -0400 Adam Lipson wrote: > Anyone seen this error before? I had mailman working with INN and then > it stopped working. I don't think I changed anything and now it is > working intermittently. > > Thanks, > Adam > > Subject: Cron /usr/bin/python -S > /var/mailman/cron/gate_news > > Traceback (innermost last): > File "/var/mailman/cron/gate_news", line 222, in ? > main() > File "/var/mailman/cron/gate_news", line 203, in main > process_lists(lock) > File "/var/mailman/cron/gate_news", line 148, in process_lists > conn, first, last = open_newsgroup(mlist) > File "/var/mailman/cron/gate_news", line 75, in open_newsgroup > password=mm_cfg.NNTP_PASSWORD) > File "/var/mailman/Mailman/pythonlib/nntplib.py", line 111, in __init__ > self.sock.connect((self.host, self.port)) > socket.error: (111, 'Connection refused') > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: ler at lerctr.org > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler at lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From ler at lerctr.org Thu May 29 22:10:34 2003 From: ler at lerctr.org (Larry Rosenman) Date: Thu, 29 May 2003 15:10:34 -0500 Subject: [Mailman-Users] mailman cron error In-Reply-To: References: Message-ID: <326610000.1054239034@lerlaptop.iadfw.net> --On Thursday, May 29, 2003 16:09:05 -0400 Adam Lipson wrote: > I was afraid of that. It works for one list but not the other. I can't > find a setting to allow it for one list and not the other. Know where it > is? Check the settings for EACH list's news server. It looks like it's just not there, fwiw, since it's connection refused, and not a INN error. LER > > -----Original Message----- > From: Larry Rosenman [mailto:ler at lerctr.org] > Sent: Thursday, May 29, 2003 4:08 PM > To: Adam Lipson; mailman-users at python.org > Subject: Re: [Mailman-Users] mailman cron error > > > Yeah, your INN server isn't running or accepting connections. > > LER > > > --On Thursday, May 29, 2003 16:04:36 -0400 Adam Lipson > wrote: > >> Anyone seen this error before? I had mailman working with INN and then >> it stopped working. I don't think I changed anything and now it is >> working intermittently. >> >> Thanks, >> Adam >> >> Subject: Cron /usr/bin/python -S >> /var/mailman/cron/gate_news >> >> Traceback (innermost last): >> File "/var/mailman/cron/gate_news", line 222, in ? >> main() >> File "/var/mailman/cron/gate_news", line 203, in main >> process_lists(lock) >> File "/var/mailman/cron/gate_news", line 148, in process_lists >> conn, first, last = open_newsgroup(mlist) >> File "/var/mailman/cron/gate_news", line 75, in open_newsgroup >> password=mm_cfg.NNTP_PASSWORD) >> File "/var/mailman/Mailman/pythonlib/nntplib.py", line 111, in __init__ >> self.sock.connect((self.host, self.port)) >> socket.error: (111, 'Connection refused') >> >> ------------------------------------------------------ >> Mailman-Users mailing list >> Mailman-Users at python.org >> http://mail.python.org/mailman/listinfo/mailman-users >> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >> Searchable Archives: >> http://www.mail-archive.com/mailman-users%40python.org/ >> >> This message was sent to: ler at lerctr.org >> Unsubscribe or change your options at >> http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org >> > > > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 E-Mail: ler at lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler at lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From adaml at jbase.com Thu May 29 22:22:39 2003 From: adaml at jbase.com (Adam Lipson) Date: Thu, 29 May 2003 16:22:39 -0400 Subject: [Mailman-Users] mailman cron error Message-ID: the settings are the same for each list in the mailman web interface. "Internet address" is the fqdn for the machine and "name of Usenet group to gateway to and/or from" is the name of the list created using the ctlinnd newgroup command. I guess I must have missed something??? The list is showing up in the news group view like the other list. The other odd bit and perhaps this is the problem is that mailman is taking a minute or two to post each posting. Since I installed the RPM version of mailman I don't know the password for mailman to view its crontab. If I su - mailman and crontab -l it says no crontab for root, but should this not report the crontab for mailman not root? Adam -----Original Message----- From: Larry Rosenman [mailto:ler at lerctr.org] Sent: Thursday, May 29, 2003 4:11 PM To: Adam Lipson; mailman-users at python.org Subject: RE: [Mailman-Users] mailman cron error --On Thursday, May 29, 2003 16:09:05 -0400 Adam Lipson wrote: > I was afraid of that. It works for one list but not the other. I can't > find a setting to allow it for one list and not the other. Know where it > is? Check the settings for EACH list's news server. It looks like it's just not there, fwiw, since it's connection refused, and not a INN error. LER > > -----Original Message----- > From: Larry Rosenman [mailto:ler at lerctr.org] > Sent: Thursday, May 29, 2003 4:08 PM > To: Adam Lipson; mailman-users at python.org > Subject: Re: [Mailman-Users] mailman cron error > > > Yeah, your INN server isn't running or accepting connections. > > LER > > > --On Thursday, May 29, 2003 16:04:36 -0400 Adam Lipson > wrote: > >> Anyone seen this error before? I had mailman working with INN and then >> it stopped working. I don't think I changed anything and now it is >> working intermittently. >> >> Thanks, >> Adam >> >> Subject: Cron /usr/bin/python -S >> /var/mailman/cron/gate_news >> >> Traceback (innermost last): >> File "/var/mailman/cron/gate_news", line 222, in ? >> main() >> File "/var/mailman/cron/gate_news", line 203, in main >> process_lists(lock) >> File "/var/mailman/cron/gate_news", line 148, in process_lists >> conn, first, last = open_newsgroup(mlist) >> File "/var/mailman/cron/gate_news", line 75, in open_newsgroup >> password=mm_cfg.NNTP_PASSWORD) >> File "/var/mailman/Mailman/pythonlib/nntplib.py", line 111, in __init__ >> self.sock.connect((self.host, self.port)) >> socket.error: (111, 'Connection refused') >> >> ------------------------------------------------------ >> Mailman-Users mailing list >> Mailman-Users at python.org >> http://mail.python.org/mailman/listinfo/mailman-users >> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >> Searchable Archives: >> http://www.mail-archive.com/mailman-users%40python.org/ >> >> This message was sent to: ler at lerctr.org >> Unsubscribe or change your options at >> http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org >> > > > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 E-Mail: ler at lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler at lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From ler at lerctr.org Thu May 29 22:24:28 2003 From: ler at lerctr.org (Larry Rosenman) Date: Thu, 29 May 2003 15:24:28 -0500 Subject: [Mailman-Users] mailman cron error In-Reply-To: References: Message-ID: <338750000.1054239868@lerlaptop.iadfw.net> --On Thursday, May 29, 2003 16:22:39 -0400 Adam Lipson wrote: > the settings are the same for each list in the mailman web interface. > > "Internet address" is the fqdn for the machine and "name of Usenet group > to gateway to and/or from" is the name of the list created using the > ctlinnd newgroup command. can you, from the mailman machine, telnet fqdn 119 and get a banner? > > I guess I must have missed something??? The list is showing up in the > news group view like the other list. The other odd bit and perhaps this > is the problem is that mailman is taking a minute or two to post each > posting. Since I installed the RPM version of mailman I don't know the > password for mailman to view its crontab. If I su - mailman and crontab > -l it says no crontab for root, but should this not report the crontab > for mailman not root? crontab -u mailman -l as root should work. LER > > Adam > > -----Original Message----- > From: Larry Rosenman [mailto:ler at lerctr.org] > Sent: Thursday, May 29, 2003 4:11 PM > To: Adam Lipson; mailman-users at python.org > Subject: RE: [Mailman-Users] mailman cron error > > > > > --On Thursday, May 29, 2003 16:09:05 -0400 Adam Lipson > wrote: > >> I was afraid of that. It works for one list but not the other. I can't >> find a setting to allow it for one list and not the other. Know where it >> is? > Check the settings for EACH list's news server. > > It looks like it's just not there, fwiw, since it's connection refused, > and not a INN > error. > > LER > >> >> -----Original Message----- >> From: Larry Rosenman [mailto:ler at lerctr.org] >> Sent: Thursday, May 29, 2003 4:08 PM >> To: Adam Lipson; mailman-users at python.org >> Subject: Re: [Mailman-Users] mailman cron error >> >> >> Yeah, your INN server isn't running or accepting connections. >> >> LER >> >> >> --On Thursday, May 29, 2003 16:04:36 -0400 Adam Lipson >> wrote: >> >>> Anyone seen this error before? I had mailman working with INN and then >>> it stopped working. I don't think I changed anything and now it is >>> working intermittently. >>> >>> Thanks, >>> Adam >>> >>> Subject: Cron /usr/bin/python -S >>> /var/mailman/cron/gate_news >>> >>> Traceback (innermost last): >>> File "/var/mailman/cron/gate_news", line 222, in ? >>> main() >>> File "/var/mailman/cron/gate_news", line 203, in main >>> process_lists(lock) >>> File "/var/mailman/cron/gate_news", line 148, in process_lists >>> conn, first, last = open_newsgroup(mlist) >>> File "/var/mailman/cron/gate_news", line 75, in open_newsgroup >>> password=mm_cfg.NNTP_PASSWORD) >>> File "/var/mailman/Mailman/pythonlib/nntplib.py", line 111, in >>> __init__ self.sock.connect((self.host, self.port)) >>> socket.error: (111, 'Connection refused') >>> >>> ------------------------------------------------------ >>> Mailman-Users mailing list >>> Mailman-Users at python.org >>> http://mail.python.org/mailman/listinfo/mailman-users >>> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >>> Searchable Archives: >>> http://www.mail-archive.com/mailman-users%40python.org/ >>> >>> This message was sent to: ler at lerctr.org >>> Unsubscribe or change your options at >>> http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org >>> >> >> >> >> -- >> Larry Rosenman http://www.lerctr.org/~ler >> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >> >> >> > > > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 E-Mail: ler at lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler at lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From adaml at jbase.com Thu May 29 22:25:35 2003 From: adaml at jbase.com (Adam Lipson) Date: Thu, 29 May 2003 16:25:35 -0400 Subject: [Mailman-Users] mailman cron error Message-ID: yes I can telnet to port on 119 (they are the same machine by the way) and one list works with the news interface yet the other does not. -----Original Message----- From: Larry Rosenman [mailto:ler at lerctr.org] Sent: Thursday, May 29, 2003 4:24 PM To: Adam Lipson; mailman-users at python.org Subject: RE: [Mailman-Users] mailman cron error --On Thursday, May 29, 2003 16:22:39 -0400 Adam Lipson wrote: > the settings are the same for each list in the mailman web interface. > > "Internet address" is the fqdn for the machine and "name of Usenet group > to gateway to and/or from" is the name of the list created using the > ctlinnd newgroup command. can you, from the mailman machine, telnet fqdn 119 and get a banner? > > I guess I must have missed something??? The list is showing up in the > news group view like the other list. The other odd bit and perhaps this > is the problem is that mailman is taking a minute or two to post each > posting. Since I installed the RPM version of mailman I don't know the > password for mailman to view its crontab. If I su - mailman and crontab > -l it says no crontab for root, but should this not report the crontab > for mailman not root? crontab -u mailman -l as root should work. LER > > Adam > > -----Original Message----- > From: Larry Rosenman [mailto:ler at lerctr.org] > Sent: Thursday, May 29, 2003 4:11 PM > To: Adam Lipson; mailman-users at python.org > Subject: RE: [Mailman-Users] mailman cron error > > > > > --On Thursday, May 29, 2003 16:09:05 -0400 Adam Lipson > wrote: > >> I was afraid of that. It works for one list but not the other. I can't >> find a setting to allow it for one list and not the other. Know where it >> is? > Check the settings for EACH list's news server. > > It looks like it's just not there, fwiw, since it's connection refused, > and not a INN > error. > > LER > >> >> -----Original Message----- >> From: Larry Rosenman [mailto:ler at lerctr.org] >> Sent: Thursday, May 29, 2003 4:08 PM >> To: Adam Lipson; mailman-users at python.org >> Subject: Re: [Mailman-Users] mailman cron error >> >> >> Yeah, your INN server isn't running or accepting connections. >> >> LER >> >> >> --On Thursday, May 29, 2003 16:04:36 -0400 Adam Lipson >> wrote: >> >>> Anyone seen this error before? I had mailman working with INN and then >>> it stopped working. I don't think I changed anything and now it is >>> working intermittently. >>> >>> Thanks, >>> Adam >>> >>> Subject: Cron /usr/bin/python -S >>> /var/mailman/cron/gate_news >>> >>> Traceback (innermost last): >>> File "/var/mailman/cron/gate_news", line 222, in ? >>> main() >>> File "/var/mailman/cron/gate_news", line 203, in main >>> process_lists(lock) >>> File "/var/mailman/cron/gate_news", line 148, in process_lists >>> conn, first, last = open_newsgroup(mlist) >>> File "/var/mailman/cron/gate_news", line 75, in open_newsgroup >>> password=mm_cfg.NNTP_PASSWORD) >>> File "/var/mailman/Mailman/pythonlib/nntplib.py", line 111, in >>> __init__ self.sock.connect((self.host, self.port)) >>> socket.error: (111, 'Connection refused') >>> >>> ------------------------------------------------------ >>> Mailman-Users mailing list >>> Mailman-Users at python.org >>> http://mail.python.org/mailman/listinfo/mailman-users >>> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >>> Searchable Archives: >>> http://www.mail-archive.com/mailman-users%40python.org/ >>> >>> This message was sent to: ler at lerctr.org >>> Unsubscribe or change your options at >>> http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org >>> >> >> >> >> -- >> Larry Rosenman http://www.lerctr.org/~ler >> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >> >> >> > > > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 E-Mail: ler at lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler at lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From ler at lerctr.org Thu May 29 22:26:28 2003 From: ler at lerctr.org (Larry Rosenman) Date: Thu, 29 May 2003 15:26:28 -0500 Subject: [Mailman-Users] mailman cron error In-Reply-To: References: Message-ID: <341860000.1054239988@lerlaptop.iadfw.net> --On Thursday, May 29, 2003 16:25:35 -0400 Adam Lipson wrote: > yes I can telnet to port on 119 (they are the same machine by the way) > and one list works with the news interface yet the other does not. connection refused says it's not getting there... (or asking on a different port...) LER > > -----Original Message----- > From: Larry Rosenman [mailto:ler at lerctr.org] > Sent: Thursday, May 29, 2003 4:24 PM > To: Adam Lipson; mailman-users at python.org > Subject: RE: [Mailman-Users] mailman cron error > > > > > --On Thursday, May 29, 2003 16:22:39 -0400 Adam Lipson > wrote: > >> the settings are the same for each list in the mailman web interface. >> >> "Internet address" is the fqdn for the machine and "name of Usenet group >> to gateway to and/or from" is the name of the list created using the >> ctlinnd newgroup command. > can you, from the mailman machine, telnet fqdn 119 and get a banner? > >> >> I guess I must have missed something??? The list is showing up in the >> news group view like the other list. The other odd bit and perhaps this >> is the problem is that mailman is taking a minute or two to post each >> posting. Since I installed the RPM version of mailman I don't know the >> password for mailman to view its crontab. If I su - mailman and crontab >> -l it says no crontab for root, but should this not report the crontab >> for mailman not root? > crontab -u mailman -l as root should work. > > LER > >> >> Adam >> >> -----Original Message----- >> From: Larry Rosenman [mailto:ler at lerctr.org] >> Sent: Thursday, May 29, 2003 4:11 PM >> To: Adam Lipson; mailman-users at python.org >> Subject: RE: [Mailman-Users] mailman cron error >> >> >> >> >> --On Thursday, May 29, 2003 16:09:05 -0400 Adam Lipson >> wrote: >> >>> I was afraid of that. It works for one list but not the other. I can't >>> find a setting to allow it for one list and not the other. Know where >>> it is? >> Check the settings for EACH list's news server. >> >> It looks like it's just not there, fwiw, since it's connection refused, >> and not a INN >> error. >> >> LER >> >>> >>> -----Original Message----- >>> From: Larry Rosenman [mailto:ler at lerctr.org] >>> Sent: Thursday, May 29, 2003 4:08 PM >>> To: Adam Lipson; mailman-users at python.org >>> Subject: Re: [Mailman-Users] mailman cron error >>> >>> >>> Yeah, your INN server isn't running or accepting connections. >>> >>> LER >>> >>> >>> --On Thursday, May 29, 2003 16:04:36 -0400 Adam Lipson >>> wrote: >>> >>>> Anyone seen this error before? I had mailman working with INN and then >>>> it stopped working. I don't think I changed anything and now it is >>>> working intermittently. >>>> >>>> Thanks, >>>> Adam >>>> >>>> Subject: Cron /usr/bin/python -S >>>> /var/mailman/cron/gate_news >>>> >>>> Traceback (innermost last): >>>> File "/var/mailman/cron/gate_news", line 222, in ? >>>> main() >>>> File "/var/mailman/cron/gate_news", line 203, in main >>>> process_lists(lock) >>>> File "/var/mailman/cron/gate_news", line 148, in process_lists >>>> conn, first, last = open_newsgroup(mlist) >>>> File "/var/mailman/cron/gate_news", line 75, in open_newsgroup >>>> password=mm_cfg.NNTP_PASSWORD) >>>> File "/var/mailman/Mailman/pythonlib/nntplib.py", line 111, in >>>> __init__ self.sock.connect((self.host, self.port)) >>>> socket.error: (111, 'Connection refused') >>>> >>>> ------------------------------------------------------ >>>> Mailman-Users mailing list >>>> Mailman-Users at python.org >>>> http://mail.python.org/mailman/listinfo/mailman-users >>>> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >>>> Searchable Archives: >>>> http://www.mail-archive.com/mailman-users%40python.org/ >>>> >>>> This message was sent to: ler at lerctr.org >>>> Unsubscribe or change your options at >>>> http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org >>>> >>> >>> >>> >>> -- >>> Larry Rosenman http://www.lerctr.org/~ler >>> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >>> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >>> >>> >>> >> >> >> >> -- >> Larry Rosenman http://www.lerctr.org/~ler >> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >> >> >> > > > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 E-Mail: ler at lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler at lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From jonc at nc.rr.com Thu May 29 22:28:15 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Thu, 29 May 2003 20:28:15 -0000 Subject: [Mailman-Users] Feature Request? In-Reply-To: <00cc01c325ed$33e83a40$a6f83544@cc109252A> References: <00cc01c325ed$33e83a40$a6f83544@cc109252A> Message-ID: <1054240090.2646.49.camel@anncons> On Thu, 2003-05-29 at 10:18, Phil Iovino wrote: > Where/to whom can I submit a feature request? The preferred site is http://sourceforge.net/projects/mailman/ You can also make requests on either this list or the Dev list. From adaml at jbase.com Thu May 29 22:30:25 2003 From: adaml at jbase.com (Adam Lipson) Date: Thu, 29 May 2003 16:30:25 -0400 Subject: [Mailman-Users] mailman cron error Message-ID: thanks for your help, I can't think of any place the port assignment would be set for an individual list can you? I guess I can try setting up a new list from scratch to see if the config files somehow were corrupt when the list was built? Any idea where to look besides that? Thanks, Adam -----Original Message----- From: Larry Rosenman [mailto:ler at lerctr.org] Sent: Thursday, May 29, 2003 4:26 PM To: Adam Lipson; mailman-users at python.org Subject: RE: [Mailman-Users] mailman cron error --On Thursday, May 29, 2003 16:25:35 -0400 Adam Lipson wrote: > yes I can telnet to port on 119 (they are the same machine by the way) > and one list works with the news interface yet the other does not. connection refused says it's not getting there... (or asking on a different port...) LER > > -----Original Message----- > From: Larry Rosenman [mailto:ler at lerctr.org] > Sent: Thursday, May 29, 2003 4:24 PM > To: Adam Lipson; mailman-users at python.org > Subject: RE: [Mailman-Users] mailman cron error > > > > > --On Thursday, May 29, 2003 16:22:39 -0400 Adam Lipson > wrote: > >> the settings are the same for each list in the mailman web interface. >> >> "Internet address" is the fqdn for the machine and "name of Usenet group >> to gateway to and/or from" is the name of the list created using the >> ctlinnd newgroup command. > can you, from the mailman machine, telnet fqdn 119 and get a banner? > >> >> I guess I must have missed something??? The list is showing up in the >> news group view like the other list. The other odd bit and perhaps this >> is the problem is that mailman is taking a minute or two to post each >> posting. Since I installed the RPM version of mailman I don't know the >> password for mailman to view its crontab. If I su - mailman and crontab >> -l it says no crontab for root, but should this not report the crontab >> for mailman not root? > crontab -u mailman -l as root should work. > > LER > >> >> Adam >> >> -----Original Message----- >> From: Larry Rosenman [mailto:ler at lerctr.org] >> Sent: Thursday, May 29, 2003 4:11 PM >> To: Adam Lipson; mailman-users at python.org >> Subject: RE: [Mailman-Users] mailman cron error >> >> >> >> >> --On Thursday, May 29, 2003 16:09:05 -0400 Adam Lipson >> wrote: >> >>> I was afraid of that. It works for one list but not the other. I can't >>> find a setting to allow it for one list and not the other. Know where >>> it is? >> Check the settings for EACH list's news server. >> >> It looks like it's just not there, fwiw, since it's connection refused, >> and not a INN >> error. >> >> LER >> >>> >>> -----Original Message----- >>> From: Larry Rosenman [mailto:ler at lerctr.org] >>> Sent: Thursday, May 29, 2003 4:08 PM >>> To: Adam Lipson; mailman-users at python.org >>> Subject: Re: [Mailman-Users] mailman cron error >>> >>> >>> Yeah, your INN server isn't running or accepting connections. >>> >>> LER >>> >>> >>> --On Thursday, May 29, 2003 16:04:36 -0400 Adam Lipson >>> wrote: >>> >>>> Anyone seen this error before? I had mailman working with INN and then >>>> it stopped working. I don't think I changed anything and now it is >>>> working intermittently. >>>> >>>> Thanks, >>>> Adam >>>> >>>> Subject: Cron /usr/bin/python -S >>>> /var/mailman/cron/gate_news >>>> >>>> Traceback (innermost last): >>>> File "/var/mailman/cron/gate_news", line 222, in ? >>>> main() >>>> File "/var/mailman/cron/gate_news", line 203, in main >>>> process_lists(lock) >>>> File "/var/mailman/cron/gate_news", line 148, in process_lists >>>> conn, first, last = open_newsgroup(mlist) >>>> File "/var/mailman/cron/gate_news", line 75, in open_newsgroup >>>> password=mm_cfg.NNTP_PASSWORD) >>>> File "/var/mailman/Mailman/pythonlib/nntplib.py", line 111, in >>>> __init__ self.sock.connect((self.host, self.port)) >>>> socket.error: (111, 'Connection refused') >>>> >>>> ------------------------------------------------------ >>>> Mailman-Users mailing list >>>> Mailman-Users at python.org >>>> http://mail.python.org/mailman/listinfo/mailman-users >>>> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >>>> Searchable Archives: >>>> http://www.mail-archive.com/mailman-users%40python.org/ >>>> >>>> This message was sent to: ler at lerctr.org >>>> Unsubscribe or change your options at >>>> http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org >>>> >>> >>> >>> >>> -- >>> Larry Rosenman http://www.lerctr.org/~ler >>> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >>> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >>> >>> >>> >> >> >> >> -- >> Larry Rosenman http://www.lerctr.org/~ler >> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >> >> >> > > > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 E-Mail: ler at lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler at lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From jonc at nc.rr.com Thu May 29 22:32:38 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Thu, 29 May 2003 20:32:38 -0000 Subject: [Mailman-Users] How to stop subscriptions to a group In-Reply-To: <653138C25D8AD6118292000347080A370286DC54@zin05exm02.corp.mot.com> References: <653138C25D8AD6118292000347080A370286DC54@zin05exm02.corp.mot.com> Message-ID: <1054240353.2646.53.camel@anncons> On Thu, 2003-05-29 at 10:27, Santosh Jerome-A17737 wrote: > Hello, > Can somebody let me know how to disable subscription by user's to a group. > > The archive server is down. , I have not been lucky enough to dig out info from the FAQ's > > > Regards > Jerome > Go into the web-admin for the group and modify the subscription settings, change it to one of the settings that requires Admin approval. Good Luck - Jon Carnes From jonc at nc.rr.com Thu May 29 22:40:00 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Thu, 29 May 2003 20:40:00 -0000 Subject: [Mailman-Users] mailman cron error In-Reply-To: <341860000.1054239988@lerlaptop.iadfw.net> References: <341860000.1054239988@lerlaptop.iadfw.net> Message-ID: <1054240787.2646.56.camel@anncons> On Thu, 2003-05-29 at 16:26, Larry Rosenman wrote: > --On Thursday, May 29, 2003 16:25:35 -0400 Adam Lipson > wrote: > > > yes I can telnet to port on 119 (they are the same machine by the way) > > and one list works with the news interface yet the other does not. > connection refused says it's not getting there... > > (or asking on a different port...) > > LER > Check for a typo on the list that is NOT working. From jonc at nc.rr.com Thu May 29 22:45:28 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Thu, 29 May 2003 20:45:28 -0000 Subject: [Mailman-Users] Weird lock error In-Reply-To: <4C386472-9200-11D7-8967-00306564BE7C@forest.net> References: <4C386472-9200-11D7-8967-00306564BE7C@forest.net> Message-ID: <1054241123.2646.60.camel@anncons> Just for fun, can you show us the output of: ls -l /usr/local/mailman/diversityrx.org/archives/public ls -l /usr/local/mailman/diversityrx.org/archives/private On Thu, 2003-05-29 at 14:06, William R. Dickson wrote: > Hurm -- I just chmodded the entire archives directory to 777, and the > error persists. This has me totally stumped. > > -Bill > > On Wednesday, May 28, 2003, at 04:16 PM, William R. Dickson wrote: From ler at lerctr.org Thu May 29 22:48:46 2003 From: ler at lerctr.org (Larry Rosenman) Date: Thu, 29 May 2003 15:48:46 -0500 Subject: [Mailman-Users] mailman cron error In-Reply-To: References: Message-ID: <5620000.1054241326@lerlaptop.iadfw.net> --On Thursday, May 29, 2003 16:30:25 -0400 Adam Lipson wrote: > thanks for your help, > > I can't think of any place the port assignment would be set for an > individual list can you? I guess I can try setting up a new list from > scratch to see if the config files somehow were corrupt when the list was > built? Any idea where to look besides that? Jon's suggestion to check for typo's is a good one..... LER > > Thanks, > Adam > > -----Original Message----- > From: Larry Rosenman [mailto:ler at lerctr.org] > Sent: Thursday, May 29, 2003 4:26 PM > To: Adam Lipson; mailman-users at python.org > Subject: RE: [Mailman-Users] mailman cron error > > > > > --On Thursday, May 29, 2003 16:25:35 -0400 Adam Lipson > wrote: > >> yes I can telnet to port on 119 (they are the same machine by the way) >> and one list works with the news interface yet the other does not. > connection refused says it's not getting there... > > (or asking on a different port...) > > LER > >> >> -----Original Message----- >> From: Larry Rosenman [mailto:ler at lerctr.org] >> Sent: Thursday, May 29, 2003 4:24 PM >> To: Adam Lipson; mailman-users at python.org >> Subject: RE: [Mailman-Users] mailman cron error >> >> >> >> >> --On Thursday, May 29, 2003 16:22:39 -0400 Adam Lipson >> wrote: >> >>> the settings are the same for each list in the mailman web interface. >>> >>> "Internet address" is the fqdn for the machine and "name of Usenet group >>> to gateway to and/or from" is the name of the list created using the >>> ctlinnd newgroup command. >> can you, from the mailman machine, telnet fqdn 119 and get a banner? >> >>> >>> I guess I must have missed something??? The list is showing up in the >>> news group view like the other list. The other odd bit and perhaps this >>> is the problem is that mailman is taking a minute or two to post each >>> posting. Since I installed the RPM version of mailman I don't know the >>> password for mailman to view its crontab. If I su - mailman and crontab >>> -l it says no crontab for root, but should this not report the crontab >>> for mailman not root? >> crontab -u mailman -l as root should work. >> >> LER >> >>> >>> Adam >>> >>> -----Original Message----- >>> From: Larry Rosenman [mailto:ler at lerctr.org] >>> Sent: Thursday, May 29, 2003 4:11 PM >>> To: Adam Lipson; mailman-users at python.org >>> Subject: RE: [Mailman-Users] mailman cron error >>> >>> >>> >>> >>> --On Thursday, May 29, 2003 16:09:05 -0400 Adam Lipson >>> wrote: >>> >>>> I was afraid of that. It works for one list but not the other. I >>>> can't find a setting to allow it for one list and not the other. Know >>>> where it is? >>> Check the settings for EACH list's news server. >>> >>> It looks like it's just not there, fwiw, since it's connection refused, >>> and not a INN >>> error. >>> >>> LER >>> >>>> >>>> -----Original Message----- >>>> From: Larry Rosenman [mailto:ler at lerctr.org] >>>> Sent: Thursday, May 29, 2003 4:08 PM >>>> To: Adam Lipson; mailman-users at python.org >>>> Subject: Re: [Mailman-Users] mailman cron error >>>> >>>> >>>> Yeah, your INN server isn't running or accepting connections. >>>> >>>> LER >>>> >>>> >>>> --On Thursday, May 29, 2003 16:04:36 -0400 Adam Lipson >>>> wrote: >>>> >>>>> Anyone seen this error before? I had mailman working with INN and >>>>> then it stopped working. I don't think I changed anything and now it >>>>> is working intermittently. >>>>> >>>>> Thanks, >>>>> Adam >>>>> >>>>> Subject: Cron /usr/bin/python -S >>>>> /var/mailman/cron/gate_news >>>>> >>>>> Traceback (innermost last): >>>>> File "/var/mailman/cron/gate_news", line 222, in ? >>>>> main() >>>>> File "/var/mailman/cron/gate_news", line 203, in main >>>>> process_lists(lock) >>>>> File "/var/mailman/cron/gate_news", line 148, in process_lists >>>>> conn, first, last = open_newsgroup(mlist) >>>>> File "/var/mailman/cron/gate_news", line 75, in open_newsgroup >>>>> password=mm_cfg.NNTP_PASSWORD) >>>>> File "/var/mailman/Mailman/pythonlib/nntplib.py", line 111, in >>>>> __init__ self.sock.connect((self.host, self.port)) >>>>> socket.error: (111, 'Connection refused') >>>>> >>>>> ------------------------------------------------------ >>>>> Mailman-Users mailing list >>>>> Mailman-Users at python.org >>>>> http://mail.python.org/mailman/listinfo/mailman-users >>>>> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >>>>> Searchable Archives: >>>>> http://www.mail-archive.com/mailman-users%40python.org/ >>>>> >>>>> This message was sent to: ler at lerctr.org >>>>> Unsubscribe or change your options at >>>>> http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Larry Rosenman http://www.lerctr.org/~ler >>>> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >>>> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >>>> >>>> >>>> >>> >>> >>> >>> -- >>> Larry Rosenman http://www.lerctr.org/~ler >>> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >>> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >>> >>> >>> >> >> >> >> -- >> Larry Rosenman http://www.lerctr.org/~ler >> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >> >> >> > > > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 E-Mail: ler at lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: ler at lerctr.org > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler at lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From adaml at jbase.com Thu May 29 22:49:31 2003 From: adaml at jbase.com (Adam Lipson) Date: Thu, 29 May 2003 16:49:31 -0400 Subject: [Mailman-Users] mailman cron error Message-ID: I did, just copied and pasted from the other list. Setting up a new trial list now. Thanks, -----Original Message----- From: Larry Rosenman [mailto:ler at lerctr.org] Sent: Thursday, May 29, 2003 4:49 PM To: Adam Lipson; mailman-users at python.org Subject: RE: [Mailman-Users] mailman cron error --On Thursday, May 29, 2003 16:30:25 -0400 Adam Lipson wrote: > thanks for your help, > > I can't think of any place the port assignment would be set for an > individual list can you? I guess I can try setting up a new list from > scratch to see if the config files somehow were corrupt when the list was > built? Any idea where to look besides that? Jon's suggestion to check for typo's is a good one..... LER > > Thanks, > Adam > > -----Original Message----- > From: Larry Rosenman [mailto:ler at lerctr.org] > Sent: Thursday, May 29, 2003 4:26 PM > To: Adam Lipson; mailman-users at python.org > Subject: RE: [Mailman-Users] mailman cron error > > > > > --On Thursday, May 29, 2003 16:25:35 -0400 Adam Lipson > wrote: > >> yes I can telnet to port on 119 (they are the same machine by the way) >> and one list works with the news interface yet the other does not. > connection refused says it's not getting there... > > (or asking on a different port...) > > LER > >> >> -----Original Message----- >> From: Larry Rosenman [mailto:ler at lerctr.org] >> Sent: Thursday, May 29, 2003 4:24 PM >> To: Adam Lipson; mailman-users at python.org >> Subject: RE: [Mailman-Users] mailman cron error >> >> >> >> >> --On Thursday, May 29, 2003 16:22:39 -0400 Adam Lipson >> wrote: >> >>> the settings are the same for each list in the mailman web interface. >>> >>> "Internet address" is the fqdn for the machine and "name of Usenet group >>> to gateway to and/or from" is the name of the list created using the >>> ctlinnd newgroup command. >> can you, from the mailman machine, telnet fqdn 119 and get a banner? >> >>> >>> I guess I must have missed something??? The list is showing up in the >>> news group view like the other list. The other odd bit and perhaps this >>> is the problem is that mailman is taking a minute or two to post each >>> posting. Since I installed the RPM version of mailman I don't know the >>> password for mailman to view its crontab. If I su - mailman and crontab >>> -l it says no crontab for root, but should this not report the crontab >>> for mailman not root? >> crontab -u mailman -l as root should work. >> >> LER >> >>> >>> Adam >>> >>> -----Original Message----- >>> From: Larry Rosenman [mailto:ler at lerctr.org] >>> Sent: Thursday, May 29, 2003 4:11 PM >>> To: Adam Lipson; mailman-users at python.org >>> Subject: RE: [Mailman-Users] mailman cron error >>> >>> >>> >>> >>> --On Thursday, May 29, 2003 16:09:05 -0400 Adam Lipson >>> wrote: >>> >>>> I was afraid of that. It works for one list but not the other. I >>>> can't find a setting to allow it for one list and not the other. Know >>>> where it is? >>> Check the settings for EACH list's news server. >>> >>> It looks like it's just not there, fwiw, since it's connection refused, >>> and not a INN >>> error. >>> >>> LER >>> >>>> >>>> -----Original Message----- >>>> From: Larry Rosenman [mailto:ler at lerctr.org] >>>> Sent: Thursday, May 29, 2003 4:08 PM >>>> To: Adam Lipson; mailman-users at python.org >>>> Subject: Re: [Mailman-Users] mailman cron error >>>> >>>> >>>> Yeah, your INN server isn't running or accepting connections. >>>> >>>> LER >>>> >>>> >>>> --On Thursday, May 29, 2003 16:04:36 -0400 Adam Lipson >>>> wrote: >>>> >>>>> Anyone seen this error before? I had mailman working with INN and >>>>> then it stopped working. I don't think I changed anything and now it >>>>> is working intermittently. >>>>> >>>>> Thanks, >>>>> Adam >>>>> >>>>> Subject: Cron /usr/bin/python -S >>>>> /var/mailman/cron/gate_news >>>>> >>>>> Traceback (innermost last): >>>>> File "/var/mailman/cron/gate_news", line 222, in ? >>>>> main() >>>>> File "/var/mailman/cron/gate_news", line 203, in main >>>>> process_lists(lock) >>>>> File "/var/mailman/cron/gate_news", line 148, in process_lists >>>>> conn, first, last = open_newsgroup(mlist) >>>>> File "/var/mailman/cron/gate_news", line 75, in open_newsgroup >>>>> password=mm_cfg.NNTP_PASSWORD) >>>>> File "/var/mailman/Mailman/pythonlib/nntplib.py", line 111, in >>>>> __init__ self.sock.connect((self.host, self.port)) >>>>> socket.error: (111, 'Connection refused') >>>>> >>>>> ------------------------------------------------------ >>>>> Mailman-Users mailing list >>>>> Mailman-Users at python.org >>>>> http://mail.python.org/mailman/listinfo/mailman-users >>>>> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >>>>> Searchable Archives: >>>>> http://www.mail-archive.com/mailman-users%40python.org/ >>>>> >>>>> This message was sent to: ler at lerctr.org >>>>> Unsubscribe or change your options at >>>>> http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Larry Rosenman http://www.lerctr.org/~ler >>>> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >>>> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >>>> >>>> >>>> >>> >>> >>> >>> -- >>> Larry Rosenman http://www.lerctr.org/~ler >>> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >>> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >>> >>> >>> >> >> >> >> -- >> Larry Rosenman http://www.lerctr.org/~ler >> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >> >> >> > > > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 E-Mail: ler at lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: ler at lerctr.org > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler at lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From phil at nxtek.net Thu May 29 22:53:29 2003 From: phil at nxtek.net (Phil Iovino) Date: Thu, 29 May 2003 15:53:29 -0500 Subject: [Mailman-Users] Feature Request - Was RE: Subscriber List? Message-ID: <01a101c32624$5c441630$a6f83544@cc109252A> Details below. Thanks! > -----Original Message----- > From: Phil Iovino [mailto:phil at nxtek.net] > Sent: Wednesday, May 28, 2003 11:52 AM > To: 'Dan Wright US2002021042' > Cc: 'mailman-users at python.org' > Subject: RE: [Mailman-Users] Subscriber List? > > > I've had a few replies about this and need to clarify my > question. I know that command exists with shell access. Is > there a way for a list owner to do it through their web > interface? If not, is there a script that can do it? > > > -----Original Message----- > > From: Dan Wright US2002021042 > > [mailto:listmod at camarilla.white-wolf.com] > > Sent: Tuesday, May 27, 2003 8:14 PM > > To: Phil Iovino > > Cc: mailman-users at python.org > > Subject: Re: [Mailman-Users] Subscriber List? > > > > > > Yes. > > > > >From the commandline interface > > > > ~/mailman/bin/list_members > > > > On Tue, 2003-05-27 at 12:24, Phil Iovino wrote: > > Is there any way to get a full subscriber list of a given > > list without > > having to click on every letter in the alphabet in the admin? > From billd at forest.net Thu May 29 22:53:52 2003 From: billd at forest.net (William R. Dickson) Date: Thu, 29 May 2003 13:53:52 -0700 Subject: [Mailman-Users] Weird lock error In-Reply-To: <1054241123.2646.60.camel@anncons> Message-ID: At this point, man, I'll show you my underwear. Or rather not, which would be the more likely request: catalpa# cd /usr/local/mailman/diversityrx.org/archives/public catalpa# ls -l total 10 drwxrwxrwx 9 mailman mailman 1024 May 24 2001 clasproject-list drwxrwxrwx 2 mailman mailman 512 Jul 5 2000 clasproject-list.mbox drwxrwxrwx 36 mailman mailman 3072 Mar 1 03:27 ncihc-list drwxrwxrwx 2 mailman mailman 512 Jul 4 2000 ncihc-list.mbox catalpa# cd ../private catalpa# ls -l total 10 drwxrwxrwx 9 mailman mailman 1024 May 24 2001 clasproject-list drwxrwxrwx 2 mailman mailman 512 Jul 5 2000 clasproject-list.mbox drwxrwxrwx 38 mailman mailman 3072 May 6 03:27 ncihc-list drwxrwxrwx 2 mailman mailman 512 Jul 4 2000 ncihc-list.mbox -Bill On Thursday, May 29, 2003, at 01:45 PM, Jon Carnes wrote: > Just for fun, can you show us the output of: > ls -l /usr/local/mailman/diversityrx.org/archives/public > ls -l /usr/local/mailman/diversityrx.org/archives/private > > On Thu, 2003-05-29 at 14:06, William R. Dickson wrote: >> Hurm -- I just chmodded the entire archives directory to 777, and the >> error persists. This has me totally stumped. >> >> -Bill >> >> On Wednesday, May 28, 2003, at 04:16 PM, William R. Dickson wrote: > > From jbrouhard at ci.st-joseph.mo.us Thu May 29 22:57:31 2003 From: jbrouhard at ci.st-joseph.mo.us (jbrouhard at ci.st-joseph.mo.us) Date: Thu, 29 May 2003 15:57:31 -0500 Subject: [Mailman-Users] mailman cron error Message-ID: If the aforementioned tricks don't work... You can always run nmap localhost to find out what ports *ARE* open and are listening on your box.. That's how I tend to troubleshoot smtp and web problems. --- Joe Brouhard, MCP, A+ Computer Support Technician City of St Joseph jbrouhard at ci.st-joseph.mo.us http://www.ci.st-joseph.mo.us -----Original Message----- From: Larry Rosenman [mailto:ler at lerctr.org] Sent: Thursday, May 29, 2003 3:49 PM To: Adam Lipson; mailman-users at python.org Subject: RE: [Mailman-Users] mailman cron error --On Thursday, May 29, 2003 16:30:25 -0400 Adam Lipson wrote: > thanks for your help, > > I can't think of any place the port assignment would be set for an > individual list can you? I guess I can try setting up a new list from > scratch to see if the config files somehow were corrupt when the list was > built? Any idea where to look besides that? Jon's suggestion to check for typo's is a good one..... LER > > Thanks, > Adam > > -----Original Message----- > From: Larry Rosenman [mailto:ler at lerctr.org] > Sent: Thursday, May 29, 2003 4:26 PM > To: Adam Lipson; mailman-users at python.org > Subject: RE: [Mailman-Users] mailman cron error > > > > > --On Thursday, May 29, 2003 16:25:35 -0400 Adam Lipson > wrote: > >> yes I can telnet to port on 119 (they are the same machine by the way) >> and one list works with the news interface yet the other does not. > connection refused says it's not getting there... > > (or asking on a different port...) > > LER > >> >> -----Original Message----- >> From: Larry Rosenman [mailto:ler at lerctr.org] >> Sent: Thursday, May 29, 2003 4:24 PM >> To: Adam Lipson; mailman-users at python.org >> Subject: RE: [Mailman-Users] mailman cron error >> >> >> >> >> --On Thursday, May 29, 2003 16:22:39 -0400 Adam Lipson >> wrote: >> >>> the settings are the same for each list in the mailman web interface. >>> >>> "Internet address" is the fqdn for the machine and "name of Usenet group >>> to gateway to and/or from" is the name of the list created using the >>> ctlinnd newgroup command. >> can you, from the mailman machine, telnet fqdn 119 and get a banner? >> >>> >>> I guess I must have missed something??? The list is showing up in the >>> news group view like the other list. The other odd bit and perhaps this >>> is the problem is that mailman is taking a minute or two to post each >>> posting. Since I installed the RPM version of mailman I don't know the >>> password for mailman to view its crontab. If I su - mailman and crontab >>> -l it says no crontab for root, but should this not report the crontab >>> for mailman not root? >> crontab -u mailman -l as root should work. >> >> LER >> >>> >>> Adam >>> >>> -----Original Message----- >>> From: Larry Rosenman [mailto:ler at lerctr.org] >>> Sent: Thursday, May 29, 2003 4:11 PM >>> To: Adam Lipson; mailman-users at python.org >>> Subject: RE: [Mailman-Users] mailman cron error >>> >>> >>> >>> >>> --On Thursday, May 29, 2003 16:09:05 -0400 Adam Lipson >>> wrote: >>> >>>> I was afraid of that. It works for one list but not the other. I >>>> can't find a setting to allow it for one list and not the other. Know >>>> where it is? >>> Check the settings for EACH list's news server. >>> >>> It looks like it's just not there, fwiw, since it's connection refused, >>> and not a INN >>> error. >>> >>> LER >>> >>>> >>>> -----Original Message----- >>>> From: Larry Rosenman [mailto:ler at lerctr.org] >>>> Sent: Thursday, May 29, 2003 4:08 PM >>>> To: Adam Lipson; mailman-users at python.org >>>> Subject: Re: [Mailman-Users] mailman cron error >>>> >>>> >>>> Yeah, your INN server isn't running or accepting connections. >>>> >>>> LER >>>> >>>> >>>> --On Thursday, May 29, 2003 16:04:36 -0400 Adam Lipson >>>> wrote: >>>> >>>>> Anyone seen this error before? I had mailman working with INN and >>>>> then it stopped working. I don't think I changed anything and now it >>>>> is working intermittently. >>>>> >>>>> Thanks, >>>>> Adam >>>>> >>>>> Subject: Cron /usr/bin/python -S >>>>> /var/mailman/cron/gate_news >>>>> >>>>> Traceback (innermost last): >>>>> File "/var/mailman/cron/gate_news", line 222, in ? >>>>> main() >>>>> File "/var/mailman/cron/gate_news", line 203, in main >>>>> process_lists(lock) >>>>> File "/var/mailman/cron/gate_news", line 148, in process_lists >>>>> conn, first, last = open_newsgroup(mlist) >>>>> File "/var/mailman/cron/gate_news", line 75, in open_newsgroup >>>>> password=mm_cfg.NNTP_PASSWORD) >>>>> File "/var/mailman/Mailman/pythonlib/nntplib.py", line 111, in >>>>> __init__ self.sock.connect((self.host, self.port)) >>>>> socket.error: (111, 'Connection refused') >>>>> >>>>> ------------------------------------------------------ >>>>> Mailman-Users mailing list >>>>> Mailman-Users at python.org >>>>> http://mail.python.org/mailman/listinfo/mailman-users >>>>> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >>>>> Searchable Archives: >>>>> http://www.mail-archive.com/mailman-users%40python.org/ >>>>> >>>>> This message was sent to: ler at lerctr.org >>>>> Unsubscribe or change your options at >>>>> http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Larry Rosenman http://www.lerctr.org/~ler >>>> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >>>> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >>>> >>>> >>>> >>> >>> >>> >>> -- >>> Larry Rosenman http://www.lerctr.org/~ler >>> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >>> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >>> >>> >>> >> >> >> >> -- >> Larry Rosenman http://www.lerctr.org/~ler >> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >> >> >> > > > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 E-Mail: ler at lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: ler at lerctr.org > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler at lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From adaml at jbase.com Thu May 29 23:01:01 2003 From: adaml at jbase.com (Adam Lipson) Date: Thu, 29 May 2003 17:01:01 -0400 Subject: [Mailman-Users] mailman cron error Message-ID: Thanks to everyone for their great suggestions. I just blew away the list and set up a new one and it works great. I guess we have learned something from Microsoft (restarting is the way to go) -----Original Message----- From: jbrouhard at ci.st-joseph.mo.us [mailto:jbrouhard at ci.st-joseph.mo.us] Sent: Thursday, May 29, 2003 4:58 PM To: mailman-users at python.org Cc: Adam Lipson Subject: RE: [Mailman-Users] mailman cron error If the aforementioned tricks don't work... You can always run nmap localhost to find out what ports *ARE* open and are listening on your box.. That's how I tend to troubleshoot smtp and web problems. --- Joe Brouhard, MCP, A+ Computer Support Technician City of St Joseph jbrouhard at ci.st-joseph.mo.us http://www.ci.st-joseph.mo.us -----Original Message----- From: Larry Rosenman [ mailto:ler at lerctr.org] Sent: Thursday, May 29, 2003 3:49 PM To: Adam Lipson; mailman-users at python.org Subject: RE: [Mailman-Users] mailman cron error --On Thursday, May 29, 2003 16:30:25 -0400 Adam Lipson wrote: > thanks for your help, > > I can't think of any place the port assignment would be set for an > individual list can you? I guess I can try setting up a new list from > scratch to see if the config files somehow were corrupt when the list was > built? Any idea where to look besides that? Jon's suggestion to check for typo's is a good one..... LER > > Thanks, > Adam > > -----Original Message----- > From: Larry Rosenman [ mailto:ler at lerctr.org] > Sent: Thursday, May 29, 2003 4:26 PM > To: Adam Lipson; mailman-users at python.org > Subject: RE: [Mailman-Users] mailman cron error > > > > > --On Thursday, May 29, 2003 16:25:35 -0400 Adam Lipson > wrote: > >> yes I can telnet to port on 119 (they are the same machine by the way) >> and one list works with the news interface yet the other does not. > connection refused says it's not getting there... > > (or asking on a different port...) > > LER > >> >> -----Original Message----- >> From: Larry Rosenman [ mailto:ler at lerctr.org] >> Sent: Thursday, May 29, 2003 4:24 PM >> To: Adam Lipson; mailman-users at python.org >> Subject: RE: [Mailman-Users] mailman cron error >> >> >> >> >> --On Thursday, May 29, 2003 16:22:39 -0400 Adam Lipson >> wrote: >> >>> the settings are the same for each list in the mailman web interface. >>> >>> "Internet address" is the fqdn for the machine and "name of Usenet group >>> to gateway to and/or from" is the name of the list created using the >>> ctlinnd newgroup command. >> can you, from the mailman machine, telnet fqdn 119 and get a banner? >> >>> >>> I guess I must have missed something??? The list is showing up in the >>> news group view like the other list. The other odd bit and perhaps this >>> is the problem is that mailman is taking a minute or two to post each >>> posting. Since I installed the RPM version of mailman I don't know the >>> password for mailman to view its crontab. If I su - mailman and crontab >>> -l it says no crontab for root, but should this not report the crontab >>> for mailman not root? >> crontab -u mailman -l as root should work. >> >> LER >> >>> >>> Adam >>> >>> -----Original Message----- >>> From: Larry Rosenman [ mailto:ler at lerctr.org] >>> Sent: Thursday, May 29, 2003 4:11 PM >>> To: Adam Lipson; mailman-users at python.org >>> Subject: RE: [Mailman-Users] mailman cron error >>> >>> >>> >>> >>> --On Thursday, May 29, 2003 16:09:05 -0400 Adam Lipson >>> wrote: >>> >>>> I was afraid of that. It works for one list but not the other. I >>>> can't find a setting to allow it for one list and not the other. Know >>>> where it is? >>> Check the settings for EACH list's news server. >>> >>> It looks like it's just not there, fwiw, since it's connection refused, >>> and not a INN >>> error. >>> >>> LER >>> >>>> >>>> -----Original Message----- >>>> From: Larry Rosenman [ mailto:ler at lerctr.org] >>>> Sent: Thursday, May 29, 2003 4:08 PM >>>> To: Adam Lipson; mailman-users at python.org >>>> Subject: Re: [Mailman-Users] mailman cron error >>>> >>>> >>>> Yeah, your INN server isn't running or accepting connections. >>>> >>>> LER >>>> >>>> >>>> --On Thursday, May 29, 2003 16:04:36 -0400 Adam Lipson >>>> wrote: >>>> >>>>> Anyone seen this error before? I had mailman working with INN and >>>>> then it stopped working. I don't think I changed anything and now it >>>>> is working intermittently. >>>>> >>>>> Thanks, >>>>> Adam >>>>> >>>>> Subject: Cron /usr/bin/python -S >>>>> /var/mailman/cron/gate_news >>>>> >>>>> Traceback (innermost last): >>>>> File "/var/mailman/cron/gate_news", line 222, in ? >>>>> main() >>>>> File "/var/mailman/cron/gate_news", line 203, in main >>>>> process_lists(lock) >>>>> File "/var/mailman/cron/gate_news", line 148, in process_lists >>>>> conn, first, last = open_newsgroup(mlist) >>>>> File "/var/mailman/cron/gate_news", line 75, in open_newsgroup >>>>> password=mm_cfg.NNTP_PASSWORD) >>>>> File "/var/mailman/Mailman/pythonlib/nntplib.py", line 111, in >>>>> __init__ self.sock.connect((self.host, self.port)) >>>>> socket.error: (111, 'Connection refused') >>>>> >>>>> ------------------------------------------------------ >>>>> Mailman-Users mailing list >>>>> Mailman-Users at python.org >>>>> http://mail.python.org/mailman/listinfo/mailman-users >>>>> Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >>>>> Searchable Archives: >>>>> http://www.mail-archive.com/mailman-users%40python.org/ >>>>> >>>>> This message was sent to: ler at lerctr.org >>>>> Unsubscribe or change your options at >>>>> http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org >>>>> >>>> >>>> >>>> >>>> -- >>>> Larry Rosenman http://www.lerctr.org/~ler >>>> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >>>> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >>>> >>>> >>>> >>> >>> >>> >>> -- >>> Larry Rosenman http://www.lerctr.org/~ler >>> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >>> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >>> >>> >>> >> >> >> >> -- >> Larry Rosenman http://www.lerctr.org/~ler >> Phone: +1 972-414-9812 E-Mail: ler at lerctr.org >> US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 >> >> >> > > > > -- > Larry Rosenman http://www.lerctr.org/~ler > Phone: +1 972-414-9812 E-Mail: ler at lerctr.org > US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: ler at lerctr.org > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/ler%40lerctr.org > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler at lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 From colleen at sdo.net Thu May 29 23:50:34 2003 From: colleen at sdo.net (colleen at sdo.net) Date: Thu, 29 May 2003 14:50:34 -0700 (PDT) Subject: [Mailman-Users] DNS/Sendmail issue upon install Message-ID: <63006.208.45.118.173.1054245034.squirrel@mail.sdo.net> Greetings everyone! I am running mailman-2.0 on Redhat Linux 7.3. I have successfully installed mailman onto my server. I have sucessfully added an admin and a few users through the web interface to a test list. Unfortunately, when I try to send an email on the list, I get this: The original message was received at Thu, 29 May 2003 14:39:39 -0700 from apache at localhost ----- The following addresses had permanent fatal errors ----- (reason: 550 5.1.1 User unknown) ----- Transcript of session follows ----- 550 5.1.1 ... User unknown Mailman is sending mail out to users who subscribe, but the list itself is not operational. Is there a particular default setting I should look at? Thanks! Colleen From jonc at nc.rr.com Fri May 30 00:12:29 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Thu, 29 May 2003 22:12:29 -0000 Subject: [Mailman-Users] Weird lock error In-Reply-To: References: Message-ID: <1054246343.2651.70.camel@anncons> On Thu, 2003-05-29 at 16:53, William R. Dickson wrote: > At this point, man, I'll show you my underwear. Or rather not, which > would be the more likely request: > > catalpa# cd /usr/local/mailman/diversityrx.org/archives/public > catalpa# ls -l > total 10 > drwxrwxrwx 9 mailman mailman 1024 May 24 2001 clasproject-list > drwxrwxrwx 2 mailman mailman 512 Jul 5 2000 clasproject-list.mbox > drwxrwxrwx 36 mailman mailman 3072 Mar 1 03:27 ncihc-list > drwxrwxrwx 2 mailman mailman 512 Jul 4 2000 ncihc-list.mbox > > catalpa# cd ../private > catalpa# ls -l > total 10 > drwxrwxrwx 9 mailman mailman 1024 May 24 2001 clasproject-list > drwxrwxrwx 2 mailman mailman 512 Jul 5 2000 clasproject-list.mbox > drwxrwxrwx 38 mailman mailman 3072 May 6 03:27 ncihc-list > drwxrwxrwx 2 mailman mailman 512 Jul 4 2000 ncihc-list.mbox > > -Bill > On all my installs, the ~mailman/archives/public/.. files are links pointing to the ~mailman/archives/private/.. files. Yours appear to be standalone directories. Here is an example from a working test server I keep: [root at anncons archives]# ls -l private total 40 drwxrwsr-x 2 mailman mailman 4096 Apr 11 10:50 mailman/ drwxrwsr-x 2 mailman mailman 4096 Apr 11 10:50 mailman.mbox/ drwxrwsr-x 4 apache mailman 4096 May 16 03:27 test1/ drwxrwsr-x 2 apache mailman 4096 Apr 11 13:54 test1.mbox/ drwxrwsr-x 2 apache mailman 4096 Apr 11 16:10 test2/ drwxrwsr-x 2 apache mailman 4096 Apr 11 16:10 test2.mbox/ drwxrwsr-x 2 apache mailman 4096 Apr 11 16:19 test3/ drwxrwsr-x 2 apache mailman 4096 Apr 11 16:19 test3.mbox/ drwxrwsr-x 2 root mailman 4096 May 4 14:26 test_old/ drwxrwsr-x 2 root mailman 4096 May 4 14:26 test_old.mbox/ [root at anncons archives]# ls -l public total 0 lrwxrwxrwx 1 mailman mailman 43 Apr 11 10:50 mailman -> /usr/local/mailman/archives/private/mailman/ lrwxrwxrwx 1 mailman mailman 48 Apr 11 10:50 mailman.mbox -> /usr/local/mailman/archives/private/mailman.mbox/ lrwxrwxrwx 1 apache mailman 41 Apr 11 11:18 test1 -> /usr/local/mailman/archives/private/test1/ lrwxrwxrwx 1 apache mailman 46 Apr 11 11:18 test1.mbox -> /usr/local/mailman/archives/private/test1.mbox/ lrwxrwxrwx 1 apache mailman 41 Apr 11 16:10 test2 -> /usr/local/mailman/archives/private/test2/ lrwxrwxrwx 1 apache mailman 46 Apr 11 16:10 test2.mbox -> /usr/local/mailman/archives/private/test2.mbox/ lrwxrwxrwx 1 apache mailman 41 Apr 11 16:19 test3 -> /usr/local/mailman/archives/private/test3/ lrwxrwxrwx 1 apache mailman 46 Apr 11 16:19 test3.mbox -> /usr/local/mailman/archives/private/test3.mbox/ lrwxrwxrwx 1 root mailman 44 May 4 14:26 test_old -> /usr/local/mailman/archives/private/test_old/ lrwxrwxrwx 1 root mailman 49 May 4 14:26 test_old.mbox -> /usr/local/mailman/archives/private/test_old.mbox/ Try moving (or deleting) the public directories and then creating links to the private directories... Hey its a shot, and the original error seem to anticipate a link rather than a directory. Good Luck - Jon Carnes From jonc at nc.rr.com Fri May 30 00:21:38 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Thu, 29 May 2003 22:21:38 -0000 Subject: [Mailman-Users] DNS/Sendmail issue upon install In-Reply-To: <63006.208.45.118.173.1054245034.squirrel@mail.sdo.net> References: <63006.208.45.118.173.1054245034.squirrel@mail.sdo.net> Message-ID: <1054246891.2646.75.camel@anncons> You either have not put the aliases (printed out when you created the list) into /etc/aliases -or- you have not run newaliases after editing the /etc/aliases file. You can check out FAQ 3.14 which does a fairly good job of covering most post-install issues with Mailman version 2.0 Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Good Luck - Jon Carnes On Thu, 2003-05-29 at 17:50, colleen at sdo.net wrote: > Greetings everyone! > > I am running mailman-2.0 on Redhat Linux 7.3. > > I have successfully installed mailman onto my server. I have sucessfully > added an admin and a few users through the web interface to a test list. > Unfortunately, when I try to send an email on the list, I get this: > > The original message was received at Thu, 29 May 2003 14:39:39 -0700 > from apache at localhost > > ----- The following addresses had permanent fatal errors ----- > > (reason: 550 5.1.1 User unknown) > > ----- Transcript of session follows ----- > 550 5.1.1 ... User unknown > > Mailman is sending mail out to users who subscribe, but the list itself is > not operational. Is there a particular default setting I should look at? > > Thanks! > Colleen From jonc at nc.rr.com Fri May 30 00:23:51 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Thu, 29 May 2003 22:23:51 -0000 Subject: [Mailman-Users] Feature Request - Was RE: Subscriber List? In-Reply-To: <01a101c32624$5c441630$a6f83544@cc109252A> References: <01a101c32624$5c441630$a6f83544@cc109252A> Message-ID: <1054247025.2646.78.camel@anncons> Check out the list-member dump that is a part of the list's "listinfo" page. This is available if turned on by the list admin. On Thu, 2003-05-29 at 16:53, Phil Iovino wrote: > Details below. Thanks! > > > -----Original Message----- > > From: Phil Iovino [mailto:phil at nxtek.net] > > Sent: Wednesday, May 28, 2003 11:52 AM > > To: 'Dan Wright US2002021042' > > Cc: 'mailman-users at python.org' > > Subject: RE: [Mailman-Users] Subscriber List? > > > > > > I've had a few replies about this and need to clarify my > > question. I know that command exists with shell access. Is > > there a way for a list owner to do it through their web > > interface? If not, is there a script that can do it? > > > > > -----Original Message----- > > > From: Dan Wright US2002021042 > > > [mailto:listmod at camarilla.white-wolf.com] > > > Sent: Tuesday, May 27, 2003 8:14 PM > > > To: Phil Iovino > > > Cc: mailman-users at python.org > > > Subject: Re: [Mailman-Users] Subscriber List? > > > > > > > > > Yes. > > > > > > >From the commandline interface > > > > > > ~/mailman/bin/list_members > > > > > > On Tue, 2003-05-27 at 12:24, Phil Iovino wrote: > > > Is there any way to get a full subscriber list of a given > > > list without > > > having to click on every letter in the alphabet in the admin? > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: jonc at nc.rr.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com From phil at nxtek.net Fri May 30 02:13:42 2003 From: phil at nxtek.net (Phil Iovino) Date: Thu, 29 May 2003 19:13:42 -0500 Subject: [Mailman-Users] Feature Request - Was RE: Subscriber List? In-Reply-To: <1054247025.2646.78.camel@anncons> Message-ID: <020901c32640$54f439c0$a6f83544@cc109252A> Yeah I saw that. Is there any way to make it available to the list owner only? I don't want any subscriber to access it for obvious reasons. > -----Original Message----- > From: Jon Carnes [mailto:jonc at nc.rr.com] > Sent: Thursday, May 29, 2003 5:24 PM > To: Phil Iovino > Cc: mailman-users at python.org > Subject: Re: [Mailman-Users] Feature Request - Was RE: > Subscriber List? > > > Check out the list-member dump that is a part of the list's "listinfo" > page. This is available if turned on by the list admin. > > On Thu, 2003-05-29 at 16:53, Phil Iovino wrote: > > Details below. Thanks! > > > > > -----Original Message----- > > > From: Phil Iovino [mailto:phil at nxtek.net] > > > Sent: Wednesday, May 28, 2003 11:52 AM > > > To: 'Dan Wright US2002021042' > > > Cc: 'mailman-users at python.org' > > > Subject: RE: [Mailman-Users] Subscriber List? > > > > > > > > > I've had a few replies about this and need to clarify my > > > question. I know that command exists with shell access. Is > > > there a way for a list owner to do it through their web > > > interface? If not, is there a script that can do it? > > > > > > > -----Original Message----- > > > > From: Dan Wright US2002021042 > > > > [mailto:listmod at camarilla.white-wolf.com] > > > > Sent: Tuesday, May 27, 2003 8:14 PM > > > > To: Phil Iovino > > > > Cc: mailman-users at python.org > > > > Subject: Re: [Mailman-Users] Subscriber List? > > > > > > > > > > > > Yes. > > > > > > > > >From the commandline interface > > > > > > > > ~/mailman/bin/list_members > > > > > > > > On Tue, 2003-05-27 at 12:24, Phil Iovino wrote: > > > > Is there any way to get a full subscriber list of a given > > > > list without > > > > having to click on every letter in the alphabet in the admin? > > > > > > > > > ------------------------------------------------------ > > Mailman-Users mailing list > > Mailman-Users at python.org > > http://mail.python.org/mailman/listinfo/mailman-users > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > Searchable Archives: > http://www.mail-archive.com/mailman-users%> 40python.org/ > > > > > This message was sent to: jonc at nc.rr.com > > > Unsubscribe or change your options at > > > http://mail.python.org/mailman/options/mailman> -users/jonc%40nc.rr.com > From mmuserslist at nwcweb.com Fri May 30 02:39:05 2003 From: mmuserslist at nwcweb.com (David J. Duffner - NWCWEB.com) Date: Thu, 29 May 2003 20:39:05 -0400 Subject: [Mailman-Users] DNS/Sendmail issue upon install In-Reply-To: <63006.208.45.118.173.1054245034.squirrel@mail.sdo.net> Message-ID: Greetings, I noticed your List is 'test2' instead of just 'test' as most install paperwork describes... Did you correctly alias everything to 'test2' or just to 'test', which would possibly cause the problem? Additionally, did you create a user 'test2' for Mailman to deal with for the list traffic? Just a thought... David J. Duffner VP Operations http://www.nwcxpress.com -------------------------------------------- NWC Corporation - Global e-Pay Solutions POSA terminals, Merchant Accounts, E-payment solutions, Gift Cards and much more! NWCWEB.com - Your design, hosting and e- commerce solution! Featuring Miva Merchant e-commerce and Sun Cobalt RaQ platforms -------------------------------------------- >-----Original Message----- >From: mailman-users-bounces+mmuserslist=nwcweb.com at python.org >[mailto:mailman-users-bounces+mmuserslist=nwcweb.com at python.org]On >Behalf Of colleen at sdo.net >Sent: Thursday, May 29, 2003 5:51 PM >To: mailman-users at python.org >Subject: [Mailman-Users] DNS/Sendmail issue upon install > > >Greetings everyone! > >I am running mailman-2.0 on Redhat Linux 7.3. > >I have successfully installed mailman onto my server. I have >sucessfully >added an admin and a few users through the web interface to >a test list. >Unfortunately, when I try to send an email on the list, I get this: > >The original message was received at Thu, 29 May 2003 14:39:39 -0700 >from apache at localhost > > ----- The following addresses had permanent fatal errors ----- > > (reason: 550 5.1.1 User unknown) > > ----- Transcript of session follows ----- >550 5.1.1 ... User unknown > >Mailman is sending mail out to users who subscribe, but the >list itself is >not operational. Is there a particular default setting I >should look at? > >Thanks! >Colleen > > > > >------------------------------------------------------ >Mailman-Users mailing list >Mailman-Users at python.org >http://mail.python.org/mailman/listinfo/mailman-users >Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py >Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: mmuserslist at nwcweb.com Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/mmuserslist%40nwc web.com From jonc at nc.rr.com Fri May 30 03:10:33 2003 From: jonc at nc.rr.com (Jon Carnes) Date: Fri, 30 May 2003 01:10:33 -0000 Subject: [Mailman-Users] Feature Request - Was RE: Subscriber List? In-Reply-To: <020901c32640$54f439c0$a6f83544@cc109252A> References: <020901c32640$54f439c0$a6f83544@cc109252A> Message-ID: <1054257015.2651.99.camel@anncons> On Thu, 2003-05-29 at 20:13, Phil Iovino wrote: > Yeah I saw that. Is there any way to make it available to the list owner > only? I don't want any subscriber to access it for obvious reasons. > I don't think so, but it would be an interesting feature request. > > -----Original Message----- > > From: Jon Carnes [mailto:jonc at nc.rr.com] > > Sent: Thursday, May 29, 2003 5:24 PM > > To: Phil Iovino > > Cc: mailman-users at python.org > > Subject: Re: [Mailman-Users] Feature Request - Was RE: > > Subscriber List? > > > > > > Check out the list-member dump that is a part of the list's "listinfo" > > page. This is available if turned on by the list admin. > > > > On Thu, 2003-05-29 at 16:53, Phil Iovino wrote: > > > Details below. Thanks! From admin2 at enabled.com Fri May 30 03:22:29 2003 From: admin2 at enabled.com (admin) Date: Thu, 29 May 2003 17:22:29 -0800 Subject: [Mailman-Users] digest message count Message-ID: <20030530011948.M42831@enabled.com> Hi, I am seeing some mail lists handled by mailman with a message count in the subject line accompanying the digest message. My digest mailings do not have these details. How do I add them? - Noah From colleen at sdo.net Fri May 30 04:02:31 2003 From: colleen at sdo.net (colleen at sdo.net) Date: Thu, 29 May 2003 19:02:31 -0700 (PDT) Subject: [Mailman-Users] DNS/Sendmail issue upon install In-Reply-To: <1054246891.2646.75.camel@anncons> References: <63006.208.45.118.173.1054245034.squirrel@mail.sdo.net> <1054246891.2646.75.camel@anncons> Message-ID: <63318.208.45.118.173.1054260151.squirrel@mail.sdo.net> Hi folks -- thanks so far for your input:: --I have followed the FAQ and I am still getting this error: The original message was received at Thu, 29 May 2003 18:55:38 -0700 from apache at localhost ----- The following addresses had permanent fatal errors ----- "|/home/mailman/mail/wrapper post test" (reason: 1) (expanded from: ) ----- Transcript of session follows ----- Mailman error: post got bad listname: test 554 5.3.0 unknown mailer error 1 I am using mailman-2.0 with Redhat7.3. -- I have checked permissions and have no problems. -- Here is what is in my alias file: #REDSTONE (RLTA) mailman: colleen, sysadmin mailman-owner: mailman #MAILING LISTS #test3 mailing list ## created 29-May-2003 root test: "|/home/mailman/mail/wrapper post test" test-admin: "|/home/mailman/mail/wrapper mailowner test" test-request: "|/home/mailman/mail/wrapper mailcmd test" test-owner: test-admin I ran newaliases after setting this up --I made an attempt at setting up the virtualusertable, but decided to get it to run on the general host (subamerica.com) before concerning myself witht this) What am I missing????? Thanks! Colleen > You either have not put the aliases (printed out when you created the > list) into /etc/aliases -or- you have not run newaliases after editing > the /etc/aliases file. > > You can check out FAQ 3.14 which does a fairly good job of covering most > post-install issues with Mailman version 2.0 > > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > > Good Luck - Jon Carnes > > On Thu, 2003-05-29 at 17:50, colleen at sdo.net wrote: >> Greetings everyone! >> >> I am running mailman-2.0 on Redhat Linux 7.3. >> >> I have successfully installed mailman onto my server. I have >> sucessfully added an admin and a few users through the web interface >> to a test list. Unfortunately, when I try to send an email on the >> list, I get this: >> >> The original message was received at Thu, 29 May 2003 14:39:39 -0700 >> from apache at localhost >> >> ----- The following addresses had permanent fatal errors ----- >> >> (reason: 550 5.1.1 User unknown) >> >> ----- Transcript of session follows ----- >> 550 5.1.1 ... User unknown >> >> Mailman is sending mail out to users who subscribe, but the list >> itself is not operational. Is there a particular default setting I >> should look at? >> >> Thanks! >> Colleen From wnpauls2 at yahoo.com Fri May 30 06:07:25 2003 From: wnpauls2 at yahoo.com (Paul Schumacher) Date: Thu, 29 May 2003 21:07:25 -0700 (PDT) Subject: [Mailman-Users] password to one list forgotten ... how do I ? Message-ID: <20030530040725.58084.qmail@web9206.mail.yahoo.com> I have several lists under mailman, and one of the lists managed by another person had the password changed and then the person forgot it. How do I get to this list and change the password to a know one? thanks, Paul Schumacher Winona State University --------------------------------- Do you Yahoo!? Free online calendar with sync to Outlook(TM). From rcook at wyrms.net Fri May 30 06:34:16 2003 From: rcook at wyrms.net (Robin Cook) Date: Fri, 30 May 2003 04:34:16 -0000 Subject: [Mailman-Users] Error creating mailing list with http://URL/mailman/create Message-ID: <1054269195.19698.28.camel@pheuri> Hello, I have just install mailman and everything seems to be working until I try to create a mailing list using the web interface. When I click on the create list button I get this error below. I couldn't find in in the FAQ and the archives listed was a bad link. What is set wrong? CuZnDragon Robin Cook Bug in Mailman version 2.1.2 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 (most recent call last): File "/usr/share/mailman/scripts/driver", line 87, in run_main main() File "/usr/share/mailman/Mailman/Cgi/create.py", line 55, in main process_request(doc, cgidata) File "/usr/share/mailman/Mailman/Cgi/create.py", line 217, in process_request sys.modules[modname].create(mlist, cgi=1) File "/usr/share/mailman/Mailman/MTA/Postfix.py", line 232, in create _update_maps() File "/usr/share/mailman/Mailman/MTA/Postfix.py", line 53, in _update_maps raise RuntimeError, msg % (acmd, status, errstr) RuntimeError: command failed: /usr/sbin/postalias /var/spool/mailman/data/aliases (status: 1, Operation not permitted) From cary at dotaku.com Fri May 30 09:46:59 2003 From: cary at dotaku.com (Cary) Date: Fri, 30 May 2003 15:46:59 +0800 Subject: [Mailman-Users] TypeError: __init__() got an unexpected keyword argument 'errors' Message-ID: <00b001c3267f$a80ea520$6601a8c0@archie> Hi, Mailman lists admin functions have stopped working. - Mailing messages - Adding members - Removing members - Creating new lists [1] Checked db's no errors to report [2] Checked permissions - some issues there, but adjusting them didn't seem to solve the problem. [3] Reinstalled python 2.2.2 - no help [4] Reinstalled mailman 2.1.2 - no help --------------------- ERRORS --------------------- ====> Building new list from command line [./newlist listname] builds list but spits out the following error when sending information to list owner. Traceback (most recent call last): File "./newlist", line 219, in ? main() File "./newlist", line 211, in main text, mlist.preferred_language) File "/mailman/Mailman/Message.py", line 206, in __init__ errors='replace') TypeError: __init__() got an unexpected keyword argument 'errors' ====> From command line for ./add_members Traceback (most recent call last): File "/mailman/bin/add_members", line 255, in ? main() File "/mailman/bin/add_members", line 235, in main addall(mlist, nmembers, 0, send_welcome_msg, s) File "/mailman/bin/add_members", line 135, in addall mlist.ApprovedAddMember(userdesc, ack, 0) File "/mailman/Mailman/MailList.py", line 902, in ApprovedAddMember digest, text) File "/mailman/Mailman/Deliverer.py", line 78, in SendSubscribeAck text, pluser) File "/mailman/Mailman/Message.py", line 206, in __init__ errors='replace') TypeError: __init__() got an unexpected keyword argument 'errors' ====> for ./remove_members Traceback (most recent call last): File "/mailman/scripts/driver", line 87, in run_main main() File "/mailman/Mailman/Cgi/admin.py", line 169, in main change_options(mlist, category, subcat, cgidata, doc) File "/mailman/Mailman/Cgi/admin.py", line 1354, in change_options mlist.ApprovedDeleteMember(user) File "/mailman/Mailman/MailList.py", line 944, in ApprovedDeleteMember self.SendUnsubscribeAck(emailaddr, userlang) File "/mailman/Mailman/Deliverer.py", line 87, in SendUnsubscribeAck Utils.wrap(self.goodbye_msg), lang) File "/mailman/Mailman/Message.py", line 206, in __init__ errors='replace') TypeError: __init__() got an unexpected keyword argument 'errors' ====> Saving options via GUI work ====> Sending mail to all my lists works --------------------- RESULTS & ASSUMPTIONS --------------------- The theme here seems to be the following : __init__() got an unexpected keyword argument 'errors' I've searched for this error in the archives and nothing has revieled itself. A look on Goggle turned me towards /mailman/pythonlib/email/ and the assumption that the execution of the above admin functions are being killed when the email messaging system is called. The last update to my Linux box was curl-7.10.5 could this be an issue? But that was weeks ago and this problem just started now. Thanks for your time, Cary Newfeldt. From ArnarB at oddi.is Fri May 30 09:59:22 2003 From: ArnarB at oddi.is (Arnar Birgisson) Date: Fri, 30 May 2003 07:59:22 +0000 Subject: [Mailman-Users] Excessive cpu usage Message-ID: I'm sorry all.. the private mail I sent Tom was meant to go to the list as well.. I'm simply used to mailing lists rewriting the Reply-To header.. But here it is.. (one might think I didn't send this to the list from embarassment .. :o): F*ck.. I'm terribly sorry for wasting your time. I'm just stupid.. that's all. It turned out that my MTA wasn't running at all.. no wonder mailman couldn't contact an smtp server >o((. Thanks all.. and sorry again. Arnar >>> Raquel Rice 28.5.2003 17:45:23 >>> On Wed, 28 May 2003 10:01:04 -0700 Tom Eastep wrote: > On Wed, 28 May 2003 09:15:45 -0700, Mark Dadgar > wrote: > > > Arnar Birgisson at ArnarB at oddi.is wrote: > >> I'm running mailman 2.1 on a linux machine. My problem is that > >the> mailman qrunner daemon constantly consumes 65-95% of cpu > >time. Nothing> shows up in the logs while this goes on. Any ideas > >of how to locate the> fault? > > > > Is there a massively large (like 20+ Meg) piece of email being > > processed for > > the mailman list? Like from root or something? > > Arnar informed me in a private email that he has resolved the > problem. > > -Tom Could Arnar share with us how he got it fixed? -- Raquel ============================================================ The life of the individual only has meaning insofar as it aids in making the life of every living thing nobler and more beautiful. Life is sacred, that is to say, it is the supreme value to which all other values are subordinate. --Albert Einstein ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: arnarb at oddi.is Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/arnarb%40oddi.is From ArnarB at oddi.is Fri May 30 10:21:54 2003 From: ArnarB at oddi.is (Arnar Birgisson) Date: Fri, 30 May 2003 08:21:54 +0000 Subject: [Mailman-Users] Excessive cpu usage Message-ID: Thanks.. This episode does bring up some thoughts though. My problem was for the most part that I didn't know where to look ("ps aux | grep mail" would have made a good place to start, but that was my fault :o), and the logs didn't give me anything. Failure to contact an smtp server should perhaps be logged in mailman's logfiles, what do you think? Arnar >>> Raquel Rice 30.5.2003 08:20:04 >>> On Fri, 30 May 2003 07:59:22 +0000 "Arnar Birgisson" wrote: > I'm sorry all.. the private mail I sent Tom was meant to go to the > list as well.. I'm simply used to mailing lists rewriting the > Reply-To header.. > But here it is.. (one might think I didn't send this to the list > from embarassment .. :o): > > F*ck.. I'm terribly sorry for wasting your time. I'm just stupid.. > that's all. It turned out that my MTA wasn't running at all.. no > wonder mailman couldn't contact an smtp server >o((. > > Thanks all.. and sorry again. > > Arnar > I'm not so sure that "stupid" is the correct word to use here. We all do things which, with hindsight, seem we should not have done or something we should have caught. It's good to know that the "fix" was something so simple. -- Raquel ============================================================ Courage is resistance to fear, mastery of fear--not absence of fear. --Mark Twain ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: arnarb at oddi.is Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/arnarb%40oddi.is From cerberof at ba.net Fri May 30 14:52:39 2003 From: cerberof at ba.net (Cerberof) Date: Fri, 30 May 2003 09:52:39 -0300 Subject: [Mailman-Users] RV: IOError: [Errno 13] Permission denied: Message-ID: <064b01c326aa$5a13aac0$0202010a@iii> Hi, everybody: sorry for my bad, bad english. I am new using mailman, is a great program. But I have a question that may be you can help me. This is what my cron shows every day: Traceback (most recent call last): File "/var/mailman/cron/gate_news", line 274, in ? main() File "/var/mailman/cron/gate_news", line 249, in main lock.lock(timeout=0.5) File "/var/mailman/Mailman/LockFile.py", line 243, in lock self.__write() File "/var/mailman/Mailman/LockFile.py", line 422, in __write fp = open(self.__tmpfname, 'w') IOError: [Errno 13] Permission denied: '/var/mailman/locks/gate_news.lock.lists.4166.0' And when tried to gzip: Traceback (most recent call last): File "/var/mailman/cron/nightly_gzip", line 154, in ? main() File "/var/mailman/cron/nightly_gzip", line 140, in main compress(f) File "/var/mailman/cron/nightly_gzip", line 81, in compress outfp = gzip.open(txtfile+'.gz', 'wb', 6) File "/usr/lib/python2.2/gzip.py", line 30, in open return GzipFile(filename, mode, compresslevel) File "/usr/lib/python2.2/gzip.py", line 43, in __init__ fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb') IOError: [Errno 13] Permission denied: '/var/mailman/archives/private/ccenterar-l/2003-May.txt.gz' My question is if really there is a permission problem, because the mailman is working fine but this: "IOError: [Errno 13] Permission denied: '/var/mailman/archives/private/ccenterar-l/2003-May.txt.gz'" IOError: [Errno 13] Permission denied:'/var/mailman/locks/gate_news.lock.lists.4166.0' I dont' know, thanks for the help. Cerberof. From Freedom_Lover at pobox.com Fri May 30 16:15:41 2003 From: Freedom_Lover at pobox.com (Todd) Date: Fri, 30 May 2003 10:15:41 -0400 Subject: [Mailman-Users] Error creating mailing list with http://URL/mailman/create In-Reply-To: <1054269195.19698.28.camel@pheuri> References: <1054269195.19698.28.camel@pheuri> Message-ID: <20030530141541.GG16293@psilocybe.teonanacatl.org> -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Robin Cook wrote: > I have just install mailman and everything seems to be working until I > try to create a mailing list using the web interface. When I click on > the create list button I get this error below. I couldn't find in in > the FAQ and the archives listed was a bad link. What is set wrong? [...] > Traceback (most recent call last): > File "/usr/share/mailman/scripts/driver", line 87, in run_main > main() > File "/usr/share/mailman/Mailman/Cgi/create.py", line 55, in main > process_request(doc, cgidata) > File "/usr/share/mailman/Mailman/Cgi/create.py", line 217, in > process_request > sys.modules[modname].create(mlist, cgi=1) > File "/usr/share/mailman/Mailman/MTA/Postfix.py", line 232, in create > _update_maps() > File "/usr/share/mailman/Mailman/MTA/Postfix.py", line 53, in > _update_maps > raise RuntimeError, msg % (acmd, status, errstr) > RuntimeError: command failed: /usr/sbin/postalias > /var/spool/mailman/data/aliases (status: 1, Operation not permitted) It is in the FAQ, it must have been hiding. http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.009.htp - -- Todd OpenPGP -> KeyID: 0xD654075A | URL: www.pobox.com/~tmz/pgp ============================================================================ The less a statesman amounts to, the more he loves the flag. -- Kin Hubbard -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) Comment: When crypto is outlawed bayl bhgynjf jvyy unir cevinpl. iD8DBQE+12eNuv+09NZUB1oRAp28AKDOjZbRYYU36AN9LytXajJNogHbawCfcNIc Hi1MWoFSdgKIdrWruhoLAQ8= =A3TX -----END PGP SIGNATURE----- From badmangabriel at lycos.co.uk Fri May 30 16:35:09 2003 From: badmangabriel at lycos.co.uk (Angel Gabriel) Date: Fri, 30 May 2003 14:35:09 -0000 Subject: [Mailman-Users] MySQL? Message-ID: <1054305030.2274.16.camel@laptop.raw-talent.hopto.org> I remember reading somewhere that mailman can operate with a MySQL backend? If that is so, they it should be possible to develop a diffrent front end, to interface with users, add users to mailman etc etc. Is there any truth to this?? From adaml at jbase.com Fri May 30 16:51:13 2003 From: adaml at jbase.com (Adam Lipson) Date: Fri, 30 May 2003 10:51:13 -0400 Subject: [Mailman-Users] subscriber problems users interface vs admin interface Message-ID: If someone subscribes via the web interface they don't show up in the user list. If I add them via the administrative web interface they do show up. Any reason why these two act differently I have not blocked anyone from subscribing and no approval is needed? Also, and I think because of this the users were not getting the email that was sent to the list, but were getting the messages via the news reader via INN. Can anyone explain why this happens? Thanks, Adam From adaml at jbase.com Fri May 30 17:01:24 2003 From: adaml at jbase.com (Adam Lipson) Date: Fri, 30 May 2003 11:01:24 -0400 Subject: [Mailman-Users] subscriber problems users interface vs admininterface Message-ID: I think I have narrowed down the problem to the list-request at server.com alias not working. I copied and pasted the aliases into the /etc/aliases/ file and run newaliases. There should not be anything else needed right? Here are the aliases techtrial: "|/var/mailman/mail/wrapper post techtrial" techtrial-admin: "|/var/mailman/mail/wrapper mailowner techtrial" techtrial-request: "|/var/mailman/mail/wrapper mailcmd techtrial" techtrial-owner: techtrial-admin -----Original Message----- From: Adam Lipson Sent: Friday, May 30, 2003 10:51 AM To: Mailman Subject: [Mailman-Users] subscriber problems users interface vs admininterface If someone subscribes via the web interface they don't show up in the user list. If I add them via the administrative web interface they do show up. Any reason why these two act differently I have not blocked anyone from subscribing and no approval is needed? Also, and I think because of this the users were not getting the email that was sent to the list, but were getting the messages via the news reader via INN. Can anyone explain why this happens? Thanks, Adam ------------------------------------------------------ Mailman-Users mailing list Mailman-Users at python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ This message was sent to: adaml at jbase.com Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/adaml%40jbase.com From kmccann at bellanet.org Fri May 30 17:17:19 2003 From: kmccann at bellanet.org (Kevin McCann) Date: Fri, 30 May 2003 15:17:19 -0000 Subject: [Mailman-Users] MySQL? In-Reply-To: <1054305030.2274.16.camel@laptop.raw-talent.hopto.org> References: <1054305030.2274.16.camel@laptop.raw-talent.hopto.org> Message-ID: <1054307806.18834.67.camel@localhost.localdomain> On Fri, 2003-05-30 at 10:30, Angel Gabriel wrote: > I remember reading somewhere that mailman can operate with a MySQL > backend? If that is so, they it should be possible to develop a diffrent > front end, to interface with users, add users to mailman etc etc. > > Is there any truth to this?? If this was true I'd be doing a breakdance right about now. ;-) Currently Mailman does not operate directly with a MySQL database. I know Barry has a few ideas up his sleeve with regard to opening things up a bit but I don't know how he sees MySQL fitting in, if at all. In my ideal world, fundamental data would be able to be in a SQL database: - user info - archived messages - list configurations - site configurations and possibly: - incoming queue - outgoing queue - logs I don't anticipate this in Mailman in the very near future so I am currently working on a MLMI (mailing list manager interface) API for PHP. The Mailman section of the API will be a collection of functions that execute Mailman commands and return results. Like so: mlmi_settype("Mailman"); mlmi_getlists(); mlmi_getmembers("$listname"); mlmi_getconfig("$listname"); mlmi_newlist("$listname","$adminemail","$adminpass","$security"); The mlmi_getlists function, for example, would just execute bin/list_lists, parse the results, and return an array available to any PHP script that calls it. Conceivably, mlmi functions could be used to populate a MySQL database (I know, it would be much nicer if there was just one data source). This may all seem a bit insane but it seems to be the only way I can do what I need to do for the project I'm working on. - Kevin From Nick.Phillips at stonebow.otago.ac.nz Thu May 29 00:03:43 2003 From: Nick.Phillips at stonebow.otago.ac.nz (Nick Phillips) Date: Thu, 29 May 2003 10:03:43 +1200 Subject: [Mailman-Users] Headers Message-ID: <3F19973B-9158-11D7-853A-000393D6F5B0@stonebow.otago.ac.nz> I've just upgraded to mailman 2.1.1, specifically because I need the ability to disable the list-* headers (or some of them, at any rate). I was kind of worried to see in the help for that option the fact that it "might be going away". Please don't. Some of the lists we run are compulsory announcement lists for members of the department. They should not be able to unsubscribe, they can't post, and a lot of them are clueless. Some of the clueless ones are, being academics, dangerously curious. Anything that points them in the direction of the web interface is Bad. Oh, and the list server's port 25 is currently inaccessible from off-campus, meaning mail from off-campus to it has to be relayed through another machine, rendering all the request and owner addresses in the headers incorrect. Disabling the ability to remove (or at the very least, customise) these headers would be a serious step backwards. Cheers, Nick -- Nick Phillips / +64 3 479 7073 / Nick.Phillips at stonebow.otago.ac.nz # these statements are my own, not those of the University of Otago From gerald+mailmain at ethereal.com Thu May 29 03:34:42 2003 From: gerald+mailmain at ethereal.com (Gerald Combs) Date: Wed, 28 May 2003 20:34:42 -0500 (CDT) Subject: [Mailman-Users] qrunner looping on confirm message In-Reply-To: <1054158760.2272.40.camel@anncons> Message-ID: On 28 May 2003, Jon Carnes wrote: > Make sure you local MTA correctly identifies the local user as bogus. > > Postfix by default does not correctly identify a user as being missing > and instead sends a lesser error indicating that the user is just > temporarily unavailable. > > Modify your MTA to report the bogus user correctly, then Mailman will > not loop on that error. A check is being added to the next version so > this will not be a problem in the future (though it is not Mailman's > error). The setting in question appears to be "unknown_local_recipient_reject_code". Postfix's main.cf has the following section: # The unknown_local_recipient_reject_code specifies the SMTP server # response code when a recipient domain matches $mydestination or # $inet_interfaces, while $local_recipient_maps is non-empty and the # recipient address or address local-part is not found. # # The default setting is 550 (reject mail) but it is safer to start # with 450 (try again later) until you are certain that your # local_recipient_maps settings are OK. # #unknown_local_recipient_reject_code = 550 I migrated to a new server last week, and had it set to 450. After changing it to 550 it works as expected. Thanks for the help. From aris at femalenetwork.com Thu May 29 05:28:23 2003 From: aris at femalenetwork.com (Aris Santillan) Date: Thu, 29 May 2003 11:28:23 +0800 Subject: [Mailman-Users] upgrading mailman 1.0.13 - mailman2.0 Message-ID: <831411C4CBD37C4A91DBEC9B98A64C8B6C4303@spmail.summitmedia.com.ph> hi have anyone tried upgrading there old mailman with the new one? using rpm -Uvh ? thanks From macgeorge at bluewin.ch Thu May 29 16:03:02 2003 From: macgeorge at bluewin.ch (Nigel MacGeorge) Date: Thu, 29 May 2003 16:03:02 +0200 Subject: [Mailman-Users] Customization questions Message-ID: <001a01c325eb$0568c380$7a153e51@eupswuxh> My hosting provider has set Mailman up for us and the default installation only allows limited customization. Is it possible to: 1) edit the welcome emails Mailman sends out? How? 2) not show the admin email addresses at the bottom of pages? 3) use a support forum? Many thanks, Mac From marena at magnatechonline.com Thu May 29 22:08:14 2003 From: marena at magnatechonline.com (Michael Arena) Date: Thu, 29 May 2003 16:08:14 -0400 Subject: [Mailman-Users] Exim/Mailman Issue - Not sending anything Message-ID: <005701c3261e$0a085b20$0f01a8c0@magnatechonline.com> Hello, I have configured Mailman 2.12 from source on RH 7 using Exim as the MTA. I can access all the admin pages and have added the appropriate entries to the Exim config file based on the instructions detailed here: http://www.exim.org/howto/mailman.html. I restarted Exim and still cannot invite members to my list. I try to invite them to check that it is sending email but i don't get anything from the list, no error messages either. Anyone have any idea how to get this working from the point? Thanks in advance for any help you can give. Thanks, Mike From cerberof at ba.net Fri May 30 14:44:06 2003 From: cerberof at ba.net (Cerberof) Date: Fri, 30 May 2003 09:44:06 -0300 Subject: [Mailman-Users] IOError: [Errno 13] Permission denied: Message-ID: <063301c326a9$2aeed6d0$0202010a@iii> Hi, everybody: sorry for my bad, bad english. I am new using mailman, is a great program. But I have a question that may be you can help me. This is what my cron shows every day: Traceback (most recent call last): File "/var/mailman/cron/gate_news", line 274, in ? main() File "/var/mailman/cron/gate_news", line 249, in main lock.lock(timeout=0.5) File "/var/mailman/Mailman/LockFile.py", line 243, in lock self.__write() File "/var/mailman/Mailman/LockFile.py", line 422, in __write fp = open(self.__tmpfname, 'w') IOError: [Errno 13] Permission denied: '/var/mailman/locks/gate_news.lock.lists.4166.0' And when tried to gzip: Traceback (most recent call last): File "/var/mailman/cron/nightly_gzip", line 154, in ? main() File "/var/mailman/cron/nightly_gzip", line 140, in main compress(f) File "/var/mailman/cron/nightly_gzip", line 81, in compress outfp = gzip.open(txtfile+'.gz', 'wb', 6) File "/usr/lib/python2.2/gzip.py", line 30, in open return GzipFile(filename, mode, compresslevel) File "/usr/lib/python2.2/gzip.py", line 43, in __init__ fileobj = self.myfileobj = __builtin__.open(filename, mode or 'rb') IOError: [Errno 13] Permission denied: '/var/mailman/archives/private/ccenterar-l/2003-May.txt.gz' My question is if really there is a permission problem, because the mailman is working fine but this: "IOError: [Errno 13] Permission denied: '/var/mailman/archives/private/ccenterar-l/2003-May.txt.gz'" IOError: [Errno 13] Permission denied:'/var/mailman/locks/gate_news.lock.lists.4166.0' I dont' know, thanks for the help. From David.Whitehurst at iSKY.com Fri May 30 16:36:11 2003 From: David.Whitehurst at iSKY.com (David.Whitehurst at iSKY.com) Date: Fri, 30 May 2003 10:36:11 -0400 Subject: [Mailman-Users] Quick question about lost addressee Message-ID: Does anyone know why all of a sudden, I would stop getting mails from my list? I have two accounts and I admin from the second account at comcast.net. For no reason, I stopped getting list mails at the comcast account. I am at work and I get the list mails to this account, but my pop account at comcast has not delivered anything for several days now. Other mails on the pop account work. Clueless, David Senior Web Developer - SkyCare Project iSKY http://www.isky.com David.Whitehurst at isky.com 240-456-4383 From kmccann at bellanet.org Fri May 30 19:06:20 2003 From: kmccann at bellanet.org (Kevin McCann) Date: Fri, 30 May 2003 17:06:20 -0000 Subject: [Mailman-Users] MySQL? In-Reply-To: <1344.68.116.172.249.1054310090.squirrel@www.fifedrum.org> References: <1054305030.2274.16.camel@laptop.raw-talent.hopto.org> <1054307806.18834.67.camel@localhost.localdomain> <1344.68.116.172.249.1054310090.squirrel@www.fifedrum.org> Message-ID: <1054314339.18834.94.camel@localhost.localdomain> Been there, done that! (thank you, though) Sympa showed promise on paper (specifically, the comparison paper available on the Sympa site) but it just didn't work out. I couldn't get the bloody thing installed on RedHat 8.0, despite working with one of the developers to try to get it happening. I sent out a message to the sympa-users list asking if *anyone* had successfully installed it on 8.0 and I all I heard was the crickets chirping. On the Sympa users list I constantly hear (read) of people running into significant problems. And the fact that there are *so* many Perl module dependencies just doesn't leave me with a comfortable feeling about Sympa. A colleague and I managed to get Sympa running on RedHat 7.3 after many hurdles, and we gave it a spin, but it just isn't what we're looking for. In addition, the SQL offering in Sympa only applies to the user table. OK for a start, but I need more than that. I have pretty much decided to go with Mailman because it is easy to install, has a very large install base, and has most of the delivery features I need. And the problems that are reported on this list don't seem to be major show stoppers with no solutions in sight. So now that I have identified the best open source MLM (at least for my purposes), I just have to convince/beg/influence the Mailman developmnent folks to get it to behave more like the best commercial MLM (Lyris). ;-) - Kevin On Fri, 2003-05-30 at 11:54, Jeff D wrote: > You guys might want to check out Sympa instead of Mailman - > > http://www.sympa.org/ > From jonathan at nina.cs.keele.ac.uk Fri May 30 19:10:36 2003 From: jonathan at nina.cs.keele.ac.uk (Jonathan Knight) Date: Fri, 30 May 2003 18:10:36 +0100 Subject: [Mailman-Users] MySQL? In-Reply-To: <1054307806.18834.67.camel@localhost.localdomain>; from kmccann@bellanet.org on Fri, May 30, 2003 at 11:16:46AM -0400 References: <1054305030.2274.16.camel@laptop.raw-talent.hopto.org> <1054307806.18834.67.camel@localhost.localdomain> Message-ID: <20030530181036.A23591@nina.cs.keele.ac.uk> On Fri, May 30, 2003 at 11:16:46AM -0400, Kevin McCann wrote: > On Fri, 2003-05-30 at 10:30, Angel Gabriel wrote: > > I remember reading somewhere that mailman can operate with a MySQL > > backend? If that is so, they it should be possible to develop a diffrent > > front end, to interface with users, add users to mailman etc etc. > > > > Is there any truth to this?? > > If this was true I'd be doing a breakdance right about now. ;-) I chose mailman because it didn't have any complex database backends. The reason is because I run mailman as a mission critical service for Keele University and so I want the least amount of software and technology to do the job. Each new piece of software has to be evaluated and tested, then installed and checked and then a backup procedure worked out and also a fault recover procedure. Mailman as it stands is easy because there really isn't that much beyond the software scripts and the data directories to it. All I have is an "rdist" running to copy a working set of software to a backup machine every few hours. Should we get a failure the changeover is very simple. If you start adding MySQL into the equation then there's the mailman stuff AND the MySQL stuff to set up for duplicate fault tollerant operation. If mailman could be made to work concurrantly on several servers using a distributed MySQL database then that would certainly be worth doing because you get failover backups for free but I suspect that the architecture of mailman is too ingrained to the "qrunner" concept to make that possible. -- ______ jonathan at cs.keele.ac.uk Jonathan Knight, / Department of Computer Science / _ __ Telephone: +44 1782 583437 University of Keele, Keele, (_/ (_) / / Fax : +44 1782 713082 Staffordshire. ST5 5BG. U.K. From marilyn at deliberate.com Fri May 30 19:17:09 2003 From: marilyn at deliberate.com (Marilyn Davis) Date: Fri, 30 May 2003 10:17:09 -0700 (PDT) Subject: [Mailman-Users] Exim/Mailman Issue - Not sending anything In-Reply-To: <005701c3261e$0a085b20$0f01a8c0@magnatechonline.com> Message-ID: Did you do "mailmanctl" to start the qrunners in the background? Have you made a new list and has email come to you, as the admin of the list? This should all happen before you worry about other list members. Good luck. Marilyn Davis On Thu, 29 May 2003, Michael Arena wrote: > Hello, > I have configured Mailman 2.12 from source on RH 7 using Exim as the MTA. I > can access all the admin pages and have added the appropriate entries to the > Exim config file based on the instructions detailed here: > http://www.exim.org/howto/mailman.html. I restarted Exim and still cannot > invite members to my list. I try to invite them to check that it is sending > email but i don't get anything from the list, no error messages either. > Anyone have any idea how to get this working from the point? Thanks in > advance for any help you can give. > > Thanks, > Mike > > > > > > ------------------------------------------------------ > Mailman-Users mailing list > Mailman-Users at python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > > This message was sent to: marilyn at deliberate.com > Unsubscribe or change your options at > http://mail.python.org/mailman/options/mailman-users/marilyn%40deliberate.com > From admin2 at enabled.com Fri May 30 20:00:31 2003 From: admin2 at enabled.com (admin) Date: Fri, 30 May 2003 10:00:31 -0800 Subject: [Mailman-Users] digest message count Message-ID: <20030530180031.M17883@enabled.com> Hi, I am seeing some mail lists handled by mailman with a message count in the subject line accompanying the digest message. My digest mailings do not have these details. How do I add them? Here is an example of the subject: digest, Vol 1 #2186 - 13 msgs ^^^^^^^^ message count - Noah From kmccann at bellanet.org Fri May 30 20:02:07 2003 From: kmccann at bellanet.org (Kevin McCann) Date: Fri, 30 May 2003 18:02:07 -0000 Subject: [Mailman-Users] MySQL? In-Reply-To: <20030530181036.A23591@nina.cs.keele.ac.uk> References: <1054305030.2274.16.camel@laptop.raw-talent.hopto.org> <1054307806.18834.67.camel@localhost.localdomain> <20030530181036.A23591@nina.cs.keele.ac.uk> Message-ID: <1054317690.18834.126.camel@localhost.localdomain> On Fri, 2003-05-30 at 13:10, Jonathan Knight wrote: > I chose mailman because it didn't have any complex database backends. The > reason is because I run mailman as a mission critical service for Keele > University and so I want the least amount of software and technology to do > the job. > If you start adding MySQL into the equation then there's the mailman stuff > AND the MySQL stuff to set up for duplicate fault tollerant operation. I respect your position on this. However, many organisations do things differently. We tend to push the envelope a little bit more and do not shy away from trying new things, especially when there is a specific goal in mind. FWIW, we want to create a community-building tool, something simlar to yahoogroups, but simpler, and with the mailing list being the focus. We have already done this quite successfully, but using commercial software (Lyris + ColdFusion on NT). We want to do the same thing but in an open source envuronment (Mailman + PHP on Linux). Ideally, the MySQL bridge would be an option or add-on, much like say, the htdig search tool, the Mhonarc hook, etc. Organisations such as yours would not be obliged to use it. (sorry if I'm getting off-topic for this list - maybe the developers list would be a better place to bandy-about ideas?) - Kevin From admin2 at enabled.com Fri May 30 20:08:42 2003 From: admin2 at enabled.com (admin) Date: Fri, 30 May 2003 10:08:42 -0800 Subject: [Mailman-Users] moderation bit not working Message-ID: <20030530180740.M88571@enabled.com> running mailman version 2.1.1 all the users on a particular list have the moderation bit checked but still are able to post to the List. what else should I have set so only few users can post to the list. - Noah From billcasti at hotmail.com Fri May 30 23:06:02 2003 From: billcasti at hotmail.com (Bill Casti) Date: Fri, 30 May 2003 17:06:02 -0400 Subject: [Mailman-Users] re: Announce-only list Message-ID: How do I set up an Announce-only list in Mailman? The config file talks about one briefly, but provides no explicit options to create one. I have two lists that should be outbound-only, with no subscriber postings. Can you help? Thanks, Bill _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail From LSTEVENS at nwtel.ca Sat May 31 00:22:39 2003 From: LSTEVENS at nwtel.ca (Lee Stevens) Date: Fri, 30 May 2003 15:22:39 -0700 Subject: [Mailman-Users] Adjusting the welcome message Message-ID: Hello all, First off thanks to those that have assisted me in my other 2 posts. I have appreciated it. I have been setting up an announce only list and have not been able to adjust the welcome message as it states in the faq... How to create a customized welcome message that avoids mentioning how to post to the list: In Mailman 2.1.x you can customize the welcome message. Create a directory lists//en (assuming English :) and copy templates/subscribeack.txt to this directory. Then edit this file for your specific wording. Mailman will use this specialized template for the English welcome messages.Somehow it does not want to use this welcome message that I have written. AnyIdeas? Thanks in advance, Lee From admin2 at enabled.com Sat May 31 05:51:10 2003 From: admin2 at enabled.com (admin) Date: Fri, 30 May 2003 19:51:10 -0800 Subject: [Mailman-Users] moderation bit not working Message-ID: <20030531035110.M38325@enabled.com> running mailman version 2.1.1 all the users on a particular list have the moderation bit checked but still are able to post to the List. what else should I have set so only few users can post to the list. - Noah From admin2 at enabled.com Sat May 31 05:51:22 2003 From: admin2 at enabled.com (admin) Date: Fri, 30 May 2003 19:51:22 -0800 Subject: [Mailman-Users] digest message count Message-ID: <20030531035122.M84707@enabled.com> Hi, I am seeing some mail lists handled by mailman with a message count in the subject line accompanying the digest message. My digest mailings do not have these details. How do I add them? Here is an example of the subject: digest, Vol 1 #2186 - 13 msgs ^^^^^^^^ message count - Noah From rcook at wyrms.net Sat May 31 07:00:21 2003 From: rcook at wyrms.net (Robin Cook) Date: Sat, 31 May 2003 05:00:21 -0000 Subject: [Mailman-Users] user e-mail address changing. Message-ID: <1054357162.19696.51.camel@pheuri> Is there a way to disable the ability of subscribers to change their e-mail address? CuZnDragon Robin Cook From nyxks at nyxstium.ca Sat May 31 07:15:44 2003 From: nyxks at nyxstium.ca (Nyx Wolfwalker) Date: Sat, 31 May 2003 01:15:44 -0400 Subject: [Mailman-Users] list naming and admin Q Message-ID: Greetings, I have just set up a with a new web hosting company, and mailman is part of the package (which is great). When I used mailman on my previous host the urls for finding the join area and the like was easer for people to find, now for some reason the server i'm using appends an extenion to the group to find it .. such as usergroup_yourdomain.ca Is there a way for me to change this? or is it all on the servers admin side? Also .. is it possible to add multiple admin accounts to a list? or even sub admin accounts that allow a lesser admin (not the god admin) to update, add ppl, etc, but not delete the list or anythng drastic such as that? Well take care and thanks Nyx Wolfwalker Nyxstiium http://www.nyxstium.ca From rachel_lists at willmer.org Sat May 31 07:34:21 2003 From: rachel_lists at willmer.org (Rachel Willmer) Date: Sat, 31 May 2003 06:34:21 +0100 Subject: [Mailman-Users] Mailman 2.1.1/ OpenBSD 3.3 / setgid problems Message-ID: <3ED83EDD.7070206@willmer.org> I'm trying to install the MailMan 2.1.1 package on OpenBSD 3.3 in the default 'chroot'-ed Apache environment. It looks to me as though the setgid on the cgi scripts isn't working. An example would be, ~mailman/cgi-bin/admin has these permissions: -rwxr-sr-x 1 mailman mailman 41626 Mar 20 07:36 admin Which to my mind means that when this file is executed by the webserver (uid: www, gid: www), that it should take on the group-id bit of the 'admin' program and execute as 'mailman'. But it fails with this error: IOError: [Errno 13] Permission denied: '/var/spool/mailman/lists/mailman/config.pck' But this file is -rw-rw---- 1 mailman mailman 3338 May 31 05:38 config.pck Has anyone tried this configuration and got it working? Anyone got any pointers? Thanks for any suggestions Rachel From dhayes42 at earthlink.net Sat May 31 09:15:55 2003 From: dhayes42 at earthlink.net (Dean Hayes) Date: Sat, 31 May 2003 03:15:55 -0400 Subject: [Mailman-Users] Using Mailman with httpd listening to ports other than the default of 80? Message-ID: Port 80 is blocked by the cable company. I've been successful in running the apache server on port 2080 to serve up web pages. Is there any way to configure Mailman to build it's internal URLs to append :2080 at the end of the domain name? I tried running configure with the switch --with-urlhost=mydomain:2080 which almost works. When I try to create a list from the web site, the URLs in the pages don't have the port number included which causes an error. From links at momsview.com Sat May 31 16:57:26 2003 From: links at momsview.com (Links at Momsview) Date: Sat, 31 May 2003 10:57:26 -0400 Subject: [Mailman-Users] Possible bounce processing bug Message-ID: <011801c32784$f4c7b180$0201a8c0@p3> I'm running mailman version 2.1.1 I used config_list -i to set a group of lists to bounce_processing = 1 bounce_you_are_disabled_warnings = 0 bounce_you_are_disabled_warnings_interval = 0 I then verified thru the gui that these values were set properly AND used config_list -o to again verify the values. However, this morning I noticed that mailman is sending "you are disabled warnings". Many (or possibly all) of these addresses had received bounces before this configuration change. Prior to this config change the lists WERE set to send "you are disabled warnings". Why is this list setting not operating correctly? Any help is appreciated. From r.barrett at openinfo.co.uk Sat May 31 13:52:02 2003 From: r.barrett at openinfo.co.uk (Richard Barrett) Date: Sat, 31 May 2003 12:52:02 +0100 Subject: [Mailman-Users] Using Mailman with httpd listening to ports other than the default of 80? In-Reply-To: Message-ID: <5.1.1.6.0.20030531124505.00aca900@mail.openinfo.co.uk> At 08:15 31/05/2003, Dean Hayes wrote: >Port 80 is blocked by the cable company. I've been successful in >running the apache server on port 2080 to serve up web pages. > >Is there any way to configure Mailman to build it's internal URLs >to append :2080 at the end of the domain name? I tried running >configure with the switch --with-urlhost=mydomain:2080 which almost >works. For MM 2.1.x redefine the following URL prototypes from $prefix/Mailman/Defaults.py in $prefix/Mailman/mm_cfg.py to include the port number in the pattern: DEFAULT_URL_PATTERN PUBLIC_ARCHIVE_URL You will also need to run the $prefix/bin/withlist script fix_url.py to propagate the change to existing mailing lists. >When I try to create a list from the web site, the URLs in the >pages don't have the port number included which causes an error. ------------------------------------------------------------------------------ Richard Barrett http://www.openinfo.co.uk From mathia at monstertrak.com Fri May 30 23:49:36 2003 From: mathia at monstertrak.com (Matt Noble) Date: Fri, 30 May 2003 14:49:36 -0700 (PDT) Subject: [Mailman-Users] Listing Only Members with Specific User Options Message-ID: Hi all, I am looking for a way to list all members of a list with a specfic member option set, specifically the nomail option. I would like to do something with the bin/withlist command to dump a file of all members of a list with the nomail option set. There are too many members on my list to use the web interface to identify all the members with this option set. I see that by looking at a list with the withlist command you can do: >>> print m.user_options To get a list of each member followed by a code for their options, but I can't find a key for the user_options code. Can someone tell how to decode the user_options or is there a better way to accomplish what I'm trying to do? Thanks. Matt Noble MonsterTRAK Systems Administrator