diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-18 19:04:54 -0600 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-08-18 19:09:32 -0600 |
commit | 3a7d2e81c7fdc8c2e4b9810065028f4906fc28b3 (patch) | |
tree | 4792b784959e9118798d262861467b0d7c7203ff /tests/threaddata/thread2 | |
parent | d87c789f311b7727d2db687e3891319e98ad6535 (diff) | |
download | sink-3a7d2e81c7fdc8c2e4b9810065028f4906fc28b3.tar.gz sink-3a7d2e81c7fdc8c2e4b9810065028f4906fc28b3.zip |
Implemented thread merging
It can happen that thread messages are not delivered in order, which
means we will have to merge threads once all messages are available.
Diffstat (limited to 'tests/threaddata/thread2')
-rw-r--r-- | tests/threaddata/thread2 | 129 |
1 files changed, 129 insertions, 0 deletions
diff --git a/tests/threaddata/thread2 b/tests/threaddata/thread2 new file mode 100644 index 0000000..4d90073 --- /dev/null +++ b/tests/threaddata/thread2 | |||
@@ -0,0 +1,129 @@ | |||
1 | Return-Path: <kde-community-bounces@kde.org> | ||
2 | Received: from imapb010.mykolab.com ([unix socket]) | ||
3 | by imapb010.mykolab.com (Cyrus 2.5.10-49-g2e214b4-Kolab-2.5.10-8.1.el7.kolab_14) with LMTPA; | ||
4 | Wed, 16 Aug 2017 09:15:00 +0200 | ||
5 | X-Sieve: CMU Sieve 2.4 | ||
6 | Received: from int-mx002.mykolab.com (unknown [10.9.13.2]) | ||
7 | by imapb010.mykolab.com (Postfix) with ESMTPS id 1772014401C83 | ||
8 | for <christian@mailqueue.ch>; Wed, 16 Aug 2017 09:15:00 +0200 (CEST) | ||
9 | Received: from mx.kolabnow.com (unknown [10.9.4.1]) | ||
10 | by int-mx002.mykolab.com (Postfix) with ESMTPS id 01CCB2348 | ||
11 | for <christian@mailqueue.ch>; Wed, 16 Aug 2017 09:14:59 +0200 (CEST) | ||
12 | X-Virus-Scanned: amavisd-new at mykolab.com | ||
13 | Authentication-Results: ext-mx-in001.mykolab.com (amavisd-new); | ||
14 | dkim=pass (1024-bit key) header.d=kde.org | ||
15 | X-Greylist: domain auto-whitelisted by SQLgrey-1.8.0 | ||
16 | Received: from forward1-smtp.messagingengine.com (forward1-smtp.messagingengine.com [66.111.4.223]) | ||
17 | by ext-mx-in001.mykolab.com (Postfix) with ESMTPS id 3BC6B11AC | ||
18 | for <christian@mailqueue.ch>; Wed, 16 Aug 2017 09:14:42 +0200 (CEST) | ||
19 | Received: from mailredirect.nyi.internal (imap36.nyi.internal [10.202.2.86]) | ||
20 | by mailforward.nyi.internal (Postfix) with ESMTP id 9F77F12C6 | ||
21 | for <christian@mailqueue.ch>; Wed, 16 Aug 2017 03:14:41 -0400 (EDT) | ||
22 | Received: by mailredirect.nyi.internal (Postfix, from userid 501) | ||
23 | id 8EF798E597; Wed, 16 Aug 2017 03:14:41 -0400 (EDT) | ||
24 | Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) | ||
25 | by sloti36d2t28 (Cyrus fastmail-fmjessie44745-15358-git-fastmail-15358) with LMTPA; | ||
26 | Wed, 16 Aug 2017 03:14:41 -0400 | ||
27 | X-Cyrus-Session-Id: sloti36d2t28-476506-1502867681-2-17694110317903435823 | ||
28 | X-Sieve: CMU Sieve 3.0 | ||
29 | X-Spam-known-sender: no | ||
30 | X-Orig-Spam-score: 0.0 | ||
31 | X-Spam-hits: BAYES_20 -0.001, HEADER_FROM_DIFFERENT_DOMAINS 0.001, | ||
32 | RCVD_IN_DNSWL_MED -2.3, RP_MATCHES_RCVD -0.001, SPF_PASS -0.001, | ||
33 | LANGUAGES en, BAYES_USED global, SA_VERSION 3.4.0 | ||
34 | X-Spam-source: IP='46.4.96.248', Host='postbox.kde.org', Country='DE', FromHeader='ch', | ||
35 | MailFrom='org' | ||
36 | X-Spam-charsets: plain='us-ascii' | ||
37 | X-Resolved-to: chrigi_1@fastmail.fm | ||
38 | X-Delivered-to: chrigi_1@fastmail.fm | ||
39 | X-Mail-from: kde-community-bounces@kde.org | ||
40 | Received: from mx4 ([10.202.2.203]) | ||
41 | by compute1.internal (LMTPProxy); Wed, 16 Aug 2017 03:14:41 -0400 | ||
42 | Authentication-Results: mx4.messagingengine.com; | ||
43 | dkim=pass (1024-bit rsa key sha256) header.d=kde.org header.i=@kde.org header.b=cVfBDwjP; | ||
44 | dmarc=none (p=none;has-list-id=yes) header.from=fuchsnet.ch; | ||
45 | spf=pass smtp.mailfrom=kde-community-bounces@kde.org smtp.helo=postbox.kde.org | ||
46 | Received-SPF: pass | ||
47 | (kde.org: 46.4.96.248 is authorized to use 'kde-community-bounces@kde.org' in 'mfrom' identity (mechanism 'mx' matched)) | ||
48 | receiver=mx4.messagingengine.com; | ||
49 | identity=mailfrom; | ||
50 | envelope-from="kde-community-bounces@kde.org"; | ||
51 | helo=postbox.kde.org; | ||
52 | client-ip=46.4.96.248 | ||
53 | Received: from postbox.kde.org (postbox.kde.org [46.4.96.248]) | ||
54 | (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) | ||
55 | (No client certificate requested) | ||
56 | by mx4.messagingengine.com (Postfix) with ESMTPS | ||
57 | for <chrigi_1@fastmail.fm>; Wed, 16 Aug 2017 03:14:40 -0400 (EDT) | ||
58 | DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=kde.org; s=default; | ||
59 | t=1502867678; bh=70oyTvxfLkdYUd1D8WFhrBEneI7DP4MY5KH1tM/AxUI=; | ||
60 | h=From:To:Subject:Date:In-Reply-To:References:Reply-To:List-Id: | ||
61 | List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe: | ||
62 | From; | ||
63 | b=cVfBDwjPyB0OrVy5jQaU1YBZtx/95ktf4lpQDQddz0Udb+QkxzLzv6S3He6EjQIRs | ||
64 | nnEfVM/Y6V/Q9IHj+AYQckxyZxbXNOmfb9jOgU/R5bhPMkpstCvw/gQTD+LMGsFuSl | ||
65 | fCKdwg+KmAWmvBhoe+8Oa6BMR3KKViYziJgMTuwI= | ||
66 | X-Original-To: kde-community@kde.org | ||
67 | X-Remote-Delivered-To: kde-community@localhost.kde.org | ||
68 | Received-SPF: None (no SPF record) identity=mailfrom; | ||
69 | client-ip=2a00:d70:0:e::317; helo=mxout017.mail.hostpoint.ch; | ||
70 | envelope-from=christian.loosli@fuchsnet.ch; receiver=kde-community@kde.org | ||
71 | Received: from mxout017.mail.hostpoint.ch (mxout017.mail.hostpoint.ch | ||
72 | [IPv6:2a00:d70:0:e::317]) | ||
73 | by postbox.kde.org (Postfix) with ESMTPS id AA196A3AC5 | ||
74 | for <kde-community@kde.org>; Sun, 13 Aug 2017 10:18:17 +0000 (UTC) | ||
75 | Received: from [10.0.2.45] (helo=asmtp012.mail.hostpoint.ch) | ||
76 | by mxout017.mail.hostpoint.ch with esmtp (Exim 4.89 (FreeBSD)) | ||
77 | (envelope-from <christian.loosli@fuchsnet.ch>) id 1dgpyK-000DwH-Of | ||
78 | for kde-community@kde.org; Sun, 13 Aug 2017 12:18:16 +0200 | ||
79 | Received: from 77-56-19-119.dclient.hispeed.ch ([77.56.19.119] | ||
80 | helo=minixfox.localnet) by asmtp012.mail.hostpoint.ch with esmtpsa | ||
81 | (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.89 (FreeBSD)) | ||
82 | (envelope-from <christian.loosli@fuchsnet.ch>) id 1dgpyK-000CRa-ML | ||
83 | for kde-community@kde.org; Sun, 13 Aug 2017 12:18:16 +0200 | ||
84 | X-Authenticated-Sender-Id: mail@fuchsnet.ch | ||
85 | From: Christian Loosli <christian.loosli@fuchsnet.ch> | ||
86 | To: kde-community@kde.org | ||
87 | Subject: Re: Telemetry Policy | ||
88 | Date: Sun, 13 Aug 2017 12:18:16 +0200 | ||
89 | Message-ID: <2990543.KVDkBByYO0@minixfox> | ||
90 | User-Agent: KMail/5.2.3 (Linux/4.6.2-040602-generic; KDE/5.35.0; x86_64; ; ) | ||
91 | In-Reply-To: <2048912.XfIJe3ZSdj@vkpc5> | ||
92 | References: <2048912.XfIJe3ZSdj@vkpc5> | ||
93 | MIME-Version: 1.0 | ||
94 | Content-Transfer-Encoding: 7Bit | ||
95 | Content-Type: text/plain; charset="us-ascii" | ||
96 | X-Mailman-Approved-At: Wed, 16 Aug 2017 07:14:22 +0000 | ||
97 | X-BeenThere: kde-community@kde.org | ||
98 | X-Mailman-Version: 2.1.16 | ||
99 | Precedence: list | ||
100 | Reply-To: informing about and discussing non-technical community topics | ||
101 | <kde-community@kde.org> | ||
102 | List-Id: informing about and discussing non-technical community topics | ||
103 | <kde-community.kde.org> | ||
104 | List-Unsubscribe: <https://mail.kde.org/mailman/options/kde-community>, | ||
105 | <mailto:kde-community-request@kde.org?subject=unsubscribe> | ||
106 | List-Archive: <http://mail.kde.org/pipermail/kde-community/> | ||
107 | List-Post: <mailto:kde-community@kde.org> | ||
108 | List-Help: <mailto:kde-community-request@kde.org?subject=help> | ||
109 | List-Subscribe: <https://mail.kde.org/mailman/listinfo/kde-community>, | ||
110 | <mailto:kde-community-request@kde.org?subject=subscribe> | ||
111 | Errors-To: kde-community-bounces@kde.org | ||
112 | Sender: "kde-community" <kde-community-bounces@kde.org> | ||
113 | |||
114 | Hi, | ||
115 | |||
116 | thank you very much for this work, sounds great! | ||
117 | |||
118 | Only point I have: maybe make sure that the opt-in / default settings are not | ||
119 | only mandatory for application developers, but also for packagers / | ||
120 | distributions. | ||
121 | |||
122 | Some distributions have rather questionable views on privacy and by default | ||
123 | sent information to third parties, so I would feel much more safe if they | ||
124 | weren't allowed (in theory) to flick the switch in their package by default to | ||
125 | "on" either. | ||
126 | |||
127 | Kind regards, | ||
128 | |||
129 | Christian | ||