Balaji Ramanathan wrote: > >Unfortunately, yes I am running 2.0.5 version. > >Upgrading is not under my control. > >Could you please let me know how to block/discard a specific address? and >avoid approval notices for me? >say - exam...@hotmail.com
As I said, >> If you really mean 2.0.5, I don't think there's a way to reject/discard >> as opposed to hold posts from a specific address. In other words, Mailman 2.0 will hold a non-member post for approval, but I think that's all you can do. Mailman 2.0 does not have flexible, configurable ways to reject or discard messages based of the poster or other message attributes. If you can't upgrade, your only other choice, which you may not be able to do either, is to edit the Mailman/Handlers/SpamDetect.py module in your Mailman 2.0 installation. This module contains the definition KNOWN_SPAMMERS = [] If you change that to KNOWN_SPAMMERS = [ ('from', 'exam...@hotmail\.com'), ] that will result in any message containing a From: header the content of which matches the regexp 'exam...@hotmail\.com' being discarded. You can add other headers and patterns to the list, but this can only be done by editing the Mailman/Handlers/SpamDetect.py module. There is no list configuration way to do this as there is in Mailman 2.1.x. -- Mark Sapiro <m...@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better 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 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