From 2004c0f00c4666b91d27990fb20739f478f2ff3f Mon Sep 17 00:00:00 2001 From: luis Date: Wed, 8 Aug 2007 02:55:49 +0000 Subject: REPLIES_SHOULD_GO_TO_LIST wasn`t being disabled if set to zero. Fixed --- firma | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firma') 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 -- cgit v1.2.3