From b3176423bba39650c5c324d1ddfd2d698f7ccbd7 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Tue, 15 Jul 2008 16:40:24 +0000 Subject: If srcip, from address and to address are blank, simply continue --- packages/spamd_db.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages') diff --git a/packages/spamd_db.php b/packages/spamd_db.php index ae934a70..9f037327 100644 --- a/packages/spamd_db.php +++ b/packages/spamd_db.php @@ -405,6 +405,8 @@ if (typeof getURL == 'undefined') { $attempts = htmlentities($pkgdb_split[8]); break; } + if($srcip == "" and $fromaddress == "" and $toaddress == "") + continue; echo ""; echo "{$recordtype}"; echo "{$srcip}"; -- cgit v1.2.3