RE: [Mailman-Users] cron daemon error on FreeBSD 4.7

2003-01-09 Thread C Burchell
I originally added the user and group mailman, but had the wrong GIDs, I subsequently removed the pkg, changed the uid and gid to 91/91 then reinstalled the package. Then I added the crontab.in file and there were no problems... However, I have now noted the following error: After I successfully

Re: [Mailman-Users] cron daemon error on FreeBSD 4.7

2003-01-09 Thread Bryan Fullerton
On Tuesday, January 7, 2003, at 10:55 PM, C Burchell wrote: I have just recently installed mailman 2.0.12 on a FreeBSD 4.7 system using the pkg_add feature. Did you manually add the mailman user and group before installing Mailman, or let the port add them? The port expects a certain UID and

[Mailman-Users] Re: MM 2.1 -- another qrunner crash

2003-01-09 Thread David Gibbs
"David Gibbs" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Try this patch; it won't avoid the interrupted system call, but it > > ought to handle the situation more gracefully (assuming it's a > > transient problem). > I'll give it a try ... but even after I

[Mailman-Users] Re: Coerce Plain Text with Mailman 2.1

2003-01-09 Thread David Gibbs
"Webmaster ST Frontier Fleet" <[EMAIL PROTECTED]> wrote in message 043a01c2b63b$fb946f90$[EMAIL PROTECTED]">news:043a01c2b63b$fb946f90$[EMAIL PROTECTED]... > - Remove message attachments that don't have a matching content type. > Leave this field blank to skip this filter test. [ Empty ] Try setti

[Mailman-Users] Problems running mailctl and sending to lists...

2003-01-09 Thread Steve Rifkin
I recently installed mailman 2.1 (upgrading over our mailman 2.13) to correct a problem with list admin passwords. At the time of the upgrade, I was running python 2.1 Today I finally ran genaliases to modify the old mm list aliases for the new mailman. With the aliases in place, I sent e-mai

Re: [Mailman-Users] Passwords of members UPDATE

2003-01-09 Thread Steve Rifkin
I recently installed mailman 2.1 (upgrading over our mailman 2.13) to correct a problem with list admin passwords. At the time of the upgrade, I was running python 2.1 Today I finally ran genaliases to modify the old mm list aliases for the new mailman. With the aliases in place, I sent e-mail

[Mailman-Users] What's wrong with the mailman-users archive?

2003-01-09 Thread Tokio Kikuchi
Hi, As of 0900 JST (+0900), http://mail.python.org/pipermail/mailman-users/2003-January/date.html shows 12 messages archived but it also says there are 311 messages. Looks like all the messages before Wed Jan 8 13:55:56 EST 2003 (in January 2003) are gone ! What happened ? Tokio -

[Mailman-Users] Re: Fw: [Scuolasommozzatori] prova

2003-01-09 Thread Tokio Kikuchi
Alberto, You are sending messages in multipart/alternative. The patch works only for text/plain messages. http://sourceforge.net/tracker/index.php?func=detail&aid=664209&group_id=103&atid=300103 Header and footer for HTML message are always added as attachments. Tokio Alberto Marcedone wrote:

[Mailman-Users] Problems with Mailman server...

2003-01-09 Thread Ashley M. Kirchner
My subscription got disabled, so anyone who answers to this message, please CC me as well. I don't know if anyone noticed this or not, but when I go to my account preferences for this list (http://mail.python.org/mailman/options/mailman-users/ashley%40pcraft.com), I can log in just fine, b

[Mailman-Users] All messages in qfiles

2003-01-09 Thread jsingh
Sir I just created 10 lists and whenever I send a message to any of them the messages end up in qfiles directory. So I cleaned up the directory send the message to a different mailing list, it got posted. But there is no message being posted to the new lists I created. When I go through the mail lo

Re: [Mailman-Users] MM2.1 daily checkdbs traceback

