<div> </div>
<div> </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> </div>
<div> </div>
<div>require ["fileinto", "reject", "vacation"];<br> </div>
<div>if header :contains ["To", "Cc", "Bcc", "Reply-To", "In-Reply-To"] "<a href="mailto:mailer-daemon@mydomain.net">mailer-daemon@mydomain.net</a>" {<br>        fileinto "mailer-daemon";
<br>        stop;<br>}</div>
<div>
<p>if header :contains ["To", "Cc", "Bcc", "Reply-To", "In-Reply-To"] "<a href="mailto:MAILER-DAEMON@mydomain.net">MAILER-DAEMON@mydomain.net</a>" {<br>        fileinto "mailer-daemon";
<br>        stop;<br>}</p>
<p>if header :contains ["To", "Cc", "Bcc", "Reply-To", "In-Reply-To"] "<a href="mailto:MAILER-DAEMON@mail.mydomain.net">MAILER-DAEMON@mail.mydomain.net</a>" {<br>
        fileinto "mailer-daemon";<br>        stop;<br>}</p>
<p>if header :contains ["To", "Cc", "Bcc", "Reply-To", "In-Reply-To"] "<a href="mailto:mailer-daemon@mail.mydomain.net">mailer-daemon@mail.mydomain.net</a>" {<br>
        fileinto "mailer-daemon";<br>        stop;<br>}<br></p>
<p> </p>
<p>They all fail to deliver to my mail folder "mailer-daemon" 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> </p>
<p>Thank you!</p>
<p><br> </p></div>