<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/php-dkim/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/php-dkim/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/php-dkim/bugs/</id><updated>2009-03-17T20:22:11Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>Duplicate To header</title><link href="https://sourceforge.net/p/php-dkim/bugs/1/" rel="alternate"/><published>2009-03-17T20:22:11Z</published><updated>2009-03-17T20:22:11Z</updated><author><name>Alain Jacquot</name><uri>https://sourceforge.net/u/ajacquot/</uri></author><id>https://sourceforge.net8359d7fc7e64c6841ec6c45ef659d022e5654944</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;The implementation example in dkim-test.php creates a duplicate To header.&lt;/p&gt;
&lt;p&gt;The To header is inserted in the $headers variable, but is also automatically added by PHP's mail() function, so when the mail goes out, the To header is listed twice.&lt;/p&gt;
&lt;p&gt;Some ISPs like Gmail ignore it. Some ISPs like Yahoo deliver it twice (and may fail DKIM validation)&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>