<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 122: Codestriker not supporting ' in email addresses.</title><link href="https://sourceforge.net/p/codestriker/bugs/122/" rel="alternate"/><link href="https://sourceforge.net/p/codestriker/bugs/122/feed.atom" rel="self"/><id>https://sourceforge.net/p/codestriker/bugs/122/</id><updated>2011-08-25T06:10:33Z</updated><subtitle>Recent changes to 122: Codestriker not supporting ' in email addresses.</subtitle><entry><title>Codestriker not supporting ' in email addresses.</title><link href="https://sourceforge.net/p/codestriker/bugs/122/" rel="alternate"/><published>2011-08-25T06:10:33Z</published><updated>2011-08-25T06:10:33Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.nete96a9db75b59530bd16834cb30b5a56d541c281f</id><summary type="html">&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;</summary></entry></feed>