Re: [Mailman-Users] Common list names on different virtual domains

2004-02-27 Thread p dont think
>> (I'll also miss the concept of user aliases in MJ2, which allowed users (B>> to post from more than one email address whilst having only one list (B>> subscription. Pointers on this are always very welcome.) (B> (B> Go to Privacy Options -> Sender Filters, and add the additional (B> sen

Re: [Mailman-Users] Common list names on different virtual domains

2004-02-27 Thread Brad Knowles
At 2:33 PM -0800 2004/02/27, p dont think wrote: (I'll also miss the concept of user aliases in MJ2, which allowed users to post from more than one email address whilst having only one list subscription. Pointers on this are always very welcome.) Go to Privacy Options -> Sender Filters, and a

Re: [Mailman-Users] [Repost] Internal vs. external mail addresses

2004-02-27 Thread Brad Knowles
At 2:11 PM -0500 2004/02/27, Paul Smith wrote: Well... what field does Mailman use to get the sender's address when it verifies they are a member of the list? That is something you can change in mm_cfg.py. See Defaults.py to find out what it is typically. Basically I was thinking I'd just d

[Mailman-Users] Common list names on different virtual domains

2004-02-27 Thread p dont think
All, (B (B Yes, this has been asked and answered a hundred times here, as I see in (Bthe archives. Please bear with me... (B (B I am moving away from Majordomo2, and I am having a hard time accepting (Bthat having identically named lists on different virtual domains (Brequires such hacked

[Mailman-Users] Re: mm_stats question

2004-02-27 Thread Jon Carnes
On Fri, 2004-02-27 at 15:25, Al Black wrote: > Hey John, > > At 01:08 PM 2/27/2004 -0500, Jon Carnes wrote: > > >I just double checked and it works fine on all my sites... > >Do you have any lists with "=" in the name? > > > >If that doesn't do it for you, then drop a copy of your post log and t

[Mailman-Users] Changing Host Name of existing Mail.Lists

2004-02-27 Thread Torsten Giebl
Hello ! I use Mailman for some time now and never had any problems. Great work. Now i want to change the Host Name of all my MailingLists from www.synolution.com/mailman/listinfo/xyxyxy to lists.syntheticsw.com/mailman/listinfo/xyxyxy Is that possible ? CU --

[Mailman-Users] Question on HyperArch.py and HyperArch.pyc

2004-02-27 Thread [EMAIL PROTECTED]
I have a quick (I hope :-) question. I tried to modify the HyperArch.py file to add a custom header and footer, but the html pages displayed looked no different (it still only used the default archid.html files). I saw a post that said that I need to shut down the mailman, remove the .pyc fi

Re: [Mailman-Users] how to prevent postings with faked moderator emailadress

2004-02-27 Thread Tobias Bielohlawek
Hi all! thanks for you suggestion, but for me this is not very satisfying. there must be an easier way without manually approving the posting! George Theall solution to put a password to the header oder body sounds very nice, but I don't get it work! Any Docs or FAQ on this topic out there? I me

[Mailman-Users] Re: mm_stats question

2004-02-27 Thread Al Black
Hey John, At 01:08 PM 2/27/2004 -0500, Jon Carnes wrote: I just double checked and it works fine on all my sites... Do you have any lists with "=" in the name? If that doesn't do it for you, then drop a copy of your post log and the name of the list with the problems and I'll see what needs to be

Re: [Mailman-Users] [Repost] Internal vs. external mail addresses

2004-02-27 Thread Paul Smith
%% Brad Knowles <[EMAIL PROTECTED]> writes: bk> At 12:41 PM -0500 2004/02/27, Paul Smith wrote: >> Hm. What about something that sits between the MDA and Mailman and >> makes this translation? Does that seem feasible? bk> What would you put there? How would that program work? Well..

Re: [Mailman-Users] getting list of list owners and list names

2004-02-27 Thread George Theall
On Fri, Feb 27, 2004 at 10:57:25AM -0800, Christopher Adams wrote: > I know that I can get a list of list owners by using the list_members > command, but can I get a list of owners with the associated lists? list_owners -w George -- [EMAIL PROTECTED] pgp0.pgp Description: PGP signature --

Re: [Mailman-Users] [Repost] Internal vs. external mail addresses

2004-02-27 Thread Brad Knowles
At 12:41 PM -0500 2004/02/27, Paul Smith wrote: Hm. What about something that sits between the MDA and Mailman and makes this translation? Does that seem feasible? What would you put there? How would that program work? Would this require

Re: [Mailman-Users] a policy question about setting up mailman

2004-02-27 Thread Brad Knowles
At 12:36 PM -0500 2004/02/27, Robert P. J. Day wrote: i can see that, when i'm configuring mailman, i'd set my DEFAULT_URL_HOST to "lists.yoyodyne.com", since that's how i want everyone to see the alleged mail host. but what about DEFAULT_EMAIL_HOST? if i set that to "lists.yoyodyne.com",

[Mailman-Users] getting list of list owners and list names

2004-02-27 Thread Christopher Adams
I know that I can get a list of list owners by using the list_members command, but can I get a list of owners with the associated lists? -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailm

[Mailman-Users] Cannot make changes to mailman list!

2004-02-27 Thread Steve Greenfield
I am using mailman-2.1.2-2 on a Redhat 9 system. Part of the setup of mailman asks you to define the mailman mailing list which I have done. I also have a second list. When I go to "the list admin overview page" it shows my two lists. When I select the Mailman list I am not able to get into the

[Mailman-Users] Re: mm_stats question

2004-02-27 Thread Jon Carnes
I just double checked and it works fine on all my sites... Do you have any lists with "=" in the name? If that is the case, then you would need to modify the first line and add in an additional cut: SIZ=`grep -i "post to $i" $POST |grep success |cut -f2- -d, | \ cut -f2 -d= |cut -f1 -d,`

Re: [Mailman-Users] how to prevent postings with faked moderator emailadress

2004-02-27 Thread John Dell
Brad Knowles wrote: At 2:36 PM +0100 2004/02/27, Tobias Bielohlawek wrote: But as you know, emailadresses can be faked and so it is possible that somebody else can post to the list. Yup. Is there any way to make the list more secure? I think there were some PGP signing hacks made

Re: [Mailman-Users] [Repost] Internal vs. external mail addresses

2004-02-27 Thread Paul Smith
%% Brad Knowles <[EMAIL PROTECTED]> writes: bk> At 10:02 AM -0500 2004/02/27, Paul Smith wrote: >> I'm wondering if there's any capability in Mailman to have it >> understand that two different mail domains are really equivalent, >> so that [EMAIL PROTECTED] is the same as [EMAIL PROTECTE

[Mailman-Users] a policy question about setting up mailman

2004-02-27 Thread Robert P. J. Day
as a followup to a previous post of mine asking about setting a host name when configuring mailman, i have a question not about actual setup, but about *how* i should set it up. to review, let's say i work at yoyodyne.com, at which there are lots of internal systems, including one called i

Re: [Mailman-Users] [Repost] Internal vs. external mail addresses

2004-02-27 Thread Brad Knowles
At 10:02 AM -0500 2004/02/27, Paul Smith wrote: I'm wondering if there's any capability in Mailman to have it understand that two different mail domains are really equivalent, so that [EMAIL PROTECTED] is the same as [EMAIL PROTECTED] (for example)? Not without hacking the source code, at le

Re: [Mailman-Users] how to prevent postings with faked moderator emailadress

2004-02-27 Thread Brad Knowles
At 2:36 PM +0100 2004/02/27, Tobias Bielohlawek wrote: But as you know, emailadresses can be faked and so it is possible that somebody else can post to the list. Yup. Is there any way to make the list more secure? I think there were some PGP signing hacks made a long time ago, but I don't

Re: [Mailman-Users] Fwd: Get rid of CC Headers

2004-02-27 Thread Brad Knowles
At 2:37 PM +0100 2004/02/27, Tobias Bielohlawek wrote: I'm running a personalised on-way list. So far, everything works alright, accept of the CC Header with the listadress included in every mail. I don't need them and it is confusing for the recipients - can I get rid of the CC entry??? Not

Re: [Mailman-Users] Reason: Message body is too big: 225276 bytes with a limit of 40 KB

2004-02-27 Thread Skip Montanaro
Steen> Reason: Message body is too big: 225276 bytes with a limit of 40KB Steen> Where can I change the limit? Change the value of max_message_size on the general options page. Skip -- Mailman-Users mailing list [EMAIL PROTECTED] http

Re: [Mailman-Users] Reason: Message body is too big: 225276 bytes with a limit of 40 KB

2004-02-27 Thread George Theall
On Fri, Feb 27, 2004 at 04:01:15PM +0100, Steen Løcke wrote: > Reason: Message body is too big: 225276 bytes with a limit of 40KB > > Where can I change the limit? If you use the web admin interface, look under General Options, near the bottom of the page. If you use config_list instead, the op

[Mailman-Users] [Repost] Internal vs. external mail addresses

2004-02-27 Thread Paul Smith
[[ I sent this back in October 2003 but no response... I wonder if anyone has any thoughts about this problem? ]] I have some internal mailing lists that are trying to be closed (only members can post without moderator approval). Unfortunately, we have different email addresses for internal vs

[Mailman-Users] Reason: Message body is too big: 225276 bytes with a limit of 40 KB

2004-02-27 Thread Steen Løcke
Hi friends :)) I have tried to sent out a mail to my users, but I recieved this message: As list administrator, your authorization is requested for the following mailing list posting: List: [EMAIL PROTECTED] From: [EMAIL PROTECTED] Subject: Newsletter Reason: Message body is too big: 225276 b

Re: [Mailman-Users] how to prevent postings with faked moderator emailadress

2004-02-27 Thread George Theall
On Fri, Feb 27, 2004 at 02:36:48PM +0100, Tobias Bielohlawek wrote: > Is there any way to make the list more secure? > e.g. the moderator has to put a password into his posting or subject!? Yes, you want to set up the moderator with a password (under the Passwords section of the list administrati

[Mailman-Users] Output from "cron" command/permission denied for 'config.pk'

2004-02-27 Thread David W Smith
Hi, I was wondering if anyone could shed light on why I'm getting the error message found below. I'm running mm 2.1.4 with exim 4.30 under Solaris 8 Sparc. I have 43 mailing lists and this error occurs for only one of them. The permissions for 'config.pck' (and the other related files) are the sam

[Mailman-Users] Fwd: Get rid of CC Headers

2004-02-27 Thread Tobias Bielohlawek
Hi I'm running a personalised on-way list. So far, everything works alright, accept of the CC Header with the listadress included in every mail. I don't need them and it is confusing for the recipients - can I get rid of the CC entry??? Thanks Tobi ---

[Mailman-Users] how to prevent postings with faked moderator emailadress

2004-02-27 Thread Tobias Bielohlawek
Hi I'm running a personalised on-way list. So only the moderator is allowed to post. For that I've put his mailadr. to the moderator list. Now all posting from this adress are accepted everything else gets rejected. But as you know, emailadresses can be faked and so it is possible that somebody

[Mailman-Users] How to change Subject (confim verylongalphanumerictrash)?

2004-02-27 Thread Hauke Meyer
Repostet with more 'talking' Subject ;-) Hello folks, I think its trivial or FAQ. But these confirmation-messages got a nasty Subject ala "confirm 492724b6c476abf9e8a49555dad65757395e". I know some lists, where it is changed. BUT where to change it? Just because some Contentfilters in this wo