summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2015-07-30 09:43:51 +0200
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>2015-07-30 09:43:51 +0200
commit5b881b5a8e0d7bc540f4b63cc9559d2cb1775965 (patch)
tree89e6bbe39120155e237d389073c2fb156a93647c /src
parent5f3f4ebf965ae21d5ddfe1b75278dcc4bbf7f1e4 (diff)
Docs: Add a note about the maximum spam bar length
Diffstat (limited to 'src')
-rw-r--r--src/src/spam.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/src/spam.h b/src/src/spam.h
index 05ab655de..2fe73809e 100644
--- a/src/src/spam.h
+++ b/src/src/spam.h
@@ -12,7 +12,8 @@
/* timeout for reading and writing spamd */
#define SPAMD_TIMEOUT 120
-/* maximum length of the spam bar */
+/* maximum length of the spam bar, please update the
+ * spec, the max length is mentioned there */
#define MAX_SPAM_BAR_CHARS 50
/* SHUT_WR seems to be undefined on Unixware ? */