Pre-Processing (Project Mapping)

Summary

This section allows you to create Regular Expressions that will match and remove content from the Email Body and Subject.

For detailed examples see:

Cleanup Expressions

Cleanup Expressions are Regular Expressions that will match and remove specific words from the email subject and Body.

Creating a Cleanup Expressions

  1. Press Add within either the Subject or Body section. (Subject in this example)

  2. A new default Cleanup Expression will be added, Now change this expression to the relevant Regex.

  3. Once configured press Save. This will then provide the Cleanup Expression with a Id.

Body Delimiters

Body Delimiters are Regular Expressions that will match and remove all Body content after a specific point e.g. Email Signatures, previous Mail Thread. This allows you to remove unwanted sections from the email body.

Creating a Body Delimiter

  1. Press Add

  2. A new Body Delimiter will be added, you will now need to add the relevant Regex.

  3. Select when this should be used. Either Create, Comment or Both.

  4. Press Save. This will then provide that Body Delimiter with a ID number.

Dynamic Evaluation

This allows you to test the Cleanup and Body Delimiters by selecting a Test Case that the Regexps will be run against allowing you to view if the configured Regexps removed the correct content.

When a Test Case is run it will display the content before and after the Cleanup and Body Delimiters run allowing you compare.

Example

For example below there is a Body Delimiter that will remove any following content when ----Orig.* matches the email body:

Output

Input

Rule Execution

Output

Input

Rule Execution