2003-01-09 Thread Scott Lipcon
FYI - i traced this down to a corrupt requests.db file for one of my lists that had a pending subscription request before the 2.1 upgrade. It seems that ListAdmin.py's __opendb function attempts to upgrade the db file, but somewhere during my 2.1 install it looks like the requests.db file was parti

Re: [Mailman-Users] Errors running CGI script

2003-01-09 Thread Bill Hilburn
You will also see this if Apache is not configured correctly... You may need an Alias in httpd.conf: Alias /pipermail/ //archives/public/ Quoting Matthew Davis <[EMAIL PROTECTED]>: > * Feng Jeffrey ([EMAIL PROTECTED]) wrote: > > I've been trying to install Mailman onto a FreeBSD based compute

[Mailman-Users] cAse sEnsiTive

2003-01-09 Thread JMD
I can't get my list to be lower case. I know it's case sensitive but it does say that it can be changed; however, when I try it will not allow it. Anything I try does not work and my list always shows with the first letter capitalized, even in the reply address. Any ideas? --

Re: [Mailman-Users] AOL subscriber bounces

2003-01-09 Thread Gregory Woodbury
"It was written once upon a time (by Raquel Rice):" > > On Wed, 8 Jan 2003 12:13:23 -0500 > "Bob Puff@NLE" <[EMAIL PROTECTED]> wrote: > > > I've noticed that a few of my list subscribers are using AOL's > > functions to block email from certain senders, who are on my > > lists. So as a list admi

[Mailman-Users] help

2003-01-09 Thread sales
Please I am what you may consider a newbie in the computer world.My problem is that I  am recently building a website and I want to use your mailing list.However,I have tried everything I can to transfer the mailing list to my file manager in order to publish it so that people can subscribe

[Mailman-Users] BCC allowed?

2003-01-09 Thread Carl Holtje
All- While the power of denying a list to be specified in a BCC field is certainly undeniable, I'd like the ability to accept a post that has the list BCCd if the sender is a list member -- is this possible? Thanks so much! Carl -- "There are 10 types of people in the world: Those who unde

RE: [Mailman-Users] no 2.1 version on Gnu FTP site?

2003-01-09 Thread John Dennis
On Wed, 2003-01-08 at 13:19, Angel Gabriel wrote: > When will this RPM be produced? And where can I get it from? In the next few days. I will post a pointer when its done. I'm trying to clean up some issues in the spec file at the moment. Getting some testing on installing this package will be app

Re: [Mailman-Users] Mailman/htdig Success and a question or 3..

2003-01-09 Thread Richard Barrett
At 05:18 08/01/2003, Glenn Sieb wrote: First I just want to say: MAILMAN ROCKS! :) I managed to get 2.1 and htdig all running together and working peachykeen... :) it's a beautiful thing! My monthly mailers all work now, creating lists from the webinterface works, etc! However--a suggestion?

[Mailman-Users] cron daemon error on FreeBSD 4.7

2003-01-09 Thread C Burchell
Hello - I'm new to Mailman. I have just recently installed mailman 2.0.12 on a FreeBSD 4.7 system using the pkg_add feature. I believe I have successfully configured the majority of the software package, but ever since I ran the '/usr/local/mailman/cron/crontab.in' I have been receiving the follo

Re: [Mailman-Users] problem with pipermail

2003-01-09 Thread syed
What version of mailman? If 2.0 is your crontab installed? > > Back to the httpd problem. Did you restart apache? > > If there hasn't been any posts to the list, there won't be a dir there, and you'll >get that error. > I'm using mailman-2.0.13 MTA sendmail-8.11.6 Crontab already installed. I

Re: [Mailman-Users] Error comfirming subscription from Mailman

2003-01-09 Thread Ashley M. Kirchner
Feng Jeffrey wrote: After I installed Mailman on my FreeBSD server, I created a test list and sent a subscription to it, the server returned the folowing error message. What causes this problem? Any help will be appreciated. Jeffrey -- The original message was

Re: [Mailman-Users] MM 2.1 -- another qrunner crash

