[Mailman-Users] Customize mailman subscribe messages

2001-10-23 Thread Alexis Bellido
Hi, i run my web site at a hosting provider, i have a shared account so i don't have root access to my Red Hat server. My hosting company uses Mailman and i would like to be able to customize the messages sent to the user when he/she subscribe, i mean the confirmation message, and also customize t

Re: [Mailman-Users] Using pre-existing passwords along with MailMan passwords?

2001-10-23 Thread Paul Cox
On Monday, Oct 22, 2001, Jerry Stratton wrote: > What I'm looking at as a possibility is setting up an Apache > .htaccess file so that all of the mailman directories are password > protected, but allow guest access (Apache has a special module that > will do this). If a user logs in using their U

Re: [Mailman-Users] "global settings"

2001-10-23 Thread J C Lawrence
On Tue, 23 Oct 2001 10:37:32 -0400 klowther wrote: > I know you can go in and individually set pages. What about > global defaults? Mailman sends out my fully qualified domain name > @host.domain.com instead of @domain.com. in the response > messages. So every time I set up a list it notifi

Re: [Mailman-Users] Header Sorting

2001-10-23 Thread J C Lawrence
On Tue, 23 Oct 2001 09:57:25 -0400 Jonathan Andrew Sheen <[EMAIL PROTECTED]> wrote: > Is there a way to get Mailman to sort its headers differently, so > that "To:" "From:" and "Subject:" all come down _under_ Mailman's > custom headers? Currently, no. I also suspect that this is not what you

Re: [Mailman-Users] Capturing other data.

2001-10-23 Thread J C Lawrence
On Tue, 23 Oct 2001 01:58:33 -0500 Ignacio Valdes <[EMAIL PROTECTED]> wrote: > Perhaps this has been asked before, but is it possible with out of > the box Mailman to capture a little more information upon user > registration such as name, occupation, etc.? Currently no. Some of this will be e

RE: [Mailman-Users] Search Archive Feature?

2001-10-23 Thread Rehan van der Merwe
Hi Richard, someone, I have the patches installed fine and everything looks fine untill I actually do a search, when I get an "error 404 File not found" in my browser. It looks for the file http://my_server/cgi-bin/htsearch, which of course does not exist in my cgi directory, but in /usr/bin/hts

Re: [Mailman-Users] Search Archive Feature?

2001-10-23 Thread Mark T. Valites
Richard, I was half way through writing another email to explain where I was at. You nailed the situation down with this one. I had missed the in obvious and replaced LINK with DIR - must have stopped thinking for a little. Since then, I had blow it away, and correctly configured it.

Re: [Mailman-Users] Capturing other data.

