[Mailman-Users] Mailman 2.0.11

2003-02-25 Thread Andy Firman
Sorry for the basic question but its important to me. I have tried to figure this out on my own. I have 2.0.11 installed on Debian 3.0. (can't upgrade because I don't know how and there is not a budget for my time) I want my signup page to look like this Redhat page with the logos having links on

[Mailman-Users] Change mailman web port?

2003-02-25 Thread Ian Marlier
I'm running Mailman on a server behind a DSL line, and the DSL provider doesn't allow access to port 80. So I need to run the web part of Mailman on another port. I can access all of the pages fine (ie, apache is set up correctly), BUT all of the links, in the Mailman pages as well as the e-m

Re: [Mailman-Users] patch: fix line break in subject header

2003-02-25 Thread Sumeet
So, now it does some strange spaceing and comes out like this note different but existing spacing issues: Subject: [webmaster] this is a test this is a test this is a test this is a test this is a test this is a test this is a test this is a test this is a test thi s is a test

[Mailman-Users] Postfix *2* Upgrade and New List Creation

2003-02-25 Thread Jeremy Butler
I recently upgraded from Postfix 1 to Postfix 2 and suddenly I lost my ability to create new lists. (This may also be related to a question about virtual domains that I just posted.) Of course, I upgraded as root--using an RPM on RedHat 8. Would that have messed with my permissions? When I t

[Mailman-Users] re: Mailman and Postfix *2*?

2003-02-25 Thread Jeremy Butler
Postfix 2, Mailman, and I were all getting along well . . . until it came time to set up virtual domains. I've read through the instructions on it in Postfix 1, Postfix 2, Mailman, and several Mailman-Users posts; and now I've gotten myself totally confused. Can anyone offer me a bit more guid

[Mailman-Users] Major problem, need some help please...

2003-02-25 Thread Bill Hilburn
My Mailman is stuck! I'm running Mailman 2.1b5, I know, I know but it has been problem free since installed! All of the sudden the mailman/qfiles/in directory is filling up and no messages are going out, I have tried everything I can think of... Any ideas why messages would stick in qfiles/i

[Mailman-Users] All recipients refused - Hostname required

2003-02-25 Thread Terry Rossi
After upgrading to 2.1.1 I cannot seem to send to my list anymore. The stmp-failure log is full of Feb 25 21:32:35 2003 (95755) delivery to [EMAIL PROTECTED] failed with code 553: 5.1.3 ... Hostname required Feb 25 21:32:35 2003 (95755) delivery to [EMAIL PROTECTED] failed with code 553: 5. 1.3

Re: [Mailman-Users] newsletter list welcome message

2003-02-25 Thread Jon Carnes
Just in case you have not figured this one out yet... FAQ 3.11 refers to Mailman version 2.1.x The directory "/usr/local/mailman/lists" already exists. In that directory you will find subdirectories that are the same as the names of your lists. If you have a list named "goober" then you will h

[Mailman-Users] prblem adding members.. amongst other things.

2003-02-25 Thread Kyle O'Donnell
T_LENGTH 1017 HTTP_ACCEPT_CHARSET ISO-8859-1,utf-8;q=0.7,*;q=0.7 HTTP_USER_AGENT Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030225 HTTP_CONNECTION keep-alive HTTP_COOKIE mailman+admin=280200697328006361393434306637356466303339613561396

[Mailman-Users] patch: fix line break in subject header

2003-02-25 Thread Tokio Kikuchi
Folks, I've uploaded new patches to fix (hopefully) line break in subject. 1. patch to /pythonlib/email/Header.py http://sourceforge.net/tracker/?func=detail&aid=687338&group_id=25568&atid=384680 Header.py patch rev030226 http://sourceforge.net/tracker/download.php?group_id=2

Re: [Mailman-Users] mm2.0.X to 2.1.1 upgrade, spamassassin

