Re: [Mailman-Users] hide lists from listinfo page only (leave on admin page)

2005-10-06 Thread Xiaoyan Ma
Each semester we create a few hundreds course mailing lists, prepopulate them, and delete them by the end of the semester. If we want to hide these lists from the listinfo page only, can I modify the listinfo.py file, store the name of these lists in an arrey say called "notshowns" and then

Re: [Mailman-Users] unknown encoding crashes qrunner

2005-10-06 Thread Mark Sapiro
Ivan Fetch wrote: > >On Thu, 6 Oct 2005, Stephen J. Turnbull wrote: > >>> "Ivan" == Ivan Fetch <[EMAIL PROTECTED]> writes: >> >>Ivan> I'm confused as to why the unknown encoding is "unknown" - >>Ivan> can someone shed light on this? >> >> Probably because some less-than-conformant agent

Re: [Mailman-Users] Troubleshooting install: dealing with 10.0.0.n(local server address)

2005-10-06 Thread Mark Sapiro
Dirk van Oosterbosch, IR labs wrote: > >I've hit a couple of problems, when trying to install Mailman on my >server. Let's start with the biggest stumbling block: >I cannot get the web interface to work from the local network where the >server is running. > >I configured mailman with my subdomain

Re: [Mailman-Users] attachements question

2005-10-06 Thread Mark Sapiro
Manuel Kissoyan wrote: > >Where exactly are saved the atatchement files, also in which format uencoded >or just like the original attachement file? Scrubbed attachments are stored in the directory archives/private//attachments. In most cases, they are just the original attachment (decoded from th

Re: [Mailman-Users] Need help with a mailman archiving issue

2005-10-06 Thread Mark Sapiro
Richard Feltham wrote: > >There are no errors in the logs related to archiving. > >If there was a permissions error, wouldn't the arch fail when run >as the mailman user? It is running successfully at this time. Probably, but there are possible pathological cases where it could succeed and yet t

Re: [Mailman-Users] Documentations on Mailman package

2005-10-06 Thread Brad Knowles
At 11:04 AM -0700 2005-10-06, Xiaoyan Ma wrote: > Well, in case I have questions, (I am sure I will), is this the right list > to post? If you want to talk about Mailman operations, yes. If you want to talk about development with respect to Mailman, you want the mailman-developers ma

[Mailman-Users] Troubleshooting install: dealing with 10.0.0.n (local server address)

2005-10-06 Thread Dirk van Oosterbosch, IR labs
Hi All, I've hit a couple of problems, when trying to install Mailman on my server. Let's start with the biggest stumbling block: I cannot get the web interface to work from the local network where the server is running. I configured mailman with my subdomain host name, like this: DEFAU

Re: [Mailman-Users] attachements question

2005-10-06 Thread Manuel Kissoyan
hi! Where exactly are saved the atatchement files, also in which format uencoded or just like the original attachement file? thank you in advance! > At 3:04 PM -0300 2005-09-27, Manuel Kissoyan wrote: > >> My question is, how long are these files saved for people to download > > They a

Re: [Mailman-Users] Need help with a mailman archiving issue

2005-10-06 Thread Richard Feltham
I have: ARCHIVE_TO_MBOX = 2 PUBLIC_EXTERNAL_ARCHIVER = No PRIVATE_EXTERNAL_ARCHIVER = No There are no errors in the logs related to archiving. If there was a permissions error, wouldn't the arch fail when run as the mailman user? It is running successfully at this time. I am getting a large ch

Re: [Mailman-Users] Documentations on Mailman package

2005-10-06 Thread Xiaoyan Ma
Well, in case I have questions, (I am sure I will), is this the right list to post? Thanks. Xiaoyan On Thu, 6 Oct 2005 16:53:22 +0200 Brad Knowles <[EMAIL PROTECTED]> wrote: > At 10:46 PM -0700 2005-10-05, Xiaoyan Ma wrote: > >> Are there documentations on how the Mailman package is organized

Re: [Mailman-Users] unknown encoding crashes qrunner

2005-10-06 Thread Ivan Fetch
Hi Stephen - thanks for replying! In your experience, has this stopped Mailman from processing incoming messages? After soem further investigation, I've seen these same errors take place, yet Mailman continues processing messages. This makes me wonder if what ever is affecting qrunner(s)

Re: [Mailman-Users] Mailman on FreeBSD 5.4 problem [SOLVED]

2005-10-06 Thread Sasa Stupar
The problem is solved. There were issues with sendmail and freebsd port. Now it is all working fine. Sasa pgpDks10vxeA1.pgp Description: PGP signature -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listin

Re: [Mailman-Users] Documentations on Mailman package

2005-10-06 Thread Brad Knowles
At 10:46 PM -0700 2005-10-05, Xiaoyan Ma wrote: > Are there documentations on how the Mailman package is organized? I > am learning Python and would like to understand how the Mailman > package, modules are organized. I found docs on how to use Mailman as > a site admin, list owner/subscriber

Re: [Mailman-Users] Mailman newbie admin deletescustomization/configuration - Please help

2005-10-06 Thread Mark Sapiro
Paul Calamai wrote: >After spending hours one day configuring two mailing lists and custom >editing the General List Information Pages for these two >mailing lists I managed (don't ask) to blow everything away a couple >of days later. The good news is that my server gets backed up >daily. The bad

[Mailman-Users] template encoding problems (resolution)

2005-10-06 Thread Tara Star
Hi! After successfully converting my web interface to utf-8, here is how I dealt with the templates: in mailman/templates : mkdir frutf8 # I'm interested in French cd fr for x in `ls` do iconv -f iso-8859-1 -t utf8 $x > ../frutf8/$x done check, and there all there is to do is rm -rf fr mv fr

[Mailman-Users] Mailman newbie admin deletes customization/configuration - Please help

2005-10-06 Thread Paul Calamai
After spending hours one day configuring two mailing lists and custom editing the General List Information Pages for these two mailing lists I managed (don't ask) to blow everything away a couple of days later. The good news is that my server gets backed up daily. The bad news is that I have no ide

Re: [Mailman-Users] unknown encoding crashes qrunner

2005-10-06 Thread Stephen J. Turnbull
> "Ivan" == Ivan Fetch <[EMAIL PROTECTED]> writes: Ivan> I'm confused as to why the unknown encoding is "unknown" - Ivan> can someone shed light on this? Probably because some less-than-conformant agent put that literal string in a Content-Type header. Try grepping the spool for "cha