[Mailman-Users] view all members of a list on one page with names

2017-05-10 Thread Liste Yoneticisi

Hello;

List administrators can see the list members on one page with the 
following link.


http://www.example.com/mailman/roster/list-name

But this page executes only the members' e-mail addresses. Is it 
possible to see the full names also.



--
Enformatik Grubu - Elektronik Liste Servisi
ODTÜ Bilgi İşlem Daire Başkanlığı
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Search tool for Mailman Archives

2010-12-09 Thread Liste Yoneticisi
I meant private archives, which can be reached after submiting an e-mail 
and password.


09.12.2010 14:49, Paul Tomblin yazmış:

On Thu, Dec 9, 2010 at 2:29 AM, Liste Yoneticisiliste...@metu.edu.tr  wrote:

In our system, there are more than 400 lists, and the size of their archives
vary, since there are more than 10 years old lists addition to new lists.

There are several alternatives.
htdig, xapian etc.


If you find one that allows you to still use the mailman login system
so that only members of a list can view the archives, please let me
know.  I looked at a few archive searchers, but it appears they all
either make the list archives public, or you can do a htaccess thing
which will require you to change the password every time somebody
leaves the list and tell all the current members the new password,
etc.




--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Search tool for Mailman Archives

2010-12-08 Thread Liste Yoneticisi

Hello;

I am trying to implement a search tool for Mailman Archives.

In our system, there are more than 400 lists, and the size of their 
archives vary, since there are more than 10 years old lists addition to 
new lists.


There are several alternatives.
htdig, xapian etc.

Which one do you recommend?

Is there a practical tool which I can just install and implement, or is 
there an additional patch need?


Thank you very much.
Evrim AKMAN
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Couldn't change newlist.txt for tr version

2009-11-02 Thread liste yoneticisi
Hi;

I tried to make a global change for newlist welcome message.

For English version, I changed the file;
/cwis/htdocs/mailman/templates/en/newlist.txt

and it worked. ie the changes effected in the newlist information file.

But the similar changes didn't affected for
/cwis/htdocs/mailman/templates/tr/newlist.txt
file,

ie for Turkish new lists, list owner receives older version of
newlist.txt, the file that doesn't exist anywhere.

Can you please tell me what is wrong about it?

Mailman Version is 2.1.19
--
Mailman-Users mailing list Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Password reminder on private archive login page

2009-07-24 Thread liste yoneticisi
Dear Mr Sapiro;

Thank you very much, It worked for English archive interfaces.
But it doesn't work for Turkish Interface.

Altough I made completely the same modifications as English one.
Is there another area to enforce the changes for international files?


Liste Yoneticisi
http://e-list.cc.metu.edu.tr
http://e-liste.bidb.odtu.edu.tr

On Thu, 23 Jul 2009, Mark Sapiro wrote:

Date: Thu, 23 Jul 2009 15:20:41 -0700
From: Mark Sapiro m...@msapiro.net
To: liste yoneticisi liste...@metu.edu.tr, mailman-users@python.org
Subject: Re: Password reminder on private archive login page

liste yoneticisi wrote:

