diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/spamd_db.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/spamd_db.php b/packages/spamd_db.php index bbd9568f..f8a1f59d 100644 --- a/packages/spamd_db.php +++ b/packages/spamd_db.php @@ -386,11 +386,6 @@ if (typeof getURL == 'undefined') { $attempts = htmlentities($pkgdb_split[8]); break; } - - if($fromaddress == "") { - $rows++; - continue; - } echo "<tr id=\"{$rows}\">"; echo "<td class=\"listr\">{$recordtype}</td>"; echo "<td class=\"listr\">{$srcip}</td>"; |