Re: [Mailman-Users] Default.py mm_cfg.py problem

2002-05-07 Thread Richard Barrett
At 11:13 07/05/2002 +0100, Support wrote: >version 2.0.10 > >Hi >I added 2 lines to end of mm_cfg.py to correct > >DEFAULT_HOST_NAME >DEFAULT_URL > >However when i access the virtual host mailman/admin it shows correct host >in top blue line myhost.com mailing lists - Admin Links >But the mailman-

Re: [Mailman-Users] Mailman 2.1b1 on MacOS X problem - public archives inaccessible

2002-05-07 Thread Richard Barrett
At 14:59 07/05/2002 +0200, Peter Bengtson wrote: >A while ago I upgraded from Mailman 2.0.9 to 2.1b1. No problems >encountered. However, I created a new list today using the web >interface. All our other lists use private archives, but this one's >archives should be public. Under 2.1b1, it doesn't

Re: [Mailman-Users] Re: Remove a list

2002-05-13 Thread Richard Barrett
At 15:25 12/05/2002 -0500, David Gibbs wrote: >"Jim Updegraff" <[EMAIL PROTECTED]> wrote in message >000601c1f9e2$38754860$6501a8c0@ws1">news:000601c1f9e2$38754860$6501a8c0@ws1... > > Can anyone explain the procedure for removing a list? I've tried the > > rmlist command but that does not seem to

Re: [Mailman-Users] removing test mailing lists

2002-05-17 Thread Richard Barrett
At 03:16 17/05/2002 -0600, Ashley M. Kirchner wrote: >Andy McKell wrote: > > > This may seem obvious, but I can't find a reference. > > How do I delete/remove a mailing list setup? > > (I accidentally gave a test list the same name as a POP user) > > ~mailman/bin/rmlist -a listname Also remem

Re: [Mailman-Users] mailman + htdig error/warning messages

2002-05-20 Thread Richard Barrett
At 15:33 19/05/2002 -0500, Matt Shirel wrote: >Sorry if this is off topic, but I'm not sure where else to look for answers >since my use of HTDig is entirely Mailman driven... Any >thoughts/suggestions would be greatly appreciated... > >When the nightly_htdig cron job runs, it generates the follo

Re: [Mailman-Users] mailman + htdig error/warning messages

2002-05-21 Thread Richard Barrett
At 15:33 19/05/2002 -0500, Matt Shirel wrote: >Sorry if this is off topic, but I'm not sure where else to look for answers >since my use of HTDig is entirely Mailman driven... Any >thoughts/suggestions would be greatly appreciated... > >When the nightly_htdig cron job runs, it generates the follo

[Mailman-Users] Re: mailman (2.0.11) + htdig integration - empty result page

2002-05-29 Thread Richard Barrett
At 16:20 29/05/2002 +0200, Zdenek Pizl wrote: >Hallo, > > i am struggling with problem of empty result page while searching mailist >archive. Do i have missing some templates or is there some "hack" to be done? > > with regards > >Z

[Mailman-Users] Re: mailman (2.0.11) + htdig integration - empty result page

2002-05-29 Thread Richard Barrett
At 17:49 29/05/2002 +0200, Zdenek Pizl wrote: >Dne st 29. kvìten 2002 17:37 jste napsal(a): > > At 16:20 29/05/2002 +0200, Zdenek Pizl wrote: > > >Hallo, > > > > > > i am struggling with problem of empty result page while searching > > > mailist archive. Do i have missing some templates or is the

[Mailman-Users] Re: mailman (2.0.11) + htdig integration - empty result page

2002-05-30 Thread Richard Barrett
new feature. Below is the content of a patch which you should apply to your Mailman build directory which has had the 444879 and 444884 patches applied and in the same way as you applied those patches. Let me know if it works OK and helps solve your problem. If it does I'll update the main

Re: [Mailman-Users] list serve problem-- any takers?

2002-06-11 Thread Richard Barrett
Just a SWAG but are you using disk quotas on the system concerned? If so, could the effective user for the process executing have run out of it on the file system concerned? At 08:21 11/06/2002 -0400, Jon Carnes wrote: >Check the space in the volume that Mailman is installed in. >Then check the

Re: [Mailman-Users] Base URL for Mailman web interface

2002-06-13 Thread Richard Barrett
At 12:32 13/06/2002 +0200, Joern Nettingsmeier wrote: >An-Dee wrote: > > > > Hello, > > > > As a mistake, I set a wrong path to the web interface. > > How can I set it correctly with command line? 'cos the web interface > > is not working. > >this happened to me, too. i don't have mailman group

Re: [Mailman-Users] reply to: poster

2002-06-18 Thread Richard Barrett
At 16:48 17/06/2002 -0700, Christopher Adams wrote: >I am a bit confused. I want to set the default to all lists to reply to the >original poster. The standard installation default in $prefix/Mailman/Defaults.py is DEFAULT_REPLY_GOES_TO_LIST = 0 which is what you want. DEFAULT_REPLY_GOES_TO_LI

