Re: [Mailman-Users] no subject prefix

2005-07-18 Thread Julian Ohm
i'm sorry, but my problem is still there. no one an idea? Jim Tittsler wrote: > > On Jul 12, 2005, at 18:43, Julian Ohm wrote: > >> Jim Tittsler wrote: >> >>> Did you set DELIVERY_MODULE to 'Sendmail' in your mm_cfg.py (rather >>> than the *strongly* recommended 'SMTPDirect')? The Subject pref

Re: [Mailman-Users] Spam from Mailman

2005-07-18 Thread Stephen J. Turnbull
> "Ken" == Ken Carter <[EMAIL PROTECTED]> writes: Ken> Our lists do not accept posting from members at all. They Ken> are info only lists and only the list admin has the ability Ken> to post. This is why we were puzzled that one receiver would Ken> get a different message than

Re: [Mailman-Users] Config problem - hostname issues

2005-07-18 Thread Poster
Forrest Aldrich said: > No, not using virtual hosts should I? > ONLY if you are actually sending out the list from a virtual host. (It's a monster pain that I wish I could have avoided, but no luck as I have to have virtually-hosted mailing lists). With the last line appearing, I wasn't sur

Re: [Mailman-Users] Setting Sender Name

2005-07-18 Thread John W. Baxter
On 7/18/05 5:09 PM, "Jim Tittsler" <[EMAIL PROTECTED]> wrote: > > On Jul 19, 2005, at 09:00, Tim Arney wrote: > >> For my mailing list, I have it set so that the senders email >> address is >> masked with the list address. So for example, I presume if you >> receive a >> digest of this list the

Re: [Mailman-Users] Setting Sender Name

2005-07-18 Thread Jim Tittsler
On Jul 19, 2005, at 09:00, Tim Arney wrote: > For my mailing list, I have it set so that the senders email > address is > masked with the list address. So for example, I presume if you > receive a > digest of this list then it would come from mailman- > [EMAIL PROTECTED], not > something li

Re: [Mailman-Users] Setting Sender Name

2005-07-18 Thread Tim Arney
For my mailing list, I have it set so that the senders email address is masked with the list address. So for example, I presume if you receive a digest of this list then it would come from mailman-users@python.org, not something like "Mailman Users" . Does that clear up my problem? - Ori

Re: [Mailman-Users] Config problem - hostname issues

2005-07-18 Thread Forrest Aldrich
I was just working on this, and I have: DEFAULT_EMAIL_HOST = 'mydomain.net' DEFAULT_URL_HOST = 'www.mydomain.net' VIRTUAL_HOSTS.clear() add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) And this does not work. I'm still seeing the old internal URL: http://host.internal.

Re: [Mailman-Users] Config problem - hostname issues

2005-07-18 Thread Jim Tittsler
On Jul 19, 2005, at 03:39, Forrest Aldrich wrote: > I've set up in the mm_cfg.py: > > DEFAULT_EMAIL_HOST = 'externalhost.com' > DEFAULT_URL_HOST = 'www.externalhost.com' > add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST) You may need to add: VIRTUAL_HOSTS.clear() just before the

Re: [Mailman-Users] Config problem - hostname issues

2005-07-18 Thread Poster
Forrest Aldrich said: > I'm having a problem with the mailman (2.1.5) configuration. > > In our setup, we are utilizing an external proxy to serve the > connections via an internal host. Therefore, the mailman > configuration > must reflect the external hostname for it to work properly. > > I've

Re: [Mailman-Users] Config problem - hostname issues

2005-07-18 Thread Forrest Aldrich
No, not using virtual hosts should I? Poster wrote: >Forrest Aldrich said: > > >>I'm having a problem with the mailman (2.1.5) configuration. >> >>In our setup, we are utilizing an external proxy to serve the >>connections via an internal host. Therefore, the mailman >>configuration >>m

Re: [Mailman-Users] Duplicate Mail

2005-07-18 Thread Brad Knowles
At 9:36 AM -0700 2005-07-18, Serenil, Chris wrote: > I have just installed mailman. I have list that have multiple list in > them. Some people are in multiple list. Is there a way to have these > people get only one mail when the top list has a message sent to it. Mailman doesn't aggre

Re: [Mailman-Users] Setting Sender Name

2005-07-18 Thread Brad Knowles
At 2:13 AM +1000 2005-07-19, Tim Arney wrote: > I'm running a Mailman list, version 2.1.5p1. I was wondering if it's > possible to set a sender name for the list, so recipients will receive > emails from some "name" rather than the email address of the list? When I received this messa

Re: [Mailman-Users] Editing rejection notice text when action to takefor postings from non-members is 'Hold'.

2005-07-18 Thread James
> When generic_nonmember_action is Hold and a non-member posts, the > poster receives a notice based on the postheld.txt template. It doesn't work that way on my system. Generic_nonmember_action is to Hold, but when non-members post, the poster does not receive a notice. I've checked postheld.tx

[Mailman-Users] Config problem - hostname issues

2005-07-18 Thread Forrest Aldrich
I'm having a problem with the mailman (2.1.5) configuration. In our setup, we are utilizing an external proxy to serve the connections via an internal host. Therefore, the mailman configuration must reflect the external hostname for it to work properly. I've set up in the mm_cfg.py: DEFA

