<div>&nbsp;</div>
<div>&nbsp;</div>
<div>For some reason, I cannot filter messages that have uppercase or possibly mixed casing in them. I have tried several tests by connecting</div>
<div>to port 25 and sending messages. The ones that fail are from <a href="mailto:MAILER-DAEMON@mydomain.net">MAILER-DAEMON@mydomain.net</a>. Here are the rules I have tried:</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>require [&quot;fileinto&quot;, &quot;reject&quot;, &quot;vacation&quot;];<br>&nbsp;</div>
<div>if header :contains [&quot;To&quot;, &quot;Cc&quot;, &quot;Bcc&quot;, &quot;Reply-To&quot;, &quot;In-Reply-To&quot;] &quot;<a href="mailto:mailer-daemon@mydomain.net">mailer-daemon@mydomain.net</a>&quot; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fileinto &quot;mailer-daemon&quot;;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stop;<br>}</div>
<div>
<p>if header :contains [&quot;To&quot;, &quot;Cc&quot;, &quot;Bcc&quot;, &quot;Reply-To&quot;, &quot;In-Reply-To&quot;] &quot;<a href="mailto:MAILER-DAEMON@mydomain.net">MAILER-DAEMON@mydomain.net</a>&quot; {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fileinto &quot;mailer-daemon&quot;;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stop;<br>}</p>
<p>if header :contains [&quot;To&quot;, &quot;Cc&quot;, &quot;Bcc&quot;, &quot;Reply-To&quot;, &quot;In-Reply-To&quot;] &quot;<a href="mailto:MAILER-DAEMON@mail.mydomain.net">MAILER-DAEMON@mail.mydomain.net</a>&quot; {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fileinto &quot;mailer-daemon&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stop;<br>}</p>
<p>if header :contains [&quot;To&quot;, &quot;Cc&quot;, &quot;Bcc&quot;, &quot;Reply-To&quot;, &quot;In-Reply-To&quot;] &quot;<a href="mailto:mailer-daemon@mail.mydomain.net">mailer-daemon@mail.mydomain.net</a>&quot; {<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; fileinto &quot;mailer-daemon&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; stop;<br>}<br></p>
<p>&nbsp;</p>
<p>They all fail to deliver to my mail folder &quot;mailer-daemon&quot; and go to my inbox instead. </p>
<p>Anybody have any ideas what I am doing wrong? Also, how can I add a wildcard so that I do not have to </p>
<p>specify subdomains?</p>
<p>&nbsp;</p>
<p>Thank you!</p>
<p><br>&nbsp;</p></div>