diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-04-30 19:51:37 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-04-30 19:51:37 +0000 |
commit | 815446ad81572186b99c31a1d849117e3ddf9835 (patch) | |
tree | 9418b42dc63800d4e073fea5cfbea23641cf9b31 /packages | |
parent | 02deda0143b9a87def7d79d9832e213bd4128eb8 (diff) | |
download | pfsense-packages-815446ad81572186b99c31a1d849117e3ddf9835.tar.gz pfsense-packages-815446ad81572186b99c31a1d849117e3ddf9835.tar.bz2 pfsense-packages-815446ad81572186b99c31a1d849117e3ddf9835.zip |
Show all entries in database regardless of sender not being set.
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>"; |