But I am trying to understand the commands.
I tried the text in the attachment also but as you warned, it didn't
work.:-(



Yes, It had a few problems :(


---
The final problem is you've inserted your code in the wrong place. You
put it where it is only reached if the user is already authenticated
or provided a valid authentication.
---

Actually if someone reached to the archive (in order to see attachments,
messages for example) he probably had not logged into list archives
page yet. He is asked to enter his e-mail and corresponding password.


My remark above referred to where in the logical flow of the private.py
module you had put your code. It was not about how a user would arrive
at the page.

Since I had planned to look into this for Mailman 2.2 anyway, I have
made a first cut at implementing this feature. The attached
privatepw.patch.txt contains patches to Mailman/Cgi/private.py and
templates/en/private.html to implement this feature. I have tested
them and they seem OK.

You're on your own for the Turkish version of the private.html template.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Password reminder on private archive login page

2009-07-24 Thread liste yoneticisi

On Fri, 24 Jul 2009, liste yoneticisi wrote:

Date: Fri, 24 Jul 2009 11:11:28 +0300 (WET)
From: liste yoneticisi liste...@metu.edu.tr
To: Mark Sapiro m...@msapiro.net
Cc: mailman-users@python.org
Subject: Re: [Mailman-Users] Password reminder on private archive login page

Dear Mr Sapiro;

Thank you very much, It worked for English archive interfaces.
But it doesn't work for Turkish Interface.

Altough I made completely the same modifications as English one.
Is there another area to enforce the changes for international files?

Ooops. I made the changes in $PATH/templates/site/tr/private.html
and it worked.
I made the changes /template/tr/private.html

It's mu fault.

Thank you very much for your cooperation.



http://e-list.cc.metu.edu.tr
http://e-liste.bidb.odtu.edu.tr

On Thu, 23 Jul 2009, Mark Sapiro wrote:

Date: Thu, 23 Jul 2009 15:20:41 -0700
From: Mark Sapiro m...@msapiro.net
To: liste yoneticisi liste...@metu.edu.tr, mailman-users@python.org
Subject: Re: Password reminder on private archive login page

liste yoneticisi wrote:

But I am trying to understand the commands.
I tried the text in the attachment also but as you warned, it didn't
work.:-(



Yes, It had a few problems :(


---
The final problem is you've inserted your code in the wrong place. You
put it where it is only reached if the user is already authenticated
or provided a valid authentication.
---

Actually if someone reached to the archive (in order to see attachments,
messages for example) he probably had not logged into list archives
page yet. He is asked to enter his e-mail and corresponding password.


My remark above referred to where in the logical flow of the private.py
module you had put your code. It was not about how a user would arrive
at the page.

Since I had planned to look into this for Mailman 2.2 anyway, I have
made a first cut at implementing this feature. The attached
privatepw.patch.txt contains patches to Mailman/Cgi/private.py and
templates/en/private.html to implement this feature. I have tested
them and they seem OK.

You're on your own for the Turkish version of the private.html template.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/listeyon%40metu.edu.tr

Security Policy: http://wiki.list.org/x/QIA9
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] Password reminder on private archive login page

2009-07-23 Thread liste yoneticisi
Dear Mr. Sapiro;

Thank you very much for your quick response.

Few months ago we made a list based modification in our test list.

It can be seen here:
http://mailman.metu.edu.tr/mailman/private/test
-
I am not very good at object oriented programming, and can hardly
understand python
scripts.

But I am trying to understand the commands.
I tried the text in the attachment also but as you warned, it didn't
work.:-(

---
The final problem is you've inserted your code in the wrong place. You
put it where it is only reached if the user is already authenticated
or provided a valid authentication.
---

Actually if someone reached to the archive (in order to see attachments,
messages for example) he probably had not logged into list archives
page yet. He is asked to enter his e-mail and corresponding password.

After submitting both correctly, the html form runs private script.
FORM METHOD=POST  ACTION=$HOST/mailman/private/$LISTNAME

But as you mentioned;
For the reminder form the necessary form action lines should be as
follows:

FORM action=$HOST/mailman/options/$LISTNAME method=POST 
INPUT name=email type=TEXT (*)
INPUT name=login-remind type=SUBMIT value=Remind 

There are three submit buttons in options page but the necessary one is
named login-remind.

(*) It may not be necessary, since it is already written in archive
authentication form. But the private script is reading the variables
username and password, but option script is reading the
variable email.

---
What needs to be done is the reminder button has to be added to the
private.html archive login template and code needs to be added to
Mailman/Cgi/private.py to recognize the button and send the reminder.
---

You also suggested that a remind button could be added to
generic private.html externally.

I tried that also (but the Turkish version.
$MAILMAN_PATH/mailman/templates/tr/private.html)

But it didn't have any effect.


By the way;
from the file  Mailman/Cgi/options.py
I copied the necessary lines as follows.

# Password reminder section
actionurl = mlist.GetScriptURL('options')

form = Form(actionurl)
table = Table(width='100%', border=0, cellspacing=4, cellpadding=5)

table.AddRow([Center(Header(2, _('Password reminder')))])

table.AddCellInfo(table.GetCurrentRowIndex(), 0,
  bgcolor=mm_cfg.WEB_HEADER_COLOR)

table.AddRow([Label(_('Email address:')),
   TextBox('email', size=20)])

table.AddRow([_(By clicking on the emRemind/em button, your
password will be emailed to you.)])

table.AddRow([Center(SubmitButton('login-remind', _('Remind')))])
# Finish up glomming together the login page

-
Do these lines work?
Is it necessary to add html code to template/private.html also?

Regards...

Liste Yoneticisi
http://e-list.cc.metu.edu.tr
http://e-liste.bidb.odtu.edu.tr

On Mon, 20 Jul 2009, Mark Sapiro wrote:

Date: Mon, 20 Jul 2009 20:20:22 -0700
From: Mark Sapiro m...@msapiro.net
To: liste yoneticisi liste...@metu.edu.tr,
 Mailman Users ML mailman-users@python.org
Subject: Re: [Mailman-Users] Password reminder on private archive login page

liste yoneticisi wrote:

I have two main questions.

First; We once asked about adding password reminder to private archive
login page. We tried some modifications but couldn't succeed. I copied the
previous correspondence below.


Can I put the password reminder on private archive login page? So that,
list members who want to see the archive, but do not remember their
passwords, can quickly learn their passwords. Otherwise, password
reminder is too hard to find using the links on general list info page..


This is a good idea. I think I'll implement it for Mailman 2.2.

What needs to be done is the reminder button has to be added to the
private.html archive login template and code needs to be added to
Mailman/Cgi/private.py to recognize the button and send the reminder.

You can look at Mailman/Cgi/options.py for how it's done there.



I have added the following lines to
PATH/mailman/Mailman/Cgi/private.py


print Utils.maketext(
'private.html',
{'action'  : Utils.websafe(action),
 'realname': mlist.real_name,
 'message' : message,
 }, mlist=mlist)
return

### My Lines 7/4/2009 Eklenti baslangic

if cgidata.has_key('emailpw'):
mlist.MailUserPassword(user)
options_page(
mlist, doc, user, cpuser, userlang,
_('A reminder of your password has been emailed to you.'))
print doc.Format()
return
### My Lines 7/4/2009 Eklenti bitis


lang = mlist.getMemberLanguage(username)
i18n.set_language(lang)
doc.set_language(lang)

# Authorization confirmed... output the desired file
try

[Mailman-Users] Password reminder on private archive login page

2009-07-20 Thread liste yoneticisi
Hello;

I have two main questions.

First; We once asked about adding password reminder to private archive
login page. We tried some modifications but couldn't succeed. I copied the
previous correspondence below.


Can I put the password reminder on private archive login page? So that,
list members who want to see the archive, but do not remember their
passwords, can quickly learn their passwords. Otherwise, password
reminder is too hard to find using the links on general list info page..


This is a good idea. I think I'll implement it for Mailman 2.2.

What needs to be done is the reminder button has to be added to the
private.html archive login template and code needs to be added to
Mailman/Cgi/private.py to recognize the button and send the reminder.

You can look at Mailman/Cgi/options.py for how it's done there.



I have added the following lines to
PATH/mailman/Mailman/Cgi/private.py


print Utils.maketext(
'private.html',
{'action'  : Utils.websafe(action),
 'realname': mlist.real_name,
 'message' : message,
 }, mlist=mlist)
return

### My Lines 7/4/2009 Eklenti baslangic

if cgidata.has_key('emailpw'):
mlist.MailUserPassword(user)
options_page(
mlist, doc, user, cpuser, userlang,
_('A reminder of your password has been emailed to you.'))
print doc.Format()
return
### My Lines 7/4/2009 Eklenti bitis


lang = mlist.getMemberLanguage(username)
i18n.set_language(lang)
doc.set_language(lang)

# Authorization confirmed... output the desired file
try:
ctype, enc = guess_type(path, strict=0)



But nothing changed.:-(

What else can we do about it?
Mailman version is 2.1.9



The second question is about vesion upgrade.

Mailman, in our system, is running on Debian.
Python version is 2.4.4

I heard that 2.1.12 doesn't work properly on 2.4.4 but I am informed that
the newer version of Python  doesn't exist on Debian Package.
It seems difficult to upgrade under these circumstances.

What are the major differences between the Mailman versions 2.1.9 and
2.1.12 with regard to security, usability?

Thanks...
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] a question about content-filtering

2008-03-10 Thread liste yoneticisi
On Fri, 7 Mar 2008, Mark Sapiro wrote:

Brad Knowles wrote:

On 3/7/08, Mark Sapiro quoted liste yoneticisi [EMAIL PROTECTED]:

Is there a patch that giving information for filtered extension.

  I mean i am filtering *.mpg for example.
  If someone sends an attachment with mpg extension, e-mail is delivered
  without attachment and without any information about filtering.

   [ ... deletia ... ]

  It is certainly possible, but as far as I know, there is no published
  patch for it.

What about scrub_nondigest?  Wouldn't that do what the OP was asking for?


Possibly. If the OP is willing to turn off content filtering or limit
it to collapse_alternatives and then have all non-text/plain and
characterset unknown parts stored and replaced with hyperlinks in the
delivered posts, then yes, scrub_nondigest would do it.

Actually I just want a vissible message for deleted/filtered attachments.

You once sent a patch cok uppercase attachments.(I copied below) Is it
possible to add a command in order to add message (or information) to a
suitable part of this file??

But i don't know the the programming language for mailman.

Thank you fot your consideration and cooperation.


The conversion of *_filename_extensions to lower case is intentional,
but we neglected to convert the actual extension in the message to
lower case for comparison.

The following patch will be in Mailman 2.1.10 and will fix the problem.

--- Mailman/Handlers/MimeDel.py 2005-12-30 18:50:08 +
+++ Mailman/Handlers/MimeDel.py 2007-10-05 01:01:24 +
@@ -256,4 +256,4 @@
 fext = fext[1:]
 else:
 fext = ''
-return fext
+return fext.lower()

-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan



--
Mailman-Users mailing list
Mailman-Users@python.org
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%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] [Mailman-Announce] Updated message catalogs needed for Mailman 2.1.10

2008-03-10 Thread liste yoneticisi

Bu çalışmada Türkçe Mailman için girişimde bulunan var mı?
Bu listede Türkiye'den kimler var? Bu konuda işbirliği yapabilir miyiz?

(An explanation to all: I just asked if there is anyone who
responsible for Turkish translation of Mailman, attended to these lists
from Turkiye.)


Liste Yoneticisi
http://e-list.cc.metu.edu.tr
http://e-liste.bidb.odtu.edu.tr

On Sat, 8 Mar 2008, Mark Sapiro wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

If you are a language champion or otherwise responsible for a Mailman
translation, please get the updated 2.1.10 message catalog for your
language to me as soon as possible. Mailman 2.1.10 has been in beta for
3 months now, and I have received very few updated translations.

I am planning to release what I hope will be the final beta release of
2.1.10 in a few days. This would be a release candidate rather than a
beta if I had more updated translations.

Thank you for your understanding.

- --
Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.7 (MingW32)

iD8DBQFH0xyZVVuXXpU7hpMRAo1aAKDYiS/wpexcQJqNPi+d0GLK6o2x0gCfTo/Z
24bhI96yktpfx97nDC3XH48=
=PH4r
-END PGP SIGNATURE-
___
Mailman-announce mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-announce
Member address: [EMAIL PROTECTED]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-announce/listeyon%40metu.edu.tr
--
Mailman-Users mailing list
Mailman-Users@python.org
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%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] a question about content-filtering

2008-03-07 Thread liste yoneticisi

Hi;

Is there a patch that giving information for filtered extension.

I mean i am filtering *.mpg for example.
If someone sends an attachment with mpg extension, e-mail is delivered
without attachment and without any information about filtering.

But if sender doesn't know about it, (or if not
remember) he may say i sent such a movie about blah blah.

is it possible to add a sentence like below:
the attachment is filtered due to list_name content-filtering
configuration
--
Mailman-Users mailing list
Mailman-Users@python.org
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%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] dividing list mbox

