On Fri, Mar 03, 2023 at 06:59:14PM -0500, Michael Henry wrote: > I'm not subscribed to the git mailing list (I thought it might > be too high volume for me), but I thought I'd be getting any > replies regarding my bug report. For some reason, though, I'm > not getting copied on any of the emails you've sent (from > peff@xxxxxxxx). I am getting Junio's emails, but today was the > first time I'd seen a response. I am able to see the > conversation via the archive at > https://marc.info/?l=git&m=167733032407411&w=2, so I've read > your responses there. Ah, thanks for letting me know. They seem to be stuck in my mail server's queue. The problem is that your server supports TLS, but only TLS v1.0. Recent versions of openssl (at least packaged for Debian) bump the default to TLS v1.2 (because older versions are considered less secure). I relaxed the settings on my server, so you should have gotten a flurry of deliveries (including this one). But you might run into delivery problems from other people at some point. -Peff