[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / a5 / 43329f72202ca45df9fd3e76a5d59adef8c50d
1 Return-Path: <hohndel@gr8dns.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 8C3F44196F2\r
6         for <notmuch@notmuchmail.org>; Wed, 21 Apr 2010 14:56:18 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.8\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.8 tagged_above=-999 required=5 tests=[BAYES_50=0.8]\r
12         autolearn=ham\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id zznfybQb7iEL for <notmuch@notmuchmail.org>;\r
16         Wed, 21 Apr 2010 14:56:17 -0700 (PDT)\r
17 Received: from mail.hohndel.org (mail.hohndel.org [65.23.157.147])\r
18         by olra.theworths.org (Postfix) with ESMTP id 75AD5431FC1\r
19         for <notmuch@notmuchmail.org>; Wed, 21 Apr 2010 14:56:17 -0700 (PDT)\r
20 Received: by mail.hohndel.org (Postfix, from userid 112)\r
21         id D7500340F4; Wed, 21 Apr 2010 17:56:16 -0400 (EDT)\r
22 Received: from x200.gr8dns.org (unknown [65.23.157.147])\r
23         by mail.hohndel.org (Postfix) with ESMTP id 0B82F340F4\r
24         for <notmuch@notmuchmail.org>; Wed, 21 Apr 2010 17:56:16 -0400 (EDT)\r
25 Received: by x200.gr8dns.org (Postfix, from userid 500)\r
26         id BA2EEC0212; Wed, 21 Apr 2010 14:56:15 -0700 (PDT)\r
27 From: Dirk Hohndel <hohndel@infradead.org>\r
28 To: <notmuch@notmuchmail.org>\r
29 Subject: test suite for fancy From guessing\r
30 Date: Wed, 21 Apr 2010 14:55:56 -0700\r
31 Message-Id: <1271886958-3276-1-git-send-email-hohndel@infradead.org>\r
32 X-Mailer: git-send-email 1.6.6.1\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.13\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37         <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
39         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
44         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Wed, 21 Apr 2010 21:56:18 -0000\r
46 \r
47 \r
48 This adds five tests for the five main cases in the fancy from guessing.\r
49 It assumes that you have applied\r
50 id:1271451102-11336-1-git-send-email-hohndel@infradead.org which will get you\r
51 the latest fancy From guessing.\r
52 \r
53 We have one test case each for\r
54 - nothing to go on\r
55 - Envelope-To:\r
56 - X-Original-To:\r
57 - Received: ... for ...\r
58 - Received: domain guessing\r
59 \r
60 The second patch adds the Bcc headers that you will get as part of the \r
61 results with an unpatched notmuch. I consider these Bcc headers broken\r
62 as they are a potential information leak; the Bcc always goes to the\r
63 primary email address, so information that isn't related to that account\r
64 is still routed back to it. Bcc logic should be fixed to copy the address\r
65 that is used as From: address\r
66 \r
67 But since I don't use Bcc at all I didn't attempt to fix that part.\r
68 \r
69 /D\r
70 \r