From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas12@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:09:09 +0100 Message-ID: <342569.35784.qm@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:26455 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751741AbcDRUQS convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:16:18 -0400 Content-Description: Mail message body Sender: ceph-devel-owner@vger.kernel.org List-ID: To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Galloway, Greg" Subject: Greetings! Date: Thu, 2 Dec 2021 22:39:34 +0000 Message-ID: MIME-Version: 1.0 Return-Path: greg.galloway@intel.com Content-Language: en-US Content-Type: multipart/alternative; boundary="_000_BYAPR11MB2760DB15BA7501ED5A4568C7F0699BYAPR11MB2760namp_" List-ID: To: "kernelci@groups.io" --_000_BYAPR11MB2760DB15BA7501ED5A4568C7F0699BYAPR11MB2760namp_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hello, I'd like to know a bit more about your system. How much effort does= it take to add datapoints from our CI? What does the process generally en= tail? We're specifically looking into adding some of our Sound Open Firmware repo= s to your dashboard. --_000_BYAPR11MB2760DB15BA7501ED5A4568C7F0699BYAPR11MB2760namp_ Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: quoted-printable

Hello, I’d like to know a bit more about your = system.  How much effort does it take to add datapoints from our CI?&n= bsp; What does the process generally entail?

We’re specifically looking into adding some of our Sound Open Firmwar= e repos to your dashboard.

 