Re: [Mailman-Users] Posting to several lists

2002-06-24 Thread Richard Barrett
At 13:06 24/06/2002 +0200, Carmen Ugarte wrote: >I haver read and even experienced something about posting to several lists >under Mailman. The impression is that only one list is allowed > >1) Is this true? No. But you can run into problems with the Spam specific posting filters which can be a

Re: [Mailman-Users] Two quick MailMan questions

2002-06-24 Thread Richard Barrett
At 11:43 24/06/2002 -0400, [EMAIL PROTECTED] wrote: >1. As list administrator, is there any way I can get a list of all >subscribers emailed to me? If not is there a way I can fiew the entire >list at once? - Where should I have looked to find documentation on this? Not emailed. If you've got c

RE: [Mailman-Users] Programmatically changing admin options

2002-06-24 Thread Richard Barrett
At 12:56 24/06/2002 -0400, Kevin Carlson wrote: >If anyone is interested, I thought again about this and wrote some httplib >code to modify the admin and general options of a list. It works great. I >would be happy to send the code to whomever would like it. > >Kevin > >-Original Message

Re: [Mailman-Users] Logs question

2002-06-24 Thread Richard Barrett
At 10:51 24/06/2002 -0500, Valerie wrote: >Can the log files generated by Mailman be cleaned out/deleted without >hurting anything? If the answer is yes, if I delete them - will they >recreate themselves or should I just remove the contents of them? > >Just wanted to check before I broke somethi

Re: [Mailman-Users] help on Mailman feature

2002-06-25 Thread Richard Barrett
If you have command line access then export them from your access database to a text file, one mail address per line and use $prefix/bin/add_member, $prefix/bin/sync_members or $prefix/bin/remove_members. Use the -h command line option to get help for the script concerned. At 16:40 24/06/2002

Re: [Mailman-Users] MAILMAN 2.0.12

2002-07-18 Thread Richard Barrett
At 10:47 17/07/2002 +0200, Marco Induni wrote: >Hi all, >I've upgraded from 2.0.8 to 2.0.12, but now I can't send email to the >list. The qrunner log this : > >Jul 17 08:02:01 2002 qrunner(12122): Traceback (innermost last): >Jul 17 08:02:01 2002 qrunner(12122): File >"/usr/local/apps/mailman/

Re: [Mailman-Users] Mailman + HTDig Intergration

2002-07-25 Thread Richard Barrett
At 19:47 24/07/2002 +0300, Odhiambo Washington wrote: >Hello List Managers, > >Does anyone know where I can find a clean HOWTO on intergrating Mailman >and HTDig for searchable archives. I am running Mailman-2.0.12 from >today ;-) but would like to go right ahead and have a searchable archive >li

Re: [Mailman-Users] Mailman + HTDig Intergration

2002-07-25 Thread Richard Barrett
At 09:34 25/07/2002 -0700, bronto wrote: >>Use the versions of these patches for MM 2.0.11 ... > > >Is there a solution for v2.1b2 yet? I've posted several versions of the patches 444879 and 444884 for MM 2.1 but keeping up the CVS changes was becoming unworkable. I'll try and rebuild versions

Re: [Mailman-Users] Mailman + HTDig cron issue

