Re: FormMail - value1=value2



On Feb 20, 2:16 pm, "Adrian Nelson" <myfirstnameAHTajn.me.uk> wrote:
Hi, I hope a really simple question with an equally simple answer...!

Trying to get FormMail to recognise that "M_recipient" means "recipient",
for the purposes of WorldPay which can only pass on fields that begin M_.
Have tried M_recipient=recipient (wishful thinking).

Apologies if I'm posting in the wrong ng, FormMail is Perl based and I live
in hope..

Thanks in advance, Adrian.


FormMail is one of the chief reasons that python was created.
It gives perl a bad name.

For starters it is missing the lines:

use taint;
use strict;
use warnings;
use CGI;

"FormMail is quite possibily the most used CGI program on the
internet"
-- Matt's Script Archive

This is true because spammers have used it billions of times.

.



Relevant Pages

  • Re: FormMail - value1=value2
    ... I also have access to nms_formail, my original question still applies but should I be posting in a different group? ... I was approaching the problem from a php angle where I could define parameters at the start of the app, was hoping there'd be a similar Perl method. ... Apologies if I'm posting in the wrong ng, FormMail is Perl based and I live in hope.. ... Both Matt and his scripts have a bad reputation, and people here are disinclined to help out with them. ...
    (comp.lang.perl.misc)
  • FreeBSD 4.10 problems sending mail with web form scripts
    ... I have got a problem with a FreeBSD 4.10 system. ... Perl and PHP do work. ... If someone fills out the web form, Formmail switches to the redirect ...
    (comp.unix.bsd.freebsd.misc)
  • Re: Formmail Question
    ... > Can anyone help me with altering the formmail scriot to include the ... > if statements that determine the recipient? ... This group is for discussing the Perl programming language. ... There are many scripts named "formmail". ...
    (comp.lang.perl.misc)
  • Re: formmail
    ... firstly formmail is perl not php, second it is very outdated and ... insecure. ...
    (alt.php)
  • Re: Once again: CGI help
    ... Sorry for this long posting. ... I boiled down my script as far as I ... You can compare strings with the eq and ne operators: ... appropriate web page and call formmail. ...
    (comp.lang.perl.misc)