From jonc at nc.rr.com Wed May 4 03:00:33 2005 From: jonc at nc.rr.com (Jon Carnes) Date: 03 May 2005 21:00:33 -0400 Subject: [Mailman-docs] How to get Sender Id from the Mailing List where the annoymous option is set In-Reply-To: <20050208115729.82951.qmail@web14126.mail.yahoo.com> References: <20050208115729.82951.qmail@web14126.mail.yahoo.com> Message-ID: <1115168433.4958.5.camel@localhost.localdomain> Cleaning up my mail spool. Didn't see a response so... The answer is yes. you can look at several of the log files maintained by Mailman and get a LOT of info. Among that information is who posted and when. Here is a slice of a stats file I run monthly. This part lists the top ten posters to the list "mylist": echo "Top 10 posters to the list mylist:" grep -i "post to mylist " $POST |cut -f 10 "-d " |sort |uniq -c \ |sort -bgr |head -10 Hope that helps *someone* Jon Carnes On Tue, 2005-02-08 at 06:57, vijayan p wrote: > Hi, > > I am the list administrator for a mailing list running > mailman 2.1.3 with python. > > My list is set as anonynmous list. So I cannot find > the senders email id. I donot want to change the > settings to non annoymous, as this will discourage > people from posting to the group. > > Can anyone tell me how to obtain the statistics of > which member has posted how many messages. > > Also is there a way to know who has posted a > particular mail. > > Regards, > vijay > > > > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail - You care about security. So do we. > http://promotions.yahoo.com/new_mail > _______________________________________________ > Mailman-docs mailing list > Mailman-docs at python.org > http://mail.python.org/mailman/listinfo/mailman-docs