Re: [Mailman-Users] Sendmail Milter subsystem telling sendmail todiscard Mailman digests

2005-02-01 Thread Jeff Groves
FWIW, here are my diffs for Handlers/ToDigest.py to fix the problem where digests don't get a Date: header: 32c32,38 < from types import ListType --- > import email > import email.Message > import email.Utils > from email.Charset import Charset > from email.Header import Header > > from types imp

Re: [Mailman-Users] Sendmail Milter subsystem telling sendmail todiscard Mailman digests

2005-02-01 Thread Jeff Groves
Thanks Tokio, but I already coded the fix myself :o) And you are correct, the problem is in Handlers/ToDigest.py. What took me so long was figuring out the syntax to import email.Utils and its friends. Not saying that I learned Python, but I was able to glean enough of it to hack a fix for my

[Mailman-Users] Unshuntable files & Spammed Pending List

2005-02-01 Thread Tom Anthony
Hi all, I noticed recently that the qrunner process on my server was going really nuts sometimes, and using over 90% of the CPU (causing various problems). I'm aware of a couple of reasons for this, and understand that 2.1.5 addresses some such issues. I am currently running 2.1.2, and want to

Re: [Mailman-Users] Sendmail Milter subsystem telling sendmail todiscard Mailman digests

2005-02-01 Thread Tokio Kikuchi
Jeff Groves wrote: So, I'm going to have to learn python and figure out where it's not putting the Date: header and make it do it myself. Hi, I think I can fix this in Handlers/ToDigest.py The digests don't go through Message.py which was fixed in 2.1 beta 1. # I think someone posted the patch bu

Re: [Mailman-Users] change password reminder From: header?

2005-02-01 Thread Brad Knowles
At 5:05 PM -0700 2005-02-01, Matt Ruzicka wrote: Maybe I'm misunderstanding your response, but all I am looking for is the From: header being set to listname-owner for each list's members instead of sitelist-owner to all members on the site. I prefer the one address to each user personally. B

Re: [Mailman-Users] Sendmail Milter subsystem telling sendmail todiscard Mailman digests

2005-02-01 Thread Jeff Groves
So, I'm going to have to learn python and figure out where it's not putting the Date: header and make it do it myself. Fair enough. Jeff G. Mark Sapiro wrote: Jeff Groves wrote: Well, again, I have found the answer to my own post. I'm sorry everyone. As you can see, 4 lines from the end, milter

Re: [Mailman-Users] Sendmail Milter subsystem telling sendmail todiscard Mailman digests

2005-02-01 Thread Mark Sapiro
Jeff Groves wrote: > >Well, again, I have found the answer to my own post. I'm sorry everyone. > >As you can see, 4 lines from the end, milter-date is complaining that the >email message does >not have a RFC 2822 3.6 compliant Date: header. > >Either this is a bug in milter-date or a bug in Mai

Re: [Mailman-Users] change password reminder From: header?

2005-02-01 Thread Mark Sapiro
Matt Ruzicka wrote: >On Tue, 1 Feb 2005, Mark Sapiro wrote: >> Yes. The password reminder is one message to a user with passwords for >> all the users subscriptions at the site. >> >> If you want bounces to go to individual listowners, you'd have to send >> one message per subscription instead o

Re: [Mailman-Users] I got a bug

2005-02-01 Thread Mark Sapiro
Mark Ballard wrote >I am trying to set up and announce list and I am getting list long >error message on the web interface. And I can figure it out. Hop >someone can help. Sorry for the extremely long post. > >Bug in Mailman version 2.1.2 > >We're sorry, we hit a bug! > >If you would like to h

Re: [Mailman-Users] change password reminder From: header?

2005-02-01 Thread Matt Ruzicka
On Tue, 1 Feb 2005, Mark Sapiro wrote: > >I realize the answer given in this thread (to ignore them) would "work", > >but really I am more interested in getting these bounces, and more > >importantly the responses to the password reminders, to the list owner so > >they can address them. I'm equal

Re: [Mailman-Users] change password reminder From: header?

2005-02-01 Thread Mark Sapiro
Matt Ruzicka wrote: >I'm sort of surprised to not see this come up more often at the first of >the month so I' wondering if I'm searching for the wrong string in the >archives and Google or if I'm doing something foolish. It came up recently on either this list or Mailman-Developers but I can't f

