aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
authorrhatto <rhatto>2006-10-12 18:27:05 +0000
committerrhatto <rhatto>2006-10-12 18:27:05 +0000
commitb2652124bdb93e6adf1a79ba9cdc932b972e3811 (patch)
treeed53171a8bfaa188899174332a29f4d004a37bd6 /firma
parentad25db92e7977f381b1b98a428560cd607b2476d (diff)
downloadfirma-b2652124bdb93e6adf1a79ba9cdc932b972e3811.tar.gz
firma-b2652124bdb93e6adf1a79ba9cdc932b972e3811.tar.bz2
small fix
Diffstat (limited to 'firma')
-rwxr-xr-xfirma6
1 files changed, 2 insertions, 4 deletions
diff --git a/firma b/firma
index 1e96e2d..92ff8c3 100755
--- a/firma
+++ b/firma
@@ -1973,8 +1973,7 @@ more than 4 times." || \
[ "$1" == "help" ] && echo "SUBJECT_PREFIX= prefix to be included in the subject of list messages" || \
SUBJECT_PREFIX="`EvalConfigParameter $LIST_CONFIG_FILE SUBJECT_PREFIX`"
- [ "$1" == "help" ] && \
- echo "REMOVE_THESE_HEADERS= headers that should be stripped from list messages
+ [ "$1" == "help" ] && echo "REMOVE_THESE_HEADERS= headers that should be stripped from list messages
(space separated case-insensitive entries)
(may include regexps (e.g., X-.*)" || \
REMOVE_THESE_HEADERS="`EvalConfigParameter $LIST_CONFIG_FILE REMOVE_THESE_HEADERS`"
@@ -1982,8 +1981,7 @@ more than 4 times." || \
[ "$1" == "help" ] && echo "REPLIES_SHOULD_GO_TO_LIST= set to '1' to add a Reply-To header containing the list address" || \
REPLIES_SHOULD_GO_TO_LIST="`EvalConfigParameter $LIST_CONFIG_FILE REPLIES_SHOULD_GO_TO_LIST`"
- [ "$1" == "help" ] && \
- echo "SILENTLY_DISCARD_INVALID_MESSAGES= set to '1' to silently discard invalid
+ [ "$1" == "help" ] && echo "SILENTLY_DISCARD_INVALID_MESSAGES= set to '1' to silently discard invalid
messages (message not signed/encrypted,
sender not subscribed to the list, etc.)
instead of sending bounces back to sender" || \