From: luis Date: Wed, 8 Aug 2007 02:55:49 +0000 (+0000) Subject: REPLIES_SHOULD_GO_TO_LIST wasn`t being disabled if set to zero. Fixed X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2004c0f00c4666b91d27990fb20739f478f2ff3f;p=firma.git REPLIES_SHOULD_GO_TO_LIST wasn`t being disabled if set to zero. Fixed --- diff --git a/firma b/firma index aeec1c0..f72c54a 100755 --- a/firma +++ b/firma @@ -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