| Wez Furlong 2004-11-29, 4:00 pm |
| wez Sun Nov 28 12:35:45 2004 EDT
Modified files:
/php-master-web/mail why.php
Log:
and the blacklist
http://cvs.php.net/diff.php/php-mas...1.2&r2=1.3&ty=u
Index: php-master-web/mail/why.php
diff -u php-master-web/mail/why.php:1.2 php-master-web/mail/why.php:1.3
--- php-master-web/mail/why.php:1.2 Sun Nov 28 12:30:23 2004
+++ php-master-web/mail/why.php Sun Nov 28 12:35:45 2004
@@ -51,6 +51,7 @@
</p>
<?php
+ break;
case 'XBL':
?>
<p>
@@ -85,6 +86,23 @@
</p>
<?php
+ break;
+ case 'blacklist':
+?>
+<p>
+You're on our black list. It is very rare for us to list someone on our own black list, so it must have been for a very very very good reason.
+</p>
+
+<b>How do I get off the blacklist?</b>
+
+<p>
+You need to be resourceful enough to contact someone on our systems team. You
+won't be able to mail us directly (because you are blacklisted). You will need
+to use an alternative email address or ask someone to contact us on your
+behalf.
+</p>
+
+<?php
/* TODO: more reasons to go here */
break;
}
|