From 9c09b33e955c345d6c2ec352e6fba572b5784ab5 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Thu, 20 Sep 2012 12:50:54 -0400 Subject: FS#248 - Sending Mail with quotes Don't run scrub_in on the subject and body; it's not touching the database or being output back to the browser, and we send plain text email. Anything malicious that can be done is a phpmailer bug. --- docs/CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/CHANGELOG') diff --git a/docs/CHANGELOG b/docs/CHANGELOG index 98406cb9..ffd6f88f 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,7 @@ -------------------------------------------------------------------------- v.3.6-future + - Removed HTML entity encoding of plaintext email (reported by USMC Guy) - Fixed a search issue which prevented the use of multiple tag rules (reported by Istarion) - Fixed ASF tag parsing regression (reported by cygn) -- cgit