Am 08.11.2017 um 13:40 schrieb li...@rhsoft.net: > > > Am 08.11.2017 um 13:36 schrieb Michael Kliewe: >> Am 08.11.2017 um 13:27 schrieb li...@rhsoft.net: >>> >>> Am 08.11.2017 um 12:59 schrieb Michael Kliewe: >>>> The PHP mailing list software is not configured DMARC compliant. DMARC >>>> means, either SPF or DKIM has to be valid. The PHP mailing list >>>> changes >>>> the Subject (it adds [PHP-xxxx]), that's why the DKIM signature >>>> breaks. >>>> SPF breaks, because Gmail and others don't include the IP address >>>> of the >>>> PHP mailing list mailserver in their SPF records. So SPF also fails. >>> >>> nonsense - a mailing list does not forward with the original envelope >>> >>> Return-Path: internals-return-101098-lists=rhsoft....@lists.php.net >>> Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=76.75.200.58 >>> >> nonsense. Read about DMARC alignment >> I was talking about the From: header. I just wanted to explain a bit, >> not in every detail (DMARC alignment for example). >> >> No need to be rude > > the from header has no business with SPF - period > DMARC is a different story > Maybe you should try to say it better, instead of just saying it's wrong.
>From DMARCs view, the "SPF part" has to be a successful SPF check (which checks the envelope from), AND the From: header has to be aligned to the envelope from. That's where From: header and SPF come together, and need to be aligned. Yes, you were right, it does not fail because the basic SPF check fails, but because the alignment fails, and then the "SPF-part of DMARC" fails... Anyway, DMARC fails because SPF(including alignment) and DKIM both fail. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php