Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:110305 Return-Path: Delivered-To: mailing list internals@lists.php.net Received: (qmail 57479 invoked from network); 29 May 2020 23:26:34 -0000 Received: from unknown (HELO php-smtp4.php.net) (45.112.84.5) by pb1.pair.com with SMTP; 29 May 2020 23:26:34 -0000 Received: from php-smtp4.php.net (localhost [127.0.0.1]) by php-smtp4.php.net (Postfix) with ESMTP id 4A5EC1804C9 for ; Fri, 29 May 2020 15:07:37 -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=-0.2 required=5.0 tests=BAYES_20,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,HTML_MESSAGE, 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-lj1-f169.google.com (mail-lj1-f169.google.com [209.85.208.169]) (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:07:36 -0700 (PDT) Received: by mail-lj1-f169.google.com with SMTP id k5so1064469lji.11 for ; Fri, 29 May 2020 15:07:36 -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=GWtVhsOO6DTHCLKXIdTKNe1u/TSzkuE+4baDw7ZZ5L4=; b=DFxxjdH0thPzWiRX6C3zNKZpbZeUbGnAboLgrT0Ia5+73jO2lVLIsGRf5ftBe7ucgE 9O+XQQ9xDHVTajhv9CqDPMAmcRL9YdwUOVqAedBpPw+/PXm2tsv9EduuQU+CkOvFqHv4 xlMHjGSMiEqfvXZ89MRfFHhXShUeNnu+weavJL8n+2sX+sdeki8LblZ5uAXJ5JhF3fhx J3ANS+88v72ADizn/HWyMTCB9CbFyRUZxIS32fG2jLq0W8HeKo6Nx1DuqjOVcrw2Mdac yhYcEurtTcKk+F3CionpoF16INNvAQkMMDLrzaAbgbCeewPd11pO1q28jp+7iJpF4FoM kH4A== 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=GWtVhsOO6DTHCLKXIdTKNe1u/TSzkuE+4baDw7ZZ5L4=; b=dFJpo2bkFg0w1AN7K/xxdcVSkSTkWqzQRggpRHNECkBjTCWtulm7eDudAJ7KHYTv7Y qxUffi+v++0d1EvXbz7QVUmIjLohTtc7kC3g6uU+oGiwRXOyP8X73pxKoNGjk6ibVq8o b1LEyPoD3R6p7CaNLKaYoNB0L+EK83sactgRMpMFITzQ81X/Bdav7Hl6ZYglz9zyqVr+ IfaCeCrQwgNXbZsaDd+czm6bpDfNTQPDytpWsYZTip44VlHlwL8YxiPXqVZWL+lO9fBY GTxCYXPYW2Ua/9nMskAkur8RN/s+zUjEyYI2nItzNBvP0SjCBsXwAk8gFuotWivAsW9s O33Q== X-Gm-Message-State: AOAM531+oR8XVtDok6e6nzEKdwWFTNpYmlicgjNM5iteXE+XtXWUmZG+ p9nPUZGswWz9lXxKNTum5hStukQgadcIk/AEvCPlRQ== X-Google-Smtp-Source: ABdhPJzhJgd98n3LB8COYOhqdJWVL5bOl3pNVCb5M61MOuuH/1Y8DtZhriLseXC8r27gRfcPByGG3NNFs+nWAk6RF00= X-Received: by 2002:a2e:9907:: with SMTP id v7mr5368246lji.0.1590790055304; Fri, 29 May 2020 15:07:35 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: Date: Sat, 30 May 2020 01:07:22 +0300 Message-ID: To: Jakob Givoni Cc: PHP Internals List Content-Type: multipart/alternative; boundary="00000000000028a25b05a6d0acc2" Subject: Re: [PHP-DEV] Avoid ending up in Spam From: benas.molis.iml@gmail.com (Benas IML) --00000000000028a25b05a6d0acc2 Content-Type: text/plain; charset="UTF-8" Hey, 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. Best regards, Benas On Sat, May 30, 2020, 1:03 AM Jakob Givoni wrote: > Hi internals, > > Sorry for the off-topic, but I need to ask you on this list, how do you > guys avoid having your emails ultimately ending up in the spam folders of > the mailing list recipients? > > I had troubles in the past so now I'm using this new gmail account as > someone suggested, hoping you will at least see this message. > Is it true that there's no other solution than using gmail? > > Best regards, > Jakob Givoni > --00000000000028a25b05a6d0acc2--