diff options
-rwxr-xr-x | firma | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -661,7 +661,7 @@ function EditListMessageHeaders { fi # insert/replace the Reply-To header - if [[ -n "$REPLIES_SHOULD_GO_TO_LIST" ]]; then + if [[ "$REPLIES_SHOULD_GO_TO_LIST" == "1" ]]; then if ! echo "$MESSAGE_HEADERS" | \ grep -iq '^Reply-To:'; then |