aboutsummaryrefslogtreecommitdiffstats
path: root/packages/spamd_db.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-04-30 19:51:37 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-04-30 19:51:37 +0000
commit815446ad81572186b99c31a1d849117e3ddf9835 (patch)
tree9418b42dc63800d4e073fea5cfbea23641cf9b31 /packages/spamd_db.php
parent02deda0143b9a87def7d79d9832e213bd4128eb8 (diff)
downloadpfsense-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/spamd_db.php')
-rw-r--r--packages/spamd_db.php5
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>";