I'm trying to configure Mercury/32 (v4.52) so that some (but not all) of my wife's incoming email gets copied to her BlackBerry. Here's what I tried:
1) Verified that email sent to user@blackberry.net shows up in her Blackberry.
2) Created a filter, user.rul, that forwards to the BlackBerry all mail that does NOT have "xxxxx" in the Subject:
if subject contains "xxxxx" exit rule processing
always forward to user@blackberry.net
3) Created a Marcury alias, blackberry@mydomain.com that is aliased to
filter:c:\mercury\user.rul
4) Tested that the filter and alias combination works as expected:
Mail sent to blackberry@mydomain.com (the alias)
a) if Subject contains xxxxx, mail is dropped (as expected)
b) Otherwise, mail is sent to user@blackberry.net (as expected)
5) Create a FORWARD file for user@mydomain.com that forwards incoming email to the alias:
Forward-To: blackberry@mydomain.com
Deliver-Also: Y
6) Tested by sending email to user@mydomain.com
a) All incoming email is delivered to user@mydomain.com inbox (as expected)
b) All incoming email is sent to filter (as seen in the Mercury Core window) but is always dropped - independent of the Subject line
I have to be doing something dumb, but I can't see what it is.
<p>I'm trying to configure Mercury/32 (v4.52) so that some (but not all) of my wife's incoming email gets copied to her BlackBerry. Here's what I tried:</p><p>1) Verified that email sent to user@blackberry.net shows up in her Blackberry.
</p><p>2) Created a filter, user.rul, that forwards to the BlackBerry all mail that does NOT have "xxxxx" in the Subject:
</p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; if subject contains "xxxxx" exit rule processing
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; always forward to user@blackberry.net
3) Created a Marcury alias, blackberry@mydomain.com that is aliased to
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; filter:c:\mercury\user.rul</p><p>4) Tested that the filter and alias combination works as expected:
</p><p>&nbsp;&nbsp; Mail sent to blackberry@mydomain.com (the alias)
&nbsp;&nbsp;&nbsp; a) if Subject contains xxxxx, mail is dropped (as expected)
&nbsp;&nbsp;&nbsp; b) Otherwise, mail is sent to user@blackberry.net (as expected)
5) Create a FORWARD file for user@mydomain.com that forwards incoming email to the alias:
&nbsp;&nbsp;&nbsp;&nbsp; Forward-To: blackberry@mydomain.com
&nbsp;&nbsp;&nbsp;&nbsp; Deliver-Also: Y
</p><p>6) Tested by sending email to user@mydomain.com
&nbsp;&nbsp; a) All incoming email is delivered to user@mydomain.com inbox (as expected)
&nbsp;&nbsp; b) All incoming email is sent to filter (as seen in the Mercury Core window) but is <b>always</b> dropped - independent of the Subject line
</p><p>I have to be doing something dumb, but I can't see what it is.</p><p>
</p>