From f63f9cce151ad8dea8ac013dfa2c4818b2bcef95 Mon Sep 17 00:00:00 2001 From: don Date: Thu, 13 Dec 2012 01:05:41 +0000 Subject: [PATCH] Make it more clear that OPTIONS can only be set once in the configuration file (Thanks to Matt Jamison) (closes: #695809). --- debian/changelog | 7 +++++++ debian/spamass-milter.default | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) 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 -- 2.39.2