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.