[Mailman-Users] Block attachments before testing for non-member

2004-08-31 Thread Ed Greenberg
Many things show up as mail from non-member which contain nothing but a forbidden attachment. Can we run through the content filter BEFORE testing for membership so that this cr*p just gets discarded? Thanks, /edg -- Mailman-Users mailing list

[Mailman-Users] Investigating Bounces

2004-08-23 Thread Ed Greenberg
I have several list owners with large lists. They get a bunch of bounces each time they mail. Occasionally, they get lots more bounces than they expect. Is there any way to get Mailman to save the reason for the bounce? The bounce log contains only the list name, email address and the bounce

Re: [Mailman-Users] Code for allowing web-based delete and create lists

2004-06-27 Thread Ed Greenberg
I just went through this... Mailman allows for creation of lists by going to http://webaddress/mailman/create If you enable the proper variable, you can delete a list from it's admin page. For postfix, there is some good integration between mailman and postfix. Note that for sendmail, you need

[Mailman-Users] Please review this procedure for sendmail integration

2004-06-23 Thread Ed Greenberg
and test the list Ed Greenberg [EMAIL PROTECTED] 6/19/2004 -- 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

Re: [Mailman-Users] Mass Add digest members

2004-05-18 Thread Ed Greenberg
, 2004 12:16 AM -0400 Todd [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ed Greenberg wrote: I know that I can add a file-full of digest members from the command line, but can I do so from the web GUI? I don't see how, on the Mass Subscribe page. Am I missing something

Re: [Mailman-Users] Question

2004-05-17 Thread Ed Greenberg
I'm not sure how this would protect members who had opted out from being added again though. /edg --On Monday, May 17, 2004 8:32 PM +0200 Hilton J Ralphs [EMAIL PROTECTED] wrote: Quoting Randy Johnson [EMAIL PROTECTED]: I would like to see it work like this: 1. I download file from CRM

[Mailman-Users] Mass Add digest members

2004-05-17 Thread Ed Greenberg
I know that I can add a file-full of digest members from the command line, but can I do so from the web GUI? I don't see how, on the Mass Subscribe page. Am I missing something? /edg -- Mailman-Users mailing list [EMAIL PROTECTED]

Re: [Mailman-Users] True anonymous list?

2004-05-09 Thread Ed Greenberg
You could deliver the mail to a script that extracts the subject and body and then reposts it to the list, coming from a generic user. If you want to restrict posting to members, you could look up the actual from address in the list before forwarding the post. Would that meet your needs? /edg

[Mailman-Users] Changing the web_page_url parameter

2004-05-06 Thread Ed Greenberg
Is it possible to change the web_page_url parameter using the mailman/admin/listname website? If so, where... I don't see it. If not, how do I change it? Thanks, /edg Ed Greenberg -- Mailman-Users mailing list [EMAIL PROTECTED] http

Re: [Mailman-Users] Weird domain action

2004-05-04 Thread Ed Greenberg
Check your configuration, on the General page. Down toward the bottom you'll find Domain this list prefers for email. Make sure that doesn't have www in it. /edg --On Tuesday, May 04, 2004 1:09 PM -0500 Brian O'Connor [EMAIL PROTECTED] wrote: We have a web and mail server set up with the

Re: [Mailman-Users] Modifying Listinfo page for one list

2004-01-11 Thread Ed Greenberg
Many thanks to Dan and Todd. I knew this was hiding somewhere, but couldn't figure out where. /edg --On Saturday, January 10, 2004 12:37 PM -0800 Ed Greenberg [EMAIL PROTECTED] wrote: One of my listowners raises a valid question. She has a list that is used for publishing a newsletter

[Mailman-Users] Modifying Listinfo page for one list

2004-01-10 Thread Ed Greenberg
a separate templates/en/listinfo.html for her list. Is there a good way to do this, other than redefining one of the languages (or adding a new language)? Thanks, /edg Ed Greenberg San Jose, CA -- Mailman-Users mailing list [EMAIL PROTECTED] http

[Mailman-Users] Messed up list, want to transfer the users

2003-02-09 Thread Ed Greenberg
I have a messed up list and I can't figure out how it got messed up, but it is. The symptom is that messages held for moderation are being lost, and the list is sending uncaught bounces with the admin messages in them. I've been over the permissions, the settings, the contents of config.db,

Re: [Mailman-Users] Messed up list, want to transfer the users

2003-02-09 Thread Ed Greenberg
, February 09, 2003 10:53 PM -0500 Matthew Davis [EMAIL PROTECTED] wrote: * Ed Greenberg ([EMAIL PROTECTED]) wrote: What I'd like to do is to delete the list and recreate it, then add the users back. I can extract a list of users and re-add them, but I cannot figure out how to save their settings

[Mailman-Users] Uncaught Bounce Notifications

2003-01-26 Thread Ed Greenberg
Since upgrading to 2.1, I've been receiving this Uncaught Bounce Notification. It says: 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

[Mailman-Users] List-* headers

2003-01-13 Thread Ed Greenberg
Now that 2.1 has -subscribe and -unsubscribe addresses as well as a -request address shouldn't the headers of the lists carry an appropriate List-Subscribe and List-Unsubscribe header? Mine (and this list's) still show the older format of mailto:[EMAIL PROTECTED]?subject=unsubscribe How do I

[Mailman-Users] RedHat 7.3, Python 1.5 and Mailman 2.1

2003-01-08 Thread Ed Greenberg
Mailman 2.1 requires Python 2, and RedHat 7.3 has only 1.5. There is a Python2 package on my RedHat 7.3 installation, so how can I make Mailman use it? Documentation states that I can use --with-python to control the actual mailman operation, but that the command line scripts will always use

Re: [Mailman-Users] Re: RedHat 7.3, Python 1.5 and Mailman 2.1

2003-01-08 Thread Ed Greenberg
--On Wednesday, January 08, 2003 11:28 AM -0600 David Gibbs [EMAIL PROTECTED] wrote: Ed Greenberg [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Mailman 2.1 requires Python 2, and RedHat 7.3 has only 1.5. There is a Python2 package on my Re

Re: [Mailman-Users] AOL subscriber bounces

2003-01-08 Thread Ed Greenberg
I have this problem too, though it's not severe, and frankly, the guy being blocked is moderately awful, so would be pretty bad to a less insensitive person than myself :) I prefer that they can block each other, since it keeps them from responding to each other and flaming. I also would

[Mailman-Users] Posting from a web form

2002-04-09 Thread Ed Greenberg
Is there a way to implement posting from a web form (for list members authenticated with their passwords)? Some of my members are asking for this. The list is an Recreational Vehicles list, and they want to read archives, and post message, from public Internet stations in cafes and libraries.