From: Vladimir Marek Date: Thu, 11 Jul 2013 18:03:02 +0000 (+0200) Subject: Re: Re: How to find mails which are sent to 'undisclosed-recipients' ? X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=fd299f63578e34731cb1fd9c26e0640d5662bfb1;p=notmuch-archives.git Re: Re: How to find mails which are sent to 'undisclosed-recipients' ? --- diff --git a/8a/3264045fab3345c12f0e7aef7fda92db46ed19 b/8a/3264045fab3345c12f0e7aef7fda92db46ed19 new file mode 100644 index 000000000..de15ffb1e --- /dev/null +++ b/8a/3264045fab3345c12f0e7aef7fda92db46ed19 @@ -0,0 +1,92 @@ +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 1A53C431FAE + for ; Thu, 11 Jul 2013 11:03:16 -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 dJxC0g8UdAi6 for ; + Thu, 11 Jul 2013 11:03:07 -0700 (PDT) +Received: from userp1040.oracle.com (userp1040.oracle.com [156.151.31.81]) + (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id DED37431FAF + for ; Thu, 11 Jul 2013 11:03:07 -0700 (PDT) +Received: from ucsinet22.oracle.com (ucsinet22.oracle.com [156.151.31.94]) + by userp1040.oracle.com (Sentrion-MTA-4.3.1/Sentrion-MTA-4.3.1) with + ESMTP id r6BI36mi016080 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) + for ; Thu, 11 Jul 2013 18:03:07 GMT +Received: from aserz7022.oracle.com (aserz7022.oracle.com [141.146.126.231]) + by ucsinet22.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id + r6BI350h001793 + (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) + for ; Thu, 11 Jul 2013 18:03:06 GMT +Received: from abhmt102.oracle.com (abhmt102.oracle.com [141.146.116.54]) + by aserz7022.oracle.com (8.14.4+Sun/8.14.4) with ESMTP id + r6BI35HI017300 + for ; Thu, 11 Jul 2013 18:03:05 GMT +Received: from virt.cz.oracle.com (/10.163.102.127) + by default (Oracle Beehive Gateway v4.0) + with ESMTP ; Thu, 11 Jul 2013 11:03:05 -0700 +Date: Thu, 11 Jul 2013 20:03:02 +0200 +From: Vladimir Marek +To: Notmuch Mail +Subject: Re: Re: How to find mails which are sent to 'undisclosed-recipients' + ? +Message-ID: <20130711180302.GC16395@virt.cz.oracle.com> +References: <20130711152427.GA16395@virt.cz.oracle.com> + +MIME-Version: 1.0 +Content-Type: text/plain; charset=utf-8 +Content-Disposition: inline +In-Reply-To: + +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 18:03:16 -0000 + +> > 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? +> +> I have some mail with this To header: +> +> To: Undisclosed recipients +> +> I can find them with the search to:"Undisclosed recipients". Note the quotes. + +The To: line in my case looks like: + +To: undisclosed-recipients:; + +And I'm not able to find it in any way. Maybe notmuch won't parse it as an +email and so won't store the To header to the database? + +Any idea if there is a way to dump what notmuch knows about given email? + +Thank you +-- + Vlad