aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-04-17 21:52:50 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-04-17 21:52:50 +0000
commit615a4d47688b05ec5bbd2eda1e6b0c11900610cc (patch)
tree697643330a2e37146ce7680dd0c462d5f71b726e /packages
parent6d312e178a727d51ab0edc26bfaf145c6bd5da7c (diff)
downloadpfsense-packages-615a4d47688b05ec5bbd2eda1e6b0c11900610cc.tar.gz
pfsense-packages-615a4d47688b05ec5bbd2eda1e6b0c11900610cc.tar.bz2
pfsense-packages-615a4d47688b05ec5bbd2eda1e6b0c11900610cc.zip
-r is no longer supported.
Diffstat (limited to 'packages')
-rw-r--r--packages/spamd.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/spamd.inc b/packages/spamd.inc
index 0b5b5d10..666f3d8f 100644
--- a/packages/spamd.inc
+++ b/packages/spamd.inc
@@ -104,8 +104,8 @@ function sync_package_spamd() {
$delaysecs = " -s " . $ss['delaysecs'];
if($ss['window'] <> "")
$window = " -w " . $ss['window'];
- if($ss['replysmtperror'] <> "")
- $replysmtperror = " -r " . $ss['replysmtperror'];
+// if($ss['replysmtperror'] <> "")
+// $replysmtperror = " -r " . $ss['replysmtperror'];
if($ss['passtime'] <> "")
$passtime = $ss['passtime'];
if($ss['greyexp'] <> "")