On 9/20/23 23:49, Leon Romanovsky wrote:
On Wed, Sep 20, 2023 at 01:00:21PM -0700, Bart Van Assche wrote:
Nicholas A. Bellinger owns both email addresses. Perform this
replacement because the linux-iscsi.org domain name no longer has any MX
records associated. This patch has been generated by running the
following shell command:
git grep -li 'nab@xxxxxxxxxxxxxxx' |
while read f; do
awk '{ if (match($0, "Copyright") == 0) gsub("nab@[lL]inux-i[sS][cC][sS][iI].org", "nab@xxxxxxxxxx"); print $0 }' <$f >/tmp/awk.tmp &&
mv /tmp/awk.tmp $f
done
Note: I received the following reply after having sent an email to
nab@xxxxxxxxxx: "I'm sorry to have to inform you that your message
Shouldn't it be nab@xxxxxxxxxxxxxxx?
Both e-mail addresses are non-operational. The following message
appeared in my inbox after I tried to send an email to
nab@xxxxxxxxxxxxxxx: "The recipient server did not accept our requests
to connect. [mail.linux-iscsi.org. 67.23.28.174: timed out]". The reply
shown above was received after I tried to send an email to nab@xxxxxxxxxx.
IMHO you don't need all these changes and this patch will do the trick.
diff --git a/.mailmap b/.mailmap
index a0a6efe87186..f5b531b1507a 100644
--- a/.mailmap
+++ b/.mailmap
@@ -428,6 +428,7 @@ Nathan Chancellor <nathan@xxxxxxxxxx> <natechancellor@xxxxxxxxx>
Neeraj Upadhyay <quic_neeraju@xxxxxxxxxxx> <neeraju@xxxxxxxxxxxxxx>
Neil Armstrong <neil.armstrong@xxxxxxxxxx> <narmstrong@xxxxxxxxxxxx>
Nguyen Anh Quynh <aquynh@xxxxxxxxx>
+Nicholas A. Bellinger <nab@xxxxxxxxxx> <nab@xxxxxxxxxxxxxxx>
Nicholas Piggin <npiggin@xxxxxxxxx> <npiggen@xxxxxxx>
Nicholas Piggin <npiggin@xxxxxxxxx> <npiggin@xxxxxxxxx>
Nicholas Piggin <npiggin@xxxxxxxxx> <npiggin@xxxxxxx>
Does anyone else prefer this approach?
Thanks,
Bart.