[spampd] Set --maxsize=500 by default to be in line with SA.

bojan bojan at fedoraproject.org
Thu Apr 24 22:15:50 UTC 2014


commit 3b85f15db5603122d2221a443069887684ff0da0
Author: Bojan Smojver <bojan at rexursive.com>
Date:   Fri Apr 25 08:15:33 2014 +1000

    Set --maxsize=500 by default to be in line with SA.

 spampd.spec      |    5 ++++-
 spampd.sysconfig |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/spampd.spec b/spampd.spec
index a0d79a6..1075754 100644
--- a/spampd.spec
+++ b/spampd.spec
@@ -1,7 +1,7 @@
 Summary: Transparent SMTP/LMTP proxy filter using spamassassin
 Name: spampd
 Version: 2.30
-Release: 18%{?dist}
+Release: 19%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://www.worlddesign.com/index.cfm/rd/mta/spampd.htm
@@ -95,6 +95,9 @@ indicating it's spam and why.
 
 
 %changelog
+* Fri Apr 25 2014 Bojan Smojver <bojan at rexursive.com> - 2.30-19
+- set --maxsize=500 by default to be in line with SA
+
 * Thu Apr 24 2014 Bojan Smojver <bojan at rexursive.com> - 2.30-18
 - move --tagall and --local-only options to sysconfig, to be able to override
 - use short option names where possible
diff --git a/spampd.sysconfig b/spampd.sysconfig
index e9cc324..7829c3c 100644
--- a/spampd.sysconfig
+++ b/spampd.sysconfig
@@ -1 +1 @@
-SPAMPD_OPTIONS="--a --L --host=127.0.0.1:10026 --relayhost=127.0.0.1:10027"
+SPAMPD_OPTIONS="--a --L --maxsize=500 --host=127.0.0.1:10026 --relayhost=127.0.0.1:10027"


More information about the scm-commits mailing list