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_HI, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qt1-x835.google.com (mail-qt1-x835.google.com [IPv6:2607:f8b0:4864:20::835]) (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 A8FD71F8C6 for ; Mon, 2 Aug 2021 20:41:01 +0000 (UTC) Received: by mail-qt1-x835.google.com with SMTP id d2so12566744qto.6 for ; Mon, 02 Aug 2021 13:41:01 -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=ShVsfMW7XnA6My23mSniagKQVbtJxLlXd+dNnLIGBpw=; b=Wtc5UE1mZfEHMHKHOkRa8LbYt3/CSmPP+oHQvQrfy9gao+WQN5NivfZxAIs49WasiM JmV09qe8WWDjOE+OKMmJ518v2rk/pR3q/776xStvxzgmk6Wya7184TSJ+k9fjv56Zgsm yHKyOuxhBWhwjHMUhuqZ/xf89G3gpwnZUI5uI= 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=ShVsfMW7XnA6My23mSniagKQVbtJxLlXd+dNnLIGBpw=; b=I2+mFLfOxybQN6LJX5mMDB00uy+7CSzubxnWgj/fgoFGynAWOT+37sPNsPmp6CExZO uzhwP1qQNyBFCEu/KSFiRVTDvqDXyxgFOSXIlAetOh0loTgl3YCT87NTQRb1QMDZDuz5 HbH3rHJuvi0VZgCRGh1oPVP6F3Cn48f5kSesTZdGlqrbkZbOwYHl+XEHC8uLFDZA3+/6 UOANfKtNmS8yNe+52sTDt2Ed4DVR6rjuaHVvyAUJoOUAQGnVVowfTrru6qr/XFq0oYMO 2LGHXkD3ZtrC8uq7ifu9A3T18R6U35gEC+Ssi90SsyqJ8V1yFeyr13S0a4LC42IgrUHK gjkw== X-Gm-Message-State: AOAM5335gMk98/PT2Q+gNrX6ZvzYU4Qdk8JomHSVHdxzUPFYvlcRUYiY 4XeqC3jLH6/URERT9QLLktOn2QF1jB7k4ADJ X-Google-Smtp-Source: ABdhPJyqMdnaOV7RGYumV2iMno4SDVcBKm01PSPzjDDV8uMvfrG2R6X19tHx2quKdHzwEIx0U0XKDA== X-Received: by 2002:ac8:41d2:: with SMTP id o18mr15974933qtm.10.1627936860363; Mon, 02 Aug 2021 13:41:00 -0700 (PDT) Received: from nitro.local ([89.36.78.230]) by smtp.gmail.com with ESMTPSA id j16sm6401530qkk.132.2021.08.02.13.40.59 for (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 02 Aug 2021 13:40:59 -0700 (PDT) Date: Mon, 2 Aug 2021 16:40:58 -0400 From: Konstantin Ryabitsev To: meta@public-inbox.org Subject: boost and /all/ Message-ID: <20210802204058.vscbxs5q7xyolyu2@nitro.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: Eric: I'm not sure if boost is quite working correctly (or it's possible I'm not doing something right). E.g. I have the following thread: https://x-lore.kernel.org/all/d8319fd18df7086b12cdcc23193c313893aa071a.1627362340.git.viresh.kumar@linaro.org/T/#u It was sent to several vger destinations, but also to the virtualization list, which alters message bodies. I have vger sources marked with boost=1, but not the virtualization source, e.g.: [publicinbox "lkml"] address = linux-kernel@vger.kernel.org url = https://x-lore.kernel.org/lkml/ inboxdir = /srv/public-inbox/lore.kernel.org/lkml indexlevel = full newsgroup = org.kernel.vger.linux-kernel infourl = https://www.kernel.org/lore.html boost = 1 listid = linux-kernel.vger.kernel.org [publicinbox "virtualization"] address = virtualization@lists.linux-foundation.org url = https://x-lore.kernel.org/virtualization/ inboxdir = /srv/public-inbox/lore.kernel.org/virtualization indexlevel = full newsgroup = org.linuxfoundation.lists.virtualization infourl = https://www.kernel.org/lore.html listid = virtualization.lists.linux-foundation.org I believe this should assign boost value of 0, but the virtualization source seems to be "winning" both via the interface and when retrieving t.mbox.gz. Anything I'm not doing right? -K