Re: [Mailman-Users] More pipermail problems

2003-07-08 Thread Peter Russell
You must specify the url in the archive options page Pete |-+> | | Scott Brown <[EMAIL PROTECTED]> | | | Sent by: | | | mailman-

Re: [Mailman-Users] Searchable Archives

2003-07-08 Thread Peter Russell
Thanks - but maybe i wasnt clear - I meant i wanted to create the SEARCH feature - i can create the archives easy enough, but i wanted the same search funciton used by list.org - i tried using the lates version 2.1.2 and compiled it on mandrake, but it doesnt have that feaute 'out of the box' Pet

[Mailman-Users] More pipermail problems

2003-07-08 Thread Scott Brown
For some reason in the mailman control panel of version 2.1.2, when I click on the mail archives section, it has me going to a dead hostname. Not my current hostname, but an old one. I have reinstalled mailman, still no fix. Any ideas of how to make it show the right hostname? Scott --

Re: [Mailman-Users] Displaying # of msgs in the archive TOC

2003-07-08 Thread Sean Adams
Here's an utterly filthy perl hack to go back and put the numbers in after the archives are generated: Don't have time to learn python right now. :) Just put [n_%(archive)s] in the archtocentry.html template where you want it to appear, then call this script at the end of bin/arch. #!/usr/bin

[Mailman-Users] Displaying # of msgs in the archive TOC

2003-07-08 Thread Sean Adams
I'm setting up a new mailman server, and I thought a nice touch would be to show the number of messages for each month in the archive index. I see that there is a %(size)s template variable when viewing the index, but it does not apply in the TOC. Can anyone suggest a quick hack for a non-pytho

Re: [Mailman-Users] Stripping Header from post?

2003-07-08 Thread Jon Carnes
On Tue, 2003-07-08 at 11:26, Brad Knowles wrote: > At 8:31 AM -0400 2003/07/08, Jon Carnes wrote: > > > Use procmail as a preprocessor and the formail utility to strip out the > > headers and replace them with more generic ones. > > That only works for the headers on input. This is a cas

[Mailman-Users] footer

2003-07-08 Thread Rob Eckerson
How do I attach a footer containing the email address of the receipient to all of my pages? -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.p

[Mailman-Users] modify To: line generation (Mailman 2.1.2)

2003-07-08 Thread Bories v. dem Bussche
Hi, Id like to modify the To: line generation, so that it only shows the email address and not the real name of the recipient any more. I've looked through the code, but I didn't find where to start. Any hints? Thanks Bories v. dem Bussche -

[Mailman-Users] Keeps on resetting back to 2.0.13

2003-07-08 Thread Scott Brown
Hello, I've updated Mailman to 2.1.2, everything works, then I check back a little later and its 2.0.13 again!! Did I do something wrong on the install? -Scott -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/list

Re: [Mailman-Users] Stripping Header from post?

2003-07-08 Thread Brad Knowles
At 8:31 AM -0400 2003/07/08, Jon Carnes wrote: Use procmail as a preprocessor and the formail utility to strip out the headers and replace them with more generic ones. That only works for the headers on input. This is a case of headers being generated on output, and being placed there by the

[Mailman-Users] how many mb i can send and resive

2003-07-08 Thread emilio
I am stock with 2mb,help -- 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-archive.com/mailman-users%40p

Re: [Mailman-Users] Permissions weirdness?

2003-07-08 Thread Brad Knowles
At 7:56 PM -0500 2003/07/07, Ian Beyer wrote: Hrmm... I'm not quite sure why I (or anyone) would be running both mail and web servers as the same group, unless it was root. It does tend to hamstring you, yes. That's why we installed two copies of mailman, with different compiled-in groups.

Re: [Mailman-Users] Searchable Archives

2003-07-08 Thread Brad Knowles
At 3:25 PM +1000 2003/07/08, Peter Russell wrote: Hi there, i want to add the searchable archives interface that the7y have at www.list.org. I have found in the FAQ some links to various patches etc - but to be honest there are so many i havent a clue as to which one i need, or whihc need to b

[Mailman-Users] Kinds of Mailing Lists

2003-07-08 Thread starsuzanne
Hi there, Is there an option to use the mailing list as an announcement list only so that only the administrator can post messages? Thanks for the help. -- Mailman-Users mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mail

Re: [Mailman-Users] Stripping Header from post?

2003-07-08 Thread Brad Knowles
At 12:20 PM -0600 2003/07/07, Devin wrote: It appears when you look at the header it still shows "(envelope-from [EMAIL PROTECTED]), Is there a way so it doesn't show the envelope-from in the header?) Nope. This information is put on the "Received:" headers by the receiving MTA. Because th

[Mailman-Users] Re: [Mailman-Developers] strange behavior withEXTERNAL_PUBLIC_ARCHIVER

2003-07-08 Thread J C Lawrence
On Tue, 08 Jul 2003 09:48:15 -0400 J C Lawrence wrote: > On Sat, 28 Jun 2003 18:16:55 +0200 Jonas Meurer > <[EMAIL PROTECTED]> wrote: >> why does user list member different lists in the two cases? same uid, >> same gid, only the lists it members are different. > Because Mailman is run by a serv

[Mailman-Users] Re: [Mailman-Developers] strange behavior withEXTERNAL_PUBLIC_ARCHIVER

2003-07-08 Thread J C Lawrence
On Sat, 28 Jun 2003 18:16:55 +0200 Jonas Meurer <[EMAIL PROTECTED]> wrote: > why does user list member different lists in the two cases? same uid, > same gid, only the lists it members are different. Because Mailman is run by a server which was started as root and which then setuid'ed down to a

Re: [Mailman-Users] Stripping Header from post?

2003-07-08 Thread Jon Carnes
Use procmail as a preprocessor and the formail utility to strip out the headers and replace them with more generic ones. You could also write your own milter (something well worth doing - even if just once)... milter = mail + filter Jon Carnes On Mon, 2003-07-07 at 14:20, Devin wrote: > Myself a

Re: [Mailman-Users] Searchable Archives

2003-07-08 Thread Jon Carnes
On Tue, 2003-07-08 at 01:25, Peter Russell wrote: > Hi there, i want to add the searchable archives interface that the7y have > at www.list.org. I have found in the FAQ some links to various patches etc > - but to be honest there are so many i havent a clue as to which one i > need, or whihc need t