1

I am looking to create some transport rules for outgoing email based upon AD properties.

eg. Phone: 123-456-7890

Where the actual inserted code looks like "Phone: %%PhoneNumber%%", retrieving the phone number from AD. That part works fine.

Setting up my transport rule, I include the following conditions: Conditions

However, that condition doesn't work. I've tried it without the single-quotes, without the preceding ^. Really, all I want is for the rule to make sure that %%PhoneNumber%% is not empty.

Anyone know how to make Exchange do that?

ltwally
  • 315
  • 2
  • 6
  • 21
  • Are you waiting for replication before testing the rule? "Replication time between Active Directory domain controllers varies depending on the number of sites in the organization, slow links, and other factors outside the control of Exchange. When you configure transport rules in your organization, make sure that you consider replication delays." From: https://technet.microsoft.com/en-us/library/dd351127(v=exchg.150).aspx – Todd Wilcox Mar 03 '16 at 16:05

1 Answers1

1

I eventually realized that it was the Chrome web browser not being compatible with ECP. Using IE or PowerShell works.

FYI: I used "\w." (without the double-quotes) for that rule.

ltwally
  • 315
  • 2
  • 6
  • 21