BubbaMonk has asked for the wisdom of the Perl Monks concerning the following question:
Not really at myside.com. Gotta hide from the man!BEGIN { $DEBUGGING = 1; $emulate_matts_code= 0; $secure = 1; $allow_empty_ref = 1; $max_recipients = 2; $mailprog = '/usr/sbin/sendmail -oi -t'; @referers = qw(myside.com localhost); @allow_mail_to = qw(bubba@myside.com mail.myside.com localhost); @recipients = (); %recipient_alias = ( "1" => 'bubba@myside.com' ); @valid_ENV = qw(REMOTE_HOST REMOTE_ADDR REMOTE_USER HTTP_USE +R_AGENT); $locale = ''; $charset = 'iso-8859-1'; $date_fmt = '%A, %B %d, %Y at %H:%M:%S'; $style = '/css/nms.css'; $send_confirmation_mail = 0; $confirmation_text = <<'END_OF_CONFIRMATION'; From: you@your.com Subject: form submission Thank you for your form submission. END_OF_CONFIRMATION
Believe it or not, that ascii garble doesn't appear in the code. All I want is love, and to get email off of forms on my website! Who's gonna be the man today?Application Error An error has occurred in the program Invalid range "þƒ¿¿¿¾€-3" in transliteration operator at FormMailsecur +e.cgi line 554. Software error: Invalid range "þƒ¿¿¿¾€-3" in transliteration operator at FormMailsecur +e.cgi line 554.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Form Mail Secure; something ain't right!
by gellyfish (Monsignor) on Apr 13, 2006 at 13:26 UTC | |
by BubbaMonk (Sexton) on Sep 19, 2006 at 06:02 UTC |