diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/spamd_db.php | 2 |
1 files changed, 2 insertions, 0 deletions
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 "<tr id=\"{$rows}\">"; echo "<td class=\"listr\">{$recordtype}</td>"; echo "<td class=\"listr\">{$srcip}</td>"; |