From b2652124bdb93e6adf1a79ba9cdc932b972e3811 Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 12 Oct 2006 18:27:05 +0000 Subject: small fix --- firma | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'firma') 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" || \ -- cgit v1.2.3