2008-02-26 Thread liste yoneticisi
Hello;

How can i divide the file listname.mbox in the directory
listname.mbox/ by day.

I heard that it is possible as configuring listserver. But i couldn't find
it.
Can you help me?

Thank you.

Evrim AKMAN

# The archive file structure by default is:
#
# archives/
# private/
# listname.mbox/
# listname.mbox
# listname/
# lots-of-pipermail-stuff
# public/
# listname.mbox@ - ../private/listname.mbox
# listname@ - ../private/listname




Liste Yoneticisi
http://e-list.cc.metu.edu.tr
http://e-liste.bidb.odtu.edu.tr

--
Mailman-Users mailing list
Mailman-Users@python.org
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%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] dividing list mbox

2008-02-26 Thread liste yoneticisi
On Tue, 26 Feb 2008, Mark Sapiro wrote:

Mark Sapiro wrote:

liste yoneticisi wrote:

How can i divide the file listname.mbox in the directory
listname.mbox/ by day.


Set up a cron job to run at daily at 23:59 and do something like

#!/bin/bash
suffix=`date +%Y%m%d`
sleep 60
if [[ -f /path/to/archives/private/listname.mbox/listname.mbox ]]
   then mv /path/to/archives/private/listname.mbox/listname.mbox \
 /path/to/archives/private/listname.mbox/listname.mbox.$suffix
