summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Valroff <julien@kirya.net>2010-01-07 15:26:38 +0100
committerJulien Valroff <julien@kirya.net>2010-01-07 15:26:38 +0100
commite8de7eb71dca5a032a62c4210b2b12cb8d24dcc1 (patch)
treeb673b8410b08ea146b0dc04bf7d1ac3632a92cb3
parenta4d6cff7688e61634c4e990264f599c22ac8c3a3 (diff)
Improve debconf template for IGNORE_LOCALHOST option
-rw-r--r--debian/changelog3
-rw-r--r--debian/templates8
2 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index d6e36e4..7be7d89 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,8 +29,9 @@ mailgraph (1.14-2) UNRELEASED; urgency=low
* Add recommends for an MTA
* Add patch to allow mailgraph.cgi to show graph if the script is renamed
(Closes: #434486)
+ * Improve debconf template for IGNORE_LOCALHOST option
- -- Julien Valroff <julien@kirya.net> Thu, 07 Jan 2010 14:38:51 +0100
+ -- Julien Valroff <julien@kirya.net> Thu, 07 Jan 2010 15:26:04 +0100
mailgraph (1.14-1.2) unstable; urgency=low
diff --git a/debian/templates b/debian/templates
index c5a1ec6..8d3c68e 100644
--- a/debian/templates
+++ b/debian/templates
@@ -17,7 +17,7 @@ _Description: Logfile used by mailgraph:
Template: mailgraph/ignore_localhost
Type: boolean
Default: false
-_Description: Count incoming mail as outgoing mail?
- If you count incoming mail as outgoing mail (default), mail is counted more
- than once if you use content filters like amavis, so you'll get wrong values.
- If you're using some content filter, disable this.
+_Description: Ignore mail to/from localhost?
+ When using a content filter like amavis, incoming mail is counted more
+ than once, which will result in wrong values.
+ If you use some content filter, you should choose this option.