Filters for message authors and recipients

To match message sender ("From" address) and recipient addresses ("To", "cc", "Bcc" and "Undisclosed" addresses), you can use the message attributes <AUTHOR> </AUTHOR> and <RECIPIENTS></RECIPIENTS>; in the ruleset file outline, message attributes are shown as:

<message_attribute> ...</message_attribute>

You can specify the actual addresses to match as SMTP email addresses, display names or SMTP domains using the following XML elements (these are represented by the <attribute_value> lines in the ruleset file outline):

Note:

Matching attribute values is case-insensitive.

The following example shows how you can specify a simple rule to archive and set the retention category "Legal" on any messages sent from anyone in the domain, ourcompany.com, with legal@ourcompany.com or the Lotus Notes user, Greg Court, in the recipient list:

<RULE ... ACTION='ARCHIVE_ITEM' RETENTION='legal'>
  <AUTHOR>
	<DOMAIN>ourcompany.com</DOMAIN>
  </AUTHOR>
  <RECIPIENTS>
	<EA>legal@ourcompany.com</EA>
	<DISPN>Greg Court/ourorg</DISPN>
  </RECIPIENTS>
</RULE>

The attribute value operators, INCLUDES= and ALLOWOTHERS=, enable you to define complex filters.

More Information

Distribution lists in attribute values

The INCLUDES and ALLOWOTHERS operators