[EMAIL PROTECTED] wrote: > Webmin (webmin.com) has a command shell module (cgi over > https?). Isn't this an example of a secure way to run > commands via the internet?
Yes, if I wanted to write my app in Perl 5. ;) But as far as I can tell, that relies heavily on Perl's taint-checking, which isn't available in Python. I ended up writing a daemon (running as root) which simply listens on a local socket; when it receives any message, it HUPs spamd. Ugly but effective. Robert Brewer MIS Amor Ministries [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list