Re: [Mailman-Users] Sendmail Milter subsystem telling sendmail to discard Mailman digests

2005-02-01 Thread Jeff Groves
OK, I have got to learn that when I get to the point where I ask for help, then it's time to just buckle-down and go to the next level of debugging. Well, again, I have found the answer to my own post. I'm sorry everyone. After sending the message below, I disabled my milters one by one and lo

Re: [Mailman-Users] change password reminder From: header?

2005-02-01 Thread Matt Ruzicka
Ok, so I wasn't just missing something, that definitely makes me feel better. Thank you for the response and it looks like there is something on there that might relate to it: "A better strategy is needed for sub-lists and super-lists, including dealing with the resulting password reminders a

Re: [Mailman-Users] change password reminder From: header?

2005-02-01 Thread Brad Knowles
At 4:12 PM -0700 2005-02-01, Matt Ruzicka wrote: Is there a technical reason this option isn't available and if not is this something that is being considered for future releases? You can see the current list of desired features at and

[Mailman-Users] change password reminder From: header?

2005-02-01 Thread Matt Ruzicka
I'm sort of surprised to not see this come up more often at the first of the month so I' wondering if I'm searching for the wrong string in the archives and Google or if I'm doing something foolish. Same question as I found asked back in 2002. Is there a way that I can cause mailman to send the p

[Mailman-Users] I got a bug

2005-02-01 Thread Mark Ballard
I am trying to set up and announce list and I am getting list long error message on the web interface. And I can figure it out. Hop someone can help. Sorry for the extremely long post. Bug in Mailman version 2.1.2 We're sorry, we hit a bug! If you would like to help us identify the problem, pl

[Mailman-Users] Sendmail Milter subsystem telling sendmail to discard Mailman digests

2005-02-01 Thread Jeff Groves
I've been banging my head against my monitor for a week now trying to figure out why this is happening, but I cannot. I have this setup: Fedora Core 2 Mailman 2.1.5 Sendmail 8.13.1 mimedefang 2.49 spamassassin 3.0.2 milter-date 0.12.160 Here's what's going on: Email to the list comes in. Whether

Re: [Mailman-Users] newbie question

2005-02-01 Thread Mark Sapiro
Julie S. Lin wrote: > >can anyone point me in the right direction? I'm getting "no publicly >advertised lists" via web interface, however when I run the cgi manually, I >see my lists. i'm also unable to create a list via web interface If you are not using multiple domains, set VIRTUAL_HOST_OVERVI

[Mailman-Users] newbie question

2005-02-01 Thread Julie S. Lin
BlankHi can anyone point me in the right direction? I'm getting "no publicly advertised lists" via web interface, however when I run the cgi manually, I see my lists. i'm also unable to create a list via web interface i am also using a proxy in front of the mail server. i'm running sendmail, 2.1

RE: [Mailman-Users] Mailman problem

2005-02-01 Thread Matthew R Anderson
Mark- Thanks for the reply! > -Original Message- > The n/a means the message object has no message-id attribute. As to > why, I don't know. Is there a Message-Id: header in the posts received > from the list? Yes, there's an ID on the outbound posts on the list. I'm willing to ignore th

Re: [Mailman-Users] Mailman problem

2005-02-01 Thread Mark Sapiro
Matthew R Anderson wrote: > >Key Problem - Monthly reminders aren't being sent out to some lists; I have >several configured to do so. I've checked logs/smtp, logs/smtp-failure, and >logs/error and I can't even see an attempt to mail reminders, let alone any >errors to provide an explanation. In

Re: [Mailman-Users] Announce only list

