Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110325 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 48552 invoked from network); 1 Jun 2020 16:18:55 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 1 Jun 2020 16:18:55 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id E77A21804DD for ; Mon, 1 Jun 2020 08:00:38 -0700 (PDT) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on php-smtp4.php.net X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_PASS,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS48854 94.231.96.0/20 X-Spam-Virus: No X-Envelope-From: Received: from smtp.simply.com (smtp.simply.com [94.231.106.220]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Mon, 1 Jun 2020 08:00:38 -0700 (PDT) Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by smtp.simply.com (Simply.com) with ESMTPSA id 49bJJP43Wvz63lg for ; Mon, 1 Jun 2020 17:00:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=givoni.dk; s=unoeuro; t=1591023637; bh=6OahjUaxIno7c3FxwQG+UcTC0CSKijsUZvOEGqoeMPE=; h=References:In-Reply-To:From:Date:Subject:To:From; b=TzmoSlHYkLq1F2wOjXoH9yy1vlKA/vZRebQZchXNYwDJ48Bu9ScUEIs4x+BMM3c9x DA3XlJT1Lc0BjvnIa/A9SLBUo0v0aPqpLUziihDvkb8YaQ8DkI4BQjfSA4pv+Cp9xm y+30mMfTfc1nygOqBwa4lx2NO1FLYVYVLqfp83j8= Received: by mail-wr1-f49.google.com with SMTP id c3so119545wru.12 for ; Mon, 01 Jun 2020 08:00:37 -0700 (PDT) X-Gm-Message-State: AOAM533yxZU4LdxtFedAFo0LO4iirLSdMPWH4QwPvtriIgO5CB1SPe11 gadsWjiQ1CtqMrQwIA2A7nH7IZcR3mknfC8fdrA= X-Google-Smtp-Source: ABdhPJxGObLzagzlz7PQlyzewSa88lq96UgqMIL3kCRhtRaKHzmLBO/mfQZ8jDU/f/CuuLJwJtbVTQdEx5ZfBYe70vE= X-Received: by 2002:adf:8b55:: with SMTP id v21mr23327292wra.187.1591023637233; Mon, 01 Jun 2020 08:00:37 -0700 (PDT) MIME-Version: 1.0 References: <6ECC5663-F3CA-465A-93A5-037122D9B26A@benramsey.com> <1ffc26c8-78d3-a8f3-69af-fed44b463f70@thelounge.net> <1213C754-F29A-43D0-AE0D-47218B8C2F83@benramsey.com> In-Reply-To: <1213C754-F29A-43D0-AE0D-47218B8C2F83@benramsey.com> Date: Mon, 1 Jun 2020 17:00:26 +0200 X-Gmail-Original-Message-ID: Message-ID: To: php internals Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Avoid ending up in Spam From: jakob@givoni.dk (Jakob Givoni) Hi, having relaxed the DMARC rules, please let me know if this message was more successful than those previously sent from jakob@givoni.dk Thanks! On Sat, May 30, 2020 at 1:20 AM Ben Ramsey wrote: > > > On May 29, 2020, at 18:01, Reindl Harald wrote= : > > > > > > > > Am 30.05.20 um 00:58 schrieb Ben Ramsey: > >>> On May 29, 2020, at 17:34, Jakob Givoni wrote= : > >>> > >>> On Sat, May 30, 2020 at 12:07 AM Benas IML wrote: > >>>> > >>>> Here's a quote from Ben Ramsey that basically sums up the problem: > >>>> > >>>>> This appears to be happening due to DMARC rules on the domains of t= he senders. > >>>>> I had the same thing happen to my emails, so I had to relax my DMAR= C rules. If > >>>>> your rules are set too strict, servers see the From address coming = from a > >>>>> server not authorized by the domain, so it gets quarantined. > >>>> > >>> > >>> Shouldn't I just be able to add lists.php.net or something to my SPF > >>> record for my domain then? > >> > >> > >> That might work. I haven=E2=80=99t tried it. I=E2=80=99ll try to look = into it next week and see what I can figure out. > > > > how do you imagine that a SPF for any random domain could affect > > envelope senders ending with "@lists.php.net"? > > > > DMARC is not just about SPF > > SPF is not about "From address" in the From-Header > > > I thought SPF allowed you to specify domains/IPs that are allowed to send= email =E2=80=9Cfrom=E2=80=9D your domain. > > Why wouldn=E2=80=99t something like this help? > > v=3Dspf1 include:_spf.google.com include:lists.php.net ~all > > (In this example, assuming one already has an SPF record allowing Google = Apps to send email for their domain.) > > Cheers, > Ben >