Re: [PATCH] Windows gdb: Fix resetting of the debug-registers bit in ContextFlags

Pedro Alves <[email protected]> Thu, 23 Jul 2026 20:04:56 +0100
Newsgroups gmane.comp.gdb.patches
Message-ID <[email protected]>
On 2026-07-22 17:18, Hannes Domani wrote:
>  Am Mittwoch, 22. Juli 2026 um 17:55:58 MESZ hat Pedro Alves <pedro () palves ! net> Folgendes geschrieben:
> 
>> On 2026-07-22 15:55, Hannes Domani wrote:
>>  
>>>>> Am Montag, 6. Juli 2026 um 17:02:35 MESZ hat Hannes Domani <[email protected]> Folgendes geschrieben:
>>>>>
>>>>>> It's just great that all your mails are blocked by yahoo...
>>>>   
>>>> Sorry, but I don't know what I can do about that.  My hosting provider, including email is dreamhost,
>>>> which is quite popular and I believe used by others in the community too.  I don't have anything special
>>>> going on with my email AFAIK.
>>>
>>> I know, it's just very frustrating.
>>  
>> Is this only about emails sent to the mailing list, i.e., ones that are sent to you by sourceware's Mailman,
>> not me directly?  Do you receive the direct copy when I To: you directly, like this one?
> 
> No, I didn't get this one either.
> 
> I did ask about this some time ago on #overseers:
> 
> <fche> Apr 30 17:39:57 sourceware postfix/smtp[3802111]: 9DBF1436A055: to=<[email protected]>, relay=mx-eu.mail.am0.yahoodns.net[188.125.72.74]:25, delay=2.3, delays=0.11/0/0.82/1.4, dsn=5.7.9, status=bounced (host mx-eu.mail.am0.yahoodns.net[188.125.72.74] said: 550 5.7.9 This mail has been blocked because the sender is unauthenticated. Yahoo requires all senders to authenticate with either SPF or DKIM. Authentication results: DKIM = FAILURE 
> <fche> - SPF palves.net with ip X.X.X.X = FAILURE. See https://senders.yahooinc.com/smtp-error-codes/#authentication-failures for more information. (in reply to end of DATA command))
> <fche> and yeah yahoo appears to be doing nothing RFC-violating. It just demands DMARC alignment; pedro's domain doesn't DKIM-sign outgoing messages, and without from: rewriting, the sourceware-relayed email's From: still looks like palves.net, which then nukes the DMARC SPF alignment. With neither DKIM nor SPF alignment, DMARC fails.
> <mjw> ssbssa, yeah, yahoo.de seems even pickier than other yahoo, but it is generic problem with yahoo in general. They try to do dmarc "alignment" even if the sender doesn't support it. They should fall back to sender spf (which sourceware does set correctly) but don't.

Thanks, that was very helpful.  I checked my domain and SPF is correct, and DKIM signing is ON.

However, seeing this and my remembering the gmail-in-the-middle thing made the realize what is probably doing on.

And it's simply that I've been using the gmail smtp to send [email protected] emails instead
of the dreamhost (my domain's) smtp, both thunderbird, and git send-email.  That's a gmail feature,
but looks like it breaks SPF/DKIM.

I've since switched to using the dreamhost smtp, and Hannes already confirmed that he is now receiving my
emails, both direct and git send-email ones via the list.

Pedro Alves