fi

Although you'd probably want to break it into subdirectories by month
and possibly year so as not to accumulate too many files in one
directory.

Moving the file aside is not a problem for the archiver which will just
create a new one the next time it archives a message.


I neglected to address

I heard that it is possible as configuring listserver. But i couldn't find
it.


There is no configuration option for this. Perhaps you are thinking of
the list's archive_volume_frequency which can be set to 'Daily' to
create a new archive index and pseudo mbox .txt file on a daily basis.

Thank you, you're right, that option divides

/path/to/archives/private/listname/TIME RELATED DIRECTORY

part. We configured as monthly, and using monarch.

We are trying to use htdig in order to archive search, but for a long time
(about months) we are unable to use it,

-- 
Mark Sapiro [EMAIL PROTECTED]The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list
Mailman-Users@python.org
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%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] unsubsription problem

2007-11-13 Thread liste yoneticisi




Liste Yoneticisi
http://e-list.cc.metu.edu.tr
http://e-liste.bidb.odtu.edu.tr

On Mon, 12 Nov 2007, Mark Sapiro wrote:

liste yoneticisi wrote:

When she tries to unsubscribe one of the member from the list,
(checks the unsub column, and pushes submit your changes button)

the following page occurs.

Bug in Mailman version 2.1.9

We're sorry, we hit a bug!
Please inform the webmaster for this site of this problem. Printing of
traceback and other system information has been explicitly inhibited, but
the webmaster can find this information in the Mailman error logs.