2003-02-25 Thread Jon Carnes
SpamAssassin is integrated at the MTA level (or at the local delivery level). In any case there is no need, and in fact there should not be any hooks for SpamAssassin built into Mailman. You can pass any incoming mail through SpamAssassin before delivering it to your internal network, or if you o

Re: [Mailman-Users] Re: Example of bad line break in subject header

2003-02-25 Thread Sumeet
The biggest problem isn't really your particular email client, it's procmail. I agree with you that it is not confined to any particular sort of message plain text etc, all have subject wrapping turned on. I'm trying to get around it by using some procmail magic, but the block format is really hard

Re: [Mailman-Users] Install MM for many virtual domains

2003-02-25 Thread Curt Siffert
Easiest way is to upgrade to MM 2.1.1. It supports virtual domains. The list names themselves have to be unique across the entire system, though since the domain name itself is just stored as a preference. Curt On Tuesday, February 25, 2003, at 02:24 PM, Amauris Espinal wrote: Hi people,

[Mailman-Users] Install MM for many virtual domains

2003-02-25 Thread Amauris Espinal
Hi people, I install MM 2.0.13 and this work good. So, i don't have idea for MM work with many virtual domains in my server. I need some instructions or steps for do this. Can anybody help me??? Thanks a lot Amauris Espinal -- Mailman-Users

Re: [Mailman-Users] Re: Example of bad line break in subject header

2003-02-25 Thread Vince LaMonica
On Monday, February 24, 2003, at 06:52 AM, Mitchell Marks wrote: Thank you for these patches. They didn't yet solve the problem. However, I think I can clarify the circumstances under which it occurs. It seems to be not the list settings (for Language or Personalization) which matter, but th

[Mailman-Users] Upload files with new members' details?

2003-02-25 Thread Adam
I see (in 2.1) that you can upload a file with members' details. What is the formation of this file (csv, or just plain text)? Has anyone had experience of uploading a variant of an Excel spreadsheet? Thansk in advance adam -- Mailman-Users mai

[Mailman-Users] Personalized Footers

2003-02-25 Thread Larry Hansford
I didn't see a reply to my previous post on this, so I may not have explained it well. I currently have a line "This message was sent to %(user_delivered_to)s" in non-digest footer, which places a line on each received message that reads "This message was sent to [EMAIL PROTECTED]". I'd like t

Re: [Mailman-Users] how to force confirmation on my list owners?

2003-02-25 Thread Jon Carnes
On Mon, 2003-02-24 at 03:51, Marc Haber wrote: > Your post never made it to the list as far as my inbox is concerned. > I'll answer the courtesy copy in private because of that. Feel free to > reply to the list while quoting me. Sorry, I must have simply hit Reply rather than Reply To All... or ma

[Mailman-Users] mm2.0.X to 2.1.1 upgrade, spamassassin

2003-02-25 Thread Dave Stern - Former Rocket Scientist
Regarding the problems I had where the tracedump was complaining of authentication/cookies, I was able to resolve the problem by unprotecting things some (chmod g+w in $PREFIX/logs, $PREFIX/archives/private) and then re-running check_perms. Interesting that check_perms ran successfully previously.

RE: [Mailman-Users] URL problem with pipermail

2003-02-25 Thread Martin, Greg (CSC)
Found it. The URL is hardcoded in mailman/archives/private//index.html \\Greg -Original Message- From: Martin, Greg (CSC) Sent: Tuesday, February 25, 2003 12:24 PM To: '[EMAIL PROTECTED]' Subject: [Mailman-Users] URL problem with pipermail I used fix_url yesterday to update all my URL

[Mailman-Users] newsletter list welcome message

2003-02-25 Thread Jonathan Miller
I've just read the FAQ, and section 3.11 gives good instructions on making a list into a newsletter. However, I have fallen at the first hurdle as far as altering the welcome message goes... From the FAQ: "Create a directory lists//en ... and copy templates/subscribeack.txt to this directory."

[Mailman-Users] URL problem with pipermail

