You are here : Home - Spam Blacklist
Spam Blacklist
Due to increasing spam we have had to take action. This has resulted in us filtering domains where spam is a real problem. We know that there are legitimate users on those domains but unfortuantely we have been left with no choice but to filter them. If you require a reply please use an email address that doesn't end with any of the following addresses.
Blocked Domains
$url_to_open = "spamrules.txt";
//if newrule is passed then displaty the form
if (isset($newrule)){
?>
exit;
}
elseif (isset($addrule)) {
$fp = @fopen($url_to_open, "r");
if($fp){
while (!feof($fp)) {
$fd = $fd . fread($fp, 2048);
}
}
fclose($fp);
$lines = split(",", $fd);
$howmany= count($lines);
for( $i=0 ; $i < $howmany ; $i++){
if ($lines[$i] == $addrule ) {
echo "Domain Exists
Show List";
$found = "yes";
}
}
if($found != "yes"){
$fp = fopen($url_to_open, "a");
fwrite($fp,",".$addrule);
fclose($fp);
echo "Rule Added
Show List";
}
}
else
{
$fp = @fopen($url_to_open, "r");
if($fp){
while (!feof($fp)) {
$fd = $fd . fread($fp, 2048);
}
//$fd = fread($fp, 100000);
}
else
{
url_error($contact_email,$contact_url);
}
$lines = split(",", $fd);
$howmany= count($lines);
sort($lines);
?>
If your email address ending is included in the list then there could be a delay in us replying your email. We are really sorry for any inconvenience, we appreciate your feedback but spam has now reached such a point that we have no alternative but to take this action.
If your address ending is listed then we suggest that you fill in the contact form rather than using the email links.
We hope you understand the reasons for taking this action.
30 Nov 2003