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

2006-08-25 Thread Oleg D.
liste yoneticisi wrote: > 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=$

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

2006-08-25 Thread Oleg D.
liste yoneticisi wrote: > 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=$

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

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---

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

2006-08-25 Thread Andreas Schulze
-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 Te

[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=$MAILMAND