Greetings
This is my first stab at Perl. Please be gentle :-)
I have the following snippet which seems to do what I am trying to do,
namely, check the url field value in a POST request, do a server
redirect (as opposed to browser redirect) if the value is in
safe_destinations array, redirect to s
--- Konstantine <[EMAIL PROTECTED]> wrote:
> Greetings
>
> This is my first stab at Perl. Please be gentle :-)
>
> I have the following snippet which seems to do what I am trying to
> do,
> namely, check the url field value in a POST request, do a server
> redirect (as opposed to browser redirec
Greetings,
Just wanted hear opinions on how effective this is, as way of preventing email
relaying stoping
unauthorized use my script.
This from a script that connects a page to sendmail
#!/usr/bin/perl
use CGI qw/:standard/;
#..snip..
my $referer = referer; # what page called the scr