<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=Mail2</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/20281" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/20281">
      <title>Mail2: Bug 20281 [Assigned] sending mails to recipients with a unticked display name containing a dot</title>
      <link>http://pear.php.net/bugs/20281</link>
      <content:encoded><![CDATA[<pre>Mail2 Bug
Reported by lukasp
2014-05-26T16:45:53+00:00
PHP: 5.4.4 OS: Debian GNU Linux (Stable) Package Version: 

Description:
------------
If the email address of a recipient contains a dot and is not enclosed with 
ticks Mail fails to send the message.

Even this format is obsolete, it's generation should be avoided but mails 
should be delivered anywaysÂ¹.

If I send the mails w/o Mail (but with the same MTA of course), it works. 

Â¹ http://tools.ietf.org/html/rfc2822#section-3.4

Test script:
---------------
&lt;?php
include('Mail.php');

$mailer = Mail::factory(&quot;smtp&quot;);

$hdrs = array(
    'From'    =&gt; 'me@example.com',
    'Subject' =&gt; 'Test message'
);

$mailer-&gt;send('&quot;First.Last&quot; &lt;First.Last@example.com&gt;', $hdrs, &quot;ticks: works&quot;);

$mailer-&gt;send('First.Last &lt;First.Last@example.com&gt;', $hdrs, &quot;not ticks: does not work&quot;);
?&gt;


Expected result:
----------------
Both mails get delivered (to the MTA).

Actual result:
--------------
Only the mail with the ticked custom name gets delivered (to the MTA).</pre>]]></content:encoded>
      <description><![CDATA[<pre>Mail2 Bug
Reported by lukasp
2014-05-26T16:45:53+00:00
PHP: 5.4.4 OS: Debian GNU Linux (Stable) Package Version: 

Description:
------------
If the email address of a recipient contains a dot and is not enclosed with 
ticks Mail fails to send the message.

Even this format is obsolete, it's generation should be avoided but mails 
should be delivered anywaysÂ¹.

If I send the mails w/o Mail (but with the same MTA of course), it works. 

Â¹ http://tools.ietf.org/html/rfc2822#section-3.4

Test script:
---------------
&lt;?php
include('Mail.php');

$mailer = Mail::factory(&quot;smtp&quot;);

$hdrs = array(
    'From'    =&gt; 'me@example.com',
    'Subject' =&gt; 'Test message'
);

$mailer-&gt;send('&quot;First.Last&quot; &lt;First.Last@example.com&gt;', $hdrs, &quot;ticks: works&quot;);

$mailer-&gt;send('First.Last &lt;First.Last@example.com&gt;', $hdrs, &quot;not ticks: does not work&quot;);
?&gt;


Expected result:
----------------
Both mails get delivered (to the MTA).

Actual result:
--------------
Only the mail with the ticked custom name gets delivered (to the MTA).</pre>]]></description>
      <dc:date>2014-06-04T15:33:10+00:00</dc:date>
      <dc:creator>pear &amp;#x64;&amp;#111;&amp;#x74; php &amp;#x64;&amp;#111;&amp;#x74; net &amp;#x61;&amp;#116; lukas-pirl &amp;#x64;&amp;#111;&amp;#x74; de</dc:creator>
      <dc:subject>Mail2 Bug</dc:subject>
    </item>
</rdf:RDF>
