Tagged Questions
3
votes
4answers
572 views
Do Perl CGI programs have a buffer overflow or script vulnerability for HTML contact forms?
Greetings all,
My hosting company says it is possible to fill an HTML form text input field with just the right amount of garbage bytes to cause a buffer overflow/resource problem when used with ...
2
votes
2answers
156 views
Should I use formmail or PHP mail?
I recently started working on a web project which was already in progress; the guy who built the foundation for it had the signup page sending the form fields to a formmail Perl script, so that he ...
1
vote
2answers
146 views
Looking for a replacement for NMS FormMail.pl
I have a simple contact form that I knocked up in a few minutes using NMS FormMail.pl. But the customer has requested that I have a second email address entry field, and validation that kicks them ...
0
votes
1answer
71 views
How should I redirect users in a formmail script?
So I'm using a basic formmail script. Within the script I'm using a redirect variable. The value of the redirect is something like:
...
-1
votes
1answer
89 views
How can I mod formmail so that the error page still sends and email and redirects?
So far it submits the email but no matter what I do it will not redirect (server errors) and I need to redirect it to a custom error page.
How would I modify this to make it work?
Original code:
# ...