<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to 122: Codestriker not supporting ' in email addresses.</title><link>https://sourceforge.net/p/codestriker/bugs/122/</link><description>Recent changes to 122: Codestriker not supporting ' in email addresses.</description><atom:link href="https://sourceforge.net/p/codestriker/bugs/122/feed.rss" rel="self"/><language>en</language><lastBuildDate>Thu, 25 Aug 2011 06:10:33 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/codestriker/bugs/122/feed.rss" rel="self" type="application/rss+xml"/><item><title>Codestriker not supporting ' in email addresses.</title><link>https://sourceforge.net/p/codestriker/bugs/122/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Codestriker does not support the use of a ' in an email address.&lt;/p&gt;
&lt;p&gt;We had trouble getting Codestriker to allow one of my co-workers, who has an irish surname, to be assigned to and create review topics.&lt;/p&gt;
&lt;p&gt;I identified the problem as occuring in Input.pm, with changes needing to be made to the _untaint_email and _untaint_emails functions&lt;/p&gt;
&lt;p&gt;Changing the regex in the functions allowed us to fix the problem.&lt;/p&gt;
&lt;p&gt;_untaint_email&lt;br /&gt;
From - '[\s]*[-_\+\w\.{1,200}(\@[-_\+\w\.]{1,200})?[\s]*'&lt;br /&gt;
To - '[\s]*[-_\+\w\.\']{1,200}(\@[-_\+\w\.]{1,200})?[\s]*'&lt;/p&gt;
&lt;p&gt;_untaint_emails&lt;br /&gt;
From - '[\s]*([-_\+\w\.]{1,200}(\@[-_\+\w\.]{1,200})?[\s,;]*){1,100}[\s]*'&lt;br /&gt;
To - '[\s]*([-_\+\w\.\']{1,200}(\@[-_\+\w\.]{1,200})?[\s,;]*){1,100}[\s]*'&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Thu, 25 Aug 2011 06:10:33 -0000</pubDate><guid>https://sourceforge.nete96a9db75b59530bd16834cb30b5a56d541c281f</guid></item></channel></rss>