From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 5F5386DE0C51 for ; Sun, 3 Mar 2019 06:56:27 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -2.709 X-Spam-Level: X-Spam-Status: No, score=-2.709 tagged_above=-999 required=5 tests=[AWL=-0.208, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id oZGRgWSF8j1e for ; Sun, 3 Mar 2019 06:56:26 -0800 (PST) Received: from ra.horus-it.com (ra.horus-it.com [94.130.34.199]) by arlo.cworth.org (Postfix) with ESMTPS id 348DE6DE0C4A for ; Sun, 3 Mar 2019 06:56:25 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by ra.horus-it.com (Postfix) with ESMTP id C3FEF48C0C3B for ; Sun, 3 Mar 2019 15:56:20 +0100 (CET) X-Virus-Scanned: at horus-it.com From: Ralph Seichter DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=monksofcool.net; s=k1; t=1551624975; bh=pjhN9mCHNzF3sAYYvIg2rO2+PGHBA3gia46F9MA7yUw=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: Content-Type; b=tbCvslKqi7ImwBV330p8rGR4TKIQhpLXq69Aim0m4qiCv/ZaO7aZF5XXbdaOl1vhS ruGx/HHHtO2omhNdajr8KuWdY6UUKICOFnAFANP7UEybiF/AC9uwW/5h9klrT3kLJY rUdIAxwTludEWZLPS6cn1Oh8cE4vbiXRduQnEo9ukyAw2qWmVYQ5/qfESfDx4LJXBm tOdRTb7x4RqlLEwcZnfL9k+wuI4hI4muSM6wsk6zzivJ55z5k4n6ufKgwJLuxDayT/ b1kg8Vpkj8jKG/GUukMr7jFYgunZdY8utgErJHsAzdnjKAFfsmnv7rtXvgTpaoc6/y ViSi5EN61N52Q== To: notmuch@notmuchmail.org Subject: Re: Reply to content of "List-Post" header? In-Reply-To: <87r2boj1g7.fsf@len.workgroup> References: <87imx2jknk.fsf@ra.horus-it.com> <87y35xpr1z.fsf@len.workgroup> <87h8clcode.fsf@ra.horus-it.com> <0DE0AE6C-EE5E-4F19-88AD-6DE3BEE2F528@evenmere.org> <87pnr95j68.fsf@ra.horus-it.com> <87r2boj1g7.fsf@len.workgroup> Mail-Followup-To: notmuch@notmuchmail.org Date: Sun, 03 Mar 2019 15:56:15 +0100 Message-ID: <87va100zxs.fsf@ra.horus-it.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Mar 2019 14:56:27 -0000 * Gregor Zattler: > my procmmail scripts recognize mailing list headers and in the end > there is a list of all mailing lists I ever got mails from [...] Interesting method. I don't use procmail, but I wrote a small shell script that scans my existing Maildir storage for List-Post headers and extracts the addresses. This works, in a fashion, but I wonder if/how it would be possible to make Notmuch understand List-Post natively? Or is this something that needs to be solved in Emacs' message composition? -Ralph