in reply to Re: Automated Form Processing
in thread Automated Form Processing

Just picking up on this, there are a couple of reasons why I wouldn't use the BNBForm ...

Instead, I would recommend the FormMail script from the NMS Archive - This collection of scripts have been written with security and interoperability at the foremost of concerns and undergo a great deal of peer review.

 

perl -e 'print+unpack("N",pack("B32","00000000000000000000000111000100")),"\n"'

Replies are listed 'Best First'.
Re: Re: Re: Automated Form Processing
by nutshell (Beadle) on Sep 30, 2002 at 03:25 UTC
    Ah, yes - I guess I should a little bit more research before replying :)

    Although I probably would code this myself, I'm going to suggest using Form Mail (mainly because I've used it in the past).

Re: Re: Re: Automated Form Processing
by hey_david (Sexton) on Sep 30, 2002 at 13:30 UTC
    Thanks for your replies! I particularly appreciated the points on security, which I would have definitely overlooked in rolling my own.

    FormMail does look good, but I do need a script that can be configured to output to either email or data files or both. (I guess I could've made that more clear in my original question.)

    Again, any thoughts?

    Thanks,

    David

      What about making the modifications to FormMail that are needed to make it work according to your needs? If you run into any problems we'd be glad to help!