Re: [Mailman-Users] Mailman setup help....

2006-01-15 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: > > I'm running postfix with virtual host and mysql. >I mainly followed the following guide: >http://www.gentoo.org/doc/en/virt-mail-howto.xml > > >I was wondering if there was any mailman documentation that is more >detailed. I ran through the setup instructions and as f

Re: [Mailman-Users] Messages shunted and kept out of archives

2006-01-15 Thread Tokio Kikuchi
John Swartzentruber wrote: > I recently upgraded to Mailman 2.1.7. A user (and co-moderator) on one > of the lists that I run reported that some of his messages were missing > from the archives and that one of them had been delivered to him without > the normal Mailman footers and subject modi

[Mailman-Users] Messages shunted and kept out of archives

2006-01-15 Thread John Swartzentruber
I recently upgraded to Mailman 2.1.7. A user (and co-moderator) on one of the lists that I run reported that some of his messages were missing from the archives and that one of them had been delivered to him without the normal Mailman footers and subject modification. I looked into it today a

Re: [Mailman-Users] [Mailman-Developers] Problems with uuencoded attachments

2006-01-15 Thread Tokio Kikuchi
Barry Warsaw wrote: > On Mon, 2006-01-16 at 09:25 +0900, Tokio Kikuchi wrote: > > >>In usual mailman qrunner execs, stderr is logged into logs/errors. It >>is the additional tee_to_real_stderr in LogStdErr() setting which wants >>to print the error into real stderr. >> >>Isn't it safe to put t

[Mailman-Users] Mailman setup help....

2006-01-15 Thread joe
Hi all, I'm running postfix with virtual host and mysql. I mainly followed the following guide: http://www.gentoo.org/doc/en/virt-mail-howto.xml I was wondering if there was any mailman documentation that is more detailed. I ran through the setup instructions and as far as I can tell. it's ju

Re: [Mailman-Users] [Mailman-Developers] Problems with uuencoded attachments

2006-01-15 Thread Barry Warsaw
On Mon, 2006-01-16 at 09:25 +0900, Tokio Kikuchi wrote: > In usual mailman qrunner execs, stderr is logged into logs/errors. It > is the additional tee_to_real_stderr in LogStdErr() setting which wants > to print the error into real stderr. > > Isn't it safe to put the tee_to_real_stderr value

Re: [Mailman-Users] SpamDetect loop?

2006-01-15 Thread Tokio Kikuchi
David Gibbs wrote: > Tokio Kikuchi wrote: > >>Can you test this patch? > > > Seems to be working fine. > > david > > > Thank you David. I changed the patch slightly and checked into the CVS. See also this patch tracker entry: http://sourceforge.net/tracker/index.php?func=detail&aid=14057

Re: [Mailman-Users] [Mailman-Developers] Problems with uuencoded attachments

2006-01-15 Thread Tokio Kikuchi
Barry Warsaw wrote: > On Jan 14, 2006, at 9:59 PM, Tokio Kikuchi wrote: > > >>Mark Sapiro wrote: >> >> >> File "/usr/lib/python2.3/uu.py", line 139, in decode sys.stderr.write("Warning: %s\n" % str(v)) File "/usr/lib/mailman/Mailman/Logging/MultiLogger.py", line 45, in write >

Re: [Mailman-Users] SpamDetect loop?

2006-01-15 Thread David Gibbs
Tokio Kikuchi wrote: > Can you test this patch? Seems to be working fine. david -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Se

Re: [Mailman-Users] Hello and newbie question(s)

2006-01-15 Thread J. Horton
Thank you to Mark and Bryan for the help. Trying to figure out what this all this means (I'm still in the deep water.) I've asked our network guy to take a look, though I know I'm driving him crazy. I might perhaps need to come back and ask some for some further simplification, but here's

Re: [Mailman-Users] [Mailman-Developers] Problems with uuencoded attachments

2006-01-15 Thread Barry Warsaw
On Jan 14, 2006, at 9:59 PM, Tokio Kikuchi wrote: > Mark Sapiro wrote: > > >>> File "/usr/lib/python2.3/uu.py", line 139, in decode >>> sys.stderr.write("Warning: %s\n" % str(v)) >>> File "/usr/lib/mailman/Mailman/Logging/MultiLogger.py", line 45, >>> in write >>> _logexc(logger, msg) >>> Fi

Re: [Mailman-Users] Problems with uuencoded attachments

2006-01-15 Thread Mark Sapiro
Tokio Kikuchi wrote: > >There should be other chances that Python builtin modules spew warnings >to sys.stderr. How about this patch for Logging/Utils.py to write these >messages into syslog facility. The patch looks good to me, and I think is a good thing in general. It's clearly better than s

Re: [Mailman-Users] can't find smrsh wrapper in sendmail

2006-01-15 Thread Mark Sapiro
Myo Zaw Nyunt wrote: > >Thanks for your reply. But after I read this article at >http://mail.python.org/pipermail/mailman-users/2004-June/037514.html, I do not >understand very well about this section. I can't find /etc/sudoers fiels in my >FreeBSD. You probably have to create it. See 'man sudo'.