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 [email protected] and [email protected] ?

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
_______________________________________________
mailmate mailing list
[email protected]
https://lists.freron.com/listinfo/mailmate

Reply via email to