From: <rsbecker@nexbridge.com>
To: "'Junio C Hamano'" <gitster@pobox.com>,
"'Sean Allred'" <allred.sean@gmail.com>
Cc: <git@vger.kernel.org>, <sallred@epic.com>, <grmason@epic.com>,
<sconrad@epic.com>
Subject: RE: Dealing with corporate email recycling
Date: Sat, 12 Mar 2022 19:26:49 -0500 [thread overview]
Message-ID: <01cc01d83671$0acd4a20$2067de60$@nexbridge.com> (raw)
In-Reply-To: <xmqq4k42n2g8.fsf@gitster.g>
On March 12, 2022 7:04 PM, Junio C Hamano wrote:
>To: Sean Allred <allred.sean@gmail.com>
>Cc: git@vger.kernel.org; sallred@epic.com; grmason@epic.com;
>sconrad@epic.com
>Subject: Re: Dealing with corporate email recycling
>
>Sean Allred <allred.sean@gmail.com> writes:
>
>> As a baseline, we know the following statements are true:
>>
>> 1. A person's preferred name can change at any time.
>> 2. A person's preferred email can change at any time.
>> 3. Neither of these pieces of information are necessarily
>> identifying in a given codebase.
>
>Another thing we know is
>
> 4. People know that old e-mail addresses stay in archives and
> address books of people, and find it wise to avoid reusing an
> address somebody else (especially well-known ones) has been
> using, so that they do not get e-mails from total strangers
> and having to tell them that the intended recipient does not
> read the mailbox anymore.
>
>> 1. Do nothing. Leave it to the developer to determine the correct
>> contact information without assistance.
>>
>> This doesn't really resolve the confusion, but it is technically
>> an option.
>>
>> 2. Use gitmailmap(5) functionality to resolve historical emails to
>> primary emails.
>>
>> Sadly this doesn't actually solve the email recycling problem.
>> Since one email could be used by multiple developers, there's no
>> way (that I can see) to use a single mailmap file to resolve one
>> of these emails to a single person.
>
>
>GNU arch (tla) had an interesting idea around this area and used
combination of
>time and e-mail address to identify a person.
>one@corp--$date referred to the person who had control of the address on
the
>specified date, where $date can be abbreviated to
>2022 or 202201 to mean 20220101.
>
>The mailmap allows "Name e-mail" or "e-mail" to be mapped to canonical
"Name
>e-mail", but we should be able to coax "valid time range" information
encoded in
>each entry of the .mailmap format, i.e. "if you see 'Name e-mail' between
time X
>and Y, map that to...".
Is there anything we could do around the new signature infrastructure
relating to this? I am NOT a fan of SSH keys without passphrases, but what
if we could use the coaxing above and map to SSH expiring keys then stitch
in signatures (a.k.a. sign the commits) to correspond to the users in the
given timeframe - then destroy the private keys to prevent further signing.
After that the Name/email becomes somewhat irrelevant from an integrity
standpoint.
next prev parent reply other threads:[~2022-03-13 0:27 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-03-12 22:38 Dealing with corporate email recycling Sean Allred
2022-03-13 0:03 ` Junio C Hamano
2022-03-13 0:26 ` rsbecker [this message]
2022-03-13 14:01 ` Sean Allred
2022-03-13 14:20 ` rsbecker
2022-03-13 14:41 ` Sean Allred
2022-03-13 15:02 ` rsbecker
2022-03-13 15:21 ` Sean Allred
2022-03-13 19:57 ` Philip Oakley
2022-03-13 22:40 ` Sean Allred
2022-03-13 23:16 ` Junio C Hamano
2022-03-13 23:23 ` rsbecker
2022-03-14 0:19 ` Junio C Hamano
2022-03-14 11:56 ` Philip Oakley
2022-03-14 21:24 ` Junio C Hamano
2022-03-14 22:25 ` Philip Oakley
2022-03-15 1:23 ` Sean Allred
2022-03-15 11:15 ` Philip Oakley
2022-03-13 12:20 ` Philip Oakley
2022-03-13 13:35 ` Sean Allred
2022-03-14 11:59 ` Philip Oakley
2022-03-13 15:51 ` Ævar Arnfjörð Bjarmason
2022-03-13 17:22 ` brian m. carlson
2022-03-13 17:52 ` rsbecker
2022-03-13 19:47 ` rsbecker
2022-03-13 22:23 ` Sean Allred
2022-03-15 1:27 ` Sean Allred
2022-03-18 21:22 ` Peter Krefting
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='01cc01d83671$0acd4a20$2067de60$@nexbridge.com' \
--to=rsbecker@nexbridge.com \
--cc=allred.sean@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=grmason@epic.com \
--cc=sallred@epic.com \
--cc=sconrad@epic.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).