diff options
-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" || \ |