There is no problem for other lists.

When I checked error log,
there was some lines about this list such as following.


admin(12323):   PATH_INFO: /engelsiz-uni/members/list
admin(12323):   HTTP_REFERER:
http://mailman.metu.edu.tr/mailman/admin/engelsiz-uni/members/list
admin(12323):   PATH_TRANSLATED:
/cwis/htdocs/mailman/engelsiz-uni/members/list
admin(12323):   REQUEST_URI: /mailman/admin/engelsiz-uni/members/list
admin(15609):   HTTP_COOKIE:
engelsiz-uni+admin=280200692910384773280030313065653535393561663537623235393632376361336138383761333066346336316663623635;
__utma=203322125.419203040.1165843329.1165843329.1165843329.1
admin(15609):   PATH_INFO: /engelsiz-uni/members
admin(15609):   HTTP_REFERER:
http://mailman.metu.edu.tr/mailman/admin/engelsiz-uni/members
admin(15609):   PATH_TRANSLATED: /cwis/htdocs/mailman/engelsiz-uni/members
admin(15609):   REQUEST_URI: /mailman/admin/engelsiz-uni/members


Could you please tell me how can I solve the problem?


Post the entire section of the error log from the time in question. You
have omitted all the information that would help diagnose this
problem. The most important part is the Python traceback.
-- 
Mark Sapiro [EMAIL PROTECTED]   The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
The whole section is copied below:

