advice needed for simple python web app
Dan Perl
danperl at rogers.com
Fri Feb 4 01:12:50 EST 2005
More information about the Python-list mailing list
Fri Feb 4 01:12:50 EST 2005
- Previous message (by thread): advice needed for simple python web app
- Next message (by thread): advice needed for simple python web app
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Paul Rubin" <http://phr.cx@NOSPAM.invalid> wrote in message news:7xis58c1lw.fsf at ruckus.brouhaha.com... > "Dan Perl" <danperl at rogers.com> writes: >> The application is just something I'm playing with to learn a little bit >> on >> web apps. It uses an HTML form to send an email. The form takes inputs >> like the From:, To: and Subject: fields and a text field. > > Be careful of exposing that script to the internet. Spammers will > exploit it. Do you mean publishing the script for other people to copy it or exposing the web app so that other people may access it? Don't worry anyway, I won't do either and I'm running 2 firewalls on my PC. It would be really naive to expose the web app, wouldn't it?
- Previous message (by thread): advice needed for simple python web app
- Next message (by thread): advice needed for simple python web app
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list