aboutsummaryrefslogtreecommitdiffstats
path: root/packages/spamd_settings.xml
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-01-29 02:39:51 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-01-29 02:39:51 +0000
commitf242b672713002a2e8fa6ab27a7051f64e35be1f (patch)
tree85c5275f6882a6a6a97be419777fd008c6396275 /packages/spamd_settings.xml
parentc984b6957630ba90c785cdfb047f1edbc75fdc4a (diff)
downloadpfsense-packages-f242b672713002a2e8fa6ab27a7051f64e35be1f.tar.gz
pfsense-packages-f242b672713002a2e8fa6ab27a7051f64e35be1f.tar.bz2
pfsense-packages-f242b672713002a2e8fa6ab27a7051f64e35be1f.zip
Add spamd_db.php a tool that allows you to whitelist or blacklist items that are in the db.
Diffstat (limited to 'packages/spamd_settings.xml')
-rw-r--r--packages/spamd_settings.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/packages/spamd_settings.xml b/packages/spamd_settings.xml
index e9f9a053..1dba571b 100644
--- a/packages/spamd_settings.xml
+++ b/packages/spamd_settings.xml
@@ -29,7 +29,11 @@
<text>SpamD Settings</text>
<url>/pkg_edit.php?xml=spamd_settings.xml&amp;id=0</url>
<active/>
- </tab>
+ </tab>
+ <tab>
+ <text>SpamD Database</text>
+ <url>/spamd_db.php</url>
+ </tab>
</tabs>
<!-- configpath gets expanded out automatically and config items will be
stored in that location -->
@@ -82,7 +86,7 @@
<field>
<fielddescr>White Exp</fielddescr>
<fieldname>whiteexp</fieldname>
- <description>Adjust the three time parameters for greylisting. White expiration defaults to 864 (hours, approximately 36 days). spamd removes whitelist entries from the database if no mail delivery activity has been seen from the whitelisted address within whiteexp hours from the initial time an address is whitelisted.</description>
+ <description>Adjust the three time parameters for greylisting. White expiration defaults to 864 (hours, approximately 36 days). SpamD removes whitelist entries from the database if no mail delivery activity has been seen from the whitelisted address within whiteexp hours from the initial time an address is whitelisted.</description>
<type>input</type>
<size>30</size>
<value>25:4:864</value>