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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.9 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qv1-xf31.google.com (mail-qv1-xf31.google.com [IPv6:2607:f8b0:4864:20::f31]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 8414A1F8C6 for ; Sat, 14 Aug 2021 13:46:13 +0000 (UTC) Received: by mail-qv1-xf31.google.com with SMTP id bu14so3880883qvb.1 for ; Sat, 14 Aug 2021 06:46:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:subject:message-id:mime-version:content-disposition; bh=AlkV2yMzpUhj05Bnw5qG6eThPSrOiOalekng3r23P48=; b=W0B8ERODdDP+ck/jOKlHi6UzMtqvyb+K2RwHMnvTSJY0P58iq9TIYM9h6u4ufPUs4U bhM+WP5850yk5rwEr9lq/5jdH/CMgxVfl5wsx/gtcQhdalwZii6f+LparnL5j3WdZpSk 9kTEdjWjqCBDlPpLwLe9cF3ZsCPZW5Fq/rEmg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:mime-version :content-disposition; bh=AlkV2yMzpUhj05Bnw5qG6eThPSrOiOalekng3r23P48=; b=f4kzp3Pik/BWOo6HBtSUkvkVSSYcWkhxhJ98Zcd+HmDLfofAQ6JdHg+kAYnYn3A78I qRKV4oRsxL7vHbQCAD7pou2f4WtkIp+cxWbQ755xvrNdn0TGJ940Sxf7Tt8KkBp5Uyrf 0qKR0q29vDDEME/a4hyOhgvO2wwTUVW+2pvB0/0Y5iZO7wyFqf0E656/IjSk+7/u0OZe xBMpyG3vVMFemsL5QTnmwcdGM8XNJvXfWSFY9IAUZnQABve1H/+gzW3MQlc64WS5LrxO N/3jz9I+FXErwfl5LxzgJNS6Yq8C40/dYnUTD04rZZ8g789x/8RTD2ylgF8v44jLof5j O0Fg== X-Gm-Message-State: AOAM532igI6oSjgrrtDtpfcg7/oSrg1ujfYEBKjfbHDhWhXXHTp7iK/+ 03419gpOb6Dt9X1xnXjOrqMJnH3aLoYLRGr1 X-Google-Smtp-Source: ABdhPJynejP4Ym/id/E+oqlvxkfS0q8yN8fus+hHVCQfoasBfOkgZgpdvZB8UzCxssHre5UGOcjsfw== X-Received: by 2002:a0c:aacd:: with SMTP id g13mr7395430qvb.20.1628948772032; Sat, 14 Aug 2021 06:46:12 -0700 (PDT) Received: from nitro.local ([89.36.78.230]) by smtp.gmail.com with ESMTPSA id k24sm2944672qki.11.2021.08.14.06.46.11 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 14 Aug 2021 06:46:11 -0700 (PDT) Date: Sat, 14 Aug 2021 09:46:09 -0400 From: Konstantin Ryabitsev To: meta@public-inbox.org Subject: Boosts still not quite working Message-ID: <20210814134609.jcgq7je3yq4agzn6@nitro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: Eric: The new x-lore systems are rebuilt and reindexed using the latest master (as of 2 days ago), but boosts still don't appear to be quite working as intended. For example, this thread: https://x-lore.kernel.org/all/20210809175620.720923-1-ltykernel@gmail.com/ It was sent to iommu@lists.linux-foundation.org (mailman) and to a bunch of vger lists, all of which have higher boosts in the configuration, e.g. netdev: [publicinbox "linux-iommu"] address = iommu@lists.linux-foundation.org url = https://x-lore.kernel.org/linux-iommu/ inboxdir = /srv/public-inbox/lore.kernel.org/linux-iommu indexlevel = full newsgroup = org.linux-foundation.lists.iommu infourl = https://www.kernel.org/lore.html boost = 1 listid = iommu.lists.linux-foundation.org [publicinbox "netdev"] address = netdev@vger.kernel.org url = https://x-lore.kernel.org/netdev/ inboxdir = /srv/public-inbox/lore.kernel.org/netdev indexlevel = full newsgroup = org.kernel.vger.netdev infourl = https://www.kernel.org/lore.html boost = 10 listid = netdev.vger.kernel.org When retrieving mbox.gz, we get the contents as archived by the iommu list, though theoretically we should get one of the higher-boosted lists instead. Anything I can help troubleshoot? This was indexed from scratch with all repositories already in place. Best regards, -K