2002-07-29 Thread Richard Barrett
At 08:40 26/07/2002 +0300, Odhiambo Washington wrote: >Since I am not a python coder, I thought I may ask the list about this: > > >- Forwarded message from Cron Daemon - > >Subject: Cron /usr/local/bin/python2.2 -S >/usr/local/mailman/cron/nightly_htdig > >Traceback (most recent call

Re: [Mailman-Users] HTdig intergration pb

2002-07-29 Thread Richard Barrett
At 12:13 29/07/2002 +0300, Odhiambo Washington wrote: >Maybe someone who has successfully intergrated HTDig and Mailman can help me. > >I've been trying to get this to work but problems keep creeping in. >I've followed the INSTALL.htdig-mm (almost to the letter) but I do feel >I am not quite corre

Re: [Mailman-Users] HTdig intergration pb

2002-07-29 Thread Richard Barrett
At 14:31 29/07/2002 +0300, Odhiambo Washington wrote: >* Richard Barrett <[EMAIL PROTECTED]> [20020729 13:50]: wrote: > > At 12:13 29/07/2002 +0300, Odhiambo Washington wrote: > > >Maybe someone who has successfully intergrated HTDig and Mailman can help > > >m

Re: [Mailman-Users] Problems sending mail to 2 lists

2002-07-29 Thread Richard Barrett
At 11:28 29/07/2002 -0300, Alessandro Luiz Petrocino wrote: Hello, everybody !!!   First of all, please, sorry for my terrible english ! My name is Alessandro, and I am a System Analist of Brazil. I work in State University of Campinas (UNICAMP), in Computing Center.     We have a situation here:

Re: [Mailman-Users] Retreiving e-mail list from Mailman / Reset Password?

2002-08-01 Thread Richard Barrett
At 14:23 31/07/2002 -0600, Devin Atencio wrote: >Is there a way in mailman to export a list of all currently subscribed users >to a list? If so how is this done? $prefix/bin/list_members >Also if someone forgets the admin password to their list is there an easy >way to reset the password for t

Re: [Mailman-Users] qrunner error

2002-08-01 Thread Richard Barrett
This error is a known problem if you are using an older version of Python than 2.0 and the subject of prior postings to this list. Installing Mailman 2.0.13 should cure it: the Mailman 2.0.13 the release note says: This release fixes some Python 1.5.2 incompatibilities that crept into Mailma

[Mailman-Users] MM 2.1b2 compatible Mailman/Htdig integration patches

2002-08-01 Thread Richard Barrett
I have just posted Mailman 2.1b2 compatible versions of my Mailman-htdig integration patches on sourceforge for those brave souls using beta software. Not being brave enough to move my production Mailman lists to 2.1b2, the testing of the patches is less than I would like. If you use them and

Re: [Mailman-Users] /etc/aliases in sendmail

2002-08-02 Thread Richard Barrett
As a possible alternative, there is a contribution in the contrib folder of the MM 2.1b2 release ($build/contrib/mm-handler) whose use obviates extending Sendmail's aliases database every time a new Mailman list is added or an old one removed. It is a Sendmail Mailer (its a Perl script) which

Re: [Mailman-Users] Approval notice

2002-08-02 Thread Richard Barrett
At 08:09 01/08/2002 -0700, Fawad Khan wrote: >After creating a new test list I set the option under privacy options >That the mails being sent to this mail need not be approved by an >Administrator but I still keep getting the following mail. > >But, then it never sends me an email asking me to ap

Re: [Mailman-Users] Postfix - aliases & domainaliases

2002-08-02 Thread Richard Barrett
At 17:33 01/08/2002 -0500, Eric Sandquist wrote: >How do I get mailman to automate the generation of aliases and >domainaliases? My needs are such that I need to automate the creation of >lists so that I do not need to hand enter or validate every request for a >new list. I'm not a Postfix admin

Re: [Mailman-Users] Public lists and archiving questions

2002-08-02 Thread Richard Barrett
At 09:34 02/08/2002 -0400, David Mir wrote: >I have a couple questions that I can't find in the documentation. > >1) how do I make s list "public"(ie shows up in listinfo page) is there an >option or do I have to manually edit the HTML page? First option ('Advertise this list when people ask wh

Re: [Mailman-Users] Checking body for words

2002-08-12 Thread Richard Barrett
At 02:04 10/08/2002 +0530, Madhu Menon wrote: >Hello. > >I was wondering if someone could help me with this problem. > >What I want to do is block any mail that has the word "viagra" in it in >the body (or any other phrase I specify). Is there some way to do this >through the mailman admin inter

Re: [Mailman-Users] Mail List Not Working

2002-08-12 Thread Richard Barrett
At 13:07 12/08/2002 +, Venu wrote: >Hi, > >I have configured mailman on my Linux system. Using the newlist command i >have created a list and added one user through the web interface. > >When i send a mail to this list it bounces back > >error is " unknown user: "testlist" " > >testlist is th

Re: [Mailman-Users] queue runner keeps crashing

2002-08-12 Thread Richard Barrett
At 15:35 12/08/2002 +0200, Franz Georg =?iso-8859-15?Q?K=F6hler?= wrote: >All of the sudden, Mailman V. 2.0.11 stopped working, I'm getting those >messages in the log file: > > >Aug 12 15:17:03 2002 qrunner(453): Traceback (innermost last): >Aug 12 15:17:03 2002 qrunner(453): File "/usr/lib/mail

Re: [Mailman-Users] /etc/aliases in sendmail

2002-08-12 Thread Richard Barrett
Further to what I said on 2nd Aug, I have now adapted the 2.1b2 contrib mm-handler to work with MM 2.0.x and I'm now using it instead of an aliases file in conjunction with Sendmail on our mailing list server. Works OK and will put me in better shape for the switchover to MM 2.1. In addition

Re: [Mailman-Users] mm_cfg.py doesn't appear to be working

2002-08-13 Thread Richard Barrett
At 10:56 13/08/2002 -0700, Timothy R. Robnett wrote: >On Tue Aug 13, 2002 at 10:45:19AM -0700, Bob Weissman wrote: > > At 10:20 AM 8/13/02, you wrote: > > >I installed MM yesterday and got it working. However changes added to > > >mm_cfg.py do not appear to have any effect. However if I break the

Re: [Mailman-Users] mailman 2.1b3 and htdig

2002-08-14 Thread Richard Barrett
At 08:27 14/08/2002 +0200, Roelf Schreurs wrote: >Hi > >I just installed the mailman 2.1b3 and would like to use htdig to search >the archives. But the 2 plugins needed only has up to version 2.1b2. Any >idea when the plugins will be available for beta 3? Or are they available >somewhere apart

Re: [Mailman-Users] mm_cfg.py doesn't appear to be working

2002-08-14 Thread Richard Barrett
At 16:01 13/08/2002 -0400, Barry A. Warsaw wrote: > >>>>> "RB" == Richard Barrett <[EMAIL PROTECTED]> writes: > > RB> fyi: all the Mailman code imports mm_cfg.py which in turn > RB> imports Defaults.py. Hence the definitions in mm_cfg.p

Re: [Mailman-Users] mailman 2.1b3 and htdig

2002-08-14 Thread Richard Barrett
istake or missed some error while testing. If anyone encounters problems with this 2.1b3 compatible patched code then let me know. At 13:46 14/08/2002 +0200, Roelf Schreurs wrote: >thanks > >Richard Barrett wrote: > >>At 08:27 14/08/2002 +0200, Roelf Schreurs wrote: >> >

Re: [Mailman-Users] searchable archives (htdig)

2002-08-15 Thread Richard Barrett
you supply a better description of the problem so that I can try and reproduce the problem. Richard Oh and by the way, they are not plugins. They are patches.

[Mailman-Users] mailman-htdig integration patch for MM 2.1b3

2002-08-15 Thread Richard Barrett
The first version of this MM 2.1b3 compatible patch (htdig-2.1b3-0.1.patch) that I uploaded yesterday introduces a syntax error at line 721 of $prefix/Mailman/Archiver/HyperArch.py The effect of this error may be to introduce copious error logging from the ArchRunner qrunner. Anybody affected

Re: [Mailman-Users] mailman-2.1b3 + Htdig

2002-08-19 Thread Richard Barrett
At 20:30 17/08/2002 +0300, Odhiambo Washington wrote: >Is the configuration of htdig intergration for 2.1b3 any different than >2.0.x ? Not as far as Mailman config variables are concerned. >I have done that but on test I get an error: > >beastie% sudo ./nightly_htdig -v >Skipping htdig for li

Re: [Mailman-Users] mailman-2.1b3 + Htdig

2002-08-19 Thread Richard Barrett
At 14:42 19/08/2002 +0300, Odhiambo Washington wrote: >* Richard Barrett <[EMAIL PROTECTED]> [20020819 14:23]: wrote: > > At 20:30 17/08/2002 +0300, Odhiambo Washington wrote: > > > > >Is the configuration of htdig intergration for 2.1b3 any different than >

Re: [Mailman-Users] A long URL - 2 lines - second line is not clickable.

2002-08-20 Thread Richard Barrett
At 09:22 19/08/2002 -0700, Wang, Mary Y wrote: >Hi, >I am using Mailman 2.0.6-1 and Sendmail-8.11.6-3. My users are complaining >about the line wrap problem when send mailing mail to the mail list with a >long URL. It seems line wraps text lines that are longer than 80 characters >with no white-

Re: [Mailman-Users] long/short option in search refine

2002-08-20 Thread Richard Barrett
At 15:56 20/08/2002 +0200, Roelf Schreurs wrote: >Hi > >I changed my mailman/htdig and removed the option of "Format" with >long/short. That working fine, but when I search and get the replies, I get >the option to refine the search and the "Format" option is back. >I can't find where to delete

Re: [Mailman-Users] footer, recipient email

2002-08-20 Thread Richard Barrett
At 10:07 20/08/2002 -0700, Steve Lee wrote: >Hello, > >I've been looking all over the net, >the list archives about trying to make >a footer in the email say somthing like >this. > >http://www.foo.com/cgi-bin/unsub.cgi?[EMAIL PROTECTED] > > >I've looked at the footer section in the "Regular-member

Re: [Mailman-Users] Editing the archives HTML pages

2002-08-21 Thread Richard Barrett
At 13:32 21/08/2002 +0200, Webmaster ST Frontier Fleet wrote: > > Hello, > > > > How can I edit the HTML of the archives pages? > > > > Thanks for any help, > > > > Anclo > > >Hi Anclo, > >I've been looking for an answer to that question for a while, but the >only solution I could find was switch

Re: [Mailman-Users] mailman 2.0.13 & htdig integration patch

2002-08-27 Thread Richard Barrett
At 14:49 27/08/2002 +0200, Kaja P. Christiansen wrote: >Odhiambo Washington writes: > > > Probably the way you downloaded the patches... > > How did you do it? > > I've downloaded them before and they applied cleanly. > >Thanks! The patch file must have been corrupted. I downloaded >it again a

Re: [Mailman-Users] mailman 2.0.13 & htdig integration patch

2002-08-27 Thread Richard Barrett
At 14:49 27/08/2002 +0200, Kaja P. Christiansen wrote: >Odhiambo Washington writes: > > > Probably the way you downloaded the patches... > > How did you do it? > > I've downloaded them before and they applied cleanly. > >Thanks! The patch file must have been corrupted. I downloaded >it again a

Re: [Mailman-Users] Mailman + htdig integration howto

2002-08-28 Thread Richard Barrett
At 10:51 27/08/2002 -0700, curt brune wrote: >Is there a HOWTO for integrating htdig with Mailman ? > >Please cc me. > >Cheers, >Curt See http://www.python.org/cgi-bin/faqw-mm.py?query=htdig&querytype=simple&casefold=yes&req=search for general search suggestions. Applied together the followin

Re: [Mailman-Users] errors

2002-08-30 Thread Richard Barrett
At 09:42 30/08/2002 +0200, Roelf Schreurs wrote: >Hi > >I'm quite worried about these errors in mailman. >Can somebody please explain what this means. > >Thanks > >Aug 30 09:37:42 2002 (21563) Uncaught runner exception: unpack list of >wrong size >Aug 30 09:37:42 2002 (21563) Traceback (most rece

Re: [Mailman-Users] question about private archives.

2002-08-30 Thread Richard Barrett
At 10:48 30/08/2002 +0200, Fabien COMBERNOUS wrote: >Lo, > >I had installed mailman 2.0.9 with sources. All work fine. My archives >are generated. But we have a read acces to my private archives without any >passwd. Is it Normal ? > >Fabien. > >-- What is the URL by which the private archives con

Re: [Mailman-Users] public listname case? + system pass?

2002-09-02 Thread Richard Barrett
At 02:17 02/09/2002 -0400, Fuzzy wrote: >On Sun, 1 Sep 2002, Bob Weissman wrote: > > > >* Paul Reilly <[EMAIL PROTECTED]> [20020901 01:20]: wrote: > > >> 1) when i create a new list with 'newlist -q mylist [EMAIL PROTECTED] > mypass' > > >>it creates the list fine, but it always changes the

