From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS22989 209.51.188.0/24 X-Spam-Status: No, score=-3.1 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS, T_SCC_BODY_TEXT_LINE,URIBL_BLACK shortcircuit=no autolearn=no autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 9E4621F54E for ; Tue, 6 Sep 2022 21:52:33 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=80x24.org header.i=@80x24.org header.b="nhFGDob4"; dkim-atps=neutral Received: from localhost ([::1]:45544 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oVgUi-0006PT-JT for e@80x24.org; Tue, 06 Sep 2022 17:52:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:36682) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVgUg-0006P5-OF for dtas-all@nongnu.org; Tue, 06 Sep 2022 17:52:30 -0400 Received: from dcvr.yhbt.net ([173.255.242.215]:52064) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oVgUf-0002L3-4i for dtas-all@nongnu.org; Tue, 06 Sep 2022 17:52:30 -0400 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id BB7EC1F54E for ; Tue, 6 Sep 2022 21:52:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1662501147; bh=G+q8vL4f/eNg+wovp4amBpcnovq5Rc/6NKke4/OVS3M=; h=From:To:Subject:Date:From; b=nhFGDob4rnn5jvxBwN41NJhXfhzMKKj8V/kW1mBGdHopmqsZKi1gtUH0KK0cXPzcw j50LjbiFUdZlO1BxrVZb91pePrvzOWwg/vaW56cuiEMT33miVw0pID8An0RTtX2oaP PKV8VouAkCAKUHflYRA8M80oQOiOChK/QNcUk9OQ= From: Eric Wong To: dtas-all@nongnu.org Subject: [PATCH] README: favor AUTH=ANONYMOUS for IMAP Date: Tue, 6 Sep 2022 21:52:27 +0000 Message-Id: <20220906215227.14081-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=173.255.242.215; envelope-from=e@80x24.org; helo=dcvr.yhbt.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: dtas-all@nongnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: duct tape audio suite List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dtas-all-bounces+e=80x24.org@nongnu.org Sender: "dtas-all" It's the established standard for anonymous IMAP access, and our IMAP server now prioritizes anonymous users over the catch-all username:password system due to IMAP scraper bots. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 1d619e0..2d13fb3 100644 --- a/README +++ b/README @@ -84,8 +84,8 @@ You may also read via: NNTP: -IMAP: - +IMAP: + Atom: (.onion URLs require Tor: )