From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 7EFA21F44D for ; Wed, 8 May 2024 11:32:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1715167972; bh=xhSE/SoJ+d3ytKyTmZg6EfOUUS2jresxvg/4tb+f7Tc=; h=Date:From:To:Subject:References:In-Reply-To:From; b=Vcb+mNG+nz+CVcIzwRfBe5RTK9/nzhNQognemxaejO0Y6G1/bRxpViuvCmPp1+P1y YesZL/UXN76mcm7t4bOJWf57JIKpwcv9bihTGIzBVZD109P4J834kwkDUcar4ominA G82n8zi/oI/feiD94a/G/Y+CE2eogXMajQFxy6VM= Date: Wed, 8 May 2024 11:32:52 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [PATCH] search: support per-inbox indexheader directive Message-ID: <20240508113252.M354058@dcvr> References: <20240508110957.3108196-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240508110957.3108196-1-e@80x24.org> List-Id: This doesn't validate any prefix conflicts (and neither has altid for the past 7-8 years). Thus both the user-visible lowercase ones and indexer X-PREFIXED-ALL-CAPS ones can conflict with prefixes already in use by our code (e.g. XTO). And extindex support for this needs to happen...