2003-02-25 Thread Martin, Greg (CSC)
I used fix_url yesterday to update all my URLs to use the correct external url for my home network. All the links seem to be working fine. Today I was workingon getting archiving working and that went rather smoothly, unitl... I got to the archive page (http://www.mydomain.org/pipermail/listname

Re: [Mailman-Users] Can mailman archvies be viewed as HTML?

2003-02-25 Thread Jon Carnes
Mailman's built in archiver does not do this well (show HTML email in the archives). You might want to look at using an external archiver like Mhonarc. Good Luck - Jon Carnes On Sun, 2003-02-23 at 20:28, Jeff Martin wrote: > I have just installed mailman 2.0.13. Can the mail archives be viewed a

[Mailman-Users] Mailman bounce option

2003-02-25 Thread Frank Baillie
Hi; A useful option for excessive bounces would be "Do nothing and notify me". Just a thought. Frank Baillie -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python

[Mailman-Users] Which aliases are *required*?

2003-02-25 Thread Jeremy Cross
Hello all, I am using Mailman 2.1.1 and most of my lists are newsletter distribution type lists, requiring posting by one user and subscribe/unsubscribe by many users. I found the setup for a newsletter list in the FAQ, so I'm set up ok. My question is which of the 10 alias entries are *require

Re: [Mailman-Users] How are the URLs in the webinterface built?

2003-02-25 Thread Richard Barrett
At 11:49 25/02/2003, Goeran Zaengerlein wrote: Hello everyone, I installed Mailman 2.1.1 on my Suse 8.1 Linux box (together with Apache and Postfix). The installation went smooth, except that the webinterface does not work as expected: when I go to the administration of a list (in my case: lists.m

Re: [Mailman-Users] authentication problem on upgrade

2003-02-25 Thread Dave Stern - Former Rocket Scientist
On Mon, 24 Feb 2003, Matthew Davis wrote: > * Dave Stern - Former Rocket Scientist ([EMAIL PROTECTED]) wrote: > > I'm going from 2.0.13 to 2.1.1. The machine I want to first test it on > > has no compiler so I copy the real mailman structures onto another machine, > > (let's call it "test.domain")

Re: Fw: [Mailman-Users] Re: Example of bad line break in subjectheader

2003-02-25 Thread Dave Stern - Former Rocket Scientist
On Mon, 24 Feb 2003, Sumeet Pannu wrote: > 2. Does anyone have any idea how to force sendmail to pipe ALL mailman > messages to procmail and set up a rule to remove the tabs before sending the > message to the users, but after it has already mangled the subject line? > thanks, sumeet. set procmai

[Mailman-Users] Unsubscribing members from several lists at once

2003-02-25 Thread Bart Jacobs
Hello, I am a officenet administrator and see a lot off people come and go. Every time someone leaves i have to cheq all the lists an unsubscribe him/her. I am looking for a more simple way to do that. Is there a possability to unsubscribe by email so i can send an email to all lists. And what

[Mailman-Users] How are the URLs in the webinterface built?

2003-02-25 Thread Goeran Zaengerlein
Hello everyone, I installed Mailman 2.1.1 on my Suse 8.1 Linux box (together with Apache and Postfix). The installation went smooth, except that the webinterface does not work as expected: when I go to the administration of a list (in my case: lists.mydomain.info/admin.cgi/listname) the URLs on t

Re: [Mailman-Users] permission errors

2003-02-25 Thread Richard Barrett
At 06:23 25/02/2003, LuKreme wrote: I keep getting these errors in the errr log. Seems every day the config.pck files are created as user www, group mailman, and permissions of 660. These look like the right permissions. Feb 24 23:15:02 2003 gate_news(28507): IOError : [Errno 13] Permission d

Fw: [Mailman-Users] Re: Example of bad line break in subject header

2003-02-25 Thread Sumeet Pannu
I think the lack of response probably has everyone stumped on this bug (feature?). If it is a feature than there should certainly be a turn off botton. When subjects are too long, they get indented, which breaks procmail rules. I propose the following workarounds: 1. Migrate back to 2.0.13. Can any