diff options
author | rhatto <rhatto> | 2006-10-12 18:27:05 +0000 |
---|---|---|
committer | rhatto <rhatto> | 2006-10-12 18:27:05 +0000 |
commit | b2652124bdb93e6adf1a79ba9cdc932b972e3811 (patch) | |
tree | ed53171a8bfaa188899174332a29f4d004a37bd6 | |
parent | ad25db92e7977f381b1b98a428560cd607b2476d (diff) | |
download | firma-b2652124bdb93e6adf1a79ba9cdc932b972e3811.tar.gz firma-b2652124bdb93e6adf1a79ba9cdc932b972e3811.tar.bz2 |
small fix
-rwxr-xr-x | firma | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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" || \ |