2005-02-01 Thread Brad Knowles
At 9:30 AM -0800 2005-02-01, Mark Ballard wrote: I am completely new to mail man, and I need some help. If you have any questions regarding using Mailman, I suggest that you first visit the "documentation" page at (also at

Re: [Mailman-Users] Announce only list

2005-02-01 Thread Mark Sapiro
Mark Ballard wrote > >I am completely new to mail man, and I need some help. > >I am running OS X 10.3.6 server. I started up mailman and it seams to >work great. > >What I would like to do is set up and announce only list that only one >or two people can post to. I do want for people be able to

Re: [Mailman-Users] Announce only list

2005-02-01 Thread Carl Zwanzig
In a flurry of recycled electrons, Mark Ballard wrote: > What I would like to do is set up and announce only list that only one > or two people can post to. I do want for people be able to subscribe to > it but I want the default to be that they can receive posts but can't > post to it. The way

[Mailman-Users] Announce only list

2005-02-01 Thread Mark Ballard
HI all, I am completely new to mail man, and I need some help. I am running OS X 10.3.6 server. I started up mailman and it seams to work great. What I would like to do is set up and announce only list that only one or two people can post to. I do want for people be able to subscribe to it but

Re: [Mailman-Users] Pse explain smtp log

2005-02-01 Thread Mark Sapiro
John Fleming wrote: >Could someone please explain the entries below? I understand the obvious >ones where more than 1 recipient is logged, but what do the very numerous >1-recipient entries represent? Tnx Monthly password reminders. -- Mark Sapiro <[EMAIL PROTECTED]> The highway is for g

[Mailman-Users] Pse explain smtp log

2005-02-01 Thread John Fleming
Could someone please explain the entries below? I understand the obvious ones where more than 1 recipient is logged, but what do the very numerous 1-recipient entries represent? Tnx excerpt: Feb 01 05:00:12 2005 (1302) <[EMAIL PROTECTED]> smtp for 1 recips, completed in 0.014 seconds Feb 01 05:

Re: [Mailman-Users] How do I Customize the Monthly Reminder?

2005-02-01 Thread Mark Sapiro
Bashir Ghandi wrote: > >I am a Mailman mailing list owner, and I am trying to >cutomize the monthly reminder or at least append some >custom text to it, but could not figure out how. > >I checked all the options on the List admin interface >but no clue. > >Please note that I do have direct access t

[Mailman-Users] a lot of bounces in qfiles generate a big file in data

2005-02-01 Thread Carlos Costa
Hello all, I had a lot of files in qfiles/bounces (4000+), most of them with 0 bytes. Each time I started mailmanctl, a big bounce-events-*.pck file was generated in data/ directory (that eat all my memory). What I did was delete the content of bounces directory, and all runs fine now. Now, in t

Re: [Mailman-Users] cant't create lists within the webinterface

2005-02-01 Thread Markus Darges
Markus Darges wrote: John Dennis wrote: On Mon, 2005-01-31 at 11:01 +0100, Markus Darges wrote: Hi, I cant' create a new list within the webinterface. Could someone tell mit whether it's a known bug? Even if I change the permission of the folder lists to 777 I get the same error. My OS is Fed

Re: [Mailman-Users] Import list of new mebers-No usable temporary directory

2005-02-01 Thread Markus Darges
Markus Darges wrote: Hi, I try to import a list of new members out of a file within the webinterface. But I get the error that mailman can't find a usable temporary directory. Any suggestions? My OS is Fedora Core 3. Mailman 2.1.5, Python2.4, Apache2.0.52 Thanks, Markus Traceback (most recent ca

Re: [Mailman-Users] respond_to_post_requests and header_filter_rules

2005-02-01 Thread Tokio Kikuchi
Hi again, Ivan Fetch wrote: Hello, Thank you for your reply -- I'm using Mailman 2.1.5 (sorry for not mentioning this previously). We'd rather be able to configure the filters to hold (not discard) spam, at least for those lists where the list administrators prefer to double check what is be

Re: [Mailman-Users] cant't create lists within the webinterface

2005-02-01 Thread Markus Darges
John Dennis wrote: On Mon, 2005-01-31 at 11:01 +0100, Markus Darges wrote: Hi, I cant' create a new list within the webinterface. Could someone tell mit whether it's a known bug? Even if I change the permission of the folder lists to 777 I get the same error. My OS is Fedora Core 3. Mailman 2

[Mailman-Users] Mailman problem

2005-02-01 Thread Matthew R Anderson
Hey guys- I don't mean to give you such a tough problem but I really need some expert help here. I've moved my mailman install across a few servers and as of recent it's been exhibiting some strange behavior. Key Problem - Monthly reminders aren't being sent out to some lists; I have several con