aboutsummaryrefslogtreecommitdiff
path: root/firma
diff options
context:
space:
mode:
Diffstat (limited to 'firma')
-rwxr-xr-xfirma2
1 files changed, 1 insertions, 1 deletions
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