On Sun, Jun 27, 2021 at 08:32:54 -0400, Josef 'Jeff' Sipek wrote: > On Fri, Jun 25, 2021 at 18:41:33 -0400, Chuck Martin wrote: ... > > alternates "^jeffpc(\\+.*)?@...$" > > > > If you have the same username at > > multiple domains, you might be able to include all of the domains in > > the same regex as well. I do, and then I have another regex for another > > username at another domain. > > Good idea. I have a number addresses, but they should collapse into a 2 or > 3 rules - at which point the duplication becomes significantly less > irritating.
I just did this and while it isn't the easiest thing to look at, it works. Thanks again, Jeff.