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 86A366DE0352 for ; Sat, 1 Feb 2020 13:34:59 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.701 X-Spam-Level: X-Spam-Status: No, score=-0.701 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7, 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 QWZbXjxoVbRq for ; Sat, 1 Feb 2020 13:34:58 -0800 (PST) X-Greylist: delayed 317 seconds by postgrey-1.36 at arlo; Sat, 01 Feb 2020 13:34:58 PST Received: from mout-p-101.mailbox.org (mout-p-101.mailbox.org [80.241.56.151]) by arlo.cworth.org (Postfix) with ESMTPS id 2ED236DE0222 for ; Sat, 1 Feb 2020 13:34:57 -0800 (PST) Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4896g55QNWzKmcm for ; Sat, 1 Feb 2020 22:29:37 +0100 (CET) X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp2.mailbox.org ([80.241.60.241]) by spamfilter03.heinlein-hosting.de (spamfilter03.heinlein-hosting.de [80.241.56.117]) (amavisd-new, port 10030) with ESMTP id yjWFk1_Kogtg for ; Sat, 1 Feb 2020 22:29:33 +0100 (CET) From: Kevin Foley To: notmuch@notmuchmail.org Subject: Searching for an Exact Email Address Date: Sat, 01 Feb 2020 16:29:25 -0500 Message-ID: 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: Sat, 01 Feb 2020 21:34:59 -0000 Hi, I'm getting unexpected results when trying to search for messages associated with an email address. An example search is: $ notmuch search to:"example@email.com" which is returning messages that seem to have nothing to do with the address I'm looking for. My understanding is this should be treated as a phrase which means that exact phrase will be searched for, is this correct? If not is there a way to search for an exact email address in the to field? Thanks, Kevin