First cleanup pass - indention
[squirrelmail.git] / plugins / filters / spamoptions.php
index 06790a758348968d6faf7318cacc746acb2ceaec..d1492b4e92bff7e79e33ea1a7f64ae1b23dd2c98 100644 (file)
            '<tr><th align=center>' . _("Spam Filtering") . '</th></tr>'.
        '</table>';
 
            '<tr><th align=center>' . _("Spam Filtering") . '</th></tr>'.
        '</table>';
 
+    if ($SpamFilters_YourHop == ' ') {
+       echo '<BR><center><b>' . _("WARNING! Tell your admin to set the SpamFilters_YourHop variable") . '</b></center><BR>';
+    }
+
 
    if (isset($action) && $action == 'spam') {
        $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);
 
    if (isset($action) && $action == 'spam') {
        $imapConnection = sqimap_login($username, $key, $imapServerAddress, $imapPort, 0);