Question
How do I create an Advanced Segmentation rule that will exclude contacts on the AOL Network?
Answer
The AOL network includes all of the following domains:
- aol.com
- aim.com
- netscape.net
- cs.com
In order to create an Advanced Segmentation rule that will EXCLUDE all AOL address, do the following:
- Go to LISTS > SEGMENTATION > CREATE ADVANCED RULE.
- Enter a Rule Name and optional Description.
- Enter the following in Commands textbox, then click CREATE:
email not endswith '@aol.com' and
email not endswith '@aim.com' and
email not endswith '@netscape.net' and
email not endswith '@cs.com'