Re: Simple cgi email

2010-02-05 Thread Robert H
On Fri, 05 Feb 2010 11:36:14 +0200, Shlomi Fish wrote: > Hi Bob! > >> > Yes, every user will get them. > > Regards, > > Shlomi Fish Hey Shlomi! :-) -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org

Re: Simple cgi email

2010-02-05 Thread Shlomi Fish
Hi Bob! On Friday 05 Feb 2010 01:45:32 Robert H wrote: > On 2/2/10 1:46 PM, Uri Guttman wrote: > >> "RH" == Robert H writes: > >RH> I am just trying to do a simple emailer for a site. I came up > >with the RH> following and was wondering if there are any security > >issues that

Re: Simple cgi email

2010-02-04 Thread Robert H
On 2/2/10 1:46 PM, Uri Guttman wrote: "RH" == Robert H writes: RH> I am just trying to do a simple emailer for a site. I came up with the RH> following and was wondering if there are any security issues that jump RH> out. check out NMS versions of the classic cgi mail script. it w

Re: Simple cgi email

2010-02-03 Thread Jeremiah Foster
On Feb 2, 2010, at 19:46, Uri Guttman wrote: >> "RH" == Robert H writes: > > RH> I am just trying to do a simple emailer for a site. I came up with the > RH> following and was wondering if there are any security issues that jump > RH> out. > > check out NMS versions of the classic cgi

Re: Simple cgi email

2010-02-02 Thread Uri Guttman
> "RH" == Robert H writes: RH> I am just trying to do a simple emailer for a site. I came up with the RH> following and was wondering if there are any security issues that jump RH> out. check out NMS versions of the classic cgi mail script. it works and it is secure. don't reinvent t