On Tue, Sep 27, 2016 at 14:45:42 -0400, Jon LaBadie wrote:
> My alternates definition is a regex that matched the author.
> 
> A couple of queries about alternates.
> 
> I simply have:
> 
>   alternates ".*@labadie\.us" ".*@jgcomp\.org" ".*@jgcomp\.com"
> 
> I can definitely make it more specific, but with many aliases
> I may need a long list.  Is a large alternates list common?

If the list of exceptions-to-the-rule is short, you can use
"unalternates" to list specific patterns that shouldn't be treated as an
alternate, while continuing to use the broad wildcard pattern on the
alternates line to match everything else....

                                                Nathan

Reply via email to