[Mailman-Developers] idea

Ricardo Kustner ricardo@rixhq.nu
Wed, 19 Apr 2000 21:55:11 +0200


On Sat, Apr 15, 2000 at 01:09:22PM +0200, Ricardo Kustner wrote:
> I was just thinking what could be a usefull feature in
> admindb.py for approved posts : 
> When a post is held for approval, convert the email-address
> of the poster to a hyperlink to the options page for that
> user ("/mailman/options/listname/email--at--host.com")

In response to my own post :)

Mailman/Cgi/admindb.py line #215
    t.AddRow([Bold('From:'), '<A HREF="%s/%s">%s</A>' % (mlist.GetRelativeScriptURL('options'), Utils.ObscureEmail(sender), sender)])

there should be a cleaner way to code this, but for now it makes my daily work with the 
posts on our moderated list a lot easier...

Ricardo.

--