Re: [Mailman-Users] Public link to subscriber-only list?

2005-07-18 Thread JC Dill
Brad Knowles wrote: > At 2:18 PM +0200 2005-07-18, Jean Delvare wrote: > > >> 1* Make the list public (possibly by making non-member posts moderated >> rather than rejected). > > > We tried that. The moderators couldn't keep up with all the > spam, plus all the legitimate moderated post

Re: [Mailman-Users] Content Filtering - Reject

2005-07-18 Thread CL-Admin
Thanks for the prompt response, I have been digesting and doing further research, I am not to experienced in the Mime format world and haven't found much in my Internet searches that I understood to help me choose what to put in the mime type.. The goal is to get the list into plain test with

[Mailman-Users] Duplicate Mail

2005-07-18 Thread Serenil, Chris
I have just installed mailman. I have list that have multiple list in them. Some people are in multiple list. Is there a way to have these people get only one mail when the top list has a message sent to it. -- Mailman-Users mailing list Mailman

[Mailman-Users] Setting Sender Name

2005-07-18 Thread Tim Arney
Hi all, I'm running a Mailman list, version 2.1.5p1. I was wondering if it's possible to set a sender name for the list, so recipients will receive emails from some "name" rather than the email address of the list? Regards, Tim -- Mailman-Use

Re: [Mailman-Users] Spam from Mailman

2005-07-18 Thread Ken Carter
Our lists do not accept posting from members at all. They are info only lists and only the list admin has the ability to post. This is why we were puzzled that one receiver would get a different message than anyone else on that list. Ken Carter Network Administration, Shelby County Schools 410 Ea

Re: [Mailman-Users] Problems upgrading to Fedora4

2005-07-18 Thread John Dennis
On Sat, 2005-07-16 at 11:25 -0700, Mark Sapiro wrote: > Finn Sindre Eliassen wrote: > > >I've upgraded from Fedora 2 to FC4 and and are using mailman version > >2.1.35. It works fine, except for one thing; the old list members are > >gone. How can I retrieve them? > > The location of the $

[Mailman-Users] Question

2005-07-18 Thread Julian Prendi
I am having a problem with my Apache server which runs our website (off-site), being blocked by our in-site Firebox. The web server generates email from HTML pages we have set up, but the return-path (envelope header) is smth like [EMAIL PROTECTED]; this appears to be an invalid address. Subscripti

Re: [Mailman-Users] Spam from Mailman

2005-07-18 Thread John Fleming
On Monday 18 July 2005 09:45 am, Ken Carter wrote: > Has anyone else found what appears to be spam messages coming from your > MailMan? Our lists are scanned by SpamAssassin before delivery. I think we have actually had ONE spam email that would've gone out except that it was cued for moderatio

[Mailman-Users] Spam from Mailman

2005-07-18 Thread Ken Carter
Has anyone else found what appears to be spam messages coming from your MailMan? Our lists are closed. That is to say, only the list administrators can post message to them. Last week, one list admin sent out a notice to the list they administrate and all were delivered intact, except for one

Re: [Mailman-Users] Public link to subscriber-only list?

2005-07-18 Thread Brad Knowles
At 2:18 PM +0200 2005-07-18, Jean Delvare wrote: > 1* Make the list public (possibly by making non-member posts moderated > rather than rejected). We tried that. The moderators couldn't keep up with all the spam, plus all the legitimate moderated posts. There's just too much traffic

Re: [Mailman-Users] Latest release not available from ftp.gnu.org

2005-07-18 Thread Brad Knowles
At 2:20 PM +0200 2005-07-18, Jean Delvare wrote: > How comes that mailman 2.1.6 is still not available for download from > ftp.gnu.org, while it was released over one month and a half ago? I know > it can be downloaded from sourceforge, but I still consider it a problem > that one of the three

[Mailman-Users] Latest release not available from ftp.gnu.org

2005-07-18 Thread Jean Delvare
Hi all, How comes that mailman 2.1.6 is still not available for download from ftp.gnu.org, while it was released over one month and a half ago? I know it can be downloaded from sourceforge, but I still consider it a problem that one of the three official download locations [1] is out of date. [1

[Mailman-Users] Public link to subscriber-only list?

2005-07-18 Thread Jean Delvare
Hi all, As I wanted to contact the mailman folks, I followed the "Email Us" link on the front page [1] of the mailman project, which points to this mailman-users list, and had the bad surprise to see my post come back to me because posting to the list is only allowed to subscribers, which I wasn'

[Mailman-Users] GUI For Mailing List Management

2005-07-18 Thread Sean Lewis
Hi We currently use QMailAdmin for admin of the mailing lists we serve but quite frankly it's a pain in the arse. Is there a better GUI Driven management tool for generating lists and user management. Thanks -- Sean Lewis __

Re: [Mailman-Users] How to hide/disable user options?

2005-07-18 Thread Jim Tittsler
On 2005/07/16 01:29, Mike Flaherty wrote: > I am looking to make it so that subscribers can not change their settings, > however I do still want them to be able to unsubscribe when they want. You can edit the options.html template to not present some/all of the settings to the user, but a clever/