Open Documentation Menu

How do I create a "Search for" function for searching in sender information? (Example of use)

With a Search for function, you can use a regular expression to specify that the search term is read out from the sender information.

Example

You want to specify that the SMTP address is also read during the search.

To extend the search to the SMTP address, enter the following regular expression while creating a Search for function: [a-z0-9\-_]?[a-z0-9.\-_]+[a-z0-9\-_]?@[a-z.-]+\.[a-z]{2,}

When the search is then performed, the regular expression finds the relevant SMTP address.