From: don Date: Thu, 13 Dec 2012 01:05:41 +0000 (+0000) Subject: Make it more clear that OPTIONS can only be set once in the X-Git-Tag: debian/0.4.0-1~12 X-Git-Url: https://git.donarmstrong.com/?p=deb_pkgs%2Fspamass-milter.git;a=commitdiff_plain;h=f63f9cce151ad8dea8ac013dfa2c4818b2bcef95;hp=a13080b4bbf683fa2200af52c3e145c7822961b1 Make it more clear that OPTIONS can only be set once in the configuration file (Thanks to Matt Jamison) (closes: #695809). --- diff --git a/debian/changelog b/debian/changelog index 3b6e0eb..8134352 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Wed, 12 Dec 2012 17:05:17 -0800 + spamass-milter (0.3.2-1) unstable; urgency=low * New upstream release diff --git a/debian/spamass-milter.default b/debian/spamass-milter.default index afb56f9..8922fb5 100644 --- a/debian/spamass-milter.default +++ b/debian/spamass-milter.default @@ -12,10 +12,10 @@ 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