summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--it_mail.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/it_mail.class b/it_mail.class
index 5045a44..24caf00 100644
--- a/it_mail.class
+++ b/it_mail.class
@@ -110,7 +110,7 @@ function add_header($header, $value)
/* FALLTHROUGH */
default:
$this->header_names[] = $header;
- $this->header_values[] = $this->header_escape($value, $header == 'From');
+ $this->header_values[] = $this->header_escape($value, $header == 'From' || $header == 'Reply-To');
break;
}
}