aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui (unfollow)
Commit message (Collapse)AuthorFilesLines
2003-12-13handleForm(): Close some cross-site scripting holes found by Dirkbwarsaw2-4/+5
Mueller.
2003-12-01True/False where appropriate.bwarsaw1-18/+19
handleForm(): Close a very minor, potential CSS hole.
2003-12-01GetConfigInfo(), handleForm(): Added header_filter_rules, a new variable whichbwarsaw1-2/+114
collects regular expression rules to match against the message's outer headers, along with the action to take when a match occurs.
2003-12-01_getValidValue(): Basically ignore HeaderFilter widgets. They'll be handledbwarsaw1-0/+2
in the Privacy.py file.
2003-09-22Backporting from the HEAD -- updated u/ibwarsaw3-7/+9
2003-04-20Backporting from the trunk.bwarsaw1-9/+27
2003-03-31Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw1-2/+3
Ademar de Souza Reis Jr