diff options
author | Jamis Buck <jamis@37signals.com> | 2005-05-30 23:09:50 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-05-30 23:09:50 +0000 |
commit | 19da52d69db92995eb518875b60e72b61f83469a (patch) | |
tree | 8db81b7bd13d8fa19c70d8cacc097daa716c1d35 /actionmailer/test/fixtures | |
parent | 6ce58318f5c1446c33599e3d0d19491618c684a6 (diff) | |
download | rails-19da52d69db92995eb518875b60e72b61f83469a.tar.gz rails-19da52d69db92995eb518875b60e72b61f83469a.tar.bz2 rails-19da52d69db92995eb518875b60e72b61f83469a.zip |
Ignore Iconv::IllegalSequence errors when converting text #1341 [lon@speedymac.com]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1374 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/test/fixtures')
-rw-r--r-- | actionmailer/test/fixtures/raw_email6 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/actionmailer/test/fixtures/raw_email6 b/actionmailer/test/fixtures/raw_email6 new file mode 100644 index 0000000000..93289c4f92 --- /dev/null +++ b/actionmailer/test/fixtures/raw_email6 @@ -0,0 +1,20 @@ +Return-Path: <xxx@xxxx.xxx> +Received: from xxx.xxxx.xxx by xxx.xxxx.xxx with ESMTP id C1B953B4CB6 for <xxxxx@Exxx.xxxx.xxx>; Tue, 10 May 2005 15:27:05 -0500 +Received: from SMS-GTYxxx.xxxx.xxx by xxx.xxxx.xxx with ESMTP id ca for <xxxxx@Exxx.xxxx.xxx>; Tue, 10 May 2005 15:27:04 -0500 +Received: from xxx.xxxx.xxx by SMS-GTYxxx.xxxx.xxx with ESMTP id j4AKR3r23323 for <xxxxx@Exxx.xxxx.xxx>; Tue, 10 May 2005 15:27:03 -0500 +Date: Tue, 10 May 2005 15:27:03 -0500 +From: xxx@xxxx.xxx +Sender: xxx@xxxx.xxx +To: xxxxxxxxxxx@xxxx.xxxx.xxx +Message-Id: <xxx@xxxx.xxx> +X-Original-To: xxxxxxxxxxx@xxxx.xxxx.xxx +Delivered-To: xxx@xxxx.xxx +Importance: normal +Content-Type: text/plain; charset=us-ascii + +Test test. Hi. Waving. m + +---------------------------------------------------------------- +Sent via Bell Mobility's Text Messaging service. +Envoyé par le service de messagerie texte de Bell Mobilité. +---------------------------------------------------------------- |