PHP mail function safety
From: PiedmontBiz (piedmontbiz_at_aol.com)
Date: 01/05/05
- Next message: J.O. Aho: "Re: PHP mail function safety"
- Previous message: Lunchbox G4: "Re: Object question"
- Next in thread: J.O. Aho: "Re: PHP mail function safety"
- Reply: J.O. Aho: "Re: PHP mail function safety"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 05 Jan 2005 07:51:28 GMT
Greetings
I have recently begun to code with PHP. I have used with the mail() function
and I like it a log compared to FormMail.pl. (FormMail is a great program don't
get me wrong)
Recently I have been going over my code to make sure I am trapping tainted
$_POST data from the forms I used.
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()?
Or is this even an issue with PHP?
Allen.
- Next message: J.O. Aho: "Re: PHP mail function safety"
- Previous message: Lunchbox G4: "Re: Object question"
- Next in thread: J.O. Aho: "Re: PHP mail function safety"
- Reply: J.O. Aho: "Re: PHP mail function safety"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|