Re: [Mailman-Users] 2.1b3 and making a list moderated?

2002-09-02 Thread Richard Barrett
At 19:17 01/09/2002 -0500, Tom Whiting wrote: >On Sunday 01 September 2002 01:07 pm, Mike D. wrote: > > Hello, > > > > My server administrator just installed 2.1b3. There was the option > > to moderate all postings to a list in the privacy section of the > > previous version of Mailman, but now I

Re: [Mailman-Users] Internal Server Error

2002-09-04 Thread Richard Barrett
At 07:22 04/09/2002 -0400, Barry A. Warsaw wrote: > > "JC" == Jon Carnes <[EMAIL PROTECTED]> writes: > > JC> Then for a real shot in the dark, ask about the servers use of > JC> NFS and if any of its volumes are mounted remotely. There is > JC> nothing quite like trying to lock an

Re: [Mailman-Users] Install problems

2002-09-04 Thread Richard Barrett
I may be wrong but I have a suspicion that you have arranged things so that your mailman build and install directories are one and the same. In a short experiment I could obtain similar results to those your report by doing that. You are, in effect, trying to install from the build directory i

Re: [Mailman-Users] configure mailman on Solaris 8

2002-09-06 Thread Richard Barrett
ython 1.5.2 (#12, Oct 15 1999, 16:24:36) [C] on sunos5 Copyright 1991-1995 Stichting Mathematisch Centrum, Amsterdam >>> import pwd >>> pwd.getpwnam('barrett') ('barrett', 'x', 500, 101, 'Richard Barrett', '/u/barrett', '/us

[Mailman-Users] Re: [Mailman-Developers] SMTPDirect.py using sleep command

2002-09-06 Thread Richard Barrett
Without comment on whether this whole approach is correct, I would suggest that you do not want to modify the deliver function. I'm assuming you have not enabled threaded delivery, i.e. set the mm_cfg.MAX_DELIVERY_THREADS to a non-zero value. If you have, you might like to reconsider that deci

Re: [Mailman-Users] SMTPDirect?

2002-09-06 Thread Richard Barrett
At 23:43 25/07/2001 -0500, Alex Lau wrote: >Is this protocol able to send external email? >Thanks >Alex Yes. Setting Mailman's DELIVERY_MODULE configuration parameter to 'SMTPDirect ' tells Mailman to use SMTP to despatch outgoing mail to a host identified by the SMTPHOST configuration paramete

Re: [Mailman-Users] Veiwing Archives Problem

2002-09-18 Thread Richard Barrett
If you ran $prefix/bin/check_perms OK then look at youf httpd.conf file. It may be that a -FollowSymLinks Option is being applied that is stopping the symbolic link in $prefix/archives/public directory to the public list's archive being followed. This is mentioned in the MM INSTALL document.

Re: [Mailman-Users] Searchable archives

2002-09-19 Thread Richard Barrett
On Wednesday 18 September 2002 18:59, Davin Dahlgren wrote: > Are the searchable archives for the mailman-users list a standard > feature of Mailman, or is there an add-on that needs to be installed? > Any special configuration that is necessary? Is the archive display > format configurable? > > T

Re: [Mailman-Users] Searchable archives

2002-09-20 Thread Richard Barrett
On Thursday 19 September 2002 19:34, G. Armour Van Horn wrote: > Richard, > > Perhaps you could take a minute to sketch the advantages of the options > mentioned, the FAQ tells me that there are three but gives no clue as to > establishing a preference among MnoGoSearch, HT:Dig,

[Mailman-Users] Stopping PGP signatures

2002-09-20 Thread Richard Hill
Apologies if this has been covered. I didn't find it in list threads or FAQs. Is the a way to strip PGP signatures from messages? Will Mime stripping software take care of this as well? Dick Hill Executive Director American Society for Information Science and Technology 1320 Fenwick Lane, Su

Re: [Mailman-Users] Beta upgrade FAQ or How-To?

2002-10-02 Thread Richard Barrett
At 04:25 02/10/2002, Raquel Rice wrote: >On Tue, 01 Oct 2002 19:39:01 -0700 >"G. Armour Van Horn" <[EMAIL PROTECTED]> wrote: > > > > > Okay, I've spent four or five hours trying to figure out how to > > get Python 2.2.1 installed with no success at all. Every attempt > > is met with a long string

Re: [Mailman-Users] Problems with configure

2002-10-16 Thread Richard Barrett
At 10:45 16/10/2002, Hennie Rautenbach wrote: >OS Solaris 8 >Version: mailman-2.0.13 >Python: 2.2.1 > >I have created the mailman user (uid 110) and the mailman group (gid 15) > >When I run configure (as the mailman user) I get the following output: > >(Stuff excluded at the top) > >checking for t

Re: [Mailman-Users] Base URL for Mailman web interface

2002-10-22 Thread Richard Barrett
At 17:04 22/10/2002, Brian Read wrote: Hi Did anyone discover where we can set the "Base URL for Mailman web interface", as it seems to have dropped out of the web management interface? Cheers Brian There is a script $prefix/bin/fix_url.py in the MM 2.1b3 install for re-setting a list's web_

Re: [Mailman-Users] duplicate post

2002-10-24 Thread Richard Barrett
At 14:20 24/10/2002, sean pambianco wrote: Hi, I'm running mailman 2.06 on a freebsd box. From time to time, posts to my lists start being delivered in duplicate, some times even triplicate, quadruplicate, and more. Checking the headers confirms it is the same message being sent out twice. Is t

Re: [Mailman-Users] duplicate post

2002-10-25 Thread Richard Barrett
At 18:02 24/10/2002, sean pambianco wrote: > >I'll check the logs. Question, if qrunner got started via cron before the > >previous cron start finished could that possible resend the post to the > >list again? > > > >Sean > > Not likely. I'd expect any qrunner started by cron while another was st

[Mailman-Users] Re: [Mailman 2.0.8 qfiles problem]

2002-10-28 Thread Richard Barrett
ain with a different name until they are sent out to the list membership. Thanks Ganeshh Richard Barrett wrote: At 11:47 25/10/2002, you wrote: Hi Richard I have already posted my problem in the list, but yet to get a reply I need your help to solve my problem. am running 14 lists on my se

Re: [Mailman-Users] Archive URL in postings (2.1b3)

2002-10-29 Thread Richard Barrett
At 11:39 29/10/2002, Brian Read wrote: Hi I have a set-up where the domain name is different to the mailing address name. Mailman seems to have set-up the mail addresses and the list admin URLs ok, but it gets the Archive URL wrong. It is using the email hostname,. not the domain name that i

Re: [Mailman-Users] Question about sync_members

2002-11-08 Thread Richard Barrett
At 19:53 07/11/2002, Jim Tomasello wrote: Good afternoon. I'm running a new setup of mailman, the version that comes with Red Hat 8.0. My problem isn't with Mailman per se, but with the sync_members script that comes with it. Its better to specify the actual Mailman version number but lets ass

Re: [Mailman-Users] Question about sync_members

2002-11-08 Thread Richard Barrett
Forget what I originally said. below. That AddMember function is not called during execution of sync_members. Indeed, it appears that there is no check in sync_members (or indeed add_members) to prevent a list being subscribed to itself. This is so in MM 2.0.13. and also in 2.1b4. Getting back

Re: [Mailman-Users] MM and mhonarc problems...

2002-11-11 Thread Richard Barrett
At 19:28 08/11/2002, Bryce Tate wrote: I am testing mailman for use at my university, and we want to be able to support different MIME types in the archives. I've installed Mhonarc and I followed the directions of a very helpful list member from an earlier post to the group. When I manually run:

Re: [Mailman-Users] installation difficulties

2002-11-12 Thread Richard Barrett
At 23:26 11/11/2002, Emil Volcheck wrote: Hello, Mailman Users, I'm working with my website administrator to resolve some difficulties with our Mailman installation. We're using RH Linux with Postfix MTA. The installation passes the check scripts for permissions and database consistency. The we

[Mailman-Users] Wish: Spam by vacation notifications in Mailman

2002-11-15 Thread Richard Lippmann
about 600 emails from that today until the admin recognized the problem. Couldn't there be a limitation of postings a user can make at one day? From Bavaria, Germany Richard Lippmann -- Richard Lippmann, Findus Internet-OPAC Findus, see http://www.hultsfred.de Private, see http://lena.frank

Re: [Mailman-Users] Problem with big mail

2002-11-18 Thread Richard Barrett
At 22:00 17/11/2002, you wrote: Hi I am new in the mailman list server. We got a few lists. When some one sent big mail (>1MB) to one of the list,the list server looks like stopped responding. Means doesn't send any mail out(receive OK.) Is there any way we can stop this happening? Lin Sett

Re: [Mailman-Users] Migration questions (majordomo, MHonArc, Yahoo!Groups)

2002-11-18 Thread Richard Barrett
At 18:26 18/11/2002, Phillip L. Harbison wrote: I'm migrating from Majordomo and MHonArc to Mailman. Is there an easy way to convert MHonArc archives to Pipermail? I have found a perl script (mhn2mbox) that will convert MHonARC HTML files back to UNIX mailbox format, but I was hoping for a more

[Mailman-Users] Spurious ImportError stopping the qrunner

2002-11-19 Thread Richard Barrett
I have a hitherto stable Mailman server currently running MM 2.0.13 with Python 2.2.1, both built from source, under Suse 7.3 (kernel 2.4.10-4GB) When I say stable I mean the server has been running without problems for over twelve months, handling light/medium levels of traffic for 450 lists.

Re: [Mailman-Users] post to one of my lists ends up in .../qfiles.shunt??

2002-11-22 Thread Richard Barrett
At 10:04 22/11/2002, Fuzzy wrote: freeBSD 4.7-release mailman 2.1b5 python 2.2.1 sendmail 8.12.6 Posts to one of my lists ends up in .../qfiles.shunt?? Any idea whats happening? all my other lists are working normally. I don't know what qfiles/shunt is for? How can I correct this. I tried sett

Re: [Mailman-Users] Mailman htdig integration patches

2002-11-27 Thread Richard Barrett
If anyone wants them, I have just posted MM 2.1b5 compatibility updates to the Mailman htdig integration patches 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 ---

Re: [Mailman-Users] Searching arhives

2002-11-27 Thread Richard Barrett
At 01:30 27/11/2002, Jon Carnes wrote: Adding HtDig to the installation is very, very easy. Apply the patches from Sourceforge and then follow the step by step directions and it will be done in about 2 hours. BTW: HtDig is a search engine, so it will index any of your local web pages - not just

Re: [Mailman-Users] unknown mailer error 2

2002-11-27 Thread Richard Barrett
At 11:51 27/11/2002, stefano danovaro wrote: Hi I have installed Mailman2.1b1 and when I send email at the list I receved this message: - The following addresses had permanent fatal errors - "|/home/mailman/mail/mailman post sbn-liguria" (reason: 2) (expanded from: <[EMAIL

Re: [Mailman-Users] qrunner problems

2002-11-28 Thread Richard Barrett
At 00:26 28/11/2002, fish wrote: I am still have the authentication problems with qrunner and, since nobody seems to know what the problem is or how to fix it, thought that I would ask what exactly does qrunner do? I can tell that the cron.d/mailman script is calling /usr/lib/mailman/cron/qrunner,

RE: [Mailman-Users] qrunner problems

2002-11-28 Thread Richard Barrett
At 13:16 28/11/2002, fish wrote: Thanks Richard, I understood, from the name, that qrunner processed queue's, and that if it was having a problem that mailman probably wouldn't work right. My question now is, though, if my logs are saying that qrunner is having authentication prob

RE: [Mailman-Users] qrunner problems

2002-11-28 Thread Richard Barrett
A search threw up the following link which seems to be relevant http://mail.python.org/pipermail/mailman-users/2001-November/015556.html Best of luck At 19:06 28/11/2002, fish wrote: Richard wrote: > If I understand you correctly, you say cron is executing the > qrunner, which > is se

RE: [Mailman-Users] qrunner problems

2002-11-28 Thread Richard Barrett
At 19:06 28/11/2002, fish wrote: Richard wrote: > If I understand you correctly, you say cron is executing the > qrunner, which > is sending out mail to your lists subscriber, but you are getting 'error' > messages logged each time. > > You might get more help if you

RE: [Mailman-Users] Bug in Mailman version 2.0.3

2002-12-04 Thread Richard Barrett
You are going to get a better response if you quote exactly from the Mailman $prefix/logs/error logfile the information that was logged into it when the problem occurred. You should find that there is a Python traceback immediately prior to the line that reads "CORRUPT ARCHIVE FOR LIST ". This

Re: [Mailman-Users] Hardware

2002-12-12 Thread Richard Barrett
At 15:15 12/12/2002, jsingh wrote: Hi Everybody I needed some input as to what kind of hardware I should buy for my mailman project. We will be hosting about 7000 lists with approximately 10-15 users in each list. If anyone is hosting the same or almost the same number of lists, I would li

Re: [Mailman-Users] wishlist addition

2002-12-12 Thread Richard Barrett
At 23:20 09/12/2002, Jeff Stern wrote: hi, i didn´t see this on http://mailman.sourceforge.net/todo.html but it would be nice if, with mailman´s archives pages (whether organized by thread, subject, or author, or date) the user were not limited to searching by month only. for instance, on the

Re: [Mailman-Users] permission problems with new install...

2001-01-04 Thread Richard Ellerbrock
Have you tried the check_perms script yet? You should find it in the ~mailman/bin directory. -- Richard Ellerbrock [EMAIL PROTECTED] >>> Demian Hanks <[EMAIL PROTECTED]> 2001/01/04 12:22:08 >>> I'm setting up a new Mailman server to replace an old one, and I'

[Mailman-Users] Can not check MX records: Bind 9.1

2001-02-05 Thread Richard Martin
this from reoccurring? Thanks, -- Richard Martin OriGen, inc. Austin, TX 78703 -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

[Mailman-Users] Stuck outgoing message

2001-02-05 Thread Richard Martin
ery minute. How can I flush out or delete messages queued by Mailman? I have looked thorough the directories and archives, but I can't seem to locate much on this one. -- Richard Martin OriGen, inc. Austin, TX 78703 -- Mailman-Users mail

Re: [Mailman-Users] Stuck outgoing message, MX, DNS

2001-02-06 Thread Richard Martin
his is. But this will make delivery logy for > legitimate recipients and bounce processing is not performed. Other > parameters can be adjusted (e.g. shortening the time qrunner has to > deliver) as well. > > I've tried all these, you get the most mileage out of configurin

Re: [Mailman-Users] Using htdig with private archives?

2001-03-12 Thread Richard Barrett
>Does anyone know if/how htdig can be used to index and search private >list archives? >Thanks. > >. . . . . . ... . . >Michael Dunston Yes it is possible: the trick is maintaining privacy in a user friendly manner. The principle I adopted was that the search facility shou

[Mailman-Users] Newsletter

2001-03-30 Thread Richard Andersen
also want to be able to manage the whole process internally once it has been set up. Are you able to come up with a proposal in terms of price, time-line, technical requirements etc, please? Thanks in advance. Regards, Richard Andersen Online Media Consultant Unique Digital 53 Corsica Street

[Mailman-Users] Re: *Please* correct the GNU links (was Re: erroneous messages from 1ultram-admin@lists.1ultram.com)

2001-04-24 Thread Richard Stallman
I'm not sure how much that will help. People will either not read that or ignore it out of desperation. I've been thinking the sponsorship logos should remain, but should not be hyperlinked. I think it is a good idea to take out the link in this case. -

[Mailman-Users] Explanation required after upgrade to 2.0.5

2001-05-11 Thread Richard Ellerbrock
ECTED] - 0 more allowed over 375418 secs I don't understand the sequence of numbers - why 0 0 then 1 1? The address does not get removed after three failures. I have sent more tests and they all say 0 more allowed - what gives? -- Richard Ellerbrock [EMAIL PROTECTED] -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

[Mailman-Users] Re: MIME messages

2001-06-05 Thread Richard Chonak
The user probably has an e-mail program whose default setting is to generate "multipart/alternative" mail with the message in both plain text and HTML format. Since this is evil anyway, I'd just urge him to turn it off and send plain text only (non-MIME). If the user actually likes to send t

[Mailman-Users] smtp connections refused

2001-06-05 Thread Richard Pyne
e, so I am fairly certain that it is not a firewall issue. Thanks. --Richard -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

[Mailman-Users] Deleting Archives

2001-07-12 Thread Richard Marston
Once you decide not to archive your list, how can you delete the posts that have already been placed in the archives? RM __ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail http://personal.mail.yahoo.com/ -

<    1   2   3   4   5   6   7   8   9   10   >