Hi! I'm trying to install NMS formail on an apache server. Here's the user-config section:

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
Not really at myside.com. Gotta hide from the man!

But, that's what I set up. Triple checked, that really is where sendmail lives. Straightforward stuff. Here's the akward error:
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.
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?

Thank you for your assistance.

In reply to Form Mail Secure; something ain't right! by BubbaMonk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.