2003-01-09 Thread David Gibbs
[EMAIL PROTECTED] said: > | IOError: [Errno 4] Interrupted system call > Just that something's wrong with your mail server, or the connection > between it and Mailman, or something sent the qrunner process a signal > while it was in the middle of talking to your mail server. I kind of figured

Re: [Mailman-Users] problems with different chatsets (footer getsattached if different)

2003-01-09 Thread Ben Gertzfield
Sebastian Talmon wrote: I'm sorry, but with this path the headers are set correct, but MS Outlook still shows the footer as a pseudo-Attachement (giving it the name ATT00010.txt or so) Then it's definitely an MS Outlook bug, and there's not a whole lot we can do until Mailman gets fully inte

Re: [Mailman-Users] problems with different chatsets (footer getsattached if different)

2003-01-09 Thread Barry A. Warsaw
> "ST" == Sebastian Talmon <[EMAIL PROTECTED]> writes: ST> I'm sorry, but with this path the headers are set correct, but ST> MS Outlook still shows the footer as a pseudo-Attachement ST> (giving it the name ATT00010.txt or so) Sigh. -Barry --

[Mailman-Users] Settings for announcement only list questions.

2003-01-09 Thread Jonathan Chum
A client of ours with 72K subscribers recently became the victim when one of the subscribers decides to email the list owner address which sent out 72K emails to everyone on the list. I know this is a feature of Mailman, but never once in the past 6 months of using Mailman has this ever happened be

Re: [Mailman-Users] aliases in README.QMAIL

2003-01-09 Thread David Sammons
Hi there!!! About this question what was the solution... Thanks a lot!!! --- "Marco Trevisan | Bazzmann.Com" <[EMAIL PROTECTED]> escribió: > Stanton Schell wrote: > > "Illegal_command:_mailowner/". I changed the > aliases for the list to > > use the commands "request" and "owner" inst

Re: [Mailman-Users] mm2.1 cookie problem?

2003-01-09 Thread Stephan Berndts
Hi, On Mon, Jan 06, 2003 at 07:22:03PM -0500, Bryan Fullerton wrote: > Here's the rewrite rule I used for the 2.1 list: > RewriteRule ^/mailman/(.*)/(trawler-world-list-help.*) \ > /home/mailman-2.1/cgi-bin/$1/$2 \ > [T=application/x-httpd-cgi] I realized t

[Mailman-Users] Plesk 2.* and MM2.1

2003-01-09 Thread Marco Trevisan | Bazzmann.Com
Ciao ragazzi! So, I've resolved the problem with my own upgrade, I found out which problem stopped my work and upgrade. I run my server with Plesk 2.5 panel ( http://www.plesk.com ), useful to admin hosting quickly and let customer admin sites themselves. To create correctly lists under it Dan By

Re: [Mailman-Users] mm2.1 cookie problem?

2003-01-09 Thread Stephan Berndts
Hi, On Mon, Jan 06, 2003 at 07:22:03PM -0500, Bryan Fullerton wrote: > Here's the rewrite rule I used for the 2.1 list: > RewriteRule ^/mailman/(.*)/(trawler-world-list-help.*) \ > /home/mailman-2.1/cgi-bin/$1/$2 \ > [T=application/x-httpd-cgi] I realized t

[Mailman-Users] Coerce Plain Text with Mailman 2.1

2003-01-09 Thread Webmaster ST Frontier Fleet
Hi everyone, We've been running Mailman 2.0.x with the coerce plain text patch previously and this worked great. All mail sent by AOL users or M$ Word users got nicely converted to plain text. Additional viruses that might be send to the mailinglists also got rendered inactive because all MIME go

Re: [Mailman-Users] Install issue on Mac OS 10.2.3

2003-01-09 Thread Jean-Michel Biraghi
Hi John, Developer Tools downloading and installing was OK. I took advantage of the downloading time to learn some terminal basics. It was useful : I'm now 0,01 % better than before :-) Still refering to Kathleen's guide, I'm still in trouble from step 5-h Step 5-h : the /var/mail folder was a

[Mailman-Users] htdig integration patch access problem now fixed

