]> git.donarmstrong.com Git - deb_pkgs/spamass-milter.git/commitdiff
Make it more clear that OPTIONS can only be set once in the
authordon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Thu, 13 Dec 2012 01:05:41 +0000 (01:05 +0000)
committerdon <don@8f7917da-ec0b-0410-a553-b9b0e350d17e>
Thu, 13 Dec 2012 01:05:41 +0000 (01:05 +0000)
configuration file (Thanks to Matt Jamison) (closes: #695809).

debian/changelog
debian/spamass-milter.default

index 3b6e0eb21825db08d5f370749fbb76d9ef6d1a91..813435211381d47d085bfce434ccde79e4a828d8 100644 (file)
@@ -1,3 +1,10 @@
+spamass-milter (0.3.2-2) unstable; urgency=low
+
+  * Make it more clear that OPTIONS can only be set once in the
+    configuration file (Thanks to Matt Jamison) (closes: #695809).
+
+ -- Don Armstrong <don@donarmstrong.com>  Wed, 12 Dec 2012 17:05:17 -0800
+
 spamass-milter (0.3.2-1) unstable; urgency=low
 
   * New upstream release
index afb56f9bfd84c7f5efb1ca4234f7853b39e76da2..8922fb582b9d2738e2907ffdaadaa0cb558cc6e1 100644 (file)
 OPTIONS="-u spamass-milter -i 127.0.0.1"
 
 # Reject emails with spamassassin scores > 15.
-#OPTIONS="-r 15"
+#OPTIONS="${OPTIONS} -r 15"
 
 # Do not modify Subject:, Content-Type: or body.
-#OPTIONS="-m"
+#OPTIONS="${OPTIONS} -m"
 
 ######################################
 # If /usr/sbin/postfix is executable, the following are set by