Variable creation (contains & equals )

How to create a Variable that matches a subject containing a specific string and a sender matching a specific email address.

If you are not familiar with variable creation please read Variable creation first. It is also suggested you read this pattern testing article and regular expresions article.

Patterns

  • In pattern 1 every 'Sender' exactly equal to johndoe@mxhero.com will be converted to 'John Doe'.
    eq_patt1.png

  • In pattern 2 every 'Subject' that contains the string 'fwd:' will be converted to 'Forwarded'.
    eq_patt2.png

  • If nothing matches convert to 'NoMatch'.
    eq_noMatch.png

Have more questions? Submit a request

Comments

Powered by Zendesk