Posted by Angelos on 11/17/05 13:40
Thanks for that,
at the moment I am trying this solution
<?php
$from=$_POST["sender"];
if (eregi("\r",$from) || eregi("\n",$from)){
die("Why ?? :(");
}
?>
And if that spam continues ...I'll have to find something else ....
What do "they" have to earn by sending all this SPAM ???
Is there any Money involved ... i don't think so ...
Anyway thanks for your replies !!!
[Back to original message]
|