@@ -274,6 +274,10 @@
$IsSpam ++;
break; // no sense in checking more IPs
}
+ // If we've checked one IP and YourHop is just a space
+ if ($SpamFilters_YourHop == ' ') {
+ break; // don't check any more
+ }
@@ -52,6 +52,10 @@
'<tr><th align=center>' . _("Spam Filtering") . '</th></tr>'.
'</table>';
+ 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);