2001-10-23 Thread Jon Carnes
The new alpha (2.1.3) allows you to capture the full name, and to use the name in the header and footer of the message. Much more than that, and you'll need your own database (even if it's just text based). Jon Carnes - Original Message - From: "Ignacio Valdes" <[EMAIL PROTECTED]> To: <[

Re: [Mailman-Users] User cant unsubscribe, being accused of sending spam

2001-10-23 Thread Jon Carnes
They sent it via BCC. If they sent it to the list, then you have said NO to (under Privacy Options) "Must posts have list named in destination (to, cc) field (or be among the acceptable alias names, specified below)? " But Fear not. If you have access to the mailserver and its logs, you can alw

Re: [Mailman-Users] "global settings"

2001-10-23 Thread Jon Carnes
Edit the file mm_cfg.py. >From the file: ~mailman/Mailman/mm_cfg.py: === """This module contains your site-specific settings. >From a brand new distribution it should be copied to mm_cfg.py. If you already have an mm_cfg.py, be careful to add in only the new settings you want. Mailman's instal

Re: [Mailman-Users] eth0 Failure

2001-10-23 Thread Amanda
Yeep. I hope Drake 8.2 is easier than 8.0 was. It gave me a serious headache. I've gone back to RedHat. ::shrug:: =) Amanda Jon Carnes wrote: > On Monday 22 October 2001 23:49, tom hilton wrote: > > Hi, I am brand new to linux, and trying to configure my install. I have > > a Toshiba Laptop r

[Mailman-Users] Running two versions of Mailman ?

2001-10-23 Thread Joao Sa Marta
Greetings, I am using mailman 2.0.5. And I have the whole thing running and supporting several lists. The question is : How can I install the new mailman version without removing the other one ? (in order to test my translation of the new version) Or, must I upgrade the 2.0.5 version ?

Re: [Mailman-Users] HELP: python error starting MM2.1a3 - now this accessing the listinfo page

2001-10-23 Thread Camel
Now this - instead of the listinfo page... Bug in Mailman version 2.1a3 We're sorry, we hit a bug! If you would like to help us identify the problem, please email a copy of this page to the webmaster for this site with a description of what happened. Thanks! Traceback (most recent call last):

Re: [Mailman-Users] HELP: python error starting MM2.1a3

2001-10-23 Thread Greg Ward
On 23 October 2001, Camel said: > Python guru needed... what is causing this error??? > > Traceback (most recent call last): > File "/var/www/mailman//cron/gate_news", line 43, in ? > from Mailman import MailList > File "/var/www/mailman/Mailman/MailList.py", line 37, in ? > import em

[Mailman-Users] "global settings"

2001-10-23 Thread Ken
I know you can go in and individually set pages. What about global defaults? Mailman sends out my fully qualified domain name @host.domain.com instead of @domain.com. in the response messages. So every time I set up a list it notifies the owner before I can fix that mailing. All the rest

[Mailman-Users] HELP: python error starting MM2.1a3

2001-10-23 Thread Camel
Python guru needed... what is causing this error??? Traceback (most recent call last): File "/var/www/mailman//cron/gate_news", line 43, in ? from Mailman import MailList File "/var/www/mailman/Mailman/MailList.py", line 37, in ? import email.Iterators ImportError: No module named ema

Re: [Mailman-Users] Is there a way to disable attachments?

2001-10-23 Thread David Gibbs
> I need to clarify what Im looking for. Disabling attachments altogether is > a great option to have, but what Id like to do is be able to disable > attachments ONLY for those members on digest mode on my mailman list. Is > this possible as well? Ah, not with the patch I refered you too. That

RE: [Mailman-Users] Is there a way to disable attachments?

2001-10-23 Thread The Berean
I need to clarify what Im looking for. Disabling attachments altogether is a great option to have, but what Id like to do is be able to disable attachments ONLY for those members on digest mode on my mailman list. Is this possible as well? Frank Pagano (The Berean) Owner of C-SQUAD (http://w

[Mailman-Users] Header Sorting

2001-10-23 Thread Jonathan Andrew Sheen
Is there a way to get Mailman to sort its headers differently, so that "To:" "From:" and "Subject:" all come down _under_ Mailman's custom headers? Jonathan Andrew Sheen http://www.leviathanstudios.com Leviathan of the GEI (Detached.) [EMAIL PROTECTED] "What'dya expect? I'm a New Yorker!""

Re: [Mailman-Users] Is there a way to disable attachments?

2001-10-23 Thread David Gibbs
Check out patch #413752 at http://sourceforge.net/tracker/index.php?func=detail&aid=413752&group_id=103&atid=300103 > > > Is there a way to disable attachments sent to a Mailman list? Id like to > use it as a security feature and also to prevent possible screwups with > those on digest. > >

[Mailman-Users] Is there a way to disable attachments?

2001-10-23 Thread The Berean
Is there a way to disable attachments sent to a Mailman list? Id like to use it as a security feature and also to prevent possible screwups with those on digest. Thanks for any info. Frank Pagano (The Berean) Owner of C-SQUAD (http://www.c-squad.org) ---

[Mailman-Users] User cant unsubscribe, being accused of sending spam

2001-10-23 Thread Ben . Edwards
This is a strange one. Normaly with email in the headers you get for <[EMAIL PROTECTED]> Someware but the stuff I am getting from mailmand douse not have this. This is kind of disturbing, thought it was ALWAYS possible to tell which address an email was sent to. The problem is the user can't r

Re: [Mailman-Users] Search Archive Feature?

2001-10-23 Thread Richard Barrett
At 14:56 19/10/2001 -0400, Mark T. Valites wrote: >I've been looking at implementing these two patches into a new mailman >install I am doing here. The documentation seems to be missing though. >I'm able to patch the mailman source, but what to do after that I'm a bit >lost as for what to do.