aboutsummaryrefslogtreecommitdiffstats
path: root/actionmailer/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-06-22 09:59:14 +0000
committerJamis Buck <jamis@37signals.com>2005-06-22 09:59:14 +0000
commit996fa1526dd238a12e1f6173090d8bcbbfd567d2 (patch)
treecb2885d50afa3aa7a640dcb89e42d55457d349d1 /actionmailer/CHANGELOG
parent1d4d721782dd1d89435f79261b954eb0f163b312 (diff)
downloadrails-996fa1526dd238a12e1f6173090d8bcbbfd567d2.tar.gz
rails-996fa1526dd238a12e1f6173090d8bcbbfd567d2.tar.bz2
rails-996fa1526dd238a12e1f6173090d8bcbbfd567d2.zip
Unquoted @ chars in received email headers are parsed properly in spite of RFC 822 (#1206)
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1476 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r--actionmailer/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG
index 7dd63af77d..2ac696fba7 100644
--- a/actionmailer/CHANGELOG
+++ b/actionmailer/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Unquoted @ characters in headers are now accepted in spite of RFC 822 #1206
+
* Helper support (borrowed from ActionPack)
* Silently ignore Errno::EINVAL errors when converting text.