]> git.donarmstrong.com Git - debbugs.git/commitdiff
make the submitter be in utf8 to catch more problems
authorDon Armstrong <don@donarmstrong.com>
Thu, 14 Mar 2013 21:20:55 +0000 (14:20 -0700)
committerDon Armstrong <don@donarmstrong.com>
Thu, 14 Mar 2013 21:20:55 +0000 (14:20 -0700)
t/13_utf8_mail.t

index 4eda888df35cd0b67dbd0a8f5776342317d9f7f4..d5397dc9a5e492d5c77e12d37c86cff05d43b508 100644 (file)
@@ -53,7 +53,7 @@ END{
 
 send_message(to=>'submit@bugs.something',
             headers => [To   => 'submit@bugs.something',
-                        From => 'foo@bugs.something',
+                        From => 'foöff@bugs.something',
                         Subject => 'Submiting a bug',
                        ],
             body => <<EOF,attachments => [{Type=>"text/plain",Charset=>"utf-8",Data=><<EOF2}]) or fail('Unable to send message');