Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110306 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 62596 invoked from network); 29 May 2020 23:53:58 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 29 May 2020 23:53:58 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id B21D91804C4 for ; Fri, 29 May 2020 15:34:56 -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,FREEMAIL_FROM, RCVD_IN_DNSWL_NONE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.2 X-Spam-ASN: AS15169 209.85.128.0/17 X-Spam-Virus: No X-Envelope-From: Received: from mail-wm1-f48.google.com (mail-wm1-f48.google.com [209.85.128.48]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by php-smtp4.php.net (Postfix) with ESMTPS for ; Fri, 29 May 2020 15:34:56 -0700 (PDT) Received: by mail-wm1-f48.google.com with SMTP id n5so5740188wmd.0 for ; Fri, 29 May 2020 15:34:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=wK5fbTOFeb+wLa1Ft56ofG6uC5mtmet/VazFIGmrU+A=; b=o0RSVr1BI0aopnmzZeyus7GNlGQQDRyQE/hVGXlJEvhnnOQqsna2HaYXrGiu+9BBg8 2YRx2xgn5d3CXXxJ8jIV57sDFnFd5XmaBsfwaTTC/Zed+tAKPZLXL9WADC9Yawp7h5R8 vDQIPyM4uPooa0INBLVtaleFrfwYxJ0ZvXo+gorB7un3+YOS73jYi9ml/jdhiyHYilAY Dwk/ABAWHO/lC0HEIgQ9f2/BGKis0MueTUaSmUFa97xZ/LFnuky7YBI4xJ1e3mC9sO+8 iDbuWa+AxCWhArW0CgFI5YP6hpfPeotANFniApk5iylLqBEFbf3FhUt6Ig9wBY7VkLL1 8Nhw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=wK5fbTOFeb+wLa1Ft56ofG6uC5mtmet/VazFIGmrU+A=; b=BMf04qcE2/AqIm44cR74OYLPnkYtjfDsWUgw/ZPLXgMytWOxv+jwfMwjtr+F60WTlT iWEVnFIKBrIrxAPDsvs6TeC1CHfxitBVgDd2G9z2GJz6FN+6BIjt5xd6w7GpEc713T/9 9AKbbuA2t139Q96a5m6rR74QCTYk7b/X6Q3QOh/inhpVCUOLgcePCPC1wyzUOAwFa6B7 eGZDALSQh974DnMoAni5yslnBZoy4lPZPa+Qvp3FDlDOkFeYKj0jc/mzTleI3C0ygyr/ wehTrcWYcfhisYXawo93gPmAzE1uSJkxmDXooCK7TuxngTQroGzd9BUm0iPNTLQcqcU2 DcTw== X-Gm-Message-State: AOAM53332tQ3wDV1GEkV7D3sHbMP+eJ7gtK4gOhVMIsEOiDBHxKaBKlM p+V+9Bwc8NgtzQu8kyxir6HamIVyJLFhXMdFLAI= X-Google-Smtp-Source: ABdhPJyB9u1Z/KB+qJT5cwBUDtR+v0SByKaSWLmsK9YfrxpeIyrtXaL4dkuya7DKktqsgPyB+sn5BDWBqw7LsN6E1o4= X-Received: by 2002:a05:600c:48e:: with SMTP id d14mr11141368wme.133.1590791695047; Fri, 29 May 2020 15:34:55 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 30 May 2020 00:34:44 +0200 Message-ID: To: Benas IML Cc: PHP Internals List Content-Type: text/plain; charset="UTF-8" Subject: Re: [PHP-DEV] Avoid ending up in Spam From: jgivoni.php@gmail.com (Jakob Givoni) 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 the senders. > > I had the same thing happen to my emails, so I had to relax my DMARC 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?