packages: spamass-milter/spamass-milter.sysconfig - list option for paramet...

hawk hawk at pld-linux.org
Fri Jul 15 00:02:34 CEST 2011


Author: hawk                         Date: Thu Jul 14 22:02:34 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- list option for parameters
- drop -M so spam detection result gets added to mail header

---- Files affected:
packages/spamass-milter:
   spamass-milter.sysconfig (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: packages/spamass-milter/spamass-milter.sysconfig
diff -u packages/spamass-milter/spamass-milter.sysconfig:1.3 packages/spamass-milter/spamass-milter.sysconfig:1.4
--- packages/spamass-milter/spamass-milter.sysconfig:1.3	Thu Jul 14 21:20:48 2011
+++ packages/spamass-milter/spamass-milter.sysconfig	Fri Jul 15 00:02:29 2011
@@ -1,14 +1,15 @@
-# Path to socket
+# Path to socket (option -p)
 SPAMASS_MILTER_SOCKET="/var/lib/spamassassin/spamass-milter.socket"
 
-# Group which will own socket file (with permissions 660)
+# Group which will own socket file with permissions 660 (option -g)
 SPAMASS_MILTER_SOCKET_GROUP="postfix"
 
-# Path to pid file
+# Path to pid file (option -P)
 SPAMASS_MILTER_PIDFILE="/var/run/spamass-milter.pid"
 
-# Reject all messages with score >= X (default: 10, -1 to reject all)
+# Reject all messages with score >= X, default: 10, -1 to reject all
+# (option -r)
 SPAMASS_MILTER_REJECT_SCORE="10"
 
-# Other options (see spamass-milter --help)
-SPAMASS_MILTER_OPTIONS="-m -M"
+# Other options (run spamass-milter without options to see help)
+SPAMASS_MILTER_OPTIONS="-m"
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/spamass-milter/spamass-milter.sysconfig?r1=1.3&r2=1.4&f=u



More information about the pld-cvs-commit mailing list