--_000_BYAPR11MB2760DB15BA7501ED5A4568C7F0699BYAPR11MB2760namp_-- From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Message-ID: Date: Fri, 3 Dec 2021 09:13:37 +0200 MIME-Version: 1.0 From: "Nikolai Kondrashov" Subject: Re: Greetings! References: In-Reply-To: Content-Language: en-US Content-Type: text/plain; charset="utf-8"; format="flowed" Content-Transfer-Encoding: 8bit List-ID: To: kernelci@groups.io, greg.galloway@intel.com Hello Greg, On 12/3/21 00:39, Galloway, Greg wrote: > Hello, I’d like to know a bit more about your system.  How much effort does it take to add datapoints from our CI?  What does the process generally entail? > > We’re specifically looking into adding some of our Sound Open Firmware repos to your dashboard. Basically, you need to format some JSON and pipe it to a command-line tool. Submitting an empty dataset (report) looks something like this: $ echo '{"version":{"major":4,"minor":0}}' | kcidb-submit -p kernelci-production -t playground_kcidb_new Or, if you'd prefer using Python, it would look like this: import kcidb client = kcidb.Client(project_id="kernelci-production", topic_name="playground_kcidb_new") client.submit(report) Our requirements towards the actual data you submit are very minimal right now, pretty much just the structural fields linking your checkouts, builds, and tests together. We also provide you with a "playground" setup where you can experiment with submissions freely and see how they end up in our dashboard, without worrying of breaking anything. If you'd be interested in that, I can give you your credentials right away, so you could start. See details in our Submitter Guide: https://kernelci.org/docs/kcidb/submitter_guide/ and don't hesitate to ask any questions here, or on libera.chat's #kernelci channel! Nick From mboxrd@z Thu Jan 1 00:00:00 1970 Subject: Re: Greetings! References: From: "Guillaume Tucker" Message-ID: Date: Fri, 3 Dec 2021 14:02:32 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Language: en-US Content-Transfer-Encoding: quoted-printable List-ID: To: kernelci@groups.io, greg.galloway@intel.com On 02/12/2021 22:39, Galloway, Greg wrote: > Hello, I=92d like to know a bit more about your system.=A0 How much effor= t does it take to add datapoints from our CI?=A0 What does the process gene= rally entail? >=20 > We=92re specifically looking into adding some of our Sound Open Firmware = repos to your dashboard. KernelCI is still very much about testing the kernel as the sole moving part in the system. Are you continuously testing code changes in your firmware, or do you have a mostly fixed firmware image and your tests are run for each new kernel version? Guillaume From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Date: Mon, 18 Apr 2016 17:42:36 +0000 Subject: Greetings!!! Message-Id: <211018.90403.qm@smtp106.biz.mail.gq1.yahoo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: kernel-janitors@vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor at L= loyds Banking Group plc., London. It is a pleasure to contact you at this t= ime through this medium. I have a cool and legitimate deal to do with you a= s you're a foreigner, it will be mutually beneficial to both. If you=E2=80= =99re interested, urgently, get back to me for more explanation about the d= eal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Date: Mon, 18 Apr 2016 20:11:39 +0000 Subject: Greetings!!! Message-Id: <81373.35773.qm@smtp105.biz.mail.ne1.yahoo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: kernel-janitors@vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor at L= loyds Banking Group plc., London. It is a pleasure to contact you at this t= ime through this medium. I have a cool and legitimate deal to do with you a= s you're a foreigner, it will be mutually beneficial to both. If you=E2=80= =99re interested, urgently, get back to me for more explanation about the d= eal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe kernel-janitors" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: fuqingzheng@asia.com Date: Wed, 10 Jul 2019 04:54:02 +0000 Subject: Greetings! Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: kernel-janitors@vger.kernel.org Good day, I have a mutual business proposal, which refers to the transfer of a large amount of money to an account abroad, with your help as a foreign partner as a beneficiary of the funds. Everything about this transaction will be legal without any bridge of financial authority both in my country and yours. If you are interested and I will give you more information about the project as soon as I receive your positive response. Best regards, Executive Director. ICBC. China --- Dit e-mailbericht is gecontroleerd op virussen met Avast antivirussoftware. https://www.avast.com/antivirus From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11-Ko4HvKsVEdMwu+U/h7MTDQ@public.gmane.org Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:22 +0100 Message-ID: <148752.90403.qm__18474.0955163308$1461001447$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Description: Mail message body Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Mr. Eric" List-Id: linux-api@vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122-Ko4HvKsVEdMwu+U/h7MTDQ@public.gmane.org Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:04 +0100 Message-ID: <777136.35773.qm__27917.0520756908$1461010767$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Description: Mail message body Sender: linux-api-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Mr. Eric" List-Id: linux-api@vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:42:55 +0100 Message-ID: <119393.90403.qm__9835.84677237577$1461001427$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29389 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752129AbcDRRnn convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:43:43 -0400 Content-Description: Mail message body Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:04 +0100 Message-ID: <777136.35773.qm__19122.238099999$1461010772$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27561 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752491AbcDRUTO convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:14 -0400 Content-Description: Mail message body Sender: linux-acpi-owner@vger.kernel.org List-Id: linux-acpi@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:22 +0100 Message-ID: <148752.90403.qm__21783.7358861745$1461001520$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29465 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753327AbcDRRny convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:43:54 -0400 Content-Description: Mail message body Sender: linux-bcache-owner@vger.kernel.org List-Id: linux-bcache@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:04 +0100 Message-ID: <777136.35773.qm__4256.43874700672$1461010766$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27587 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752524AbcDRUTK convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:10 -0400 Content-Description: Mail message body Sender: linux-bcache-owner@vger.kernel.org List-Id: linux-bcache@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:22 +0100 Message-ID: <148752.90403.qm__31268.885281361$1461001483$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29472 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753235AbcDRRny convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:43:54 -0400 Content-Description: Mail message body Sender: linux-arch-owner@vger.kernel.org List-ID: To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:04 +0100 Message-ID: <777136.35773.qm__28659.4261219308$1461010772$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27562 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752495AbcDRUTO convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:14 -0400 Content-Description: Mail message body Sender: linux-arch-owner@vger.kernel.org List-ID: To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:22 +0100 Message-ID: <148752.90403.qm__30801.0593559176$1461001514$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29469 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753336AbcDRRnz convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:43:55 -0400 Content-Description: Mail message body Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:04 +0100 Message-ID: <777136.35773.qm__41446.1161978126$1461010758$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27563 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752535AbcDRUTK convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:10 -0400 Content-Description: Mail message body Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:22 +0100 Message-ID: <148752.90403.qm__43833.5777879276$1461001471$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29468 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753226AbcDRRny convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:43:54 -0400 Content-Description: Mail message body Sender: linux-can-owner@vger.kernel.org List-ID: To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:04 +0100 Message-ID: <777136.35773.qm__4841.25205916843$1461010774$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27567 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752260AbcDRUTJ convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:09 -0400 Content-Description: Mail message body Sender: linux-can-owner@vger.kernel.org List-ID: To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas111-Ko4HvKsVEdMwu+U/h7MTDQ@public.gmane.org Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:49:00 +0100 Message-ID: <360508.2334.qm__29113.2395425395$1461002186$gmane$org@smtp102.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: "Mr. Eric" Return-path: Content-Description: Mail message body Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas123-Ko4HvKsVEdMwu+U/h7MTDQ@public.gmane.org Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:16:33 +0100 Message-ID: <949686.63933.qm__9373.6111572527$1461011104$gmane$org@smtp103.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: "Mr. Eric" Return-path: Content-Description: Mail message body Sender: linux-cifs-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_50, FREEMAIL_REPLYTO_END_DIGIT,HEADER_FROM_DIFFERENT_DOMAINS,LOTS_OF_MONEY, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 71859C433E2 for ; Tue, 1 Sep 2020 17:17:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 508922078B for ; Tue, 1 Sep 2020 17:17:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728482AbgIARRe convert rfc822-to-8bit (ORCPT ); Tue, 1 Sep 2020 13:17:34 -0400 Received: from mx.metalurgs.lv ([81.198.125.103]:59981 "EHLO mx.metalurgs.lv" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731298AbgIARRL (ORCPT ); Tue, 1 Sep 2020 13:17:11 -0400 Received: from mx.metalurgs.lv (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id D15775B7A for ; Tue, 1 Sep 2020 20:07:58 +0300 (EEST) Received: from kas30pipe.localhost (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 9088F64862 for ; Tue, 1 Sep 2020 19:58:02 +0300 (EEST) Received: by mx.metalurgs.lv (Postfix, from userid 1005) id B35A068622; Tue, 1 Sep 2020 19:06:42 +0300 (EEST) Received: from [192.168.8.10] (ip168-243-231-195.intercom.com.sv [168.243.231.195]) (Authenticated sender: admin) by mx.metalurgs.lv (Postfix) with ESMTPA id 553E54078 for ; Tue, 1 Sep 2020 18:13:17 +0300 (EEST) MIME-Version: 1.0 Content-Description: Mail message body To: linux-clk@vger.kernel.org From: "Angel Investors" Date: Tue, 01 Sep 2020 09:13:10 -0600 Reply-To: andrewmacklin12@gmail.com X-SpamTest-Envelope-From: info@unituscapital.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 71303 [Jan 01 2015] X-SpamTest-Info: {RECEIVED: dynamic ip detected} X-SpamTest-Info: {DATE: unreal year} X-SpamTest-Method: none X-SpamTest-Rate: 35 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0284], KAS30/Release Message-ID: <20200901161901.B35A068622@mx.metalurgs.lv> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Subject: GREETINGS!!! X-Anti-Virus: Kaspersky Anti-Virus for Linux Mail Server 5.6.39/RELEASE, bases: 20140401 #7726142, check: 20200901 notchecked Sender: linux-clk-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-clk@vger.kernel.org Attention To Email : linux-clk@vger.kernel.org Good Day Sir, Our Group have the financial capability to finance any investment portfolio as far as is genuine, all we need is a capable business partner that possesses investment strategies for profitable business information for good turn over within 10-30years. Our Partners are willing to invest 10million — 5billon USD. We can provide proof of funds on demand, after certification of your documents/details. Please write me back if you can work with me on this project. Thank You, Best Regards Andrew Macklin From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11-Ko4HvKsVEdMwu+U/h7MTDQ@public.gmane.org Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:22 +0100 Message-ID: <148752.90403.qm__35229.474414564$1461001525$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Description: Mail message body Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Mr. Eric" List-Id: linux-efi@vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122-Ko4HvKsVEdMwu+U/h7MTDQ@public.gmane.org Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:04 +0100 Message-ID: <777136.35773.qm__3874.23348515785$1461010776$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Description: Mail message body Sender: linux-efi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Mr. Eric" List-Id: linux-efi@vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:22 +0100 Message-ID: <148752.90403.qm__23119.3570107736$1461001522$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: "Mr. Eric" Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29504 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753335AbcDRRnz convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:43:55 -0400 Content-Description: Mail message body Sender: linux-ext4-owner@vger.kernel.org List-ID: Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:04 +0100 Message-ID: <777136.35773.qm__48903.5471612171$1461010773$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: "Mr. Eric" Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27572 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752486AbcDRUTJ convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:09 -0400 Content-Description: Mail message body Sender: linux-ext4-owner@vger.kernel.org List-ID: Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-ext4" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,HK_SCAM,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI,SPF_HELO_NONE,SPF_NONE autolearn=unavailable autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id 2AB037D91B for ; Wed, 10 Jul 2019 22:04:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727831AbfGJWE1 convert rfc822-to-8bit (ORCPT ); Wed, 10 Jul 2019 18:04:27 -0400 Received: from 50-244-196-250-static.hfc.comcastbusiness.net ([50.244.196.250]:56929 "EHLO hometime.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726245AbfGJWE0 (ORCPT ); Wed, 10 Jul 2019 18:04:26 -0400 X-Greylist: delayed 18198 seconds by postgrey-1.27 at vger.kernel.org; Wed, 10 Jul 2019 18:04:22 EDT Received: from [100.120.45.199] ([195.181.172.132]) by hometime.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 10 Jul 2019 00:08:11 -0500 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Description: Mail message body Subject: Greetings! To: Recipients From: fuqingzheng@asia.com Date: Wed, 10 Jul 2019 07:07:37 +0200 Reply-To: zhengfuqing@yandex.com X-Antivirus: Avast (VPS 190709-4, 09-07-2019), Outbound message X-Antivirus-Status: Clean Message-ID: X-OriginalArrivalTime: 10 Jul 2019 05:08:11.0766 (UTC) FILETIME=[78AE5160:01D536DD] Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Good day, I have a mutual business proposal, which refers to the transfer of a large amount of money to an account abroad, with your help as a foreign partner as a beneficiary of the funds. Everything about this transaction will be legal without any bridge of financial authority both in my country and yours. If you are interested and I will give you more information about the project as soon as I receive your positive response. Best regards, Executive Director. ICBC. China --- Dit e-mailbericht is gecontroleerd op virussen met Avast antivirussoftware. https://www.avast.com/antivirus From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_50, FREEMAIL_REPLYTO_END_DIGIT,HEADER_FROM_DIFFERENT_DOMAINS,LOTS_OF_MONEY, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 9ACC5C433E2 for ; Sat, 5 Sep 2020 20:23:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5E07A2074B for ; Sat, 5 Sep 2020 20:23:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728400AbgIEUXm convert rfc822-to-8bit (ORCPT ); Sat, 5 Sep 2020 16:23:42 -0400 Received: from mx.metalurgs.lv ([81.198.125.103]:64964 "EHLO mx.metalurgs.lv" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727875AbgIEUXl (ORCPT ); Sat, 5 Sep 2020 16:23:41 -0400 Received: from mx.metalurgs.lv (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id CF8B67CE64 for ; Sat, 5 Sep 2020 23:09:52 +0300 (EEST) Received: from kas30pipe.localhost (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 5D1CA71897 for ; Sat, 5 Sep 2020 22:42:41 +0300 (EEST) Received: by mx.metalurgs.lv (Postfix, from userid 1005) id 617858416A; Sat, 5 Sep 2020 22:07:58 +0300 (EEST) Received: from [192.168.8.10] (ip168-243-231-195.intercom.com.sv [168.243.231.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin) by mx.metalurgs.lv (Postfix) with ESMTPSA id CC2AE7AE44 for ; Sat, 5 Sep 2020 21:36:59 +0300 (EEST) MIME-Version: 1.0 Content-Description: Mail message body To: linux-doc@vger.kernel.org From: "Angel Investors" Date: Sat, 05 Sep 2020 12:36:44 -0600 Reply-To: andrewmacklin12@gmail.com X-SpamTest-Envelope-From: info@unituscapital.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 71303 [Jan 01 2015] X-SpamTest-Info: {RECEIVED: dynamic ip detected} X-SpamTest-Info: {DATE: unreal year} X-SpamTest-Method: none X-SpamTest-Rate: 35 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0284], KAS30/Release Message-ID: <20200905190758.617858416A@mx.metalurgs.lv> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Subject: GREETINGS!!! X-Anti-Virus: Kaspersky Anti-Virus for Linux Mail Server 5.6.39/RELEASE, bases: 20140401 #7726142, check: 20200905 notchecked Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org Attention To Email : linux-doc@vger.kernel.org Good Day Sir, Our Group have the financial capability to finance any investment portfolio as far as is genuine, all we need is a capable business partner that possesses investment strategies for profitable business information for good turn over within 10-30years. Our Partners are willing to invest 10million — 5billon USD. We can provide proof of funds on demand, after certification of your documents/details. Please write me back if you can work with me on this project. Thank You, Best Regards Andrew Macklin From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Date: Mon, 18 Apr 2016 17:43:22 +0000 Subject: Greetings!!! Message-Id: <148752.90403.qm@smtp106.biz.mail.gq1.yahoo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor at L= loyds Banking Group plc., London. It is a pleasure to contact you at this t= ime through this medium. I have a cool and legitimate deal to do with you a= s you're a foreigner, it will be mutually beneficial to both. If you=E2=80= =99re interested, urgently, get back to me for more explanation about the d= eal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Date: Mon, 18 Apr 2016 20:12:04 +0000 Subject: Greetings!!! Message-Id: <777136.35773.qm@smtp105.biz.mail.ne1.yahoo.com> List-Id: References: <148752.90403.qm@smtp106.biz.mail.gq1.yahoo.com> In-Reply-To: <148752.90403.qm@smtp106.biz.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor at L= loyds Banking Group plc., London. It is a pleasure to contact you at this t= ime through this medium. I have a cool and legitimate deal to do with you a= s you're a foreigner, it will be mutually beneficial to both. If you=E2=80= =99re interested, urgently, get back to me for more explanation about the d= eal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: fuqingzheng@asia.com Date: Wed, 10 Jul 2019 05:07:40 +0000 Subject: Greetings! Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Recipients Good day, I have a mutual business proposal, which refers to the transfer of a large amount of money to an account abroad, with your help as a foreign partner as a beneficiary of the funds. Everything about this transaction will be legal without any bridge of financial authority both in my country and yours. If you are interested and I will give you more information about the project as soon as I receive your positive response. Best regards, Executive Director. ICBC. China --- Dit e-mailbericht is gecontroleerd op virussen met Avast antivirussoftware. https://www.avast.com/antivirus From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:04 +0100 Message-ID: <777136.35773.qm__25413.2511829541$1461010787$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27580 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752536AbcDRUTK convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:10 -0400 Content-Description: Mail message body Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:22 +0100 Message-ID: <148752.90403.qm@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29487 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751533AbcDRRny convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:43:54 -0400 Content-Description: Mail message body Sender: linux-gpio-owner@vger.kernel.org List-Id: linux-gpio@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_50, FREEMAIL_REPLYTO_END_DIGIT,HEADER_FROM_DIFFERENT_DOMAINS,LOTS_OF_MONEY, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 219AEC433E2 for ; Sat, 5 Sep 2020 20:25:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id CE9B82074B for ; Sat, 5 Sep 2020 20:25:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728103AbgIEUZe convert rfc822-to-8bit (ORCPT ); Sat, 5 Sep 2020 16:25:34 -0400 Received: from mx.metalurgs.lv ([81.198.125.103]:52421 "EHLO mx.metalurgs.lv" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727875AbgIEUZd (ORCPT ); Sat, 5 Sep 2020 16:25:33 -0400 Received: from mx.metalurgs.lv (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id D693F714DD for ; Sat, 5 Sep 2020 23:09:54 +0300 (EEST) Received: from kas30pipe.localhost (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 05A39A351 for ; Sat, 5 Sep 2020 22:42:46 +0300 (EEST) Received: by mx.metalurgs.lv (Postfix, from userid 1005) id 7DCC76B911; Sat, 5 Sep 2020 22:07:59 +0300 (EEST) Received: from [192.168.8.10] (ip168-243-231-195.intercom.com.sv [168.243.231.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin) by mx.metalurgs.lv (Postfix) with ESMTPSA id BBD4878212 for ; Sat, 5 Sep 2020 21:37:00 +0300 (EEST) MIME-Version: 1.0 Content-Description: Mail message body To: linux-gpio@vger.kernel.org From: "Angel Investors" Date: Sat, 05 Sep 2020 12:36:45 -0600 Reply-To: andrewmacklin12@gmail.com X-SpamTest-Envelope-From: info@unituscapital.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 71303 [Jan 01 2015] X-SpamTest-Info: {RECEIVED: dynamic ip detected} X-SpamTest-Info: {DATE: unreal year} X-SpamTest-Method: none X-SpamTest-Rate: 35 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0284], KAS30/Release Message-ID: <20200905190759.7DCC76B911@mx.metalurgs.lv> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Subject: GREETINGS!!! X-Anti-Virus: Kaspersky Anti-Virus for Linux Mail Server 5.6.39/RELEASE, bases: 20140401 #7726142, check: 20200905 notchecked Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Attention To Email : linux-gpio@vger.kernel.org Good Day Sir, Our Group have the financial capability to finance any investment portfolio as far as is genuine, all we need is a capable business partner that possesses investment strategies for profitable business information for good turn over within 10-30years. Our Partners are willing to invest 10million — 5billon USD. We can provide proof of funds on demand, after certification of your documents/details. Please write me back if you can work with me on this project. Thank You, Best Regards Andrew Macklin From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_50, FREEMAIL_REPLYTO_END_DIGIT,HEADER_FROM_DIFFERENT_DOMAINS,LOTS_OF_MONEY, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C217FC43461 for ; Sat, 5 Sep 2020 20:26:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 868832074B for ; Sat, 5 Sep 2020 20:26:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728400AbgIEU02 convert rfc822-to-8bit (ORCPT ); Sat, 5 Sep 2020 16:26:28 -0400 Received: from mx.metalurgs.lv ([81.198.125.103]:53751 "EHLO mx.metalurgs.lv" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728327AbgIEU00 (ORCPT ); Sat, 5 Sep 2020 16:26:26 -0400 Received: from mx.metalurgs.lv (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 075E582FA9 for ; Sat, 5 Sep 2020 23:14:20 +0300 (EEST) Received: from kas30pipe.localhost (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 7B7235CA92 for ; Sat, 5 Sep 2020 22:42:38 +0300 (EEST) Received: by mx.metalurgs.lv (Postfix, from userid 1005) id ADDF783FDE; Sat, 5 Sep 2020 22:07:54 +0300 (EEST) Received: from [192.168.8.10] (ip168-243-231-195.intercom.com.sv [168.243.231.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin) by mx.metalurgs.lv (Postfix) with ESMTPSA id CE5566B822 for ; Sat, 5 Sep 2020 21:36:53 +0300 (EEST) MIME-Version: 1.0 Content-Description: Mail message body To: linux-hwmon@vger.kernel.org From: "Angel Investors" Date: Sat, 05 Sep 2020 12:36:38 -0600 Reply-To: andrewmacklin12@gmail.com X-SpamTest-Envelope-From: info@unituscapital.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 71303 [Jan 01 2015] X-SpamTest-Info: {RECEIVED: dynamic ip detected} X-SpamTest-Info: {DATE: unreal year} X-SpamTest-Method: none X-SpamTest-Rate: 35 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0284], KAS30/Release Message-ID: <20200905190754.ADDF783FDE@mx.metalurgs.lv> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Subject: GREETINGS!!! X-Anti-Virus: Kaspersky Anti-Virus for Linux Mail Server 5.6.39/RELEASE, bases: 20140401 #7726142, check: 20200905 notchecked Sender: linux-hwmon-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org Attention To Email : linux-hwmon@vger.kernel.org Good Day Sir, Our Group have the financial capability to finance any investment portfolio as far as is genuine, all we need is a capable business partner that possesses investment strategies for profitable business information for good turn over within 10-30years. Our Partners are willing to invest 10million — 5billon USD. We can provide proof of funds on demand, after certification of your documents/details. Please write me back if you can work with me on this project. Thank You, Best Regards Andrew Macklin From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:22 +0100 Message-ID: <148752.90403.qm__7251.38879283822$1461001514$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29483 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753333AbcDRRnz convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:43:55 -0400 Content-Description: Mail message body Sender: linux-i2c-owner@vger.kernel.org List-Id: linux-i2c@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:04 +0100 Message-ID: <777136.35773.qm__7568.19211314923$1461010772$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27581 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752535AbcDRUTT convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:19 -0400 Content-Description: Mail message body Sender: linux-i2c-owner@vger.kernel.org List-Id: linux-i2c@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27585 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752521AbcDRUTK convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:10 -0400 Message-ID: <777136.35773.qm@smtp105.biz.mail.ne1.yahoo.com> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Description: Mail message body Subject: Greetings!!! From: andreas122@elisaandreas.biz Date: Mon, 18 Apr 2016 21:12:04 +0100 Reply-To: J_ericdaniels111@outlook.com Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor at Lloyds Banking Group plc., London. It is a pleasure to contact you at this time through this medium. I have a cool and legitimate deal to do with you as you're a foreigner, it will be mutually beneficial to both. If you’re interested, urgently, get back to me for more explanation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29488 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753245AbcDRRny convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:43:54 -0400 Message-ID: <148752.90403.qm@smtp106.biz.mail.gq1.yahoo.com> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Description: Mail message body Subject: Greetings!!! From: andreas11@elisaandreas.biz Date: Mon, 18 Apr 2016 18:43:22 +0100 Reply-To: J_ericdaniels111@outlook.com Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor at Lloyds Banking Group plc., London. It is a pleasure to contact you at this time through this medium. I have a cool and legitimate deal to do with you as you're a foreigner, it will be mutually beneficial to both. If you’re interested, urgently, get back to me for more explanation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from 50-244-196-250-static.hfc.comcastbusiness.net ([50.244.196.250]:56929 "EHLO hometime.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1727767AbfGJWE2 (ORCPT ); Wed, 10 Jul 2019 18:04:28 -0400 Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Description: Mail message body Subject: Greetings! From: fuqingzheng@asia.com Date: Wed, 10 Jul 2019 07:07:40 +0200 Reply-To: zhengfuqing@yandex.com Message-ID: Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Recipients Good day, I have a mutual business proposal, which refers to the transfer of a large amount of money to an account abroad, with your help as a foreign partner as a beneficiary of the funds. Everything about this transaction will be legal without any bridge of financial authority both in my country and yours. If you are interested and I will give you more information about the project as soon as I receive your positive response. Best regards, Executive Director. ICBC. China --- Dit e-mailbericht is gecontroleerd op virussen met Avast antivirussoftware. https://www.avast.com/antivirus From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mr Moses Uzoegbu Subject: Greetings, Date: 13 Mar 2007 22:18:49 +0100 Message-ID: <20070313211849.9485.qmail@mlsedv-online.de> Reply-To: mosesuzoegbu@sify.com Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Return-path: Sender: owner-linux-input@atrey.karlin.mff.cuni.cz List-Help: List-Owner: List-Post: List-Unsubscribe: To: linux-input@atrey.karlin.mff.cuni.cz List-Id: linux-input@vger.kernel.org Greetings, I professionally advise that you digest and assimilate this that I have b= rought forth to you before taking your next decision. Be informed that th= is is legal and has little or nor risk and I would in my discreation keep= it as discreet as possible. One Mr. Elf Rogers who worked with shell oil in Nigeria, was killed by the Niger-delta Millitants in 2005. Mr. Elf Rogers left the sum of $2.5M in cash and $1.2M in share debenture stocks of a re= putable company in our deposit,which has accumulated a great amount of di= vidend. Until now no relation of his has come forward to claim this estat= e. So the bank has taken it upon itself to look for his next of=20 kin as he left no traces of any or any will. You can also get information's on this web site http://www.turkishweekly.net/news.php?id=3D31543 I am Moses Uzoegbu and below is my profile:My Position Head of Risk Manag= ement Department and the Bank=92s Chief Compliance Officer Of Ibtc Charte= red Bank This is the link to get my profile http://www.ibtc.com/management.asp Our Bank's website: www.ibtc.com Please note that the priority of coming to you is for us to work together= in getting this estate out for ourselves. I need you to make available t= o me the following datas: YOUR FULL NAME DIRECT PHONE AND FAX Oltrogge FOR PROPER COMMUICATION RESIDENT ADDRESS MARITAL STATUS OCCUPATION YOUR ID. i.e INTERNATIONAL PASSPORT OR DRIVERS LINECES With this I would validate an application of claim and forward it to the = bank's foreign remittance department that is in charge of such transactio= n for formal commencement of reviews to this regards. Please Note if you know you are not capable of handling this transaction please dont reply. Regards Mr Moses Uzoegbu From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:22 +0100 Message-ID: <148752.90403.qm__13252.4806344465$1461001449$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29494 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753292AbcDRRn7 convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:43:59 -0400 Content-Description: Mail message body Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-input" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:04 +0100 Message-ID: <777136.35773.qm__32404.573824215$1461010775$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27583 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752547AbcDRUTL convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:11 -0400 Content-Description: Mail message body Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-input" = in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:22 +0100 Message-ID: <148752.90403.qm__13871.8703914948$1461001520$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29493 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753319AbcDRRny convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:43:54 -0400 Content-Description: Mail message body Sender: linux-leds-owner@vger.kernel.org List-Id: linux-leds@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:16 +0100 Message-ID: <828729.35773.qm__33128.8269874223$1461010789$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27762 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752647AbcDRUTc convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:32 -0400 Content-Description: Mail message body Sender: linux-leds-owner@vger.kernel.org List-Id: linux-leds@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:22 +0100 Message-ID: <148752.90403.qm__40833.0070124522$1461001516$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Description: Mail message body Sender: linux-m68k-owner@vger.kernel.org List-Id: linux-m68k@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:16 +0100 Message-ID: <828729.35773.qm__40638.6833674789$1461010817$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Description: Mail message body Sender: linux-m68k-owner@vger.kernel.org List-Id: linux-m68k@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11-Ko4HvKsVEdMwu+U/h7MTDQ@public.gmane.org Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:38 +0100 Message-ID: <962979.90403.qm__7081.87326458773$1461001497$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Description: Mail message body Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Mr. Eric" List-Id: linux-man@vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122-Ko4HvKsVEdMwu+U/h7MTDQ@public.gmane.org Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:16 +0100 Message-ID: <828729.35773.qm__22125.424250453$1461010821$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Description: Mail message body Sender: linux-man-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Mr. Eric" List-Id: linux-man@vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:38 +0100 Message-ID: <962979.90403.qm__45219.8743624196$1461001478$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29594 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753398AbcDRRoO convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:44:14 -0400 Content-Description: Mail message body Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:16 +0100 Message-ID: <828729.35773.qm__9406.59536649964$1461010782$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27766 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752639AbcDRUTb convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:31 -0400 Content-Description: Mail message body Sender: linux-mmc-owner@vger.kernel.org List-Id: linux-mmc@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <36513.72.3.137.82.1224068709.squirrel@mail.cultura.mg.gov.br> Date: Wed, 15 Oct 2008 08:05:09 -0300 (BRT) Subject: GREETINGS! From: "Maria Fernandez" MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit To: undisclosed-recipients:; Reply-To: maffernandez200@telegraf.by List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , GREETINGS! >>From Mrs Maria Elena Fernandez, I am the above named person from Philippine. I am married to Mr. Rodolfo FERNANDEZ who worked with Philippine embassy in Kuwait for nine years before we left to Philippine where he was re-appointed as a navy officer before his untimely death in the year 2005. We were married for eleven years without a child. He died in his home country Philippine after a brief illness that lasted for only four days Before his death we were both born again Christian. Since his death I decided not to remarry or get a child outside my matrimonial home which the Bible is against. When my late husband was alive he deposited the sum of $7.3Musd (Seven Million Three Hundred Thousand U.S. Dollars) in cash concealed in a trunk box and deposits it with a Security Company in Abidjan Cote d ivoire (West Africa) which he declare and register it as family valuables. Recently, my Doctor told me that i have serious sickness which is cancer problem. The one that disturbs me most is the high blood pressure sickness. Having known my condition I decided to donate this fund to a church or individual that will utilize this money the way I am going to instruct herein. I want a church or individual that will use this fund for orphanages, widows, propagating the word of God and to endeavour that the house of God is maintained. The Bible made us to understand that Blessed is the hand that giveth I took this decision because I do not have any child that will inherit this money and my husband relatives are not Christians and I do not want my husband’s efforts to be used by unbelievers. This is why I am taking this decision to contact you. I am not afraid of death hence I know where I am going. I know that I am going to be in the bosom of the Lord. Exodus 14 VS 14 says that the lord will fight my case and I shall hold my peace. I do not need any telephone communication for security purpose until this mission is accomplished. With God all things are possible. As soon as I receive your reply with full assurance of your assistance, I shall give you the legal proof of this matter and contact of the security company in Abidjan where he deposited the trunk box. I will also issue you an authority letter that will prove you the present and legal beneficiary of this trunk box (fund). I want you and the church to always pray for me because the lord is my shepherd. My happiness is that I lived a life of a worthy Christian. Whoever that wants to serve the Lord must serve him in Spirit and Truth. Hope to receive your reply. Remain blessed in the Lord. Yours in Christ, Mrs Maria Elena Fernandez From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1asDDu-0007DT-Dr for linux-mtd@lists.infradead.org; Mon, 18 Apr 2016 17:44:35 +0000 Message-ID: <962979.90403.qm@smtp106.biz.mail.gq1.yahoo.com> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Description: Mail message body Subject: Greetings!!! To: "Mr. Eric" From: andreas11@elisaandreas.biz Date: Mon, 18 Apr 2016 18:43:38 +0100 Reply-To: J_ericdaniels111@outlook.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, how are you? My name is J Eric Denials, External Financial Auditor at L= loyds Banking Group plc., London. It is a pleasure to contact you at this t= ime through this medium. I have a cool and legitimate deal to do with you a= s you're a foreigner, it will be mutually beneficial to both. If you=E2=80= =99re interested, urgently, get back to me for more explanation about the d= eal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1asFXk-0003Cp-JV for linux-mtd@lists.infradead.org; Mon, 18 Apr 2016 20:13:15 +0000 Message-ID: <828729.35773.qm@smtp105.biz.mail.ne1.yahoo.com> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Description: Mail message body Subject: Greetings!!! To: "Mr. Eric" From: andreas122@elisaandreas.biz Date: Mon, 18 Apr 2016 21:12:16 +0100 Reply-To: J_ericdaniels111@outlook.com List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, how are you? My name is J Eric Denials, External Financial Auditor at L= loyds Banking Group plc., London. It is a pleasure to contact you at this t= ime through this medium. I have a cool and legitimate deal to do with you a= s you're a foreigner, it will be mutually beneficial to both. If you=E2=80= =99re interested, urgently, get back to me for more explanation about the d= eal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29596 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753316AbcDRRoO convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:44:14 -0400 Message-ID: <962979.90403.qm@smtp106.biz.mail.gq1.yahoo.com> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Subject: Greetings!!! To: "Mr. Eric" From: andreas11@elisaandreas.biz Date: Mon, 18 Apr 2016 18:43:38 +0100 Reply-To: J_ericdaniels111@outlook.com Sender: linux-nfs-owner@vger.kernel.org List-ID: Hi, how are you? My name is J Eric Denials, External Financial Auditor at Lloyds Banking Group plc., London. It is a pleasure to contact you at this time through this medium. I have a cool and legitimate deal to do with you as you're a foreigner, it will be mutually beneficial to both. If you’re interested, urgently, get back to me for more explanation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27770 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752706AbcDRUTl convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:41 -0400 Message-ID: <828729.35773.qm@smtp105.biz.mail.ne1.yahoo.com> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Subject: Greetings!!! To: "Mr. Eric" From: andreas122@elisaandreas.biz Date: Mon, 18 Apr 2016 21:12:16 +0100 Reply-To: J_ericdaniels111@outlook.com Sender: linux-nfs-owner@vger.kernel.org List-ID: Hi, how are you? My name is J Eric Denials, External Financial Auditor at Lloyds Banking Group plc., London. It is a pleasure to contact you at this time through this medium. I have a cool and legitimate deal to do with you as you're a foreigner, it will be mutually beneficial to both. If you’re interested, urgently, get back to me for more explanation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:38 +0100 Message-ID: <962979.90403.qm__37366.0326040865$1461001492$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29605 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752074AbcDRRoO convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:44:14 -0400 Content-Description: Mail message body Sender: linux-pwm-owner@vger.kernel.org List-Id: linux-pwm@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:16 +0100 Message-ID: <828729.35773.qm__36242.8382890814$1461010782$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27773 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752630AbcDRUTb convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:31 -0400 Content-Description: Mail message body Sender: linux-pwm-owner@vger.kernel.org List-Id: linux-pwm@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:38 +0100 Message-ID: <962979.90403.qm__5481.14211201227$1461001483$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 To: "Mr. Eric" Return-path: List-ID: List-Id: linux-parisc.vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-parisc"= in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:16 +0100 Message-ID: <828729.35773.qm__49949.6970828206$1461010826$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 To: "Mr. Eric" Return-path: List-ID: List-Id: linux-parisc.vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-parisc"= in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-lj1-f176.google.com (mail-lj1-f176.google.com [209.85.208.176]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 45E80538A for ; Sun, 12 Mar 2023 17:59:19 +0000 (UTC) Received: by mail-lj1-f176.google.com with SMTP id by8so10381293ljb.7 for ; Sun, 12 Mar 2023 10:59:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1678643957; h=to:subject:message-id:date:from:sender:mime-version:from:to:cc :subject:date:message-id:reply-to; bh=IjxCsWjpVR9S+80StEn7s0e01LeLFs8YAtijTqjnySY=; b=p4nO04zJTpFzQmqBUB3mgS7Cv3TqxJy0zj5CUNFyavFFKjRr5srdMr/gktHUo1yqJJ sTrkwa7DkoSFtScaGCPuZ/KIwMsR1WvV20xwopC2QheoC+V8S6vKqWBbvrSoc03my80N T6HXB+kWX3zfXoLzsmlF/551y14UC/EGQkWm17bsrCtbIAZwJpYrlGxAwRraLCBJhyax u5CyAPcCKTzjm3IfNJZhP5AiyOKYZygCOohsUMatVtrTBHEbDBwAZf3ySQ+NghFeSliT NqSPPdwmKPe69gzlzwD9Qu0Zi+5HNJdqjAv86DOE3DD0nP8A40Y0drMEwrO7WqPA9Wi0 Y94w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1678643957; h=to:subject:message-id:date:from:sender:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=IjxCsWjpVR9S+80StEn7s0e01LeLFs8YAtijTqjnySY=; b=h/ETDUB9kTreVLZ70AgwGRP9vjsTgVrZNDmIZGYqdJM3OLh5KR3/4PBRHvU9IQr1bE f50DiCNeXc5Cqu73l1dsWtUiBNA0Rsq/MCr0xBI3Kztwli/6iCK3oZ6iv4j4SWYvxLOA 4HvEtyGevU6IRO38B20i6vVoNhfIUaY0ZgGPO+oKLltyXM7ia8sqNr33Jp1kUm+cIED3 NVcRAlg8+YblD8YgG3Ib/qjWJ4BozgxC+f6plGrb3WOE2bEDE2wiZlNn1WlhSLiKeYgL qPxgjtxorUfW5qF6H+kQM00fEAoUqn8+FVYvNNt+H4f2ngJXMtGyPfX51mroUjrt1crO E+Bw== X-Gm-Message-State: AO0yUKW4Bb3w43PjbC0Au4YtvAcCXrhwd417VVEQ4Og83aDZm2eQXvih UjpDLO4pp353p+KARIjGi64gv/p+TVSC0Oe0Hd8= X-Google-Smtp-Source: AK7set9DraWp9OvTdzSK7k2c0Klz8C/1UCdISBVLw4aOVl5hVEZ0AG2SdLJpK7ue9sg4bX7sm+bctUEedw/vySIMM5k= X-Received: by 2002:a2e:b522:0:b0:298:72a8:c6c4 with SMTP id z2-20020a2eb522000000b0029872a8c6c4mr3992502ljm.9.1678643957165; Sun, 12 Mar 2023 10:59:17 -0700 (PDT) Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Sender: qianghcastro@gmail.com Received: by 2002:a2e:9bd2:0:0:0:0:0 with HTTP; Sun, 12 Mar 2023 10:59:16 -0700 (PDT) From: "Mrs. Clementina Toussain" Date: Sun, 12 Mar 2023 18:59:16 +0100 X-Google-Sender-Auth: rFstIaq1vuFf2wZQT7K4PJIsqLg Message-ID: Subject: Greetings! To: undisclosed-recipients:; Content-Type: text/plain; charset="UTF-8" Hello, Dearest Friend, I Am Mrs.Clementina Toussaint, I have something important discussion for you, please reply urgently for more details give you further information. And I hereby advice to contact me by this email address mrsclementinetoussaint65@gmail.com REDARDS Mrs.Clementina Toussaint From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_50, FREEMAIL_REPLYTO_END_DIGIT,HEADER_FROM_DIFFERENT_DOMAINS,LOTS_OF_MONEY, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 407CCC433E2 for ; Tue, 1 Sep 2020 17:19:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 20E9D2087D for ; Tue, 1 Sep 2020 17:19:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732657AbgIARTy convert rfc822-to-8bit (ORCPT ); Tue, 1 Sep 2020 13:19:54 -0400 Received: from mx.metalurgs.lv ([81.198.125.103]:53996 "EHLO mx.metalurgs.lv" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732591AbgIARTv (ORCPT ); Tue, 1 Sep 2020 13:19:51 -0400 Received: from mx.metalurgs.lv (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 18B383313A for ; Tue, 1 Sep 2020 20:12:16 +0300 (EEST) Received: from kas30pipe.localhost (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 803DA3184D for ; Tue, 1 Sep 2020 19:53:21 +0300 (EEST) Received: by mx.metalurgs.lv (Postfix, from userid 1005) id 488783270C; Tue, 1 Sep 2020 18:59:21 +0300 (EEST) Received: from [192.168.8.10] (ip168-243-231-195.intercom.com.sv [168.243.231.195]) (Authenticated sender: admin) by mx.metalurgs.lv (Postfix) with ESMTPA id 548CE5E345 for ; Tue, 1 Sep 2020 18:06:38 +0300 (EEST) MIME-Version: 1.0 Content-Description: Mail message body To: linux-pci@vger.kernel.org From: "Angel Investors" Date: Tue, 01 Sep 2020 09:06:31 -0600 Reply-To: andrewmacklin12@gmail.com X-SpamTest-Envelope-From: info@unituscapital.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 71303 [Jan 01 2015] X-SpamTest-Info: {RECEIVED: dynamic ip detected} X-SpamTest-Info: {DATE: unreal year} X-SpamTest-Method: none X-SpamTest-Rate: 35 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0284], KAS30/Release Message-ID: <20200901161548.488783270C@mx.metalurgs.lv> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Subject: GREETINGS!!! X-Anti-Virus: Kaspersky Anti-Virus for Linux Mail Server 5.6.39/RELEASE, bases: 20140401 #7726142, check: 20200901 notchecked Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Attention To Email : linux-pci@vger.kernel.org Good Day Sir, Our Group have the financial capability to finance any investment portfolio as far as is genuine, all we need is a capable business partner that possesses investment strategies for profitable business information for good turn over within 10-30years. Our Partners are willing to invest 10million — 5billon USD. We can provide proof of funds on demand, after certification of your documents/details. Please write me back if you can work with me on this project. Thank You, Best Regards Andrew Macklin From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:38 +0100 Message-ID: <962979.90403.qm__4236.5919136957$1461001488$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Description: Mail message body Sender: linux-raid-owner@vger.kernel.org To: "Mr. Eric" List-Id: linux-raid.ids Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-raid" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:16 +0100 Message-ID: <828729.35773.qm__20133.0576594502$1461010784$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Description: Mail message body Sender: linux-raid-owner@vger.kernel.org To: "Mr. Eric" List-Id: linux-raid.ids Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-raid" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_50, FREEMAIL_REPLYTO_END_DIGIT,HEADER_FROM_DIFFERENT_DOMAINS,LOTS_OF_MONEY, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 095F8C43461 for ; Sat, 5 Sep 2020 20:23:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BBBDF2074B for ; Sat, 5 Sep 2020 20:23:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728445AbgIEUXb convert rfc822-to-8bit (ORCPT ); Sat, 5 Sep 2020 16:23:31 -0400 Received: from mx.metalurgs.lv ([81.198.125.103]:64427 "EHLO mx.metalurgs.lv" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727875AbgIEUXb (ORCPT ); Sat, 5 Sep 2020 16:23:31 -0400 Received: from mx.metalurgs.lv (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 780445D8DF for ; Sat, 5 Sep 2020 23:08:47 +0300 (EEST) Received: from kas30pipe.localhost (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id BB7F56D08D for ; Sat, 5 Sep 2020 22:39:36 +0300 (EEST) Received: by mx.metalurgs.lv (Postfix, from userid 1005) id 21CBF645A9; Sat, 5 Sep 2020 22:07:19 +0300 (EEST) Received: from [192.168.8.10] (ip168-243-231-195.intercom.com.sv [168.243.231.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin) by mx.metalurgs.lv (Postfix) with ESMTPSA id BE3477BB73 for ; Sat, 5 Sep 2020 21:37:00 +0300 (EEST) MIME-Version: 1.0 Content-Description: Mail message body To: linux-remoteproc@vger.kernel.org From: "Angel Investors" Date: Sat, 05 Sep 2020 12:36:45 -0600 Reply-To: andrewmacklin12@gmail.com X-SpamTest-Envelope-From: info@unituscapital.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 71303 [Jan 01 2015] X-SpamTest-Info: {RECEIVED: dynamic ip detected} X-SpamTest-Info: {DATE: unreal year} X-SpamTest-Method: none X-SpamTest-Rate: 35 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0284], KAS30/Release Message-ID: <20200905190719.21CBF645A9@mx.metalurgs.lv> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Subject: GREETINGS!!! X-Anti-Virus: Kaspersky Anti-Virus for Linux Mail Server 5.6.39/RELEASE, bases: 20140401 #7726142, check: 20200905 notchecked Sender: linux-remoteproc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-remoteproc@vger.kernel.org Attention To Email : linux-remoteproc@vger.kernel.org Good Day Sir, Our Group have the financial capability to finance any investment portfolio as far as is genuine, all we need is a capable business partner that possesses investment strategies for profitable business information for good turn over within 10-30years. Our Partners are willing to invest 10million — 5billon USD. We can provide proof of funds on demand, after certification of your documents/details. Please write me back if you can work with me on this project. Thank You, Best Regards Andrew Macklin From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:38 +0100 Message-ID: <962979.90403.qm__48367.0141351924$1461001488$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29601 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753395AbcDRRoO convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:44:14 -0400 Content-Description: Mail message body Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:16 +0100 Message-ID: <828729.35773.qm__18213.5974443101$1461010822$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27772 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752144AbcDRUTd convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:33 -0400 Content-Description: Mail message body Sender: linux-pm-owner@vger.kernel.org List-Id: linux-pm@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Mawunyo Subject: GREETINGS, Date: Sat, 16 Jan 2016 11:53:21 -1200 Message-ID: Reply-To: mawunyooffice1960-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: linux-rdma@vger.kernel.org Greetings, I fully understand that you receive emails like these daily, but please mine is not a joke or a scam. I know very well about scam people play, because am a banker, I see things every day. Am Honourable David Mawunyo, I work with a bank here in Togo as a branch manager, the last time in 2007 the late Gaddafi visited Togo with his aids for the (AU) meeting then, three of his security men came to open a secret dollars account with my branch, and I was the person who attended to both of them. What was deposited inside the both accounts then was huge $4 million dollars each. when the account was opened I took all the opening forms to meet them at their guest house, because they do not want to use their real names to open the bank account even the pictures was not their real pictures. All arrangements were done properly for them because I was the branch manager. Why am writing these proposal to you is because I want to leave the bank work and do something else on my own very soon. so I need to act fast and change both accounts details, to your own name, which will allow you to have full access of the account from anywhere in the world, and make transfer from my bank branch to your own account anywhere you want it. Even the account ATM card will be sent to you and with the ATM card, you can withdraw from any machine anywhere you are. but the condition is myself and yourself will share the funds equally after we must have moved out all the funds in both accounts to a private account chosen by you. You do not need to be afraid am the branch manager, I will do my home work well, am the only person the bank can confirm from if they ask to find out anything about the account. I did some investigations about the two aids of the late Gaddafi, and found out that both of them died during the war in Libya. So it is my chance to act fast and do the business with you, because nobody can come for the claim of the funds if I resign, am the only person to testify and present the real owners. I will do all the paper work in your name and even change the signature documents to be same with yours. i will want to see a reply from you, showing your interest and a promise that you will not fail or disappoint me when all is set. I don=E2=80=99t need to explain to yo= u that these matter should be kept as a top secret, nobody should see these email apart from you please. Waiting for your reply with your direct numbers. Then I will tell you the next action we should take because in 5 banking days we will smile, that is if you comply. Please reply to my private box at mawunyooffice1960-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org for security reasons. Best Regard Hon.David Mawunyo Direct Line: +228-935-01-790 Email:mawunyooffice1960-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11-Ko4HvKsVEdMwu+U/h7MTDQ@public.gmane.org Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:38 +0100 Message-ID: <962979.90403.qm__23419.0046824098$1461001491$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Description: Mail message body Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Mr. Eric" List-Id: linux-rdma@vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122-Ko4HvKsVEdMwu+U/h7MTDQ@public.gmane.org Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:16 +0100 Message-ID: <828729.35773.qm__30445.9639978178$1461010814$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Description: Mail message body Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Mr. Eric" List-Id: linux-rdma@vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:38 +0100 Message-ID: <962979.90403.qm__26844.0936379649$1461001487$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29613 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753402AbcDRRoO convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:44:14 -0400 Content-Description: Mail message body Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:16 +0100 Message-ID: <828729.35773.qm__8597.7574847222$1461010815$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27778 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752803AbcDRUTh convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:37 -0400 Content-Description: Mail message body Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: messakahawai Subject: GREETINGS, Date: Thu, 27 Aug 2015 09:45:33 -0700 Message-ID: Reply-To: messakahawai@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-qk0-f196.google.com ([209.85.220.196]:36853 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752711AbbH0Qpe convert rfc822-to-8bit (ORCPT ); Thu, 27 Aug 2015 12:45:34 -0400 Received: by qkcn187 with SMTP id n187so1302881qkc.3 for ; Thu, 27 Aug 2015 09:45:33 -0700 (PDT) Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org Hello, I am Mr. Messaka Hawai, from Burkina Faso in West African region. I work with the Islamic Development Bank(IDB) here in the nation. I am writing you from my office which will be of an immense benefit to both of us. In my department, being the accountant manager I discovered an abandoned sum of $8 million United States Dollars in an account that belongs to one of the bank late foreign customers, a German citizen who unfortunately lost his life in a plane crash. Now our bank has been waiting for any of the relatives to come-up for the claim but nobody has done that. I personally have been unsuccessful in locating the relatives for many years now, I seek your consent to present you as the next of kin /beneficiary to the deceased so that the proceeds of this account valued at $8 Million Dollars can be done and pay to you for both of This will be disbursed or shared between both of us in these us. percentages, 55% for me and 35% to you while 10% will be for expenses both parties might have incurred during the process of transferring. I have secured necessary information=E2=80=99s and the certificate of d= eposit that can be used to back up this claim we are making. All I require now is your honest Co-operation, Confidentiality and trust to enable us sees this transaction through. I guarantee you that this will be executed under a legitimate arrangement that will protect you from any breach of the law. Having gone through a methodical search, I decided to contact you so that you will find this proposal interesting. Please on your confirmation of this message and indicating your interest, I will furnish you with more details and you can contact me through this myprivate E-mail address (messakahawai@gmail.com).Please i will like you to write me back through my Private email address as follows;(messakahawai@gmail.com) for further discussion.Pls do not forget to contact me through this mail, so that all the details concerning to the transaction can be giving to you.Endeavour to let me know your decision rather than to keep me waiting or exposing me. Regrds, Mr.Messaka Hawai -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: messakahawai Subject: GREETINGS, Date: Thu, 27 Aug 2015 09:45:58 -0700 Message-ID: Reply-To: messakahawai@gmail.com Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from mail-qg0-f65.google.com ([209.85.192.65]:35655 "EHLO mail-qg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753418AbbH0QqA convert rfc822-to-8bit (ORCPT ); Thu, 27 Aug 2015 12:46:00 -0400 Received: by qgeb6 with SMTP id b6so1344448qge.2 for ; Thu, 27 Aug 2015 09:46:00 -0700 (PDT) Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org Hello, I am Mr. Messaka Hawai, from Burkina Faso in West African region. I work with the Islamic Development Bank(IDB) here in the nation. I am writing you from my office which will be of an immense benefit to both of us. In my department, being the accountant manager I discovered an abandoned sum of $8 million United States Dollars in an account that belongs to one of the bank late foreign customers, a German citizen who unfortunately lost his life in a plane crash. Now our bank has been waiting for any of the relatives to come-up for the claim but nobody has done that. I personally have been unsuccessful in locating the relatives for many years now, I seek your consent to present you as the next of kin /beneficiary to the deceased so that the proceeds of this account valued at $8 Million Dollars can be done and pay to you for both of This will be disbursed or shared between both of us in these us. percentages, 55% for me and 35% to you while 10% will be for expenses both parties might have incurred during the process of transferring. I have secured necessary information=E2=80=99s and the certificate of d= eposit that can be used to back up this claim we are making. All I require now is your honest Co-operation, Confidentiality and trust to enable us sees this transaction through. I guarantee you that this will be executed under a legitimate arrangement that will protect you from any breach of the law. Having gone through a methodical search, I decided to contact you so that you will find this proposal interesting. Please on your confirmation of this message and indicating your interest, I will furnish you with more details and you can contact me through this myprivate E-mail address (messakahawai@gmail.com).Please i will like you to write me back through my Private email address as follows;(messakahawai@gmail.com) for further discussion.Pls do not forget to contact me through this mail, so that all the details concerning to the transaction can be giving to you.Endeavour to let me know your decision rather than to keep me waiting or exposing me. Regrds, Mr.Messaka Hawai -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:38 +0100 Message-ID: <962979.90403.qm__28811.1765207306$1461001474$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29620 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753409AbcDRRoO convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:44:14 -0400 Content-Description: Mail message body Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:16 +0100 Message-ID: <828729.35773.qm__31457.9791659073$1461010818$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27776 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752691AbcDRUTd convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:33 -0400 Content-Description: Mail message body Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" i= n the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Date: Mon, 18 Apr 2016 17:43:38 +0000 Subject: Greetings!!! Message-Id: <962979.90403.qm@smtp106.biz.mail.gq1.yahoo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor at L= loyds Banking Group plc., London. It is a pleasure to contact you at this t= ime through this medium. I have a cool and legitimate deal to do with you a= s you're a foreigner, it will be mutually beneficial to both. If you=E2=80= =99re interested, urgently, get back to me for more explanation about the d= eal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Date: Mon, 18 Apr 2016 20:12:16 +0000 Subject: Greetings!!! Message-Id: <828729.35773.qm@smtp105.biz.mail.ne1.yahoo.com> List-Id: References: <962979.90403.qm@smtp106.biz.mail.gq1.yahoo.com> In-Reply-To: <962979.90403.qm@smtp106.biz.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor at L= loyds Banking Group plc., London. It is a pleasure to contact you at this t= ime through this medium. I have a cool and legitimate deal to do with you a= s you're a foreigner, it will be mutually beneficial to both. If you=E2=80= =99re interested, urgently, get back to me for more explanation about the d= eal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: fuqingzheng@asia.com Date: Wed, 10 Jul 2019 05:07:49 +0000 Subject: Greetings! Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sctp@vger.kernel.org Good day, I have a mutual business proposal, which refers to the transfer of a large amount of money to an account abroad, with your help as a foreign partner as a beneficiary of the funds. Everything about this transaction will be legal without any bridge of financial authority both in my country and yours. If you are interested and I will give you more information about the project as soon as I receive your positive response. Best regards, Executive Director. ICBC. China --- Dit e-mailbericht is gecontroleerd op virussen met Avast antivirussoftware. https://www.avast.com/antivirus From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_50, FREEMAIL_REPLYTO_END_DIGIT,HEADER_FROM_DIFFERENT_DOMAINS,LOTS_OF_MONEY, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2A037C433E2 for ; Tue, 1 Sep 2020 17:17:05 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 0764220866 for ; Tue, 1 Sep 2020 17:17:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728585AbgIARRD convert rfc822-to-8bit (ORCPT ); Tue, 1 Sep 2020 13:17:03 -0400 Received: from mx.metalurgs.lv ([81.198.125.103]:59079 "EHLO mx.metalurgs.lv" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732591AbgIARQ5 (ORCPT ); Tue, 1 Sep 2020 13:16:57 -0400 Received: from mx.metalurgs.lv (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 1C38062F11 for ; Tue, 1 Sep 2020 20:07:47 +0300 (EEST) Received: from kas30pipe.localhost (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id B0A6A69681 for ; Tue, 1 Sep 2020 19:47:54 +0300 (EEST) Received: by mx.metalurgs.lv (Postfix, from userid 1005) id AF28966A43; Tue, 1 Sep 2020 18:50:01 +0300 (EEST) Received: from [192.168.8.10] (ip168-243-231-195.intercom.com.sv [168.243.231.195]) (Authenticated sender: admin) by mx.metalurgs.lv (Postfix) with ESMTPA id 71BA15046 for ; Tue, 1 Sep 2020 18:13:18 +0300 (EEST) MIME-Version: 1.0 Content-Description: Mail message body To: linux-serial@vger.kernel.org From: "Angel Investors" Date: Tue, 01 Sep 2020 09:13:11 -0600 Reply-To: andrewmacklin12@gmail.com X-SpamTest-Envelope-From: info@unituscapital.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 71303 [Jan 01 2015] X-SpamTest-Info: {RECEIVED: dynamic ip detected} X-SpamTest-Info: {DATE: unreal year} X-SpamTest-Method: none X-SpamTest-Rate: 35 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0284], KAS30/Release Message-ID: <20200901161205.AF28966A43@mx.metalurgs.lv> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Subject: GREETINGS!!! X-Anti-Virus: Kaspersky Anti-Virus for Linux Mail Server 5.6.39/RELEASE, bases: 20140401 #7726142, check: 20200901 notchecked Sender: linux-serial-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-serial@vger.kernel.org Attention To Email : linux-serial@vger.kernel.org Good Day Sir, Our Group have the financial capability to finance any investment portfolio as far as is genuine, all we need is a capable business partner that possesses investment strategies for profitable business information for good turn over within 10-30years. Our Partners are willing to invest 10million — 5billon USD. We can provide proof of funds on demand, after certification of your documents/details. Please write me back if you can work with me on this project. Thank You, Best Regards Andrew Macklin From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:38 +0100 Message-ID: <962979.90403.qm__47679.1233326823$1461001473$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29617 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751149AbcDRRoO convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:44:14 -0400 Content-Description: Mail message body Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-sparse"= in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:16 +0100 Message-ID: <828729.35773.qm__16440.8246674158$1461010825$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27781 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752659AbcDRUTc convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:32 -0400 Content-Description: Mail message body Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-sparse"= in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11-Ko4HvKsVEdMwu+U/h7MTDQ@public.gmane.org Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:38 +0100 Message-ID: <962979.90403.qm__26864.2846298919$1461001481$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: "Mr. Eric" Return-path: Content-Description: Mail message body Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122-Ko4HvKsVEdMwu+U/h7MTDQ@public.gmane.org Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:16 +0100 Message-ID: <828729.35773.qm__28179.5310475447$1461010826$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: "Mr. Eric" Return-path: Content-Description: Mail message body Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-spi" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas111@elisaandreas.biz Date: Mon, 18 Apr 2016 17:49:00 +0000 Subject: Greetings!!! Message-Id: <360508.2334.qm@smtp102.biz.mail.gq1.yahoo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor at L= loyds Banking Group plc., London. It is a pleasure to contact you at this t= ime through this medium. I have a cool and legitimate deal to do with you a= s you're a foreigner, it will be mutually beneficial to both. If you=E2=80= =99re interested, urgently, get back to me for more explanation about the d= eal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas123@elisaandreas.biz Date: Mon, 18 Apr 2016 20:16:33 +0000 Subject: Greetings!!! Message-Id: <949686.63933.qm@smtp103.biz.mail.gq1.yahoo.com> List-Id: References: <360508.2334.qm@smtp102.biz.mail.gq1.yahoo.com> In-Reply-To: <360508.2334.qm@smtp102.biz.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor at L= loyds Banking Group plc., London. It is a pleasure to contact you at this t= ime through this medium. I have a cool and legitimate deal to do with you a= s you're a foreigner, it will be mutually beneficial to both. If you=E2=80= =99re interested, urgently, get back to me for more explanation about the d= eal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mrs Ruby Tan Date: Thu, 01 Oct 2020 10:35:50 +0000 Subject: Greetings, Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sctp@vger.kernel.org Greetings, I am Mrs Ruby Tan an aging widow suffering from long time illness.I have some funds I inherited from my late husband, I needed a very honest and sincere Individual or cooperate organization that will use the fund for humanitarian and charities works, I found your email address from the Human ressources data base and decided to contact you. Please if you would be able to use the funds as have stated here To fulfilled my late husband wishes please, kindly reply me back through my private email address for more explanations;(mrs.rubytan1960@yahoo.com) Regards, Mrs Ruby Tan. From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:38 +0100 Message-ID: <962979.90403.qm__3272.27136954225$1461001478$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29619 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753428AbcDRRoU convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:44:20 -0400 Content-Description: Mail message body Sender: linux-unionfs-owner@vger.kernel.org List-Id: linux-unionfs@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:16 +0100 Message-ID: <828729.35773.qm__36030.9542077177$1461010821$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27782 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752673AbcDRUTc convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:32 -0400 Content-Description: Mail message body Sender: linux-unionfs-owner@vger.kernel.org List-Id: linux-unionfs@vger.kernel.org To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:44:30 +0100 Message-ID: <873770.90403.qm@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: "Mr. Eric" Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29859 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751799AbcDRRpG convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:45:06 -0400 Content-Description: Mail message body Sender: netfilter-devel-owner@vger.kernel.org List-ID: Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe netfilter-dev= el" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:13:16 +0100 Message-ID: <431670.35773.qm@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: "Mr. Eric" Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:28087 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751609AbcDRUUV convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:20:21 -0400 Content-Description: Mail message body Sender: netfilter-devel-owner@vger.kernel.org List-ID: Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe netfilter-dev= el" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas111@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:47:08 +0100 Message-ID: <63623.2334.qm@smtp102.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Received: from smtp102.biz.mail.gq1.yahoo.com ([98.137.12.177]:30260 "EHLO smtp102.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751047AbcDRRyI convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:54:08 -0400 Content-Description: Mail message body Sender: platform-driver-x86-owner@vger.kernel.org List-ID: To: "Mr. Eric" Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mrs Sabah Halif." Date: Mon, 12 Nov 2012 08:05:37 +0000 Subject: GREETINGS: Message-Id: <664128658.666.1352707537821.JavaMail.root@mail> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: sparclinux@vger.kernel.org My name is Mrs Sabah Halif, I have a business proposal for you, please respond for more details. From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas111@elisaandreas.biz Date: Mon, 18 Apr 2016 17:47:46 +0000 Subject: Greetings!!! Message-Id: <131453.2334.qm@smtp102.biz.mail.gq1.yahoo.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: sparclinux@vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor at L= loyds Banking Group plc., London. It is a pleasure to contact you at this t= ime through this medium. I have a cool and legitimate deal to do with you a= s you're a foreigner, it will be mutually beneficial to both. If you=E2=80= =99re interested, urgently, get back to me for more explanation about the d= eal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas123@elisaandreas.biz Date: Mon, 18 Apr 2016 20:14:42 +0000 Subject: Greetings!!! Message-Id: <620110.63933.qm@smtp103.biz.mail.gq1.yahoo.com> List-Id: References: <131453.2334.qm@smtp102.biz.mail.gq1.yahoo.com> In-Reply-To: <131453.2334.qm@smtp102.biz.mail.gq1.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: quoted-printable To: sparclinux@vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor at L= loyds Banking Group plc., London. It is a pleasure to contact you at this t= ime through this medium. I have a cool and legitimate deal to do with you a= s you're a foreigner, it will be mutually beneficial to both. If you=E2=80= =99re interested, urgently, get back to me for more explanation about the d= eal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ms Deborah Geist" Date: Sat, 14 Apr 2018 18:48:26 +0000 Subject: Greetings !!! Message-Id: <1523731708.7QDrfqrhgdg5p7QDrfefTw@mf-smf-ucb030c2> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: sparclinux@vger.kernel.org Citigroup Center Citibank House, North Carolina, United States Of America Greetings ,. We have FUND here in your name. We have been able to confirm that the money was deposited here as your Beneficiary/Inheritance Fund. The Fund was stopped for about 3 years now but it has finally been released by the Treasury for processing and payment to you. Get back to me if you are still available on this email address for release details. Have a blessed day. I await for your reply soon. Yours sincerely, Deborah Geist Citibank Customer Service msdeborageist@gmx.us From mboxrd@z Thu Jan 1 00:00:00 1970 From: fuqingzheng@asia.com Date: Wed, 10 Jul 2019 06:27:39 +0000 Subject: Greetings! Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: sparclinux@vger.kernel.org Good day, I have a mutual business proposal, which refers to the transfer of a large amount of money to an account abroad, with your help as a foreign partner as a beneficiary of the funds. Everything about this transaction will be legal without any bridge of financial authority both in my country and yours. If you are interested and I will give you more information about the project as soon as I receive your positive response. Best regards, Executive Director. ICBC. China --- Dit e-mailbericht is gecontroleerd op virussen met Avast antivirussoftware. https://www.avast.com/antivirus From mboxrd@z Thu Jan 1 00:00:00 1970 From: fuqingzheng@asia.com Date: Wed, 10 Jul 2019 06:35:29 +0000 Subject: Greetings! Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: target-devel@vger.kernel.org Good day, I have a mutual business proposal, which refers to the transfer of a large amount of money to an account abroad, with your help as a foreign partner as a beneficiary of the funds. Everything about this transaction will be legal without any bridge of financial authority both in my country and yours. If you are interested and I will give you more information about the project as soon as I receive your positive response. Best regards, Executive Director. ICBC. China --- Dit e-mailbericht is gecontroleerd op virussen met Avast antivirussoftware. https://www.avast.com/antivirus From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 24 Apr 2001 10:18:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 24 Apr 2001 10:18:08 -0400 Received: from cx285482-c.crans1.ri.home.com ([65.11.234.16]:25612 "HELO safestory.com") by vger.kernel.org with SMTP id ; Tue, 24 Apr 2001 10:17:54 -0400 From: To: linux-kernel@vger.kernel.org Subject: Greetings! Date: Tue, 24 Apr 2001 09:57:56 Message-Id: <876.707558.146089@safestory.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org 1 in 6 children are victimized before the age of 16. Hello, my name is Jason Colgan and I am writing to you about my father's unique book on child safety. I hope you don't mind me emailing you, but I found your email address on a website that was related to children, so I figured you would definitely be interested in this. My father, a retired police Captain, authored a children's book using his unique experience with child safety. My father has investigated, arrested and taken confessions from child molesters, kidnappers, murderers and some of the most dangerous people in the world. He often spoke and interacted with them before they had the chance to speak with lawyers or others, so he was able to gain an honest understanding of the way they think and the manner in which they victimize children. My father put his 23 years of experience to work for a good cause and developed a children's book, written in a storybook fashion starring a small family of bunnies. The book has already caused quite a stir and has been featured in local newspapers and even the news. Even more important, the people who have purchased the book love it and so do their children. It truly presents a simplified way to educate your child on matters that are difficult for parents, grandparents, or guardians to discuss. I would like you to learn more about my father's book by visiting www.SafeStory.com If you are curious to see what others think, there is a link on that web site which has some customer opinions and even shows you the write-ups the book has received on Amazon.com. Thank you so much for your time and if you have any questions at all, please email me or call and I would love to answer them! My sincerest thanks, Jason http://www.SafeStory.com P.S. Please email me at jason@jmc1.com or call me anytime. My home phone number is 401-463-2856. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 24 Apr 2001 11:38:54 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 24 Apr 2001 11:38:45 -0400 Received: from [202.54.26.202] ([202.54.26.202]:998 "EHLO hindon.hss.co.in") by vger.kernel.org with ESMTP id ; Tue, 24 Apr 2001 11:38:40 -0400 X-Lotus-FromDomain: HSS From: alad@hss.hns.com To: JColgan@safestory.com cc: linux-kernel@vger.kernel.org Message-ID: <65256A38.00545705.00@sandesh.hss.hns.com> Date: Tue, 24 Apr 2001 19:49:57 +0530 Subject: Re: Greetings! Mime-Version: 1.0 Content-type: text/plain; charset=us-ascii Content-Disposition: inline Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org well... the book sounds good... but... I am still thinking... what it has to do with linux kernel ?? JColgan@safestory.com on 04/24/2001 04:27:56 PM To: linux-kernel@vger.kernel.org cc: (bcc: Amol Lad/HSS) Subject: Greetings! 1 in 6 children are victimized before the age of 16. Hello, my name is Jason Colgan and I am writing to you about my father's unique book on child safety. I hope you don't mind me emailing you, but I found your email address on a website that was related to children, so I figured you would definitely be interested in this. My father, a retired police Captain, authored a children's book using his unique experience with child safety. My father has investigated, arrested and taken confessions from child molesters, kidnappers, murderers and some of the most dangerous people in the world. He often spoke and interacted with them before they had the chance to speak with lawyers or others, so he was able to gain an honest understanding of the way they think and the manner in which they victimize children. My father put his 23 years of experience to work for a good cause and developed a children's book, written in a storybook fashion starring a small family of bunnies. The book has already caused quite a stir and has been featured in local newspapers and even the news. Even more important, the people who have purchased the book love it and so do their children. It truly presents a simplified way to educate your child on matters that are difficult for parents, grandparents, or guardians to discuss. I would like you to learn more about my father's book by visiting www.SafeStory.com If you are curious to see what others think, there is a link on that web site which has some customer opinions and even shows you the write-ups the book has received on Amazon.com. Thank you so much for your time and if you have any questions at all, please email me or call and I would love to answer them! My sincerest thanks, Jason http://www.SafeStory.com P.S. Please email me at jason@jmc1.com or call me anytime. My home phone number is 401-463-2856. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 24 Apr 2001 13:55:16 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 24 Apr 2001 13:55:07 -0400 Received: from cs.utexas.edu ([128.83.139.9]:44431 "EHLO cs.utexas.edu") by vger.kernel.org with ESMTP id ; Tue, 24 Apr 2001 13:54:49 -0400 Date: Tue, 24 Apr 2001 12:54:42 -0500 (CDT) From: Chin-Tser Huang To: cc: , Subject: Re: Greetings! In-Reply-To: <65256A38.00545705.00@sandesh.hss.hns.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Because there was a mail whose subject is "Children first in fork". On Tue, 24 Apr 2001 alad@hss.hns.com wrote: > > > well... the book sounds good... > but... I am still thinking... what it has to do with linux kernel ?? > > > > > JColgan@safestory.com on 04/24/2001 04:27:56 PM > > To: linux-kernel@vger.kernel.org > cc: (bcc: Amol Lad/HSS) > > Subject: Greetings! > > > > > > 1 in 6 children are victimized before the age of 16. > > Hello, my name is Jason Colgan and I am writing to you about my father's unique > book on child safety. > > I hope you don't mind me emailing you, but I found your email address on a > website that was related to children, so I figured you would definitely be > interested in this. > > My father, a retired police Captain, authored a children's book using his unique > experience with child safety. My father has investigated, arrested and taken > confessions from child molesters, kidnappers, murderers and some of the most > dangerous people in the world. He often spoke and interacted with them before > they had the chance to speak with lawyers or others, so he was able to gain an > honest understanding of the way they think and the manner in which they > victimize children. > > My father put his 23 years of experience to work for a good cause and developed > a children's book, written in a storybook fashion starring a small family of > bunnies. The book has already caused quite a stir and has been featured in > local newspapers and even the news. Even more important, the people who have > purchased the book love it and so do their children. It truly presents a > simplified way to educate your child on matters that are difficult for parents, > grandparents, or guardians to discuss. > > I would like you to learn more about my father's book by visiting > www.SafeStory.com > > If you are curious to see what others think, there is a link on that web site > which has some customer opinions and even shows you the write-ups the book has > received on Amazon.com. > > Thank you so much for your time and if you have any questions at all, please > email me or call and I would love to answer them! > > My sincerest thanks, > Jason > > > http://www.SafeStory.com > > > P.S. Please email me at jason@jmc1.com or call me anytime. My home phone number > is 401-463-2856. > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > > > > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 24 Apr 2001 14:02:36 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 24 Apr 2001 14:02:27 -0400 Received: from perninha.conectiva.com.br ([200.250.58.156]:52752 "HELO perninha.conectiva.com.br") by vger.kernel.org with SMTP id ; Tue, 24 Apr 2001 14:02:16 -0400 Date: Tue, 24 Apr 2001 15:02:00 -0300 (BRST) From: Rik van Riel X-X-Sender: To: Chin-Tser Huang Cc: , , Subject: Re: Greetings! In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 24 Apr 2001, Chin-Tser Huang wrote: > Because there was a mail whose subject is "Children first in fork". > > 1 in 6 children are victimized before the age of 16. Considering these statistics, I'm all for running children first after fork ... Rik -- Linux MM bugzilla: http://linux-mm.org/bugzilla.shtml Virtual memory is like a game you can't win; However, without VM there's truly nothing to lose... http://www.surriel.com/ http://www.conectiva.com/ http://distro.conectiva.com/ From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932300AbWDLSCB (ORCPT ); Wed, 12 Apr 2006 14:02:01 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932302AbWDLSCB (ORCPT ); Wed, 12 Apr 2006 14:02:01 -0400 Received: from customer-201-134-119-23.uninet-ide.com.mx ([201.134.119.23]:61861 "EHLO webmail.universia.net.mx") by vger.kernel.org with ESMTP id S932300AbWDLSCA (ORCPT ); Wed, 12 Apr 2006 14:02:00 -0400 From: Reply-To: rot_adams1@yahoo.com Message-ID: <548b0654a278.54a278548b06@universia.net.mx> Date: Wed, 12 Apr 2006 10:51:16 -0700 X-Mailer: iPlanet Messenger Express 5.2 Patch 1 (built Aug 19 2002) MIME-Version: 1.0 Content-Language: af Subject: Greetings, X-Accept-Language: af Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: 7bit To: undisclosed-recipients:; Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Greetings, We are seeking for foreign investors to an oil lifting project, interested persons or group of companies should contact Mr. Rot Adams rot_adans1@yahoo.com Regards Rot Adams From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755810AbZBPXnV (ORCPT ); Mon, 16 Feb 2009 18:43:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751874AbZBPXnL (ORCPT ); Mon, 16 Feb 2009 18:43:11 -0500 Received: from omr3.bezeqint.net ([192.115.104.13]:54040 "EHLO omr3.bezeqint.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751402AbZBPXnK (ORCPT ); Mon, 16 Feb 2009 18:43:10 -0500 X-Mirapoint-IP-Reputation: reputation=good-1, source=Fixed, refid=n/a, actions=tag From: Union Home Subject: Greetings!!! To: info@loan.com Reply-To: unionhome_processingdept@8u8.com X-Mailer: Mirapoint Webmail Direct 3.8.6-GA MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20090217014519.FFS91469@mas25.bezeqint.net> Date: Tue, 17 Feb 2009 01:45:19 +0200 (IST) X-Junkmail-Status: score=10/45, host=mr10.bezeqint.net X-Junkmail-SD-Raw: score=unknown, refid=str=0001.0A0B020A.4999FA09.0195,ss=1,fgs=0, ip=192.115.104.155, so=2008-09-22 23:22:13, dmn=5.7.1/2008-09-02, mode=single engine X-Junkmail-IWF: false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Dear Sir/Madam This is Union Home Uk , a reputable, legal & Money lending private firm in Uk. We loan money out to individuals and company's in need of financial assistance. We give out loans at 2.8% interest rate. At Union Home base in Uk, we have a variety of loan services suited for you in a low Interest Rate .Apply if you are interested with the below information: 1. Full name..... 2. Address....... 3. Sex......... 4. Age........ 5. country....... 6. occupation........ 7. Amount of loan needed..... 8. Duration of loan....... 9. phone number.......... 10.Anual Income.......... 11.Purpose Of Loan:...... CONTACT LOAN PROCCESSING OFFICER : Name:Mike Adams Email: unionhome_processingdept@8u8.com We Look forward permitting Us to be at your service. Sincerely, Mrs. Lisa S. Jakes Union Home From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932947AbZHZMuG (ORCPT ); Wed, 26 Aug 2009 08:50:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932901AbZHZMuF (ORCPT ); Wed, 26 Aug 2009 08:50:05 -0400 Received: from tomts52-srv.bellnexxia.net ([209.226.175.177]:49282 "EHLO tomts52-srv.bellnexxia.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932843AbZHZMuE (ORCPT ); Wed, 26 Aug 2009 08:50:04 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AkW8AFzIlErR4q/5/2dsb2JhbACBM4pnhA+KFKwphlokGopsghQGgWsFggSGGIJa X-Mailer: Openwave WebEngine, version 2.8.11 (webedge20-101-194-20030622) X-Originating-IP: [200.65.129.2] From: Reply-To: mrchao_wei@yahoo.com.hk To: Subject: Greetings!!! Date: Wed, 26 Aug 2009 8:49:54 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20090826125005.BYAU23730.tomts52-srv.bellnexxia.net@toip53-bus.srvr.bell.ca> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I am MR CHAO WEI,bank of china ,I have a business of(us$18,600.000.00) for you in my bank. information email mrchao.wei@ymail.com From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754654AbZIOO7O (ORCPT ); Tue, 15 Sep 2009 10:59:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754628AbZIOO7K (ORCPT ); Tue, 15 Sep 2009 10:59:10 -0400 Received: from mail3.mwaa.com ([65.122.108.11]:9255 "EHLO mail3.mwaa.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754548AbZIOO7J convert rfc822-to-8bit (ORCPT ); Tue, 15 Sep 2009 10:59:09 -0400 X-Greylist: delayed 665 seconds by postgrey-1.27 at vger.kernel.org; Tue, 15 Sep 2009 10:59:09 EDT X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT Subject: Greetings!!! Date: Tue, 15 Sep 2009 10:45:14 -0400 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Greetings!!! Thread-Index: Aco2EyGRhKB/EAUrQuWljafCotGwtg== From: "Demski, Kevin" X-OriginalArrivalTime: 15 Sep 2009 14:45:15.0166 (UTC) FILETIME=[22EC23E0:01CA3613] To: unlisted-recipients:; (no To-header on input) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greetings!!! You have a bank draft of $780,000.00 GPB, which await the outstanding payment of $275GPB.Contact the TNT courier company for claims with your information. Contact person Mr. West Oduduwa,Email:tntcourier-2009@9.cn From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas-Ko4HvKsVEdMwu+U/h7MTDQ@public.gmane.org Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:39:43 +0100 Message-ID: <926275.90416.qm@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Description: Mail message body Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Mr. Eric" List-Id: devicetree@vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas12-Ko4HvKsVEdMwu+U/h7MTDQ@public.gmane.org Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:09:38 +0100 Message-ID: <634622.35784.qm__2345.31520768559$1461010622$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111-1ViLX0X+lBJBDgjK7y7TUQ@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE Return-path: Content-Description: Mail message body Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: "Mr. Eric" List-Id: devicetree@vger.kernel.org Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe devicetree" i= n the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_50, FREEMAIL_REPLYTO_END_DIGIT,HEADER_FROM_DIFFERENT_DOMAINS,LOTS_OF_MONEY, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A7D5AC433E6 for ; Tue, 1 Sep 2020 17:20:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 837052087D for ; Tue, 1 Sep 2020 17:20:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732582AbgIARTx convert rfc822-to-8bit (ORCPT ); Tue, 1 Sep 2020 13:19:53 -0400 Received: from mx.metalurgs.lv ([81.198.125.103]:53995 "EHLO mx.metalurgs.lv" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732657AbgIARTv (ORCPT ); Tue, 1 Sep 2020 13:19:51 -0400 Received: from mx.metalurgs.lv (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id DD8D233042 for ; Tue, 1 Sep 2020 20:12:15 +0300 (EEST) Received: from kas30pipe.localhost (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 5AD9B314BA for ; Tue, 1 Sep 2020 19:53:21 +0300 (EEST) Received: by mx.metalurgs.lv (Postfix, from userid 1005) id 464423241B; Tue, 1 Sep 2020 18:59:19 +0300 (EEST) Received: from [192.168.8.10] (ip168-243-231-195.intercom.com.sv [168.243.231.195]) (Authenticated sender: admin) by mx.metalurgs.lv (Postfix) with ESMTPA id 41B9E5DF70 for ; Tue, 1 Sep 2020 18:06:38 +0300 (EEST) MIME-Version: 1.0 Content-Description: Mail message body To: devicetree@vger.kernel.org From: "Angel Investors" Date: Tue, 01 Sep 2020 09:06:31 -0600 Reply-To: andrewmacklin12@gmail.com X-SpamTest-Envelope-From: info@unituscapital.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 71303 [Jan 01 2015] X-SpamTest-Info: {RECEIVED: dynamic ip detected} X-SpamTest-Info: {DATE: unreal year} X-SpamTest-Method: none X-SpamTest-Rate: 35 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0284], KAS30/Release Message-ID: <20200901161548.464423241B@mx.metalurgs.lv> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Subject: GREETINGS!!! X-Anti-Virus: Kaspersky Anti-Virus for Linux Mail Server 5.6.39/RELEASE, bases: 20140401 #7726142, check: 20200901 notchecked Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Attention To Email : devicetree@vger.kernel.org Good Day Sir, Our Group have the financial capability to finance any investment portfolio as far as is genuine, all we need is a capable business partner that possesses investment strategies for profitable business information for good turn over within 10-30years. Our Partners are willing to invest 10million — 5billon USD. We can provide proof of funds on demand, after certification of your documents/details. Please write me back if you can work with me on this project. Thank You, Best Regards Andrew Macklin From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_50, FREEMAIL_REPLYTO_END_DIGIT,HEADER_FROM_DIFFERENT_DOMAINS,LOTS_OF_MONEY, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id ECF14C43461 for ; Sat, 5 Sep 2020 20:26:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B4DD42074B for ; Sat, 5 Sep 2020 20:26:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728423AbgIEU0c convert rfc822-to-8bit (ORCPT ); Sat, 5 Sep 2020 16:26:32 -0400 Received: from mx.metalurgs.lv ([81.198.125.103]:53811 "EHLO mx.metalurgs.lv" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728327AbgIEU0a (ORCPT ); Sat, 5 Sep 2020 16:26:30 -0400 Received: from mx.metalurgs.lv (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 4A98D8312D for ; Sat, 5 Sep 2020 23:14:21 +0300 (EEST) Received: from kas30pipe.localhost (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 2AC5C7124B for ; Sat, 5 Sep 2020 22:42:41 +0300 (EEST) Received: by mx.metalurgs.lv (Postfix, from userid 1005) id 489A884148; Sat, 5 Sep 2020 22:07:58 +0300 (EEST) Received: from [192.168.8.10] (ip168-243-231-195.intercom.com.sv [168.243.231.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin) by mx.metalurgs.lv (Postfix) with ESMTPSA id 9A89F32630 for ; Sat, 5 Sep 2020 21:36:59 +0300 (EEST) MIME-Version: 1.0 Content-Description: Mail message body To: devicetree@vger.kernel.org From: "Angel Investors" Date: Sat, 05 Sep 2020 12:36:44 -0600 Reply-To: andrewmacklin12@gmail.com X-SpamTest-Envelope-From: info@unituscapital.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 71303 [Jan 01 2015] X-SpamTest-Info: {RECEIVED: dynamic ip detected} X-SpamTest-Info: {DATE: unreal year} X-SpamTest-Method: none X-SpamTest-Rate: 35 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0284], KAS30/Release Message-ID: <20200905190758.489A884148@mx.metalurgs.lv> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Subject: GREETINGS!!! X-Anti-Virus: Kaspersky Anti-Virus for Linux Mail Server 5.6.39/RELEASE, bases: 20140401 #7726142, check: 20200905 notchecked Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Attention To Email : devicetree@vger.kernel.org Good Day Sir, Our Group have the financial capability to finance any investment portfolio as far as is genuine, all we need is a capable business partner that possesses investment strategies for profitable business information for good turn over within 10-30years. Our Partners are willing to invest 10million — 5billon USD. We can provide proof of funds on demand, after certification of your documents/details. Please write me back if you can work with me on this project. Thank You, Best Regards Andrew Macklin From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_50, FREEMAIL_REPLYTO_END_DIGIT,HEADER_FROM_DIFFERENT_DOMAINS,LOTS_OF_MONEY, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C4B1FC433E2 for ; Sat, 5 Sep 2020 16:18:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 88DB0206B8 for ; Sat, 5 Sep 2020 16:18:52 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726591AbgIEQSs convert rfc822-to-8bit (ORCPT ); Sat, 5 Sep 2020 12:18:48 -0400 Received: from mx.metalurgs.lv ([81.198.125.103]:63390 "EHLO mx.metalurgs.lv" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726468AbgIEQSf (ORCPT ); Sat, 5 Sep 2020 12:18:35 -0400 Received: from mx.metalurgs.lv (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id E4D0C7914A for ; Sat, 5 Sep 2020 18:41:26 +0300 (EEST) Received: from kas30pipe.localhost (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 22F166C7EA for ; Sat, 5 Sep 2020 17:55:15 +0300 (EEST) Received: by mx.metalurgs.lv (Postfix, from userid 1005) id 148037BE36; Sat, 5 Sep 2020 16:51:39 +0300 (EEST) Received: from [192.168.8.10] (ip168-243-231-195.intercom.com.sv [168.243.231.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin) by mx.metalurgs.lv (Postfix) with ESMTPSA id 255AE80E7F for ; Sat, 5 Sep 2020 15:42:30 +0300 (EEST) MIME-Version: 1.0 Content-Description: Mail message body To: git@vger.kernel.org From: "Angel Investors" Date: Sat, 05 Sep 2020 06:42:15 -0600 Reply-To: andrewmacklin12@gmail.com X-SpamTest-Envelope-From: info@unituscapital.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 71303 [Jan 01 2015] X-SpamTest-Info: {RECEIVED: dynamic ip detected} X-SpamTest-Info: {DATE: unreal year} X-SpamTest-Method: none X-SpamTest-Rate: 35 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0284], KAS30/Release Message-ID: <20200905135307.148037BE36@mx.metalurgs.lv> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Subject: GREETINGS!!! X-Anti-Virus: Kaspersky Anti-Virus for Linux Mail Server 5.6.39/RELEASE, bases: 20140401 #7726142, check: 20200905 notchecked Sender: git-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org Attention To Email : git@vger.kernel.org Good Day Sir, Our Group have the financial capability to finance any investment portfolio as far as is genuine, all we need is a capable business partner that possesses investment strategies for profitable business information for good turn over within 10-30years. Our Partners are willing to invest 10million — 5billon USD. We can provide proof of funds on demand, after certification of your documents/details. Please write me back if you can work with me on this project. Thank You, Best Regards Andrew Macklin From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Cham Tao Soon" Subject: Greetings: Date: Thu, 31 Oct 2013 18:48:33 -0400 (EDT) Message-ID: <55499.178.250.170.94.1383259713.squirrel@webmail.math.utk.edu> Reply-To: ctsoon11@qq.com Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7BIT To: ctsoon1@yahoo.com.tw Return-path: Received: from mathsun1.math.utk.edu ([160.36.108.75]:53483 "HELO mathsun1.math.utk.edu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1752113Ab3JaW5r (ORCPT ); Thu, 31 Oct 2013 18:57:47 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Hello: Can you assist me to move funds from Singapore? Please reply. Cham Tao Soon From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Invesco Perpetual" Subject: Greetings, Date: Mon, 19 Oct 2015 17:54:04 +0100 Message-ID: Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="Windows-1251" Content-Transfer-Encoding: 7bit To: unlisted-recipients:; (no To-header on input) Return-path: Received: from spfilter-3.mschosting.com ([110.4.43.200]:50228 "EHLO spfilter-3.mschosting.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751194AbbJSRSK (ORCPT ); Mon, 19 Oct 2015 13:18:10 -0400 Sender: kvm-owner@vger.kernel.org List-ID: Greetings, We the Invesco Investment Company, We invite you to partner with us and benefit in our new Loan and Project funding program. We offer flexible loans and funding for various projects by passing the usual rigorGreetings, We the Invesco Investment Company, We invite you to partner with us and benefit in our new Loan and Project funding program. We offer flexible loans and funding for various projects by passing the usual rigorous procedures.This Funding program allows a client to enjoy low interest payback for as low as 3 - 4% per annum for a period of 8-7 years. We can approve a loan/funding for up to USD 500,000,000.00 or more depending on the nature of business. We are currently funding for: * Starting up a Franchise * Business Acquisition * Business Expansion * Commercial Real Estate purchase * Contract Execution We are open to having a good business relationship with you. If you think you have a solid background. please do not hesitate to contact us for possible business co-operation @ our e-mail: (contactinvesco@gmail.com) NOTE: Please make sure you send your response to our email stated above. Sincerely, Thanks for your co-operation Advert/Publicity Personnel Invesco Investment Company --- This email is free from viruses and malware because avast! Antivirus protection is active. https://www.avast.com/antivirus From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:42:55 +0100 Message-ID: <119393.90403.qm@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: "Mr. Eric" Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29380 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751808AbcDRRni convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:43:38 -0400 Content-Description: Mail message body Sender: kvm-owner@vger.kernel.org List-ID: Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:11:52 +0100 Message-ID: <391486.35773.qm@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: "Mr. Eric" Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27512 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752438AbcDRUS5 convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:18:57 -0400 Content-Description: Mail message body Sender: kvm-owner@vger.kernel.org List-ID: Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 396EAC4332F for ; Sat, 10 Dec 2022 14:08:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229721AbiLJOIm convert rfc822-to-8bit (ORCPT ); Sat, 10 Dec 2022 09:08:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44570 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229728AbiLJOI3 (ORCPT ); Sat, 10 Dec 2022 09:08:29 -0500 X-Greylist: delayed 7706 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Sat, 10 Dec 2022 06:08:25 PST Received: from smtp3.jamii.co.ke (smtp3.jamii.co.ke [197.232.78.108]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BCDDFC6A for ; Sat, 10 Dec 2022 06:08:25 -0800 (PST) Received: from mail.karibuonline.com ([41.222.13.221]:27139) by smtp3.jamii.co.ke with esmtp (Exim 4.95) (envelope-from ) id 1p3yW7-000SNF-Dd for kvm@vger.kernel.org; Sat, 10 Dec 2022 14:59:55 +0300 Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.karibuonline.com (Postfix) with ESMTP id 4387011F2B16 for ; Sat, 10 Dec 2022 14:59:46 +0300 (EAT) Received: from mail.karibuonline.com ([127.0.0.1]) by localhost (mail.karibuonline.com [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 9sE17eIQ-rLv for ; Sat, 10 Dec 2022 14:59:46 +0300 (EAT) Received: from localhost (localhost.localdomain [127.0.0.1]) by mail.karibuonline.com (Postfix) with ESMTP id 138C511F2B1E for ; Sat, 10 Dec 2022 14:59:46 +0300 (EAT) X-Virus-Scanned: amavisd-new at mail.karibuonline.com Received: from mail.karibuonline.com ([127.0.0.1]) by localhost (mail.karibuonline.com [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 8mhh_9FZJ12I for ; Sat, 10 Dec 2022 14:59:46 +0300 (EAT) Received: from mail.wireprod.net (mail.wireprod.net [197.232.143.115]) by mail.karibuonline.com (Postfix) with ESMTPS id EF13E11F2B16 for ; Sat, 10 Dec 2022 14:59:39 +0300 (EAT) Received: from [23.236.146.253] by mail.wireprod.net with ESMTPS id md5001001324225.msg; Sat, 10 Dec 2022 13:50:19 +0300 X-MDOP-RefID: str=0001.0A702F27.63942444.0001,ss=3,sh,re=0.000,recu=0.000,reip=0.000,cl=3,cld=1,fgs=0 (_st=3 _vt=0 _iwf=0) X-MDArrival-Date: Sat, 10 Dec 2022 13:50:19 +0300 X-Return-Path: prvs=13433e7d59=nakuru@wireprod.net X-Envelope-From: nakuru@wireprod.net X-MDaemon-Deliver-To: kvm@vger.kernel.org Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Description: Mail message body Subject: Greetings! To: kvm@vger.kernel.org From: "Mr. Frank Morgan" Date: Sat, 10 Dec 2022 02:50:08 -0800 Reply-To: frankmorgan00022@gmail.com X-MDCFSigsAdded: wireprod.net Message-Id: <20221210115944.EF13E11F2B16@mail.karibuonline.com> X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - smtp3.jamii.co.ke X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - wireprod.net X-Get-Message-Sender-Via: smtp3.jamii.co.ke: mailgid no entry from get_recent_authed_mail_ips_entry X-Authenticated-Sender: smtp3.jamii.co.ke: X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org Good day, I would like to get in touch with you. Please advise if I am contacting the right person. Sincerely, Mr.Frank Morgan. From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas11@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 18:43:22 +0100 Message-ID: <148752.90403.qm__35260.6012872004$1461001444$gmane$org@smtp106.biz.mail.gq1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: "Mr. Eric" Return-path: Received: from smtp106.biz.mail.gq1.yahoo.com ([98.137.12.181]:29503 "EHLO smtp106.biz.mail.gq1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753316AbcDRRny convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 13:43:54 -0400 Content-Description: Mail message body Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel= " in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 From: andreas122@elisaandreas.biz Subject: Greetings!!! Date: Mon, 18 Apr 2016 21:12:04 +0100 Message-ID: <777136.35773.qm__657.845431897108$1461010764$gmane$org@smtp105.biz.mail.ne1.yahoo.com> Reply-To: J_ericdaniels111@outlook.com Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: QUOTED-PRINTABLE To: "Mr. Eric" Return-path: Received: from smtp105.biz.mail.ne1.yahoo.com ([98.138.207.12]:27575 "EHLO smtp105.biz.mail.ne1.yahoo.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752532AbcDRUTK convert rfc822-to-8bit (ORCPT ); Mon, 18 Apr 2016 16:19:10 -0400 Content-Description: Mail message body Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi, how are you? My name is J Eric Denials, External Financial Auditor = at Lloyds Banking Group plc., London. It is a pleasure to contact you a= t this time through this medium. I have a cool and legitimate deal to d= o with you as you're a foreigner, it will be mutually beneficial to bot= h. If you=E2=80=99re interested, urgently, get back to me for more expl= anation about the deal. Regards Eric -- To unsubscribe from this list: send the line "unsubscribe linux-fsdevel= " in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757268AbaLINxz (ORCPT ); Tue, 9 Dec 2014 08:53:55 -0500 Received: from mail-ob0-f195.google.com ([209.85.214.195]:47427 "EHLO mail-ob0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757229AbaLINxw (ORCPT ); Tue, 9 Dec 2014 08:53:52 -0500 MIME-Version: 1.0 Reply-To: adelinealphonse48@gmail.com Date: Tue, 9 Dec 2014 14:53:51 +0100 Message-ID: Subject: Greetings, From: adeline alphonse To: undisclosed-recipients:; Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greetings, My name is Miss Adeline Alphonse, Please permit me to inform you that I need you urgent attention to explain to you that i will like you to help me to move my inherited fund with your account an amount of $12.5M.USD and will compensate you as soon as it has done. If you are willing just contact me for more detail through this my private email id adelinealphonse48@gmail.com Because according to the bank when I met them last they said that as soon as I present a foreigner that will stand on my behalf they are ready to effect the transfer with out any further delay, for that reason please help me if you are sure that you will never betray me. And we shall talk about your own compensation immediately you indicate your interest of helping me ok? Expecting. Miss Adeline Alphonse. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753116AbbH0Qpl (ORCPT ); Thu, 27 Aug 2015 12:45:41 -0400 Received: from mail-qk0-f196.google.com ([209.85.220.196]:34520 "EHLO mail-qk0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752723AbbH0Qpe convert rfc822-to-8bit (ORCPT ); Thu, 27 Aug 2015 12:45:34 -0400 MIME-Version: 1.0 Reply-To: messakahawai@gmail.com Date: Thu, 27 Aug 2015 09:45:33 -0700 Message-ID: Subject: GREETINGS, From: messakahawai To: undisclosed-recipients:; Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, I am Mr. Messaka Hawai, from Burkina Faso in West African region. I work with the Islamic Development Bank(IDB) here in the nation. I am writing you from my office which will be of an immense benefit to both of us. In my department, being the accountant manager I discovered an abandoned sum of $8 million United States Dollars in an account that belongs to one of the bank late foreign customers, a German citizen who unfortunately lost his life in a plane crash. Now our bank has been waiting for any of the relatives to come-up for the claim but nobody has done that. I personally have been unsuccessful in locating the relatives for many years now, I seek your consent to present you as the next of kin /beneficiary to the deceased so that the proceeds of this account valued at $8 Million Dollars can be done and pay to you for both of This will be disbursed or shared between both of us in these us. percentages, 55% for me and 35% to you while 10% will be for expenses both parties might have incurred during the process of transferring. I have secured necessary information’s and the certificate of deposit that can be used to back up this claim we are making. All I require now is your honest Co-operation, Confidentiality and trust to enable us sees this transaction through. I guarantee you that this will be executed under a legitimate arrangement that will protect you from any breach of the law. Having gone through a methodical search, I decided to contact you so that you will find this proposal interesting. Please on your confirmation of this message and indicating your interest, I will furnish you with more details and you can contact me through this myprivate E-mail address (messakahawai@gmail.com).Please i will like you to write me back through my Private email address as follows;(messakahawai@gmail.com) for further discussion.Pls do not forget to contact me through this mail, so that all the details concerning to the transaction can be giving to you.Endeavour to let me know your decision rather than to keep me waiting or exposing me. Regrds, Mr.Messaka Hawai From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753514AbbH0QqM (ORCPT ); Thu, 27 Aug 2015 12:46:12 -0400 Received: from mail-qg0-f65.google.com ([209.85.192.65]:34694 "EHLO mail-qg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753403AbbH0QqA convert rfc822-to-8bit (ORCPT ); Thu, 27 Aug 2015 12:46:00 -0400 MIME-Version: 1.0 Reply-To: messakahawai@gmail.com Date: Thu, 27 Aug 2015 09:45:58 -0700 Message-ID: Subject: GREETINGS, From: messakahawai To: undisclosed-recipients:; Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello, I am Mr. Messaka Hawai, from Burkina Faso in West African region. I work with the Islamic Development Bank(IDB) here in the nation. I am writing you from my office which will be of an immense benefit to both of us. In my department, being the accountant manager I discovered an abandoned sum of $8 million United States Dollars in an account that belongs to one of the bank late foreign customers, a German citizen who unfortunately lost his life in a plane crash. Now our bank has been waiting for any of the relatives to come-up for the claim but nobody has done that. I personally have been unsuccessful in locating the relatives for many years now, I seek your consent to present you as the next of kin /beneficiary to the deceased so that the proceeds of this account valued at $8 Million Dollars can be done and pay to you for both of This will be disbursed or shared between both of us in these us. percentages, 55% for me and 35% to you while 10% will be for expenses both parties might have incurred during the process of transferring. I have secured necessary information’s and the certificate of deposit that can be used to back up this claim we are making. All I require now is your honest Co-operation, Confidentiality and trust to enable us sees this transaction through. I guarantee you that this will be executed under a legitimate arrangement that will protect you from any breach of the law. Having gone through a methodical search, I decided to contact you so that you will find this proposal interesting. Please on your confirmation of this message and indicating your interest, I will furnish you with more details and you can contact me through this myprivate E-mail address (messakahawai@gmail.com).Please i will like you to write me back through my Private email address as follows;(messakahawai@gmail.com) for further discussion.Pls do not forget to contact me through this mail, so that all the details concerning to the transaction can be giving to you.Endeavour to let me know your decision rather than to keep me waiting or exposing me. Regrds, Mr.Messaka Hawai From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754786AbbKCOuz (ORCPT ); Tue, 3 Nov 2015 09:50:55 -0500 Received: from mail-ma1ind01hn0203.outbound.protection.outlook.com ([104.47.100.203]:35876 "EHLO IND01-MA1-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752668AbbKCOux convert rfc822-to-8bit (ORCPT ); Tue, 3 Nov 2015 09:50:53 -0500 Authentication-Results: spf=none (sender IP is ) smtp.mailfrom=<>; Content-Type: text/plain; charset=US-ASCII MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Description: Mail message body Subject: Greetings, To: Recipients@vger.kernel.org From: <> Date: Tue, 3 Nov 2015 20:20:34 +0530 Reply-To: X-Originating-IP: [116.203.72.126] X-ClientProxiedBy: HKNPR06CA0021.apcprd06.prod.outlook.com (10.141.16.11) To MA1PR01MB0344.INDPRD01.PROD.OUTLOOK.COM (25.164.120.144) Message-ID: X-Microsoft-Exchange-Diagnostics: 1;MA1PR01MB0344;2:iOgK6AICu5Hz93q381Aiyz3E90ctxn86EbdYTmzeQ72+V3ihZiQIWw1mDWrRpahHhGMcpcy+TfxtHhxufs9zy0be5OXuEEhvq2hdn4t0K1yLnacDppqKymbKIPIGiQ1EHBVPpmd48V1J2h6aFkQ5K7vUXEYqxOMVMToUg4k/LHY=;3:8TneLtxNa/vDunsmlQeFrnKV1/HveGcUrQjOi2uP4fbJzaKG4UEgcNPwxtBTRw1CBfQSta81e0rCxbRFmNRCqnQqqHVQ3fQSsBMMJUqcnz7hFhNJasQfpVoSa9oiQSAYW8k6ivrityr46StVUhxbYw==;25:53au5eVJhq0BtqRhJlLoPwi3fiGtgFoVD3Eporx3W675A1qflw9FjPMm0pOxjsP23HPnpFUTH3ltOWWbRkyqDwEombMfhZy3qPqXYhQlvQGHHWYEEmt7zGTe5QAnB0U5odk9WYRePvuwRx8VYEoRbks5HYgSiFb5cuunKitqI+LLfPHsEg7AO1E68oRKKwJNZXUekWR5D60zWgkIbKYULiePQBNIWfP0jD8I4kA9z1J8kuuj8QZ16Luuuugayncgvh4/oqjxMqLsSJyWqmN1JQ== X-Microsoft-Antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:MA1PR01MB0344; X-Microsoft-Antispam-PRVS: X-Exchange-Antispam-Report-Test: UriScan:; X-Exchange-Antispam-Report-CFA-Test: BCL:0;PCL:0;RULEID:(2401047)(8121501046)(5005006)(520078)(10201501046)(3002001)(6004014)(6003046)(6007046);SRVR:MA1PR01MB0344;BCL:0;PCL:0;RULEID:;SRVR:MA1PR01MB0344; X-Microsoft-Exchange-Diagnostics: 1;MA1PR01MB0344;4:oXa5I1I2f8jCL4CiARKGaXsWnL4ILnyypSkeTAt+qtvfFglzgRPlHeHyeaX9Ur98flGC4FvqnISypkngOszeZR2qS1isfwYjr4nuB/d55LmJdbSBmLRCZkzA3E5bXu3PTp71bNTIH0vCU23FvJVdDo9ngM6dpTxwkm9PaSoZri0P+7VkCKJC5lqV9jTyGKJQLQ2HVnXhGRCktoHO2XPuFpEwgw3AUvxOhbSxa51OhZFcybRa+CZfY5qveB0c7k1e+eVdW/mTDk318pxqtgyDcG/c12bkV7AWkgg/gDvRWtCbItrnHMvqlFU7Ec/7JmC+o5j2TRr1ne5RopLXp+ZmVHtoqc+q/dbPd/Wr8Awmt2W0ShCytZKFgSLq40tN4Q4h3c/4FaTI/x4oMbRqyWIoXOX50XzIiemgaD50wd5QYxM=;23:Erezrfg3tTGXPb8pBp2haAq4uN9fkgAcoe6TugqEzcDEvSavkYua1ZO6as8XKjbTiFSI0MsObFl6xHiQ4GqkmpxUp1CLcDXgj+VZ0vKWdRHkQ1ewsi77G4bSyA8YKTK1cqcyTdpo9kNKdsw4ExBy696vgHX4La3LTFu+cmLLKbe6EYkIP5zqj8kTeLvPRg+K0nXwsXPsETKcOSWrgg23uTtHXtOSrtHCCh6QhZllA+X8sLTp+GaXTa/RF8lpiOPG;5:7xULlelA6jeHcaHMc1g3gTneqHP51zDBWuHWjzcjIKGgP8ZY8xq2ZOK3wiF3R5unZ3sfiHmVon0i6um2KB7JF8t7k5C4ejt35EvS3Kd5hHB0L799zo8teVxGlMSu/6Ycp+UU+bUmfp5aL6gKZNCAHw==;24:lWoLsUHzGuLgP/FVZ1/eLWQmohzPuq03XQCT9zVEA1AJPTIOBasrVNq6zg5ucBdAZyBs/NI3zWDryL2WPd178g== X-Forefront-PRVS: 0749DC2CE6 X-Forefront-Antispam-Report: SFV:SPM;SFS:(10019020)(6049001)(6009001)(5005620100007);DIR:OUT;SFP:1501;SCL:9;SRVR:MA1PR01MB0344;H:[100.64.31.165];FPR:;SPF:None;PTR:InfoNoRecords;LANG:en; SpamDiagnosticOutput: 1:22 SpamDiagnosticMetadata: 00000000%2D0000%2D0000%2D0000%2D000000000000 X-Microsoft-Exchange-Diagnostics: 1;MA1PR01MB0344;20:L7CndRMVnIQphY7v7umBa5e0dm2JEbZoeWGpdr8C+NnYT2Dfp+3WQWsApD5CMpNOdhxCFAbwxsxWp0ILRkeRYQ== X-OriginatorOrg: novaspharmaceuticalsplc.onmicrosoft.com X-MS-Exchange-CrossTenant-OriginalArrivalTime: 03 Nov 2015 14:50:44.9855 (UTC) X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted X-MS-Exchange-Transport-CrossTenantHeadersStamped: MA1PR01MB0344 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greetings, Thanks for your mail. I apologize if my message do not suit your current status, my name is Mr. Thorsten Haas, I am a Citizen of Germany, happily married with two kids. I contacted you because I have interest of investing in your country India in Real Estate business (ie: Hotel, Lands and Tourism) as well as seek your services in a private and confidential matter because of the rapid growth in India economy. I am a Chartered Accountant and Chief Auditor here in our bank. On my routine inspection I discovered a dormant domiciliary account with a Balance of $5,000,000.00 USD {Five Million United Dollars Only}. I write to seek your indulgence and assistance in transferring this fund to your country through legal means as repatriation of fund for Investment. I am proposing to make this transfer to a designated bank account of your choice in your country for investment. At the conclusion of this transaction, I promise to give 30% of the total amount, 70% will be for me and my colleagues who will help make this business a success. Let me know if you can handle From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753992AbcGTNCF (ORCPT ); Wed, 20 Jul 2016 09:02:05 -0400 Received: from mail-it0-f66.google.com ([209.85.214.66]:35830 "EHLO mail-it0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753391AbcGTNB5 (ORCPT ); Wed, 20 Jul 2016 09:01:57 -0400 MIME-Version: 1.0 Reply-To: hon.makz1960@gmail.com From: Honerd Mark Date: Wed, 20 Jul 2016 13:01:54 +0000 Message-ID: Subject: Greetings, To: undisclosed-recipients:; Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greetings, This mail might come to you as a surprise and the temptation to ignore it as unserious could come into your mind; but please, conside it a divine wish and accept it with a deep sense of humility. I work with a bank In West Africa, Togo Lome, I have a business transaction for you. In my department we discovered an abandoned sum of $10.5 Million US Dollars.(Ten Million five hundred thousand United States Dollars) In an account that belongs to one of our foreign customer who died along with his entire family in a Bomb blast in irag Since his supposed next of kin died along side with him at the Bomb blast, there is nobody to claim the left over balance in the account. It is therefore upon this discovery that I and other officials in my department decided to seek your assistance and present you to the bank as his Next of kin. If you accept i would give you the guide lines of how we can achieve this transfer of the balance (10.5 Million Dollars) to your account..and we will shear the money 50//50%.i will not fail to bring to your notice that this transaction is 100% risk free that you should not entertain any atom of fear as all the arrangements has been made for the transfer. I expect that you will give me your telephone and fax numbers for easy communication with you and for more details. Best Regards Honerd Mark. From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754030AbdFSLht (ORCPT + 2 others); Mon, 19 Jun 2017 07:37:49 -0400 Received: from mail-yb0-f194.google.com ([209.85.213.194]:33285 "EHLO mail-yb0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753711AbdFSLhs (ORCPT ); Mon, 19 Jun 2017 07:37:48 -0400 MIME-Version: 1.0 Reply-To: paulbenkbi@gmail.com From: "Dr. Paul Benk" Date: Mon, 19 Jun 2017 11:37:46 +0000 Message-ID: Subject: Greetings! To: undisclosed-recipients:; Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Greetings! I have a proposal for you, this however is not mandatory nor will I in any manner compel you to honor against your will. I am Dr.Paul Benk a former executive director with Arab Tunisian Bank here in Tunis; I retired 1 year 7 months ago after putting in 28 years of meticulous service. During my days with Arab Tunisian Bank, I was the personal account officer and one of the financial advisers to Zine Al-Abidine Ben Ali the past Tunisian President in self exile at Saudi Arabia. During his trying period, he instructed me to move all his investment in my care which consists of US$115M and 767KG of gold out of the Gulf States for safe keeping; and that I successfully did by moving US$50 Million to Madrid Spain, US$50 Million to Dubai United Arab Emirate, US$15 Million to Burkina Faso and the 767KG of gold to Burkina Faso in West Africa as an anonymous deposits, so that the funds will in no way be traced to him. He has instructed me to find an investor who would stand as the anonymous depositor of the fund and gold; and claim it for further investment. Consequent upon the above, my proposal is that I would like you as a foreigner to stand in as the anonymous depositor of this fund and gold that I have successfully moved outside the country and provide an account overseas where this said fund will be transferred into. It is a careful network and my voluntary retirement from the Arab Tunisian Bank is to ensure a hitch-free operation as all modalities for you to stand as beneficiary and owner of the deposits has been perfected by me. Mr. Zine al-Abidine Ben Ali will be offering you 20% of the total investment if you can be the investor and claim this deposits in Spain and Burkina Faso as the anonymous depositor. Now my questions are:- 1. Can you handle this transaction? 2. Can I give you this trust? Consider this and get back to me as soon as possible on my private email Only here: paulbenkbi@gmail.com, so that I can give you more details regarding this transaction. Finally, it is my humble request that the information as contained herein be accorded the necessary attention, urgency as well as the secrecy it deserves. I expect your urgent response if you can handle this project. Respectfully yours, From:Dr.Paul Benk. Email: paulbenkbi@gmail.com From mboxrd@z Thu Jan 1 00:00:00 1970 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753924AbdGCPdZ (ORCPT + 2 others); Mon, 3 Jul 2017 11:33:25 -0400 Received: from mail-lf0-f67.google.com ([209.85.215.67]:33665 "EHLO mail-lf0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752374AbdGCPdW (ORCPT ); Mon, 3 Jul 2017 11:33:22 -0400 MIME-Version: 1.0 Reply-To: paulbenkbi@gmail.com From: Paul Benk Date: Mon, 3 Jul 2017 15:33:19 +0000 Message-ID: Subject: Greetings!!!. To: undisclosed-recipients:; Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: Greetings! I have a proposal for you, this however is not mandatory nor will I in any manner compel you to honor against your will. I am Dr.Paul Benk a former executive director with Arab Tunisian Bank here in Tunis; I retired 1 year 7 months ago after putting in 28 years of meticulous service. During my days with Arab Tunisian Bank, I was the personal account officer and one of the financial advisers to Zine Al-Abidine Ben Ali the past Tunisian President in self exile at Saudi Arabia. During his trying period, he instructed me to move all his investment in my care which consists of US$115M and 767KG of gold out of the Gulf States for safe keeping; and that I successfully did by moving US$50 Million to Madrid Spain, US$50 Million to Dubai United Arab Emirate, US$15 Million to Burkina Faso and the 767KG of gold to Burkina Faso in West Africa as an anonymous deposits, so that the funds will in no way be traced to him. He has instructed me to find an investor who would stand as the anonymous depositor of the fund and gold; and claim it for further investment. Consequent upon the above, my proposal is that I would like you as a foreigner to stand in as the anonymous depositor of this fund and gold that I have successfully moved outside the country and provide an account overseas where this said fund will be transferred into. It is a careful network and my voluntary retirement from the Arab Tunisian Bank is to ensure a hitch-free operation as all modalities for you to stand as beneficiary and owner of the deposits has been perfected by me. Mr. Zine al-Abidine Ben Ali will be offering you 20% of the total investment if you can be the investor and claim this deposits in Spain and Burkina Faso as the anonymous depositor. Now my questions are:- 1. Can you handle this transaction? 2. Can I give you this trust? Consider this and get back to me as soon as possible on my private email Only here: dr.paulbenk@gmail.com, so that I can give you more details regarding this transaction. Finally, it is my humble request that the information as contained herein be accorded the necessary attention, urgency as well as the secrecy it deserves. I expect your urgent response if you can handle this project. Respectfully yours, From:Dr.Paul Benk. Email: dr.paulbenk@gmail.com ------------------------------------------------------------------------------ ------------------------------------------------------------------------------ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_50, FREEMAIL_REPLYTO_END_DIGIT,HEADER_FROM_DIFFERENT_DOMAINS,LOTS_OF_MONEY, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 3106AC433E6 for ; Tue, 1 Sep 2020 17:14:41 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 12C8C20767 for ; Tue, 1 Sep 2020 17:14:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731502AbgIAROk convert rfc822-to-8bit (ORCPT ); Tue, 1 Sep 2020 13:14:40 -0400 Received: from mx.metalurgs.lv ([81.198.125.103]:64957 "EHLO mx.metalurgs.lv" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731227AbgIAROK (ORCPT ); Tue, 1 Sep 2020 13:14:10 -0400 Received: from mx.metalurgs.lv (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 4F70471155 for ; Tue, 1 Sep 2020 20:03:01 +0300 (EEST) Received: from kas30pipe.localhost (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id BDB67B10 for ; Tue, 1 Sep 2020 19:43:11 +0300 (EEST) Received: by mx.metalurgs.lv (Postfix, from userid 1005) id 0964B32905; Tue, 1 Sep 2020 18:42:21 +0300 (EEST) Received: from [192.168.8.10] (ip168-243-231-195.intercom.com.sv [168.243.231.195]) (Authenticated sender: admin) by mx.metalurgs.lv (Postfix) with ESMTPA id 0997E71A19 for ; Tue, 1 Sep 2020 18:02:09 +0300 (EEST) MIME-Version: 1.0 Content-Description: Mail message body To: linux-kernel@vger.kernel.org From: "Angel Investors" Date: Tue, 01 Sep 2020 09:02:03 -0600 Reply-To: andrewmacklin12@gmail.com X-SpamTest-Envelope-From: info@unituscapital.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 71303 [Jan 01 2015] X-SpamTest-Info: {RECEIVED: dynamic ip detected} X-SpamTest-Info: {DATE: unreal year} X-SpamTest-Method: none X-SpamTest-Rate: 35 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0284], KAS30/Release Message-ID: <20200901160810.0964B32905@mx.metalurgs.lv> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Subject: GREETINGS!!! X-Anti-Virus: Kaspersky Anti-Virus for Linux Mail Server 5.6.39/RELEASE, bases: 20140401 #7726142, check: 20200901 notchecked Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Attention To Email : linux-kernel@vger.kernel.org Good Day Sir, Our Group have the financial capability to finance any investment portfolio as far as is genuine, all we need is a capable business partner that possesses investment strategies for profitable business information for good turn over within 10-30years. Our Partners are willing to invest 10million — 5billon USD. We can provide proof of funds on demand, after certification of your documents/details. Please write me back if you can work with me on this project. Thank You, Best Regards Andrew Macklin From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=0.1 required=3.0 tests=BAYES_50, FREEMAIL_REPLYTO_END_DIGIT,HEADER_FROM_DIFFERENT_DOMAINS,LOTS_OF_MONEY, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B444C433E2 for ; Sat, 5 Sep 2020 15:40:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B8CB72078E for ; Sat, 5 Sep 2020 15:39:59 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728566AbgIEPj5 convert rfc822-to-8bit (ORCPT ); Sat, 5 Sep 2020 11:39:57 -0400 Received: from mx.metalurgs.lv ([81.198.125.103]:58825 "EHLO mx.metalurgs.lv" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728371AbgIEPiu (ORCPT ); Sat, 5 Sep 2020 11:38:50 -0400 Received: from mx.metalurgs.lv (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 4B69C63F72 for ; Sat, 5 Sep 2020 18:01:55 +0300 (EEST) Received: from kas30pipe.localhost (localhost [127.0.0.1]) by mx.metalurgs.lv (Postfix) with ESMTP id 0A6FB64A09 for ; Sat, 5 Sep 2020 17:20:05 +0300 (EEST) Received: by mx.metalurgs.lv (Postfix, from userid 1005) id 27ADE2E9C4; Sat, 5 Sep 2020 16:44:08 +0300 (EEST) Received: from [192.168.8.10] (ip168-243-231-195.intercom.com.sv [168.243.231.195]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: admin) by mx.metalurgs.lv (Postfix) with ESMTPSA id 1949133B83 for ; Sat, 5 Sep 2020 15:47:15 +0300 (EEST) MIME-Version: 1.0 Content-Description: Mail message body To: linux-kernel@vger.kernel.org From: "Angel Investors" Date: Sat, 05 Sep 2020 06:47:00 -0600 Reply-To: andrewmacklin12@gmail.com X-SpamTest-Envelope-From: info@unituscapital.com X-SpamTest-Group-ID: 00000000 X-SpamTest-Info: Profiles 71303 [Jan 01 2015] X-SpamTest-Info: {RECEIVED: dynamic ip detected} X-SpamTest-Info: {DATE: unreal year} X-SpamTest-Method: none X-SpamTest-Rate: 35 X-SpamTest-Status: Not detected X-SpamTest-Status-Extended: not_detected X-SpamTest-Version: SMTP-Filter Version 3.0.0 [0284], KAS30/Release Message-ID: <20200905134839.27ADE2E9C4@mx.metalurgs.lv> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8BIT Subject: GREETINGS!!! X-Anti-Virus: Kaspersky Anti-Virus for Linux Mail Server 5.6.39/RELEASE, bases: 20140401 #7726142, check: 20200905 notchecked Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Attention To Email : linux-kernel@vger.kernel.org Good Day Sir, Our Group have the financial capability to finance any investment portfolio as far as is genuine, all we need is a capable business partner that possesses investment strategies for profitable business information for good turn over within 10-30years. Our Partners are willing to invest 10million — 5billon USD. We can provide proof of funds on demand, after certification of your documents/details. Please write me back if you can work with me on this project. Thank You, Best Regards Andrew Macklin From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E5FB1C77B7A for ; Fri, 2 Jun 2023 14:02:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236002AbjFBOCb convert rfc822-to-8bit (ORCPT ); Fri, 2 Jun 2023 10:02:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55090 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235277AbjFBOC3 (ORCPT ); Fri, 2 Jun 2023 10:02:29 -0400 Received: from gw.ai.co.zw (gw.ai.co.zw [41.221.144.12]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id E5D4513D for ; Fri, 2 Jun 2023 07:02:21 -0700 (PDT) Received: from mail2.parlzim.gov.zw (mail.parliament.gov.zw [41.221.149.22]) by gw.ai.co.zw (Postfix) with ESMTP id 5BE1E46A1603 for ; Thu, 1 Jun 2023 21:26:32 +0200 (CAT) Received: from localhost (localhost [127.0.0.1]) by mail2.parlzim.gov.zw (Postfix) with ESMTP id BB30922C00EC for ; Thu, 1 Jun 2023 21:03:13 +0200 (CAT) Received: from mail2.parlzim.gov.zw ([127.0.0.1]) by localhost (mail2.parlzim.gov.zw [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id Knl88KJ8PKOD for ; Thu, 1 Jun 2023 21:03:13 +0200 (CAT) Received: from localhost (localhost [127.0.0.1]) by mail2.parlzim.gov.zw (Postfix) with ESMTP id EF65822C8AC8 for ; Thu, 1 Jun 2023 20:51:57 +0200 (CAT) X-Virus-Scanned: amavisd-new at mail2.parlzim.gov.zw Received: from mail2.parlzim.gov.zw ([127.0.0.1]) by localhost (mail2.parlzim.gov.zw [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id RDedeQ8wbPj3 for ; Thu, 1 Jun 2023 20:51:57 +0200 (CAT) Received: from [45.81.39.42] (gateway [192.168.0.254]) by mail2.parlzim.gov.zw (Postfix) with ESMTP id 76C0923D4A18 for ; Thu, 1 Jun 2023 20:39:34 +0200 (CAT) Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Description: Mail message body Subject: Greetings!! To: linux-kernel@vger.kernel.org From: "Mr.Paul Morgan" Date: Thu, 01 Jun 2023 20:39:32 +0200 Reply-To: paulmorgan5477@gmail.com Message-Id: <20230601183934.76C0923D4A18@mail2.parlzim.gov.zw> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Good day, I would like to get in touch with you. Please advise if I am contacting the right person. Sincerely, Mr.Paul Morgan.