Tom Skelley wrote:
>
>I've found that setting STEALTH_MODE = 1 in mailman/scripts/driver should
>fix the problem, but I need to test it. Is there a way to force an error
>through the web interface?


What Mailman version are you running? STEALTH_MODE has been set to 1 by
default in scripts/driver since Mailman 2.1.6. If you are still
running 2.1.5 or earlier and are concerned about security issues, see
<http://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/NEWS>.


>I've tried changing file permissions on the python binary, changing file
>permissions on the .py and .pyc scripts, trying to import non-existant
>modules etc, but I can't manage to get it to dump a stack trace.


Edit the file Mailman/Cgi/rmlist.py

Insert the line

raise Exception

immediately preceding the line

def main():

and go to a URL like <http://example.com/mailman/rmlist>.

After you're finished testing, remove the added line.

-- 
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

Reply via email to