BIP 3 specifies that the Deputies header uses the same format as the Authors header, but buildtable.pl currently validates them with slightly different domain patterns.
Authors accepts hyphens in domain names, while the generic email-field check used by Deputies and legacy Editor fields does not. As a result, a valid address such as alice@bitcoin-dev.org is accepted for an author but rejected for a deputy.
This change allows hyphens in the generic email domain matcher as well, keeping the validation consistent with the Authors format.