2003-01-09 Thread Richard Barrett
A short saga. The guys at sourceforge have come up with the goods, identified what was causing the problem in accessing patch #444884 and fixed it. Good job by them. Their support response reads as follows; it was a generic problem that this patch just happened to trip over: Date: 2003-01-06 1

Re: [Mailman-Users] MM 2.1 -- another qrunner crash

2003-01-09 Thread Barry A. Warsaw
> "DG" == David Gibbs <[EMAIL PROTECTED]> writes: DG> Any thoughts on this? | IOError: [Errno 4] Interrupted system call Just that something's wrong with your mail server, or the connection between it and Mailman, or something sent the qrunner process a signal while it was in the mi

Re: [Mailman-Users] Passwords of members UPDATE

2003-01-09 Thread Barry A. Warsaw
> "SR" == Steve Rifkin <[EMAIL PROTECTED]> writes: SR> OK, I upgraded to MM2.1. After having to run check_perms with SR> -f to fix permissions, I finally got the web pages up. SR> When I go in as site admin and change the list admin's SR> password for a list, I *still* canno

Re: [Mailman-Users] mm2.1 cookie problem?

2003-01-09 Thread Barry A. Warsaw
> "BF" == Bryan Fullerton <[EMAIL PROTECTED]> writes: >> I had the same problem initially. I manually deleted all the >> old cookies set by mailman and it worked fine. Deleting just >> the cookie from that list didn't help. BF> Unfortunately, in this case both of the lists ar

Re: [Mailman-Users] mm2.1 cookie problem?

2003-01-09 Thread Darrell Duane
Bryan, I'm seeing the same thing from Mozilla on Linux. I haven't tried restarting my browser. It works fine from Mozilla on Windows. Anything else I should try to help diagnose this problem? Darrell > >I've run into something since I installed mm2.1 and wanted to see if >anyone else is s

Re: [Mailman-Users] Lists periodically vanishing

2003-01-09 Thread Jon Carnes
Interesting, so you have both archives working in parallel: Pipermail and Mhonarc? That sounds like a hack. And I'm assuming that you are running a 2.0.x version install. I think that if you upgrade to 2.1.x you will remove the problem. The ubiquitous qrunner was replaced with various sub-proce

Re: [Mailman-Users] AOL subscriber bounces

2003-01-09 Thread Jon Carnes
You would have to modify the source to handle this special situation bounce. The bounce given has a specific code associated with it (or at least it should). You could use that code to scan the message in the Bounce module of Mailman and then redirect the bounce as appropriate. You might want t

Re: [Mailman-Users] patch for Re: problems with different chatsets

2003-01-09 Thread Tokio Kikuchi
Alberto Marcedone wrote: The patch does not work in my system. I have modified the Decorate.py but nothing. How nothing? Are you sure you restart the qrunners by bin/mailmanctl restart ? What was the combination of message charset and list charset? Tokio -

Re: [Mailman-Users] How apply a patch?

2003-01-09 Thread Simone Piunno
giovedì, 09 gennaio 2003 alle 10:17:54, Alberto Marcedone ha scritto: > I have look a file Decorate.pyc. > It's the compiled version of Decorate.py? yes > If yes, how compile Decorate.py to make Decorate.pyc? you can simply remove Decorate.pyc, the pre-compiled version is there only for better

[Mailman-Users] How apply a patch?

2003-01-09 Thread Alberto Marcedone
I have take a look in the directory /Mailman/Handlers to apply the patch at Decorate.py. I have look a file Decorate.pyc. It's the compiled version of Decorate.py? If yes, how compile Decorate.py to make Decorate.pyc? Tanks in advance. Alberto Marcedone --

Re: [Mailman-Users] patch for Re: problems with different chatsets

2003-01-09 Thread Alberto Marcedone
The patch does not work in my system. I have modified the Decorate.py but nothing. Alberto.     - Original Message - From: "Tokio Kikuchi" <[EMAIL PROTECTED]> To: "Alberto Marcedone" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, January 09, 2003 1:08 AM Subject: Re: [Mai