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
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
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
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
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
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
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
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
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
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
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)
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
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
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
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
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
> "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
17 matches
Mail list logo