From 750ae07eb1e077c31f6ed42b93daa8e3be74a843 Mon Sep 17 00:00:00 2001 From: Vladimir Marek Date: Thu, 11 Jul 2013 17:24:32 +0200 Subject: [PATCH] How to find mails which are sent to 'undisclosed-recipients' ? --- 90/6efbb3e90138315d0b00b23e41597b096664b1 | 74 +++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 90/6efbb3e90138315d0b00b23e41597b096664b1 diff --git a/90/6efbb3e90138315d0b00b23e41597b096664b1 b/90/6efbb3e90138315d0b00b23e41597b096664b1 new file mode 100644 index 000000000..4a74377c5 --- /dev/null +++ b/90/6efbb3e90138315d0b00b23e41597b096664b1 @@ -0,0 +1,74 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 0EFDE431FAF + for ; Thu, 11 Jul 2013 08:24:48 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -2.299 +X-Spam-Level: +X-Spam-Status: No, score=-2.299 tagged_above=-999 required=5 + tests=[RCVD_IN_DNSWL_MED=-2.3, UNPARSEABLE_RELAY=0.001] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id 5wBhmy2+EKBs for ; + Thu, 11 Jul 2013 08:24:40 -0700 (PDT) +Received: from aserp1040.oracle.com (aserp1040.oracle.com [141.146.126.69]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 82E7B431FAE + for ; Thu, 11 Jul 2013 08:24:40 -0700 (PDT) +Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) + by aserp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with + ESMTP id r6BFOc78017822 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) + for ; Thu, 11 Jul 2013 15:24:40 GMT +Received: from aserz7021.oracle.com (aserz7021.oracle.com [141.146.126.230]) + by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id + r6BFOaok013337 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) + for ; Thu, 11 Jul 2013 15:24:37 GMT +Received: from abhmt108.oracle.com (abhmt108.oracle.com [141.146.116.60]) + by aserz7021.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id + r6BFOaFf012769 + for ; Thu, 11 Jul 2013 15:24:36 GMT +Received: from virt.cz.oracle.com (/10.163.102.127) + by default (Oracle Beehive Gateway v4.0) + with ESMTP ; Thu, 11 Jul 2013 08:24:35 -0700 +Date: Thu, 11 Jul 2013 17:24:32 +0200 +From: Vladimir Marek +To: notmuch@notmuchmail.org +Subject: How to find mails which are sent to 'undisclosed-recipients' ? +Message-ID: <20130711152427.GA16395@virt.cz.oracle.com> +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Disposition: inline +User-Agent: Mutt/ (2012-12-30) +X-Source-IP: ucsinet22.oracle.com [156.151.31.94] +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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: Thu, 11 Jul 2013 15:24:48 -0000 + +Hi, + +Since my mail works in a way that it hides everything but what I +selected to be shown to me, I was overlooking all mails which where sent +to undisclosed-recipients. I tried to match such mails by +to:undisclosed-recipients but that does not seem to work. Is there any +workaround to find such mails? + +Thank you +-- + Vlad -- 2.26.2