admin(2745):HTTP_COOKIE:
engelsiz-uni+admin=28020069cb5637477328006137346261623339383034623266636637616366386362356565663162303161616538663163
admin(2745):HTTP_REFERER:
http://mailman.metu.edu.tr/mailman/admin/engelsiz-uni/members/list
admin(2745):PATH_TRANSLATED:
/cwis/htdocs/mailman/engelsiz-uni/members/list
admin(2745):REQUEST_URI: /mailman/admin/engelsiz-uni/members/list
admin(2745):PATH_INFO: /engelsiz-uni/members/list
admin(8881):HTTP_COOKIE:
engelsiz-uni+admin=28020069ce0f38477328006536303963363730653733353338386630336331613838646136623933383762663133626166
admin(8881):PATH_INFO: /engelsiz-uni/members/list
admin(8881):HTTP_REFERER:
http://mailman.metu.edu.tr/mailman/admin/engelsiz-uni/members/list
admin(8881):PATH_TRANSLATED:
/cwis/htdocs/mailman/engelsiz-uni/members/list
admin(8881):REQUEST_URI: /mailman/admin/engelsiz-uni/members/list
admin(9327):HTTP_COOKIE:
engelsiz-uni+admin=280200692910384773280030313065653535393561663537623235393632376361336138383761333066346336316663623635;
__utma=203322125.419203040.1165843329.1165843329.1165843329.1
admin(9327):PATH_INFO: /engelsiz-uni/members
admin(9327):HTTP_REFERER:
http://mailman.metu.edu.tr/mailman/admin/engelsiz-uni/members
admin(9327):PATH_TRANSLATED: /cwis/htdocs/mailman/engelsiz-uni/members
admin(9327):REQUEST_URI: /mailman/admin/engelsiz-uni/members
admin(9407):HTTP_COOKIE:
engelsiz-uni+admin=280200692910384773280030313065653535393561663537623235393632376361336138383761333066346336316663623635;
__utma=203322125.419203040.1165843329.1165843329.1165843329.1
admin(9407):PATH_INFO: /engelsiz-uni/members
admin(9407):HTTP_REFERER:
http://mailman.metu.edu.tr/mailman/admin/engelsiz-uni/members
admin(9407):PATH_TRANSLATED: /cwis/htdocs/mailman/engelsiz-uni/members
admin(9407):REQUEST_URI: /mailman/admin/engelsiz-uni/members
admin(11017):   HTTP_COOKIE:
engelsiz-uni+admin=280200692910384773280030313065653535393561663537623235393632376361336138383761333066346336316663623635;
__utma=203322125.419203040.1165843329.1165843329.1165843329.1
admin(11017):   PATH_INFO: /engelsiz-uni/members/list
admin(11017):   HTTP_REFERER:
http://mailman.metu.edu.tr/mailman/admin/engelsiz-uni/members/list
admin(11017):   PATH_TRANSLATED:
/cwis/htdocs/mailman/engelsiz-uni/members/list
admin(11017):   REQUEST_URI: /mailman/admin/engelsiz-uni/members/list
admin(12323):   HTTP_COOKIE:
engelsiz-uni+admin=280200692910384773280030313065653535393561663537623235393632376361336138383761333066346336316663623635;
__utma=203322125.419203040.1165843329.1165843329.1165843329.1
admin(12323):   PATH_INFO: /engelsiz-uni/members/list
admin(12323):   HTTP_REFERER:
http://mailman.metu.edu.tr/mailman/admin/engelsiz-uni/members/list
admin(12323):   PATH_TRANSLATED:
/cwis/htdocs/mailman/engelsiz-uni/members/list
admin(12323):   REQUEST_URI: /mailman/admin/engelsiz-uni/members/list
admin(15609):   HTTP_COOKIE:
engelsiz-uni+admin

[Mailman-Users] unsubsription problem

2007-11-12 Thread liste yoneticisi
Hello;

The owner of one of our lists face with a problem.

When she tries to unsubscribe one of the member from the list,
(checks the unsub column, and pushes submit your changes button)

the following page occurs.

Bug in Mailman version 2.1.9

We're sorry, we hit a bug!
Please inform the webmaster for this site of this problem. Printing of
traceback and other system information has been explicitly inhibited, but
the webmaster can find this information in the Mailman error logs.


There is no problem for other lists.

When I checked error log,
there was some lines about this list such as following.


