Re: PHP mail function safety
From: J.O. Aho (user_at_example.net)
Date: 01/05/05
- Next message: scott: "php pages on IIS are white/blank ?"
- Previous message: PiedmontBiz: "PHP mail function safety"
- In reply to: PiedmontBiz: "PHP mail function safety"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 05 Jan 2005 10:07:23 +0100
PiedmontBiz wrote:
> I notice that FormMail.pl does checks for tainted input. Does the builtin
> mail() do do the same? Or should I setup my own tests before submitting to
> mail()?
You should make tests of the imput that you feed mail() with, it will not make
any checks, but your SMTP may do that for you, before allowing the mail to be
sent, but don't count on that if you haven't set up your own SMTP and know you
have such working premailing checks.
//Aho
- Next message: scott: "php pages on IIS are white/blank ?"
- Previous message: PiedmontBiz: "PHP mail function safety"
- In reply to: PiedmontBiz: "PHP mail function safety"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|