[wellylug] FormMail

Grant McLean grant at mclean.net.nz
Fri Jan 26 09:33:51 NZDT 2007


On Fri, 2007-01-26 at 09:02 +1300, Donovan Jones wrote:
> On 1/25/07, Michael Dittmer <michael at inside-job.co.nz> wrote:
>         Hi All
>         
>         I have a formmail script on a website (running on a linux box
>         in 
> 
> This suggestion doesn't help you much with your immediate problem but
> you should consider using NMS which is a project to do Formmail and
> the like properly and securely. 
> 
> http://nms-cgi.sourceforge.net/about.html

Hi Donovan

If you look at Michael's original message you'll see that his script is
almost certainly from the NMS project.  The giveaway is this config
global:

  $emulate_matts_code= 0;

As for the original question, I wonder if the solution is as simple as
changing this line:

  $send_confirmation_mail = 0;

To:

  $send_confirmation_mail = 1;

This document has more details:

  http://nms-cgi.sourceforge.net/formmail_compat-3.14c1/README

Cheers
Grant




More information about the wellylug mailing list