admin(12323):   PATH_INFO: /engelsiz-uni/members/list
admin(12323):   HTTP_REFERER:
http://mailman.metu.edu.tr/mailman/admin/engelsiz-uni/members/list
admin(12323):   PATH_TRANSLATED:
/cwis/htdocs/mailman/engelsiz-uni/members/list
admin(12323):   REQUEST_URI: /mailman/admin/engelsiz-uni/members/list
admin(15609):   HTTP_COOKIE:
engelsiz-uni+admin=280200692910384773280030313065653535393561663537623235393632376361336138383761333066346336316663623635;
__utma=203322125.419203040.1165843329.1165843329.1165843329.1
admin(15609):   PATH_INFO: /engelsiz-uni/members
admin(15609):   HTTP_REFERER:
http://mailman.metu.edu.tr/mailman/admin/engelsiz-uni/members
admin(15609):   PATH_TRANSLATED: /cwis/htdocs/mailman/engelsiz-uni/members
admin(15609):   REQUEST_URI: /mailman/admin/engelsiz-uni/members


Could you please tell me how can I solve the problem?

regards.


Liste Yoneticisi
http://e-list.cc.metu.edu.tr
http://e-liste.bidb.odtu.edu.tr

--
Mailman-Users mailing list
Mailman-Users@python.org
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%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] a question about content-filtering

2007-10-04 Thread liste yoneticisi
I configured the list and default values accourding to the following
values.

I filled the filter_filename_extensions and pass_filename_extensions
parameters for filtering attachments.

the values are listed below:
filter_filename_extensions = exe
bat
cmd
com
pif
scr
vbs
cpl

pass_filename_extensions = doc
xls
xml
xlw
ppt
pps
pdf
php
gz
gif
jpg
jpeg
bmp
png
htm
html
txt
rtf
rar
zip

But i have a problem, if someone sends a document with file name qwe.JPG
mailman doesn't send the attachment.
I couldn't add the Capital letter extensions. Mailman converts them to
lower letter.

Do you have any advise about it?
--
Mailman-Users mailing list
Mailman-Users@python.org
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%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


[Mailman-Users] problem about a statistic script

2006-08-25 Thread liste yoneticisi
Hello;

I've modified the following script in order to get monthly statistics
including list owner column.

original script:
-
#!/bin/bash

MONTH=`date +'%b'`
MAILMANDIR=/cwis/htdocs/mailman
POSTLOG=$MAILMANDIR/logs/post
LISTLISTS=$MAILMANDIR/bin/list_lists
LISTMEMBERS=$MAILMANDIR/bin/list_members
echo Listname  Posts   Members
echo =

for list in `$LISTLISTS | grep -v matching mailing lists found | awk '{print 
$1}'`
do
postnum=`grep ^$MONTH $POSTLOG | grep -i post to $list | wc -l`
membernum=`$LISTMEMBERS $list | wc -l`
   echo $list  |  $postnum  |  $membernum
done
-- (it works perfectly)

I've added owner related lines and the script became to be as following:

modified script:
#!/bin/bash

MONTH=`date +'%b'`
MAILMANDIR=/cwis/htdocs/mailman
POSTLOG=$MAILMANDIR/logs/post
LISTLISTS=$MAILMANDIR/bin/list_lists
LISTMEMBERS=$MAILMANDIR/bin/list_members
LISTOWNERS=$MAILMANDIR/bin/list_owners
echo Listname  Posts   Members
echo =

for list in `$LISTLISTS | grep -v matching mailing lists found | awk '{print 
$1}'`
do
ownlist=`$LISTOWNERS $list | head -1`
postnum=`grep ^$MONTH $POSTLOG | grep -i post to $list | wc -l`
membernum=`$LISTMEMBERS $list | wc -l`
echo $list  |  $ownlist  |  $postnum  |  $membernum
done

-
only addition is the path of list_owners command and ownlist variable
calling this command.

But the script gives the following lines.

Traceback (most recent call last):
  File /cwis/htdocs/mailman/bin/list_owners, line 120, in ?
main()
  File /cwis/htdocs/mailman/bin/list_owners, line 91, in main
mlist = MailList(listname, lock=0)
  File /cwis/htdocs/mailman/Mailman/MailList.py, line 130, in __init__
self.Load()
  File /cwis/htdocs/mailman/Mailman/MailList.py, line 615, in Load
raise Errors.MMUnknownListError
Mailman.Errors.MMUnknownListError

