[Mailman-Users] subscribers counter

2002-02-15 Thread Daniel Zeiss

Hello,

I would like to put a counter on a website with how many people are actually 
subscribed to one mailinglist using mailman.

How is that possible?

bye
Daniel

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] use mailman db with php?

2002-02-15 Thread Daniel Zeiss

Hi,

is it possible to manipulate a mailman mailing list with php scripts, where I 
have no root access to the machine? (using my ISP)

The trouble is, that I want to make my own subscription form which is parsed 
by a php script for storing data in a database and afterwards subscribing to 
the mailman list.

bye
Daniel

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] no HTML mail

2002-02-15 Thread Daniel Zeiss

Hello

is it somehow possible to tell mailman to stop or convert HTML mails to plain 
text mails?

If not, how could I do it anyway? (other programs, procmail??)

bye 
Daniel

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] subscribers counter

2002-02-15 Thread Daniel Zeiss

Hi,

> You can do:
> ~mailman/bin/list_members $LISTNAME > $WEBDIR/subscriber-count.txt
> in your crontab, and include the subscriber-count.txt file in your

No, that wont work.

"IOError: [Errno 13] Permission denied: 
'/usr/local/mailman/lists/medizin/config.db'"

because I am not root at the machine. (ISP)

Also this would give me the actual list of subscribers, I just wont the 
number, something like:

1092 people subscribed 

where 1092 is the actual number of subscribers.

bye
Daniel

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] localization

2002-02-15 Thread Daniel Zeiss

Hi,

is it possible to localize each list?
That means making one list spanish, the other english ...
without only editing HTML code, but also have welcome message etc in this 
language?

bye
Daniel

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



Re: [Mailman-Users] subscribers counter

2002-02-15 Thread Daniel Zeiss

Hi,

> >
> > "IOError: [Errno 13] Permission denied:
> > '/usr/local/mailman/lists/medizin/config.db'"
>
> Have you considered a little php script that runs under cron and reads in
> the number of lines in your members file. It could be written to output
> the number of lines to a small text file that could be read back in.

Yes, I have, ..
...but I can not run the mailman programs because I have no root account. And 
it seems that my mailman password is not good enough to give it as parameter 
to the programs to open the db.
I just can edit my lists from the webinterface. So I was wondering if there 
is some sort of webfunction from mailman that I could include into my 
webpages.
The problem with cron is also, that I would have to run it every 10 minutes 
to have a more or less actual number but this drains ressources my ISP is 
perhaps not willing to give me. On the otherhand, if it is something which is 
just called when the webpages are visited it is less ressources. (based on a 
low traffic website)

bye
Daniel

--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] high cpu / mem usage thru mailman

2001-01-16 Thread Daniel Zeiss

Hello,

for some time I am a happy user of the Mailman mailinglist system.
Everything done very nicely.

But on my Athlon 500 Mhz and 128 MB the Mailman cronjob uses up to 120
MB  und  uses  60  %  CPU  though  I  just  have  4  very  low traffic
mailinglists running. (and this buy default all 5 Minutes)

Is that normal for Mailman?
Is it pythons fault?

As Linux I use the Suse 7.0.

Thank you for your answers.

bye

 Daniel



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] strange Cron Error message

2001-01-17 Thread Daniel Zeiss

Hello ,

daily I get this message:

Traceback (innermost last):
  File "/home/mailman/cron/senddigests", line 65, in ?
main()
  File "/home/mailman/cron/senddigests", line 42, in main
send_list_digest(mlist)
  File "/home/mailman/cron/senddigests", line 53, in send_list_digest
ToDigest.inject_digest(mlist, digestfile, topicsfile)
  File "/home/mailman/Mailman/Handlers/ToDigest.py", line 176, in inject_digest
msg = digest.asText()
  File "/home/mailman/Mailman/Handlers/ToDigest.py", line 245, in asText
return self.Present(mime=0)
  File "/home/mailman/Mailman/Handlers/ToDigest.py", line 313, in Present
lines.append(self.__mlist.digest_footer % self.TemplateRefs())
ValueError: unsupported format character 'M' (0x4d)  

Thats wrong?? I cant find an "M" 's in my webinterface.

bye

 Daniel



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users



[Mailman-Users] high cpu and mem usage

2001-01-23 Thread Daniel Zeiss

Hello,

I  have  troubles  running  mailman, as a very low traffic mailinglist
system.

top states:

  24238 mailman   16   0  154M  89M   252 R   0 28.8 73.6   1:13 python

thats  154M  and 73.6 CPU % for doing ...nothing, because there are no
emails coming thru the lists.
This is on a Athlon 500 with 256 MB RAM.

Can  you  tell me why mailman needs so much space and cpu usage, or is
there an error somewhere (in my config / in mailman program)?

Thanks!
  
bye

 Daniel



--
Mailman-Users maillist  -  [EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-users