[MlMt] exclude emails in address pattern ?

David Shepherdson david at shepherdson.name
Tue Oct 16 07:10:38 EDT 2018


On 16 Oct 2018, at 21.07, Max Rydahl Andersen wrote:

> Is there a way via the address pattern to state .*@example\.com is 
> good, except dad at example.com and wife at example.com ?

If you can describe it with a regular expression, then you can put it 
in. For example, you might be able to do something along the lines of:

     .*(?<!dad|wife)@example\.com

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freron.com/pipermail/mailmate/attachments/20181016/2c7bce77/attachment.html>


More information about the mailmate mailing list