]> gitweb.fluxo.info Git - firma.git/commitdiff
small fix
authorrhatto <rhatto>
Thu, 12 Oct 2006 18:27:05 +0000 (18:27 +0000)
committerrhatto <rhatto>
Thu, 12 Oct 2006 18:27:05 +0000 (18:27 +0000)
firma

diff --git a/firma b/firma
index 1e96e2d35b61e47e691ae248ef2bca61a90dfd71..92ff8c3e7c9f36c0842bd9c6b32b7ca27f25329c 100755 (executable)
--- 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" || \