aboutsummaryrefslogtreecommitdiffstats
path: root/Mailman/Gui (unfollow)
Commit message (Collapse)AuthorFilesLines
2004-02-17_escape(): Everything except the 'info' variable gets the normal web-safebwarsaw1-8/+19
escaping. 'info' sanitizes just <script> and </script> tags. This partially closes bugs 870028 and 881369.
2004-02-17handleForm(): Call out to self._escape() to make any entered data web-safe.bwarsaw1-3/+7
This allows subclasses to override where necessary. The default implementaton is to call Utils.websafe().
2004-01-20whitespace normalizationbwarsaw1-3/+3
2004-01-20GetConfigInfo(): Elaborate on the details for bounce_score_threshold.bwarsaw1-2/+14
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