diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2008-04-17 20:27:55 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2008-04-17 20:27:55 +0000 |
commit | f8709083ca40c00db8ffd487d04ae0bcadb8fb63 (patch) | |
tree | 14678ca29b5f7e5615f5beeef16e87f4121840a2 | |
parent | 3f0dd67902a3f3096d69d58721228ed549cfe944 (diff) | |
download | pfsense-packages-f8709083ca40c00db8ffd487d04ae0bcadb8fb63.tar.gz pfsense-packages-f8709083ca40c00db8ffd487d04ae0bcadb8fb63.tar.bz2 pfsense-packages-f8709083ca40c00db8ffd487d04ae0bcadb8fb63.zip |
-g is no longer an option.
-rw-r--r-- | packages/spamd.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/spamd.inc b/packages/spamd.inc index e3ccc61b..d0642429 100644 --- a/packages/spamd.inc +++ b/packages/spamd.inc @@ -79,7 +79,7 @@ function sync_package_spamd() { $greyexp = "4"; $whiteexp = "864"; $identifier = ""; - $greylisting = " -g"; +// $greylisting = " -g"; $maxcon = ""; $maxblack = ""; $stuttersecs = ""; |