<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>HeaderFilterAgent Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/HeaderFilterAgent/Wiki/View.aspx?title=Home</link><description>HeaderFilterAgent Wiki Rss Description</description><item><title>Updated Wiki: Home</title><link>http://headerfilteragent.codeplex.com/Wiki/View.aspx?title=Home&amp;version=13</link><description>&lt;div class="wikidoc"&gt;&lt;h3&gt;What is it?&lt;/h3&gt;
HeaderFilterAgent is a transport agent for Exchange 2007. The agent strips all X- headers from incoming internet email, except those headers listed in the whitelist in the registry. The point is to protect your Exchange servers from having their named props tables bloat due to random X- headers on incoming internet email.&lt;br /&gt;
&lt;h3&gt;Note&lt;/h3&gt;
An official fix for this problem was released for Exchange 2007 as part of Sp1 RU8. Once you've applied Sp1 RU8, HeaderFilterAgent should no longer be necessary. The fix changes the behavior so that X- headers are no longer promoted to named properties. This makes it unnecessary to remove the X- headers from the message.&lt;br /&gt;
&lt;h3&gt;How exactly does it work?&lt;/h3&gt;
When the agent starts, it reads the whitelist from the registry key HKLM\Software\HeaderFilterAgent\Whitelist. If there is no such registry entry, or if the registry value does not contain any header names, the agent will do nothing at all. Assuming there's a whitelist, as each email comes in, the agent checks to see if the submission was authenticated or not. If it was not authenticated, the agent looks at each header starting with &amp;quot;X-&amp;quot; and compares it to each header in the whitelist. If the X- header is not found in the whitelist, it is removed. Comparisons are case-insensitive.&lt;br /&gt;
&lt;h3&gt;How do I install it?&lt;/h3&gt;
To install the agent:&lt;br /&gt;&lt;br /&gt;1. Download the DLL. Optionally, download the REG file.&lt;br /&gt;2. Place the DLL in a folder somewhere on the Exchange 2007 server, such as C:\MyAgents.&lt;br /&gt;3. Either import the included REG file by double-clicking it, or go into regedit and manually create the &amp;quot;HKLM\Software\HeaderFilterAgent&amp;quot; key. Under that key create a new Multi-String Value called &amp;quot;Whitelist&amp;quot;, and add any headers you want to allow, each on a line by itself. You MUST add at least one header in order for the agent to activate. Enter each name on a line by itself with no quotes and no colon after it, such as:&lt;br /&gt;&lt;br /&gt;X-Mailer&lt;br /&gt;X-MS-TNEF-Correlator&lt;br /&gt;X-MS-Has-Attach&lt;br /&gt;&lt;br /&gt;The names are not case-sensitive. The included REG file automatically adds every header that is used internally by Exchange. You can use the REG file as is, or you can manually edit the list after importing it, or you can ignore it entirely and manually configure the whitelist.&lt;br /&gt;&lt;br /&gt;3. In the Exchange command shell run:&lt;br /&gt;&lt;br /&gt;Install-TransportAgent -Name &amp;quot;HeaderFilterAgent&amp;quot; -TransportAgentFactory &amp;quot;HeaderFilterAgent.HeaderFilterAgentFactory&amp;quot; -AssemblyPath &amp;quot;C:\MyAgents\HeaderFilter.dll&amp;quot;&lt;br /&gt;&lt;br /&gt;4. Exit the Exchange command shell and launch it again, then run:&lt;br /&gt;&lt;br /&gt;Enable-TransportAgent HeaderFilterAgent&lt;br /&gt;&lt;br /&gt;5. Restart-service MSExchangeTransport&lt;br /&gt;&lt;br /&gt;After restarting MSExchangeTransport, the agent should be active. If you update the whitelist, you must restart MSExchangeTransport for the new whitelist to take effect.&lt;br /&gt;&lt;br /&gt;For more information on creating and installing your own transport agents, see this blog post: &lt;a href="http://msexchangeteam.com/archive/2006/12/05/431755.aspx" class="externalLink"&gt;http://msexchangeteam.com/archive/2006/12/05/431755.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;/div&gt;</description><author>bilong</author><pubDate>Tue, 26 May 2009 15:29:44 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20090526032944P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/HeaderFilterAgent/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
What is it?
&lt;/h3&gt; &lt;br /&gt;HeaderFilterAgent is a transport agent for Exchange 2007. The agent strips all X- headers from incoming internet email, except those headers listed in the whitelist in the registry. The point is to protect your Exchange servers from having their named props tables bloat due to random X- headers on incoming internet email.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
How exactly does it work?
&lt;/h3&gt; &lt;br /&gt;When the agent starts, it reads the whitelist from the registry key HKLM\Software\HeaderFilterAgent\Whitelist. If there is no such registry entry, or if the registry value does not contain any header names, the agent will do nothing at all. Assuming there's a whitelist, as each email comes in, the agent checks to see if the submission was authenticated or not. If it was not authenticated, the agent looks at each header starting with &amp;quot;X-&amp;quot; and compares it to each header in the whitelist. If the X- header is not found in the whitelist, it is removed. Comparisons are case-insensitive.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
How do I install it?
&lt;/h3&gt; &lt;br /&gt;To install the agent:&lt;br /&gt; &lt;br /&gt;1. Download the DLL. Optionally, download the REG file.&lt;br /&gt;2. Place the DLL in a folder somewhere on the Exchange 2007 server, such as C:\MyAgents.&lt;br /&gt;3. Either import the included REG file by double-clicking it, or go into regedit and manually create the &amp;quot;HKLM\Software\HeaderFilterAgent&amp;quot; key. Under that key create a new Multi-String Value called &amp;quot;Whitelist&amp;quot;, and add any headers you want to allow, each on a line by itself. You MUST add at least one header in order for the agent to activate. Enter each name on a line by itself with no quotes and no colon after it, such as:&lt;br /&gt; &lt;br /&gt;X-Mailer&lt;br /&gt;X-MS-TNEF-Correlator&lt;br /&gt;X-MS-Has-Attach&lt;br /&gt; &lt;br /&gt;The names are not case-sensitive. The included REG file automatically adds every header that is used internally by Exchange. You can use the REG file as is, or you can manually edit the list after importing it, or you can ignore it entirely and manually configure the whitelist.&lt;br /&gt; &lt;br /&gt;3. In the Exchange command shell run:&lt;br /&gt; &lt;br /&gt;Install-TransportAgent -Name &amp;quot;HeaderFilterAgent&amp;quot; -TransportAgentFactory &amp;quot;HeaderFilterAgent.HeaderFilterAgentFactory&amp;quot; -AssemblyPath &amp;quot;C:\MyAgents\HeaderFilter.dll&amp;quot;&lt;br /&gt; &lt;br /&gt;4. Exit the Exchange command shell and launch it again, then run:&lt;br /&gt; &lt;br /&gt;Enable-TransportAgent HeaderFilterAgent&lt;br /&gt; &lt;br /&gt;5. Restart-service MSExchangeTransport&lt;br /&gt; &lt;br /&gt;After restarting MSExchangeTransport, the agent should be active. If you update the whitelist, you must restart MSExchangeTransport for the new whitelist to take effect.&lt;br /&gt; &lt;br /&gt;For more information on creating and installing your own transport agents, see this blog post: &lt;a href="http://msexchangeteam.com/archive/2006/12/05/431755.aspx" class="externalLink"&gt;http://msexchangeteam.com/archive/2006/12/05/431755.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>bilong</author><pubDate>Wed, 12 Nov 2008 19:06:07 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081112070607P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/HeaderFilterAgent/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
What is it?
&lt;/h3&gt; &lt;br /&gt;HeaderFilterAgent is a transport agent for Exchange 2007. The agent strips all X- headers from incoming internet email, except those headers listed in the whitelist in the registry. The point is to protect your Exchange servers from having their named props tables bloat due to random X- headers on incoming internet email.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
How exactly does it work?
&lt;/h3&gt; &lt;br /&gt;When the agent starts, it reads the whitelist from the registry key HKLM\Software\HeaderFilterAgent\Whitelist. If there is no such registry entry, or if the registry value does not contain any header names, the agent will do nothing at all. Assuming there's a whitelist, as each email comes in, the agent checks to see if the submission was authenticated or not. If it was not authenticated, the agent looks at each header starting with &amp;quot;X-&amp;quot; and compares it to each header in the whitelist. If the X- header is not found in the whitelist, it is removed. Comparisons are case-insensitive.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
How do I install it?
&lt;/h3&gt; &lt;br /&gt;To install the agent:&lt;br /&gt; &lt;br /&gt;1. Download the DLL. Optionally, download the REG file.&lt;br /&gt;2. Place the DLL in a folder somewhere on the Exchange 2007 server, such as C:\MyAgents.&lt;br /&gt;3. Either import the included REG file by double-clicking it, or go into regedit and manually create the &amp;quot;HKLM\Software\HeaderFilterAgent&amp;quot; key. Under that key create a new Multi-String Value called &amp;quot;Whitelist&amp;quot;, and add any headers you want to allow, each on a line by itself. You MUST add at least one header in order for the agent to activate. Enter each name on a line by itself with no quotes and no colon after it, such as:&lt;br /&gt; &lt;br /&gt;X-Mailer&lt;br /&gt;X-MS-TNEF-Correlator&lt;br /&gt;X-MS-Has-Attach&lt;br /&gt; &lt;br /&gt;The names are not case-sensitive. The included REG file automatically adds every header that is used internally by Exchange.&lt;br /&gt; &lt;br /&gt;3. In the Exchange command shell run:&lt;br /&gt; &lt;br /&gt;Install-TransportAgent -Name &amp;quot;HeaderFilterAgent&amp;quot; -TransportAgentFactory &amp;quot;HeaderFilterAgent.HeaderFilterAgentFactory&amp;quot; -AssemblyPath &amp;quot;C:\MyAgents\HeaderFilter.dll&amp;quot;&lt;br /&gt; &lt;br /&gt;4. Exit the Exchange command shell and launch it again, then run:&lt;br /&gt; &lt;br /&gt;Enable-TransportAgent HeaderFilterAgent&lt;br /&gt; &lt;br /&gt;5. Restart-service MSExchangeTransport&lt;br /&gt; &lt;br /&gt;After restarting MSExchangeTransport, the agent should be active. If you update the whitelist, you must restart MSExchangeTransport for the new whitelist to take effect.&lt;br /&gt; &lt;br /&gt;For more information on creating and installing your own transport agents, see this blog post: &lt;a href="http://msexchangeteam.com/archive/2006/12/05/431755.aspx" class="externalLink"&gt;http://msexchangeteam.com/archive/2006/12/05/431755.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>bilong</author><pubDate>Wed, 12 Nov 2008 18:56:28 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20081112065628P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/HeaderFilterAgent/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
What is it?
&lt;/h3&gt; &lt;br /&gt;HeaderFilterAgent is a transport agent for Exchange 2007. The agent strips all X- headers from incoming internet email, except those headers listed in the whitelist in the registry. The point is to protect your Exchange servers from having their named props tables bloat due to random X- headers on incoming internet email.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
How exactly does it work?
&lt;/h3&gt; &lt;br /&gt;When the agent starts, it reads the whitelist from the registry key HKLM\Software\HeaderFilterAgent\Whitelist. If there is no such registry entry, or if the registry value does not contain any header names, the agent will do nothing at all. Assuming there's a whitelist, as each email comes in, the agent checks to see if the submission was authenticated or not. If it was not authenticated, the agent looks at each header starting with &amp;quot;X-&amp;quot; and compares it to each header in the whitelist. If the X- header is not found in the whitelist, it is removed. Comparisons are case-insensitive.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
How do I install it?
&lt;/h3&gt; &lt;br /&gt;To install the agent:&lt;br /&gt; &lt;br /&gt;1. Place it in a folder somewhere on the Exchange 2007 server, such as C:\MyAgents.&lt;br /&gt;2. Go into regedit and create the &amp;quot;HKLM\Software\HeaderFilterAgent&amp;quot; key. Under that key create a new Multi-String Value called &amp;quot;Whitelist&amp;quot;, and add any headers you want to allow, each on a line by itself. You MUST add at least one header in order for the agent to activate. If you're not sure what to add, I recommend &amp;quot;X-Mailer&amp;quot;, which is fairly common and useful for troubleshooting. Enter each name on a line by itself with no quotes and no colon after it, such as:&lt;br /&gt; &lt;br /&gt;X-Mailer&lt;br /&gt;X-MS-TNEF-Correlator&lt;br /&gt;X-MS-Has-Attach&lt;br /&gt; &lt;br /&gt;3. In the Exchange command shell run:&lt;br /&gt; &lt;br /&gt;Install-TransportAgent -Name &amp;quot;HeaderFilterAgent&amp;quot; -TransportAgentFactory &amp;quot;HeaderFilterAgent.HeaderFilterAgentFactory&amp;quot; -AssemblyPath &amp;quot;C:\MyAgents\HeaderFilter.dll&amp;quot;&lt;br /&gt; &lt;br /&gt;4. Exit the Exchange command shell and launch it again, then run:&lt;br /&gt; &lt;br /&gt;Enable-TransportAgent HeaderFilterAgent&lt;br /&gt; &lt;br /&gt;5. Restart-service MSExchangeTransport&lt;br /&gt; &lt;br /&gt;After restarting MSExchangeTransport, the agent should be active. If you update the whitelist, you must restart MSExchangeTransport for the new whitelist to take effect.&lt;br /&gt; &lt;br /&gt;For more information on creating and installing your own transport agents, see this blog post: &lt;a href="http://msexchangeteam.com/archive/2006/12/05/431755.aspx" class="externalLink"&gt;http://msexchangeteam.com/archive/2006/12/05/431755.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>bilong</author><pubDate>Thu, 10 Jul 2008 19:00:47 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080710070047P</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/HeaderFilterAgent/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
What is it?
&lt;/h3&gt; &lt;br /&gt;HeaderFilterAgent is a transport agent for Exchange 2007. The agent strips all X- headers from incoming internet email, except those headers listed in the whitelist in the registry. The point is to protect your Exchange servers from having their named props tables bloat due to random X- headers on incoming internet email.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
How exactly does it work?
&lt;/h3&gt; &lt;br /&gt;When the agent starts, it reads the whitelist from the registry key HKLM\Software\HeaderFilterAgent\Whitelist. If there is no such registry entry, or if the registry value does not contain any header names, the agent will do nothing at all. Assuming there's a whitelist, as each email comes in, the agent checks to see if the submission was authenticated or not. If it was not authenticated, the agent looks at each header starting with &amp;quot;X-&amp;quot; and compares it to each header in the whitelist. If the X- header is not found in the whitelist, it is removed. Comparisons are case-insensitive.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
How do I install it?
&lt;/h3&gt; &lt;br /&gt;To install the agent:&lt;br /&gt; &lt;br /&gt;1. Place it in a folder somewhere on the Exchange 2007 server, such as C:\MyAgents.&lt;br /&gt;2. Go into regedit and create the &amp;quot;HKLM\Software\HeaderFilterAgent&amp;quot; key. Under that key create a new Multi-String Value called &amp;quot;Whitelist&amp;quot;, and add any headers you want to allow, each on a line by itself. You MUST add at least one header in order for the agent to activate. If you're not sure what to add, I recommend &amp;quot;X-Mailer&amp;quot;, which is fairly common and useful for troubleshooting.&lt;br /&gt;3. In the Exchange command shell run:&lt;br /&gt; &lt;br /&gt;Install-TransportAgent -Name &amp;quot;HeaderFilterAgent&amp;quot; -TransportAgentFactory &amp;quot;HeaderFilterAgent.HeaderFilterAgentFactory&amp;quot; -AssemblyPath &amp;quot;C:\MyAgents\HeaderFilter.dll&amp;quot;&lt;br /&gt; &lt;br /&gt;4. Exit the Exchange command shell and launch it again, then run:&lt;br /&gt; &lt;br /&gt;Enable-TransportAgent HeaderFilterAgent&lt;br /&gt; &lt;br /&gt;5. Restart-service MSExchangeTransport&lt;br /&gt; &lt;br /&gt;After restarting MSExchangeTransport, the agent should be active. If you update the whitelist, you must restart MSExchangeTransport for the new whitelist to take effect.&lt;br /&gt; &lt;br /&gt;For more information on creating and installing your own transport agents, see this blog post: &lt;a href="http://msexchangeteam.com/archive/2006/12/05/431755.aspx" class="externalLink"&gt;http://msexchangeteam.com/archive/2006/12/05/431755.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>bilong</author><pubDate>Thu, 10 Jul 2008 06:08:38 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080710060838A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/HeaderFilterAgent/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
What is it?
&lt;/h3&gt; &lt;br /&gt;HeaderFilterAgent is a transport agent for Exchange 2007. The agent strips all X- headers from incoming internet email, except those headers listed in the whitelist in the registry. The point is to protect your Exchange servers from having their named props tables bloat due to random X- headers on incoming internet email.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
How exactly does it work?
&lt;/h3&gt; &lt;br /&gt;When the agent starts, it reads the whitelist from the registry key HKLM\Software\HeaderFilterAgent\Whitelist. If there is no such registry entry, or if the registry value does not contain any header names, the agent will do nothing at all. Assuming there's a whitelist, as each email comes in, the agent checks to see if the submission was authenticated or not. If it was not authenticated, the agent looks at each header starting with &amp;quot;X-&amp;quot; and compares it to each header in the whitelist. If the X- header is not found in the whitelist, it is removed. Comparisons are case-insensitive.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
How do I install it?
&lt;/h3&gt; &lt;br /&gt;To install the agent:&lt;br /&gt; &lt;br /&gt;1. Place it in a folder somewhere on the Exchange 2007 server, such as C:\MyAgents.&lt;br /&gt;2. Go into regedit and create the &amp;quot;HKLM\Software\HeaderFilterAgent&amp;quot; key. Under that key create a new Multi-String Value called &amp;quot;Whitelist&amp;quot;, and add any headers you want to allow, each on a line by itself. You MUST add at least one header in order for the agent to activate. If you're not sure what to add, I recommend &amp;quot;X-Mailer&amp;quot; as that one is fairly common and useful.&lt;br /&gt;3. In the Exchange command shell run:&lt;br /&gt; &lt;br /&gt;Install-TransportAgent -Name &amp;quot;HeaderFilterAgent&amp;quot; -TransportAgentFactory &amp;quot;HeaderFilterAgent.HeaderFilterAgentFactory&amp;quot; -AssemblyPath &amp;quot;C:\MyAgents\HeaderFilter.dll&amp;quot;&lt;br /&gt; &lt;br /&gt;4. Exit the Exchange command shell and launch it again, then run:&lt;br /&gt; &lt;br /&gt;Enable-TransportAgent HeaderFilterAgent&lt;br /&gt; &lt;br /&gt;5. Restart-service MSExchangeTransport&lt;br /&gt; &lt;br /&gt;After restarting MSExchangeTransport, the agent should be active. If you update the whitelist, you must restart MSExchangeTransport for the new whitelist to take effect.&lt;br /&gt; &lt;br /&gt;For more information on creating and installing your own transport agents, see this blog post: &lt;a href="http://msexchangeteam.com/archive/2006/12/05/431755.aspx" class="externalLink"&gt;http://msexchangeteam.com/archive/2006/12/05/431755.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>bilong</author><pubDate>Thu, 10 Jul 2008 06:07:51 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080710060751A</guid></item><item><title>Updated Wiki: Home</title><link>http://www.codeplex.com/HeaderFilterAgent/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;h3&gt;
What is it?
&lt;/h3&gt; &lt;br /&gt;HeaderFilterAgent is a transport agent for Exchange 2007. The agent strips all X- headers from incoming internet email, except those headers listed in the whitelist in the registry. The point is to protect your Exchange servers from having their named props tables bloat due to random X- headers on incoming internet email.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
How exactly does it work?
&lt;/h3&gt; &lt;br /&gt;When the agent starts, it reads the whitelist from the registry key HKLM\Software\HeaderFilterAgent\Whitelist. If there is no such registry entry, it will do nothing at all. Assuming there's a whitelist, as each email comes in, the agent checks to see if the submission was authenticated or not. If it was not authenticated, the agent looks at each header starting with &amp;quot;X-&amp;quot; and compares it to each header in the whitelist. If the X- header is not found in the whitelist, it is removed. Comparisons are case-insensitive.&lt;br /&gt; &lt;br /&gt;&lt;h3&gt;
How do I install it?
&lt;/h3&gt; &lt;br /&gt;To install the agent:&lt;br /&gt; &lt;br /&gt;1. Place it in a folder somewhere on the Exchange 2007 server, such as C:\MyAgents.&lt;br /&gt;2. Go into regedit and create the &amp;quot;HKLM\Software\HeaderFilterAgent&amp;quot; key. Under that key create a new Multi-String Value called &amp;quot;Whitelist&amp;quot;, and add any headers you want to allow, each on a line by itself. You MUST add at least one header in order for the agent to activate. If you're not sure what to add, I recommend &amp;quot;X-Mailer&amp;quot; as that one is fairly common and useful.&lt;br /&gt;3. In the Exchange command shell run:&lt;br /&gt; &lt;br /&gt;Install-TransportAgent -Name &amp;quot;HeaderFilterAgent&amp;quot; -TransportAgentFactory &amp;quot;HeaderFilterAgent.HeaderFilterAgentFactory&amp;quot; -AssemblyPath &amp;quot;C:\MyAgents\HeaderFilter.dll&amp;quot;&lt;br /&gt; &lt;br /&gt;4. Exit the Exchange command shell and launch it again, then run:&lt;br /&gt; &lt;br /&gt;Enable-TransportAgent HeaderFilterAgent&lt;br /&gt; &lt;br /&gt;5. Restart-service MSExchangeTransport&lt;br /&gt; &lt;br /&gt;After restarting MSExchangeTransport, the agent should be active. If you update the whitelist, you must restart MSExchangeTransport for the new whitelist to take effect.&lt;br /&gt; &lt;br /&gt;For more information on creating and installing your own transport agents, see this blog post: &lt;a href="http://msexchangeteam.com/archive/2006/12/05/431755.aspx" class="externalLink"&gt;http://msexchangeteam.com/archive/2006/12/05/431755.aspx&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;.&lt;br /&gt;
&lt;/div&gt;</description><author>bilong</author><pubDate>Thu, 10 Jul 2008 06:00:32 GMT</pubDate><guid isPermaLink="false">Updated Wiki: Home 20080710060032A</guid></item></channel></rss>