The is about ~250 lists in the system and the result probably will be
repeated 250 times if i wont kill the command.

how can i solve the problem?
Tank you for your answers.
Regads.
Evrim AKMAN
Computer Center METU
--
Mailman-Users mailing list
Mailman-Users@python.org
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%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp


Re: [Mailman-Users] problem about a statistic script

2006-08-25 Thread liste yoneticisi
I am trying to write the script on bash

How can i use transrom to lower/upper commands?

the manuals on the web didn't work.

Liste Yoneticisi
http://e-list.cc.metu.edu.tr
http://e-liste.bidb.odtu.edu.tr

On Fri, 25 Aug 2006, Andreas Schulze wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 how can i solve the problem?
uppercase Listnames as reported by list_lists throw errors in list_owner
 - convert listnames to lower

- --
Andreas Schulze

DATEV eG, Paumgartner Strasse 6-14, D - 90429 Nürnberg
Abt. Internet- und Securitydienste
 Telefon : +49 911 276 2648
 Telefax : +49 911 276 7892
   Mobil : +49 172 8122883
  E-Mail : andreas.schulze_at_datev.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFE7uswA7Vnk6fbpn8RAneiAJ4zFgTz81ChOn18diW35nwm4u2mkgCeLlsm
aSMWcSGEnO3+PgMjWdUJYnQ=
=vnzO
-END PGP SIGNATURE-
--
Mailman-Users mailing list
Mailman-Users@python.org
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%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp

Re: [Mailman-Users] problem about a statistic script

2006-08-25 Thread liste yoneticisi
Its OK.

I want to share the script:
-
#!/bin/bash

MONTH=`date +'%b'`
echo $MONTH
MAILMANDIR=/cwis/htdocs/mailman
POSTLOG=$MAILMANDIR/logs/post
LISTLISTS=$MAILMANDIR/bin/list_lists
LISTMEMBERS=$MAILMANDIR/bin/list_members
LISTOWNERS=$MAILMANDIR/bin/list_owners
echo Listname  Posts   Members
echo =

echo $LISTOWNERS

for list in `$LISTLISTS | grep -v matching mailing lists found | awk
'{print $1}'`
do
listlow=`echo $list | tr A-Z a-z`
listupp=`echo $list | tr a-z A-Z`
ownlist=`$LISTOWNERS $listlow | head`
postnum=`grep ^$MONTH $POSTLOG | grep -i post to $list | wc -l`
membernum=`$LISTMEMBERS $list | wc -l`
   echo $list  |  $ownlist  |  $postnum  |  $membernum
done
---

Of course some estetic corrections are needed.

But this isn't completed. I also want to add list creation date.
We used to work on Listproc and we had a statistic script including the
columns about list description and list creation date.

description can be added but how can i add creation date?


Liste Yoneticisi
http://e-list.cc.metu.edu.tr
http://e-liste.bidb.odtu.edu.tr

On Fri, 25 Aug 2006, liste yoneticisi wrote:

I am trying to write the script on bash

How can i use transrom to lower/upper commands?

the manuals on the web didn't work.

Liste Yoneticisi
http://e-list.cc.metu.edu.tr
http://e-liste.bidb.odtu.edu.tr

On Fri, 25 Aug 2006, Andreas Schulze wrote:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 how can i solve the problem?
uppercase Listnames as reported by list_lists throw errors in list_owner
 - convert listnames to lower

- --
Andreas Schulze

DATEV eG, Paumgartner Strasse 6-14, D - 90429 Nürnberg
Abt. Internet- und Securitydienste
 Telefon : +49 911 276 2648
 Telefax : +49 911 276 7892
   Mobil : +49 172 8122883
  E-Mail : andreas.schulze_at_datev.de
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.2.2 (GNU/Linux)

iD8DBQFE7uswA7Vnk6fbpn8RAneiAJ4zFgTz81ChOn18diW35nwm4u2mkgCeLlsm
aSMWcSGEnO3+PgMjWdUJYnQ=
=vnzO
-END PGP SIGNATURE-
--
Mailman-Users mailing list
Mailman-Users@python.org
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%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/listeyon%40metu.edu.tr

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp
--
Mailman-Users mailing list
Mailman-Users@python.org
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%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=showamp;file=faq01.027.htp