3177 lines
No EOL
210 KiB
HTML
3177 lines
No EOL
210 KiB
HTML
<html>
|
||
<head>
|
||
<title>spam</title>
|
||
<link rel="icon" href="/favicon.png" type="image/png"/>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||
|
||
<style>
|
||
:root
|
||
{
|
||
--color_bodybg: #272822;
|
||
--color_codebg: rgba(255, 255, 255, 0.05);
|
||
--color_codeborder: rgba(255, 255, 255, 0.2);
|
||
--color_h1bg: #284142;
|
||
--color_htmlbg: #1b1c18;
|
||
--color_blockquotebg: rgba(0, 0, 0, 0.2);
|
||
--color_blockquoteedge: rgba(255, 255, 255, 0.2);
|
||
--color_inlinecodebg: rgba(255, 255, 255, 0.1);
|
||
--color_link: #ae81ff;
|
||
--color_maintext: #ddd;
|
||
}
|
||
|
||
*, *:before, *:after
|
||
{
|
||
box-sizing: inherit;
|
||
}
|
||
|
||
html
|
||
{
|
||
box-sizing: border-box;
|
||
|
||
background-color: var(--color_htmlbg);
|
||
color: var(--color_maintext);
|
||
|
||
font-family: Verdana, sans-serif;
|
||
font-size: 10pt;
|
||
}
|
||
|
||
#curse_invisible
|
||
{
|
||
opacity: 0 !important;
|
||
}
|
||
@keyframes particle_grow_fade
|
||
{
|
||
0% { transform: scale(1.00); opacity: 1; }
|
||
100% { transform: scale(3.00); opacity: 0; }
|
||
}
|
||
|
||
#particle_holder
|
||
{
|
||
position: absolute;
|
||
top: 0;
|
||
bottom: 0;
|
||
left: 0;
|
||
right: 0;
|
||
overflow: hidden;
|
||
pointer-events: none;;
|
||
}
|
||
.particle
|
||
{
|
||
position: absolute;
|
||
animation: particle_grow_fade linear 2s;
|
||
}
|
||
|
||
body
|
||
{
|
||
margin: 0;
|
||
}
|
||
|
||
article
|
||
{
|
||
min-width: 10em;
|
||
max-width: 70em;
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
margin-top: 20px;
|
||
margin-bottom: 20px;
|
||
padding: 16px;
|
||
background-color: var(--color_bodybg);
|
||
width: 100%;
|
||
}
|
||
article p:first-child
|
||
{
|
||
margin-top: 0;
|
||
}
|
||
article p:last-child
|
||
{
|
||
margin-bottom: 0;
|
||
}
|
||
hr
|
||
{
|
||
border-color:gray;
|
||
}
|
||
@media not print
|
||
{
|
||
article
|
||
{
|
||
box-shadow: #000 0px 0px 40px -10px;
|
||
}
|
||
}
|
||
|
||
@media screen and (min-width: 600px)
|
||
{
|
||
:root
|
||
{
|
||
--wide: 1;
|
||
}
|
||
body
|
||
{
|
||
width: 100%;
|
||
max-width: 800px;
|
||
margin-left: auto;
|
||
margin-right: auto;
|
||
}
|
||
}
|
||
|
||
@media screen and (max-width: 600px)
|
||
{
|
||
:root
|
||
{
|
||
--narrow: 1;
|
||
}
|
||
body
|
||
{
|
||
width: 100%;
|
||
max-width: 100%;
|
||
}
|
||
body > article:first-of-type
|
||
{
|
||
margin-top: 0;
|
||
}
|
||
body > article:last-of-type
|
||
{
|
||
margin-bottom: 0;
|
||
}
|
||
}
|
||
|
||
h1, h2, h3, h4, h5
|
||
{
|
||
padding: 8px;
|
||
}
|
||
|
||
a
|
||
{
|
||
color: var(--color_link);
|
||
cursor: pointer;
|
||
}
|
||
|
||
article *
|
||
{
|
||
max-width: 100%;
|
||
word-wrap: break-word;
|
||
}
|
||
|
||
ol ol, ul ul, ol ul, ul ol
|
||
{
|
||
padding-inline-start: 20px;
|
||
}
|
||
|
||
*:not(pre) > code
|
||
{
|
||
background-color: var(--color_inlinecodebg);
|
||
border-radius: 4px;
|
||
line-height: 1.5;
|
||
padding-left: 4px;
|
||
padding-right: 4px;
|
||
}
|
||
|
||
pre
|
||
{
|
||
padding: 8px;
|
||
border: 1px solid var(--color_codeborder);
|
||
background-color: var(--color_codebg);
|
||
overflow-x: auto;
|
||
font-family: monospace;
|
||
}
|
||
</style>
|
||
</head>
|
||
|
||
<body>
|
||
<header>
|
||
<h1>spam</h1>
|
||
<p id="curse"><span id="curse_visible"></span><span id="particle_spawnpoint"></span><span id="curse_invisible">X</span></p>
|
||
</header>
|
||
|
||
<div id="particle_holder">
|
||
</div>
|
||
|
||
<!--
|
||
<article>
|
||
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
|
||
</article>
|
||
-->
|
||
|
||
<article>
|
||
<p><b>From</b>: "Arjun" <arjunsharma.451@outlook.com></p>
|
||
<p><b>To</b>: <writing@voussoir.net></p>
|
||
<p><b>Subject</b>: Re: Report...</p>
|
||
<p><b>Date</b>: Thu, 26 Oct 2023 23:02:38 +0530</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: No, score=-0.7 required=5 tests=ARC_SIGNED,ARC_VALID,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FORGED_SPF_HELO,FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,PURELYMAIL_IP_REPUTATION autolearn=ham autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: -0.5;EffectiveIp=40.92.53.26,SpamProbability=0.17
|
||
Return-Path: <arjunsharma.451@outlook.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: writing@voussoir.net
|
||
X-Pm-Original-To: writing@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of outlook.com designates 40.92.53.26 as permitted sender) smtp.mailfrom=outlook.com; dkim=pass header.i=outlook.com; dmarc=pass (p=none) header.from=arjunsharma.451@outlook.com
|
||
Received: from mail-sgaapc01olkn2026.outbound.protection.outlook.com (EHLO APC01-SG2-obe.outbound.protection.outlook.com) ([40.92.53.26])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id -100418373
|
||
for <writing@voussoir.net>
|
||
(version=TLSv1.2 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384);
|
||
Thu, 26 Oct 2023 17:37:20 +0000 (UTC)
|
||
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none;
|
||
b=MQy3u6nRAoCxLCaznzOkO6U7U7jBDR1NjN5gp1s/NZu9poa7JekeTPujVW/kKWCXk/D9rsyYWiy1KuALGkCl6H+jopUjTgwhZFvdtPglmK9rPiiZUB/68gi1hSI1eHNr6SCdOqsRU/hi1va3cM7hloogEebwSVHiA5EF8swox513XURZyaW8OOzz757v3+N4lFD8XXJuj9xHWnW5r98Hl7ogp5wF0amjFXELa38BSRB7esX0i8wLR5l9iVbSfn/qU/S606dIoWm6hgFtGJN2rwsBRI0a5evTztjYahbTVyh/qcfTIIXQoKH+iw13TD49dxyl+zKd5jzLXddYRyj4DQ==
|
||
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;
|
||
s=arcselector9901;
|
||
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1;
|
||
bh=u1bx4nKq7ZbyX3fdt3dFBG0is0/c0FaqYzmpAezmo4Q=;
|
||
b=MixHBU3K1nTJdtriVYLMavPGxDj0SYRMnsuwM4FJtyX9vgV7C0yZgLDko1XBa3OfgGXVMnOIteyrpNPaf5RswUU1FqFAViOL64sdXDeHa7iDneMCny+/+nGCP59Ox619g0pgIVac0Wdkk+yg4O1ylDYoirTcP8emEYacve2TQobyB1oaksCn8TT6FW85r1pOoBJMR6Qn3/pBIMwyoysntx5tl3971P27Uro18yYOGJh2cuhfxvxk1lqEprrglen/zWMDmJXYL7+L0lkw7U1DjyHJ07G1azNuZYICzfKBbPOC4sIC8AGkwsiqgGHjbO7v91Zj4RPIfZ/rHOdULeEgCg==
|
||
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=none; dmarc=none;
|
||
dkim=none; arc=none
|
||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com;
|
||
s=selector1;
|
||
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck;
|
||
bh=u1bx4nKq7ZbyX3fdt3dFBG0is0/c0FaqYzmpAezmo4Q=;
|
||
b=Xw0hxp4q++1jDue06pV2fk2yDRzrU6mW09W5w4w7/SRL8nz3R3fjHkU0PDWNhAEKvM4dNbv/D3f8929+r+ftQxC2ZyGfTdbV6NONSATRLi1+gPab49+EuVLnvVmwYw8mEiFMMsRWZhYhTg36FVLXxFrjpqoEUWQWtFJ6GNok4Pum309qFdSOTyBCUyUvbXBsKqu0uiKF8rv9DBzSOQzTLpo2DFcACJ3qBds56gBH/o3lruORudUoRoqWyjZTiRtgQ6R13dvrx+O71SgSt8CCOHi1vBlYwyg3cYx05xp4XhW5dZ8iD/SxxEkzILNGhJJyUmiA5mG7P2bgr50teRZpeQ==
|
||
Received: from TY2PR0101MB3216.apcprd01.prod.exchangelabs.com
|
||
(2603:1096:404:e9::15) by TY0PR01MB5790.apcprd01.prod.exchangelabs.com
|
||
(2603:1096:405:11::6) with Microsoft SMTP Server (version=TLS1_2,
|
||
cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.6933.23; Thu, 26 Oct
|
||
2023 17:37:16 +0000
|
||
Received: from TY2PR0101MB3216.apcprd01.prod.exchangelabs.com
|
||
([fe80::806b:e292:fb12:1069]) by
|
||
TY2PR0101MB3216.apcprd01.prod.exchangelabs.com
|
||
([fe80::806b:e292:fb12:1069%4]) with mapi id 15.20.6933.019; Thu, 26 Oct 2023
|
||
17:37:16 +0000
|
||
From: "Arjun" <arjunsharma.451@outlook.com>
|
||
To: <writing@voussoir.net>
|
||
Subject: Re: Report...
|
||
Date: Thu, 26 Oct 2023 23:02:38 +0530
|
||
Message-ID:
|
||
<TY2PR0101MB3216DD664BDDCD92CCB23583A4DDA@TY2PR0101MB3216.apcprd01.prod.exchangelabs.com>
|
||
Content-Type: multipart/alternative;
|
||
boundary="----=_NextPart_000_0A65_01DA0860.FC98B5C0"
|
||
X-Mailer: Microsoft Office Outlook 12.0
|
||
Thread-Index: AdoIMg84O2rFPIEhQuqXPIpc7YKxOA==
|
||
Content-Language: en-in
|
||
X-TMN: [OCB6NeyQOROXKIN4zt49Nat25D65OOQtdIoNudGz7R0=]
|
||
X-ClientProxiedBy: PN2PR01CA0152.INDPRD01.PROD.OUTLOOK.COM
|
||
(2603:1096:c01:26::7) To TY2PR0101MB3216.apcprd01.prod.exchangelabs.com
|
||
(2603:1096:404:e9::15)
|
||
X-Microsoft-Original-Message-ID:
|
||
<0a6401da0832$e2e079c0$a8a16d40$@451@outlook.com>
|
||
MIME-Version: 1.0
|
||
X-MS-Exchange-MessageSentRepresentingType: 1
|
||
X-MS-PublicTrafficType: Email
|
||
X-MS-TrafficTypeDiagnostic: TY2PR0101MB3216:EE_|TY0PR01MB5790:EE_
|
||
X-MS-Office365-Filtering-Correlation-Id: ad1d46c3-e5c1-4fa5-7a94-08dbd64a0652
|
||
X-Microsoft-Antispam: BCL:0;
|
||
X-Microsoft-Antispam-Message-Info:
|
||
C4ZS4Ve2/mQNSG9hi8o2u8c2/k8fKVaTp+QT9kpQeVxibohc4AEfNVVmaMFEl/3H+Ictm9sKUzPYMW6uHtOQWCOa+PRTrgvDRfAFWlfYWxWUwpzsW8VEZ6jrt4VALZK6QhPiJ5VR31XznP8fVAZyvJx5sT8g6dF36XzSmjTM8eskwOWNTLaQQLdQOKi2kkMdO6Uuowsshyhzn30WNEDJjS+856uvqM6BLJUCTwWaDnxCwoGRDmUUSgzY9+rdzHsfkzzbmySi6QEeS13gcX6pQ+97vdcUiRLGug65aHjMH5FsVZ0NUe1iCP8Tc2O0hVPCmbMCvZdqMMaziDbgWwHQlk4QrYcBeIPMa4VHPQIDoq7f66xQQNIDehkyRJA25x5LYC3PwRkoFd0BMrbklUOArxHyfDLmqvRgihRoS28CaN9a1tn06Oy1QLB4IFsPnQWFcZt8iLRDoOiu1Ej02vcxqYp5mqqV8LtKkHMOEHLNIHYoHwVp4slyrBGQCMz6Ec4jPsLpufP8bD0lGL7JfVFNtp5N6diMFvhNRBMSKrY/dywFXY9C0N5GSiiwS6Hkacxs
|
||
X-MS-Exchange-AntiSpam-MessageData-ChunkCount: 1
|
||
X-MS-Exchange-AntiSpam-MessageData-0:
|
||
=?us-ascii?Q?vZWg2yJc80YIWWp3VhT+YpyZ0RhbNsEMEd52y6/VRqq6G/DcIZ2zMYxzyDOa?=
|
||
=?us-ascii?Q?amdLkOdGT5GgZNNmtDrcpFdrWcHCnbJ0n7ZXHuxt3E5Mc4f22LXfYPFMI33J?=
|
||
=?us-ascii?Q?N9mGVX7enO0q9SY6Y9vTO28NP8SQD8R8zxNXvA4YpWNqcPJ3CE9k2ZpqU+U3?=
|
||
=?us-ascii?Q?dzqID+3wBPr65PJbRJc7neXT/jpWawKCFC621OXrJspJVvfJVzckrKGsjjNm?=
|
||
=?us-ascii?Q?Sq3XtbZ5peI0/PBnqV+AL2h3rYHcBuOY2OkUlLbjRt90WYeIUX8ZoTYafRO+?=
|
||
=?us-ascii?Q?wwvjBNhkPihCnl6cZkMixgk7Xf/blk0bh/je4k367Y+Wq9UsVlo9ZC6py8Bu?=
|
||
=?us-ascii?Q?Ja4ndfR/IlF2AzME8IfGnECvyzLbCO5FSUjsfck/0K2O9U5EoOAnQBBVdrkH?=
|
||
=?us-ascii?Q?mV9afbXbYucJgMuwo+C2woGg0LJ7Zqb4d6b6sCUCagdDaJtbZSRt9U6o4WJN?=
|
||
=?us-ascii?Q?3/FLq93h7ZtRUajj6pyeYFcem+wlz3zJ7yX5fH0cfR7TpSoKWup9T8+Po3vt?=
|
||
=?us-ascii?Q?sA0Y8x6uWQpy4fwrc4jbvhYjag+8VeBFg4zci2qfiCDD/8vDAGahir8pr1lC?=
|
||
=?us-ascii?Q?i7enVRjmiOoubysaUWV6QBWWk28cdS5QZTbhZZq6vIAqtft/qQY1m92ZpwZn?=
|
||
=?us-ascii?Q?JKyOZtwgJcW0iShq9532ekrmHPGP6vmeGHUcyCzhG8yabFW9D3syQZ+xXYSh?=
|
||
=?us-ascii?Q?C0PXX8sTSQiaL9YBPVb7IL84irBGmIRuzpFT+JLna0xxL06Yj7JU9H4kZEv1?=
|
||
=?us-ascii?Q?FJYFweYwlX1UsLsztd6DXDN91GOvjeaKZbh5vQULwSRaWs0YIxNXCioEiyjH?=
|
||
=?us-ascii?Q?zdZnxYkxQ7KmmbGoSYvAY593Iv+WAGKrRZYyzOG280UKezQ1mUT0DlJd3CBf?=
|
||
=?us-ascii?Q?tWxNrNBsAKvcJ6TZQvQUhpL6s8LgQBeQekY42vkZYneOE0c2RNf9UYBjDNA8?=
|
||
=?us-ascii?Q?RbSeHR2s8wZoMIrTAh1xNXH/0UflXVCpeweF5zncwxO/z2agUdUPVZ9lRnmM?=
|
||
=?us-ascii?Q?z76GiQeaWnd5jkKABbgV3lZK1tkC+iTYSMSJAKXoknBk3MMfNXq3t8AnZzaN?=
|
||
=?us-ascii?Q?53gAzn9ogOTGQLJ+x6jEptHU9NNYgtCCcn6u9d5poTuK56fgHVml2yEiC+eE?=
|
||
=?us-ascii?Q?sSzELY7BEdNV4Q5zVDjEPCp39ayzkqv8VcRZIyhwRU8jsyC/M7jG0XxVqzLc?=
|
||
=?us-ascii?Q?f844NRLzhegn0xtF0v3VIRTeo14RUtYq+ZZcotU/gOsMLhMYWHwFhxlMDAE?=
|
||
=?us-ascii?Q?=3D?=
|
||
X-OriginatorOrg: outlook.com
|
||
X-MS-Exchange-CrossTenant-Network-Message-Id: ad1d46c3-e5c1-4fa5-7a94-08dbd64a0652
|
||
X-MS-Exchange-CrossTenant-AuthSource: TY2PR0101MB3216.apcprd01.prod.exchangelabs.com
|
||
X-MS-Exchange-CrossTenant-AuthAs: Internal
|
||
X-MS-Exchange-CrossTenant-OriginalArrivalTime: 26 Oct 2023 17:36:02.9631
|
||
(UTC)
|
||
X-MS-Exchange-CrossTenant-FromEntityHeader: Hosted
|
||
X-MS-Exchange-CrossTenant-Id: 84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa
|
||
X-MS-Exchange-CrossTenant-RMS-PersistedConsumerOrg:
|
||
00000000-0000-0000-0000-000000000000
|
||
X-MS-Exchange-Transport-CrossTenantHeadersStamped: TY0PR01MB5790
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Hi, writing@voussoir.net</p>
|
||
<p>I was going through your website & I personally see a lot of potential in your website & business.</p>
|
||
<p>With your permission I would like to send you an Audit report of your website with prices showing you a few things to greatly improve these search results for you. These things are not difficult, and my report will be very specific. It will show you exactly what needs to be done to move you up in the rankings dramatically.</p>
|
||
<p>We can place your website on Google's 1st page (Yahoo, etc.).</p>
|
||
<p>May I send you quote and your website performance report? If interested.</p>
|
||
<p>Thanks in advance!</p>
|
||
<p>Arjun (SEO Manager)</p>
|
||
<p>Austin Texas USA</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Martin Wang" <martin.wang@netmail23.net.cn></p>
|
||
<p><b>Reply-To</b>: <martin.wang@tldschina.com></p>
|
||
<p><b>To</b>: <writing@voussoir.net></p>
|
||
<p><b>Subject</b>: voussoir</p>
|
||
<p><b>Date</b>: Sat, 21 Oct 2023 10:28:32 +0800</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: No, score=-1.51 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,HTML_MIME_NO_HTML_TAG,MIME_HTML_ONLY,MIME_QP_LONG_LINE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,UNPARSEABLE_RELAY,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=ham autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: -1.11;EffectiveIp=47.88.235.132,SpamProbability=0.13
|
||
Return-Path: <random_MTc4NzAyODMzODc1MzE4NTM1NTlfd3JpdGluZ0B2b3Vzc29pci5uZXQkbWFydGluLndhbmc=@netmail23.net.cn>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: writing@voussoir.net
|
||
X-Pm-Original-To: writing@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of netmail23.net.cn designates 47.88.235.132 as permitted sender) smtp.mailfrom=netmail23.net.cn; dkim=pass header.i=netmail23.net.cn
|
||
Received: from mail-sgdm-235-132.aliyun.com (EHLO mail-sgdm-235-132.aliyun.com) ([47.88.235.132])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id 141398769
|
||
for <writing@voussoir.net>
|
||
(version=TLSv1.2 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384);
|
||
Sat, 21 Oct 2023 02:28:41 +0000 (UTC)
|
||
X-AliDM-RcptTo: d3JpdGluZ0B2b3Vzc29pci5uZXQ=
|
||
Feedback-ID: default:martin.wang@netmail23.net.cn:batch:155574
|
||
DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=netmail23.net.cn; s=aliyun-ap-southeast-1;
|
||
t=1697855317; h=Date:From:To:Message-ID:Subject:MIME-Version:Content-Type;
|
||
bh=LCyvp638otod9d0ibhxx9FuletuNXHMnMkLIr9ByyA8=;
|
||
b=IRApDJ4LE91uPeGRYezfP17sP6MzAkW6N1hFxZXO7RS+tluSsQOLpIxrJTbCh9qlyo0qklkCFGFnBMTrMGnC/ic+hi1DVNSUGsLp+3um22Iefb/box2AGuBE+7zDGix5kvuGRWrdDrn8hH4/ey7rHtxot46G7WDtF5vkAyyZIlQ=
|
||
Received: from chitu-hsf(mailfrom:martin.wang@netmail23.net.cn fp:ma_17870283387531853558)
|
||
by smtp.aliyun-inc.com(127.0.0.1);
|
||
Sat, 21 Oct 2023 10:28:32 +0800
|
||
Date: Sat, 21 Oct 2023 10:28:32 +0800
|
||
From: "Martin Wang" <martin.wang@netmail23.net.cn>
|
||
To: <writing@voussoir.net>
|
||
Reply-To: <martin.wang@tldschina.com>
|
||
Message-ID: <3d135121-90af-4724-a682-3fab60e07257@alibaba.com>
|
||
Subject: =?UTF-8?B?dm91c3NvaXI=?=
|
||
X-Priority: 3
|
||
X-Mailer: Alimail-Mailagent
|
||
MIME-Version: 1.0
|
||
X-EnvId: 17870283387531853559
|
||
X-Alimail-AntiSpam: AC=AD;BC=0.9222543|0.6744772;BR=01201311R371b1;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay35sg011193009147;MF=martin.wang@netmail23.net.cn;NM=1;PH=DU;RN=0;RT=0;SR=0;TI=ma_17870283387531853558;
|
||
X-Mailer: Alimail-Mailagent
|
||
Content-Type: text/html; charset="UTF-8"
|
||
Content-Transfer-Encoding: quoted-printable
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>(If you are not the person who in charge of this, please forward this to your CEO, because this is urgent.Thanks!)</p>
|
||
<p>Dear Manager,</p>
|
||
<p>We are a Network Service Company which is the domain name registration center in Shanghai, China.</p>
|
||
<p>On October 16, 2023, we received an application from Huizhi Holdings Ltd requested “voussoir” as their internet keyword and China (CN) domain </p>
|
||
<p>names( voussoir.cn/ voussoir.com.cn/ voussoir.net.cn/ voussoir.org.cn).</p>
|
||
<p>But after checking it, we find this name conflict with your company name or trademark. In order to deal with this matter better, it’s necessary to send an email to you and confirm whether this company is your distributor or business partner in China?</p>
|
||
<p>Kind regards</p>
|
||
<p>Martin</p>
|
||
<p>-----------------------------</p>
|
||
<p>Mr.Martin Wang | Services & Operating Manager</p>
|
||
<p>TLDsCHINA | Headquarters | www dot tldschina dot com</p>
|
||
<p>T: 0086-13 4 82 81 91 47 | Tel: 0086-21 61 91 86 96 | Fax: 0086-21 619 186 97</p>
|
||
<p>----------------------------------------------------------------------------------------------------------</p>
|
||
<p>Tip: Please Add mail sender account to your contacts to make sure our response does not end up in your spam folder.</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: Helen Back <backhb@haveahotdog.com></p>
|
||
<p><b>To</b>: "writing@voussoir.net" <writing@voussoir.net></p>
|
||
<p><b>Subject</b>: Re: Hi there, Really liked your article + a resource for Voussoir.net</p>
|
||
<p><b>Date</b>: Wed, 18 Oct 2023 14:15:32 +0000</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: No, score=-1.77 required=5 tests=ARC_SIGNED,ARC_VALID,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FORGED_SPF_HELO,HTML_MESSAGE,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=ham autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: -1.57;EffectiveIp=40.107.102.111,SpamProbability=0.1
|
||
Return-Path: <backhb@haveahotdog.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: writing@voussoir.net
|
||
X-Pm-Original-To: writing@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of haveahotdog.com designates 40.107.102.111 as permitted sender) smtp.mailfrom=haveahotdog.com; dkim=pass header.i=haveahotdog.com; dmarc=pass (p=quarantine) header.from=backhb@haveahotdog.com
|
||
Received: from mail-dm6nam04on2111.outbound.protection.outlook.com (EHLO NAM04-DM6-obe.outbound.protection.outlook.com) ([40.107.102.111])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id 1777717227
|
||
for <writing@voussoir.net>
|
||
(version=TLSv1.2 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384);
|
||
Wed, 18 Oct 2023 14:15:34 +0000 (UTC)
|
||
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none;
|
||
b=IPPmlj9Wa9MgpkAUwbeX3bXjKMnrx2/qlI3VZYI/XkpDb4gPcRidTEcx4i4mC5CO5btJXjPJ+Y3oIxlCfrYnBAMdkyGMQkIxBLRCvFQcxOg5PFBNPJ+nxxu7j3HnGrt3OWp3LkMhX9sxp+GCYpTYtIRnD+/GESfgQWds59IBEGlpPMMPF0hh9tyUiy+cQaVgHHz0JFTarNhrJh693kCt6eeKE21SLm0voafzgxIDaT09tdms1+XWjxQwJFlFgthoDX45iaGYtSuwmQ/ZYiOCbUNea4Qy9lOvU/EbiZYgjCLgc6OYeQr8cH0/zXu95A/e1IBEykbF49Mbh3qzoDiqhg==
|
||
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;
|
||
s=arcselector9901;
|
||
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1;
|
||
bh=KCeJp8+JESSmPIuEWxi0SaSP5DvEuckN2jNJwwXfncM=;
|
||
b=ZWl/HzYML0Pdz5LscWQ2ZgFmzoMXRIoITnb6zuLH832Z71mq2953igcqHa0uaID1g3xIZ1uuSp3TyFPESLMUDblgAjm6/XCYJ6GvNAgRuU3/Io1NNj5TCuaueve4ojf5LH5Q67b6m58gYU2zczVEOhg9NH3pFxth/DzrFhUehqSissSi5w91G+1czpC4b1jzgXxu1+VymU/jIreAkKYxZH0wdn3Nh6m5NgadQBNJZh97oC5mtn1Q+M+gby++6UyCA9cTx6NMDGwfsqbpKQ3CcoeE72hYpt7lrq9EFZScswPqO6XU6EkFC3sy18dy6wpk/ylo+yPtSf4Sz2cUX67RPw==
|
||
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass
|
||
smtp.mailfrom=haveahotdog.com; dmarc=pass action=none
|
||
header.from=haveahotdog.com; dkim=pass header.d=haveahotdog.com; arc=none
|
||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=haveahotdog.com;
|
||
s=selector1;
|
||
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck;
|
||
bh=KCeJp8+JESSmPIuEWxi0SaSP5DvEuckN2jNJwwXfncM=;
|
||
b=ixB+Few28lvawzFltZ8iteuuhIg3CTQie3z1MwyMLqdYTOKxd0EWTt6s+HRu2ZmYZ9bon/PSTnsSL0lE3FneG9uXF3xOIdsjIAI0ZnZ1FWxpws4D7061BUcPURzm6iwpRZNZIZtgXzXYje95K3vO9rJVcB5iz1wiQu99Hak5Jd01JCVnSx6ciyB6bIPCPPqGocCgdx6Rv+s2t/V2STIyRW91NXXRRDAaTw3zBo9qXqcxStHEQLtHTZa6YRrF62n1FsJq9u8nHiZEP1wlET4yEvIJJt23cJusXbp+WeNfEzJP9qIPJHemZsHGYNQ3ZSCK1S0P5Joj2rbcY8EZvK/8Fw==
|
||
Received: from PH0PR16MB4945.namprd16.prod.outlook.com (2603:10b6:510:120::7)
|
||
by SA2PR16MB4058.namprd16.prod.outlook.com (2603:10b6:806:134::14) with
|
||
Microsoft SMTP Server (version=TLS1_2,
|
||
cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.6886.34; Wed, 18 Oct
|
||
2023 14:15:33 +0000
|
||
Received: from PH0PR16MB4945.namprd16.prod.outlook.com
|
||
([fe80::efc7:94ea:b1f2:9739]) by PH0PR16MB4945.namprd16.prod.outlook.com
|
||
([fe80::efc7:94ea:b1f2:9739%5]) with mapi id 15.20.6886.034; Wed, 18 Oct 2023
|
||
14:15:32 +0000
|
||
From: Helen Back <backhb@haveahotdog.com>
|
||
To: "writing@voussoir.net" <writing@voussoir.net>
|
||
Subject: Re: Hi there, Really liked your article + a resource for
|
||
Voussoir.net
|
||
Thread-Topic: Hi there, Really liked your article + a resource for
|
||
Voussoir.net
|
||
Thread-Index: AQHaAc2OqSJXpfs9bUO1WXvnG9sSKw==
|
||
Date: Wed, 18 Oct 2023 14:15:32 +0000
|
||
Message-ID: <113014987.or_mail@haveahotdog.com>
|
||
Reply-To: Helen Back <backhb@haveahotdog.com>
|
||
Accept-Language: en-US, es-ES
|
||
Content-Language: en-US
|
||
X-MS-Has-Attach:
|
||
X-MS-TNEF-Correlator:
|
||
authentication-results: dkim=none (message not signed)
|
||
header.d=none;dmarc=none action=none header.from=haveahotdog.com;
|
||
x-ms-publictraffictype: Email
|
||
x-ms-traffictypediagnostic: PH0PR16MB4945:EE_|SA2PR16MB4058:EE_
|
||
x-ms-office365-filtering-correlation-id: 74eb843e-f8cd-4f36-ca8f-08dbcfe4b0d3
|
||
x-ms-exchange-senderadcheck: 1
|
||
x-ms-exchange-antispam-relay: 0
|
||
x-microsoft-antispam: BCL:0;
|
||
x-microsoft-antispam-message-info:
|
||
qJH+hnI4maCGfw7IDqIO3tar4n9Y3B5sZoM1YG5Fzid/xT9EJr39iy0FRcOCv8jSmw9MmBDL4I7+PwfZOWYApNeFXvYqSAUbCFDziI6mLW1UUqs1vVTj81WEVlKr4iMOG/i6IB3XwpafUUgSQsivnUdTUxlBkJPSJ66rQLiYk7rszBggJ7x9i8pjpMH2+ojRJgGXvwxoLR0z//w7F6cYDLExWX1oQRWfNUhu0LKZifzeio9QPz4GmTyd9xTYJS42Sh7uA99RfkTXRBufhVllrpJ8aVRygmhl+OrWGl/nsgSITiVxLYtZkuNMJTxCuyJz7z8zJmutdH8Z6QAx7QQ5HALSVudSbJOyqRkqQsgo6O39gIjacOj23M5jd8Efn0mcIShzG3jpRoAN5mvk/uUmbpMXbFix6r3mFqWEBdAT0rxIbVSy9UF5TKkbYSTpevD+BjHATQr5E+IZ/YazLGIHq1Zf/iBJB14ctTefDBWTh7lGLK0XEzDTlLXJLvWrSLtQW/aFdfFdQ66Fyr7l06C3RFDRwZ3E9OsWUpnF0tnehyM7b+Rllo1z8Ss0AcuRH+2ADJMgS1uMnj6Xc7485yZMcG3tnbmahf+IGKu4oTsowURPf4M6Gr080t4PnsEz0hdh
|
||
x-forefront-antispam-report:
|
||
CIP:255.255.255.255;CTRY:;LANG:en;SCL:1;SRV:;IPV:NLI;SFV:NSPM;H:PH0PR16MB4945.namprd16.prod.outlook.com;PTR:;CAT:NONE;SFS:(13230031)(396003)(346002)(39850400004)(136003)(366004)(376002)(230922051799003)(1800799009)(186009)(451199024)(64100799003)(6506007)(38070700005)(122000001)(2616005)(38100700002)(26005)(53546011)(6916009)(66446008)(64756008)(76116006)(316002)(66556008)(66946007)(66476007)(6486002)(966005)(6512007)(83380400001)(478600001)(66574015)(71200400001)(166002)(5660300002)(8936002)(41300700001)(2906002)(8676002)(66899024)(21615005)(36756003)(7066003)(86362001)(3450700001)(1406899027)(49910200006);DIR:OUT;SFP:1102;
|
||
x-ms-exchange-antispam-messagedata-chunkcount: 1
|
||
x-ms-exchange-antispam-messagedata-0:
|
||
=?Windows-1252?Q?AG6jMukFQDw49yFXL10pn3rc8Yt4Z/2nCtoCUZNpLAOgxNKyzOMNe/Ww?=
|
||
=?Windows-1252?Q?Dk6tAHC5EMVeQePaC2Isr9bDpqMgDQ043mFCX/Y0gzJCV7/j+fT/KE1W?=
|
||
=?Windows-1252?Q?yGGYcwz7XewsSJkVA0DF+mz1IgKeDcLyJrsJcEJwBTwaXv9vjKsphbfn?=
|
||
=?Windows-1252?Q?/SSl5pYCGdqGqPpaugIbOMz17BrELmToM8zwrDghAf6wj6J7j3ReIhdD?=
|
||
=?Windows-1252?Q?t2NrIK0PU0SiJrR/u5KemVVbZup5vW0971D81vHivkzlLyF/vKF79rnX?=
|
||
=?Windows-1252?Q?uGX1W8Aydh03d8KXXSLGg3k6AqR1tVGEQnx8TBc4v+ycbA1zsEkf9gZ+?=
|
||
=?Windows-1252?Q?B/uLvyj0nF9QvLsXvNHmkLZEZmFD4tmFJlC/HiOYN5goEoac6bOIdUkn?=
|
||
=?Windows-1252?Q?41Nn/YPkRSc79wPwqZd4X70qKPPCgwWtj19Nq5C+VRNYDysky47QSnxg?=
|
||
=?Windows-1252?Q?MpI23j5W1m5/KC3ZqLelzBczaFoOD38qDn/SLz4mk6BBXS+pZRWICOT3?=
|
||
=?Windows-1252?Q?IXk4eLrItVV/s9L/QQhmQ3LSYYOD9KvLyVh/aEjP8ovLWm11kowJsmED?=
|
||
=?Windows-1252?Q?tvC6mNNUi7DVehsynOH5KtMwCFys51ID0NSaVU+zGgMF/GQ7A58lvvBl?=
|
||
=?Windows-1252?Q?KmsyE9dw7LaXZpqgsEz/wKLpDEnotLxpdMcG5eXERl7bhqsObrcPcs3H?=
|
||
=?Windows-1252?Q?xFWMjc0T9B9Auwq+sX0Ovj93+SS8OeMOgJmw656VefnmG45IkktQXJxa?=
|
||
=?Windows-1252?Q?zAExBvwWgDOe96Z7MlW5gr/xZj6ncuS7/DdQVYd0LbHJgZn96VBsOJdz?=
|
||
=?Windows-1252?Q?So8KBt33ib/vIebr4SxhDTLfjxiOhzYPIKg9DGU5HmhKysFyPho+Ouo8?=
|
||
=?Windows-1252?Q?2I+xrBXUayQbkGMrsiZZFvlVXdIRGEaGtdWma1IsqgdWt2CRm4XsB3qX?=
|
||
=?Windows-1252?Q?/Rzc+WeirFYUJDS0Vq6l5fN09ddgOI+0mwG0kWbxjgj1WJrqM3A8wXTx?=
|
||
=?Windows-1252?Q?Qn9GJW8SafFgwaMGDTcVYjama5iQFqWGbzmuZDiTLMkDVwP82iHD6zwB?=
|
||
=?Windows-1252?Q?2OyRXTqRe66qZyo8u074niuGwZ6tFFc/COB+L2ISCyllEES5K7ATnYyn?=
|
||
=?Windows-1252?Q?9spZ4t2kqVP7Sm/o0gl+8OSeaosqQt1g+eE/ZrU71NO0XsrG4IlpyXYY?=
|
||
=?Windows-1252?Q?YDpEJoflnkrOGIKlMUiZJUiwePjVNePjU6O+Yr0keLymnmsm49AjdOAn?=
|
||
=?Windows-1252?Q?Us1xfWuO9mc9g8ZQoOGCNbACbEehvhtMypIsDAkF3e+52E15Ufn9z6PG?=
|
||
=?Windows-1252?Q?Q3YPvHxdsgYRZWjqZEC/OkovAcKltOMQhFuJjqsMwwPiTOxbRB49KbN7?=
|
||
=?Windows-1252?Q?lNVv8MkF5ysD5pHmfGXNn6sXO0JaJSptIWELhyekxe09uTv9HCeNKnuB?=
|
||
=?Windows-1252?Q?1+wVg0XA4JD8GXIDbge3Q+i4EwCvOGZv7WiWKiXO5lwXAJOQ9Nzg4E+d?=
|
||
=?Windows-1252?Q?68bL3/FMKt8NOmoGcsAnq6rLSNffmJ7OwRGouX7+pukR1uG0DrQRbe3n?=
|
||
=?Windows-1252?Q?MigSrTf+iMU8NvtSAF5YFf0Hie6L9vcsLMXmrVUZrYYwhkZLP7B+VoGa?=
|
||
=?Windows-1252?Q?IJfjN4aGFMK3+GnwWLmAIuD8vEz3AlQhtLMKQXcMhAnwKj7Y5cFnSQY2?=
|
||
=?Windows-1252?Q?LG4h/P4d5hWA1oKw8AkHhuxbYwtqRva5?=
|
||
Content-Type: multipart/alternative;
|
||
boundary="_000_113014987ormailhaveahotdogcom_"
|
||
MIME-Version: 1.0
|
||
X-OriginatorOrg: haveahotdog.com
|
||
X-MS-Exchange-CrossTenant-AuthAs: Internal
|
||
X-MS-Exchange-CrossTenant-AuthSource: PH0PR16MB4945.namprd16.prod.outlook.com
|
||
X-MS-Exchange-CrossTenant-Network-Message-Id: 74eb843e-f8cd-4f36-ca8f-08dbcfe4b0d3
|
||
X-MS-Exchange-CrossTenant-originalarrivaltime: 18 Oct 2023 14:15:32.8879
|
||
(UTC)
|
||
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
|
||
X-MS-Exchange-CrossTenant-id: 5708bfba-2db8-4448-9543-b6a32c6d7113
|
||
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
|
||
X-MS-Exchange-CrossTenant-userprincipalname: 5JZLlF7OFWCBo8oBy2hJdQaj16M4Yo4RfjAozV3+b2Xid1gNncyNG9I/mnNoeNjBYRT4MmAHdbk385u/BF5G4Q==
|
||
X-MS-Exchange-Transport-CrossTenantHeadersStamped: SA2PR16MB4058
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Dear Voussoir.net Team,</p>
|
||
<p>I hope you're having a fantastic Wednesday.</p>
|
||
<p>Just touching base one last time to make sure we don't get overlooked in your inbox. </p>
|
||
<p>Is there anything stopping you from recommending our guide <http://hotdog.com/tv/stream/> to how to stream for less on Voussoir.net?</p>
|
||
<p>If you’re hesitating for any reason, I'm always interested in actionable feedback ;) Thank you!</p>
|
||
<p>Best wishes,</p>
|
||
<p>Helen</p>
|
||
<p>Helen Back</p>
|
||
<p>Community Manager</p>
|
||
<p>HotDog.com (formerly KillTheCableBill.com)</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: Grant Polachek <grant_p@squadhelp.ai></p>
|
||
<p><b>Reply-To</b>: grant@squadhelp.co</p>
|
||
<p><b>To</b>: contact@voussoir.net</p>
|
||
<p><b>Subject</b>: Hey, want to work together?</p>
|
||
<p><b>Date</b>: Thu, 12 Oct 2023 13:26:32 +0000</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: No, score=-2.43 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HTML_IMAGE_ONLY_24,HTML_MESSAGE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: -2.63;EffectiveIp=209.85.219.49,SpamProbability=0.02
|
||
Return-Path: <grant_p@squadhelp.ai>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: contact@voussoir.net
|
||
X-Pm-Original-To: contact@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of squadhelp.ai designates 209.85.219.49 as permitted sender) smtp.mailfrom=squadhelp.ai; dkim=pass header.i=squadhelp.ai; dmarc=pass (p=none) header.from=grant_p@squadhelp.ai
|
||
Received: from mail-qv1-f49.google.com (EHLO mail-qv1-f49.google.com) ([209.85.219.49])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id 1118781964
|
||
for <contact@voussoir.net>
|
||
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384);
|
||
Thu, 12 Oct 2023 13:26:34 +0000 (UTC)
|
||
Received: by mail-qv1-f49.google.com with SMTP id 6a1803df08f44-66cfd874520so5906466d6.2
|
||
for <contact@voussoir.net>; Thu, 12 Oct 2023 06:26:34 -0700 (PDT)
|
||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=squadhelp.ai; s=google; t=1697117193; x=1697721993; darn=voussoir.net;
|
||
h=mime-version:date:subject:to:from:reply-to:message-id:from:to:cc
|
||
:subject:date:message-id:reply-to;
|
||
bh=p7yJFRhKU4ty4rmamlkLFxM9BkKvbivWTpkdJwuMVu4=;
|
||
b=rOSp6DoqFbl9B/uWIR9aZzAbHi0I6TLj1k76J6W42eDZPJCI06DEyq0Apz6fjgLue1
|
||
R9iurCvTT4jZL4GnrpVjau6N4DA/YidHKKGjwQ8hRwPEfXdpjJtj1mXu0kUgj/+WhY+k
|
||
vqFCUNI+c58RiJrEW0IIRG0z5Qb0edqbbLKSd2RQ77aFH1NuQe7/hdMZ81MhoTeNZaJ1
|
||
SMpIL2tfCn7I7KomWoqGs94I/sHE1MEzSW697i0EmLapEv0abATTEm06XwV2m7x49EdH
|
||
stz9nH5I1LthRQUM/XCuaVoyuSNqOMXwYNqmTEILPIZc/Vkl6f3ktyqZQx4fTX9HSOOA
|
||
4kHg==
|
||
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=1e100.net; s=20230601; t=1697117193; x=1697721993;
|
||
h=mime-version:date:subject:to:from:reply-to:message-id
|
||
:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
|
||
bh=p7yJFRhKU4ty4rmamlkLFxM9BkKvbivWTpkdJwuMVu4=;
|
||
b=jxDblldBjv5ad6Qz4iF5ZR6383aVfjHfn7C3vABpS2o9cJWruwKZ+Ngp+tsQQ/7wXx
|
||
4JHAhsGPONkaCdRLUhiFIj7WAimLqA6CWpBuG1z+gHNd7N8av2r7cWCY7+nNGyq9nqV3
|
||
2KXbOizk2gS1LiSlwFmR11e5kE0/LSgzm7i+84EXJqTYOXQ85Hhlnj/nn5Jr01lTdQ9k
|
||
Q4H/2vaeSw4+Wh6INGSkydLs+i/4YYw8hvUZYzNptAxMl4A917Etqzc8ar5hRdmpKF+e
|
||
KUSzegdsYnQcwgAUhSvEsBd1nEVz31VitVhmOX8+hyzoNKiY+WQUPB9+eOaiX/TCyMw3
|
||
w4Hg==
|
||
X-Gm-Message-State: AOJu0Yw3UiN64kVDTkR57U9ou3SyopwUzYKjftchz3sPNMJ5kGznh30L
|
||
trDQvhL/U4Ekr5Nrq+5mkEf8SEd/CPAYNzIYWCU=
|
||
X-Google-Smtp-Source: AGHT+IFSVNilQN+KosNBo+7YPK5nh2R8jVS/uEyw+5ZDArCxKvGaYGy42bc4wHJLFl2ITC6/hUzXYg==
|
||
X-Received: by 2002:a0c:8d07:0:b0:65b:232c:1546 with SMTP id r7-20020a0c8d07000000b0065b232c1546mr23385330qvb.24.1697117193353;
|
||
Thu, 12 Oct 2023 06:26:33 -0700 (PDT)
|
||
Received: from Mac-Pro.local (ec2-3-80-41-65.compute-1.amazonaws.com. [3.80.41.65])
|
||
by smtp.gmail.com with ESMTPSA id d5-20020a0ce445000000b006562b70805bsm6513556qvm.84.2023.10.12.06.26.32
|
||
for <contact@voussoir.net>
|
||
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
|
||
Thu, 12 Oct 2023 06:26:32 -0700 (PDT)
|
||
Content-Type: multipart/alternative;
|
||
boundary="--_NmP-60e254c4121eba0e-Part_1"
|
||
Message-ID: <9cdc4d49-4626-4c70-8a5b-02b1253c7e04@squadhelp.ai>
|
||
Reply-To: grant@squadhelp.co
|
||
From: Grant Polachek <grant_p@squadhelp.ai>
|
||
To: contact@voussoir.net
|
||
Subject: Hey, want to work together?
|
||
Date: Thu, 12 Oct 2023 13:26:32 +0000
|
||
MIME-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Hi there,</p>
|
||
<p>This is Grant again, VP of Product at Squadhelp. </p>
|
||
<p>I reached out to you recently about your article, https://voussoir.net/writing/advertixing/investopedia_coke.html, and I think your readers will get a lot of value out of our free trademark tool <https://www.squadhelp.com/check-trademark> . </p>
|
||
<p>It’s a beta tool and still needs some development to be perfect, but it’s already a great improvement on other trademark checkers out there. </p>
|
||
<p>Why will your readers love this tool? Number one, it's completely free. Even though every use of the tool costs Squadhelp money, trademark is so important we wanted to make this powerful search available to all entrepreneurs and small business owners struggling with trademark questions. </p>
|
||
<p>You'll also notice that the tool searches a variety of databases, not just USPTO’s TESS. So far, every trademark check runs through USPTO, Canadian trademark databases, European databases, and Australian and Canadian databases. We hope to add more in the future. </p>
|
||
<p>Finally, Squadhelp’s trademark checker provides intelligent close-match trademarks so your users can make an informed decision about whether their name is unique enough legally, and from a marketing perspective. </p>
|
||
<p>Would you be interested in linking Squadhelp’s Trademark Checker in https://voussoir.net/writing/advertixing/investopedia_coke.html or other content you might have on trademarks or naming? </p>
|
||
<p>Thank you for your time, and for taking a look at the new tool. I look forward to hearing from you soon!</p>
|
||
<p>Best,</p>
|
||
<p>Grant Polachek</p>
|
||
<p>Head of Branding | Squadhelp.com </p>
|
||
<p>Phone: (443) 782-5272</p>
|
||
<p>2000 Center Drive, Suite East C221, Hoffman Estates, IL 60192 United States</p>
|
||
<p>Click here to unsubscribe <https://track.squadhelp.co/unsub/1/b3708cc5-195b-4073-b2a5-10121184277e> </p>
|
||
<p> <https://track.squadhelp.co/tmid_a/hW482TiGysUTAqDoIxkQB> </p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: Helen Back <backhb@haveahotdog.com></p>
|
||
<p><b>To</b>: "writing@voussoir.net" <writing@voussoir.net></p>
|
||
<p><b>Subject</b>: Hi there, Really liked your article + a resource for Voussoir.net</p>
|
||
<p><b>Date</b>: Thu, 12 Oct 2023 12:59:40 +0000</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: No, score=-2.35 required=5 tests=ARC_SIGNED,ARC_VALID,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FORGED_SPF_HELO,HTML_MESSAGE,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=ham autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: -2.15;EffectiveIp=40.107.236.100,SpamProbability=0.06
|
||
Return-Path: <backhb@haveahotdog.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: writing@voussoir.net
|
||
X-Pm-Original-To: writing@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of haveahotdog.com designates 40.107.236.100 as permitted sender) smtp.mailfrom=haveahotdog.com; dkim=pass header.i=haveahotdog.com; dmarc=pass (p=quarantine) header.from=backhb@haveahotdog.com
|
||
Received: from mail-bn8nam11on2100.outbound.protection.outlook.com (EHLO NAM11-BN8-obe.outbound.protection.outlook.com) ([40.107.236.100])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id -1888965218
|
||
for <writing@voussoir.net>
|
||
(version=TLSv1.2 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384);
|
||
Thu, 12 Oct 2023 12:59:43 +0000 (UTC)
|
||
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none;
|
||
b=jmJWz1kTHRZd78Z3+eaZVnpB02hcXM5Nn9rR+EPt5jTekMp6f6DTp4tCQT7HCELdOveGXydG9hDPg8teHYTKOWinjncU9zXmWoh6xLfWIjeqj8Cfs8vwyKNb5QCUj67klCvalQ5FjxgCg5F9/1GVFSEpo/LahcFgbfwWfGTNjFc/XLpVTaDeGuVjYGTZUlT3knqnVGK/0y8hd26KeNNy0Of8vJyAX5cBJX3cqGGu09rosXqtnU1tkLg1INpQkunfaYsowGcetlkweAOt8KNBFdYWjy8KuXbWmGI7//1ppbdVA1/D+95vysW7iF3rtDPHKlU2Qm/RM48NMugurZLLSQ==
|
||
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;
|
||
s=arcselector9901;
|
||
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1;
|
||
bh=q31bZ+QJ2SzI8RcWd8e3Uk1EIM8Y9zj37Ub2jlylXqw=;
|
||
b=NMa6EcxCujVgNPBGupMs5OkpyElK3FyuyfCiW1bsOPLpJT1Wx81EgmXCre+GrgakmtdSSAddaEaLQU/5iSkmgM0GM0OZddDE1v8biU5XAjWzuZhJ/RNfwVr5c+g2tRmdV+EGwulUSQR5iHACIxGow1h4mkmwh1biKC4fmbvHnCTQ1UzU1ZaB2mYmkuI+Djomp8N1y0IEcIvsuspsgWRFOcVQ+KfRfJWcMz15TH8GFIiuKGvvXEWLFL26+uFZT6cgIdo6ZabZNo9q9nBGeAdlw08NL1X+ZEB1jmcqXxaT4Vq4BwRWEpg1dFIxhSVINKwBqgVd4Yqh8jaoCRtexCqiIQ==
|
||
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass
|
||
smtp.mailfrom=haveahotdog.com; dmarc=pass action=none
|
||
header.from=haveahotdog.com; dkim=pass header.d=haveahotdog.com; arc=none
|
||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=haveahotdog.com;
|
||
s=selector1;
|
||
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck;
|
||
bh=q31bZ+QJ2SzI8RcWd8e3Uk1EIM8Y9zj37Ub2jlylXqw=;
|
||
b=uGNvFJpXyFop7ghFFTd+iiQpyMBtBraG5mepXV1EFUUxNh1nmrNBcCQhq8kXSKixK/lQqMzO3iFWO6xQtW8uBZzotEzATDvduxrwGDMYuNcI8NtRxoeVHt3lcfK33c2ay4mSt2hiLvWcuhhj1oeC7+iqd1eD1mPx/mZM2UPwNKj4i7rUd8uQ/1CVof9mvVaTYo4hJIYXHk5lHLUCaWTDvnhmvBqjbQKSWzosg8Xds6HFjgU8rStE6X56Sja9FDchjMFvpjOy7VGaSDXCOdxCxC9AGWmmU63+ZSNe75lihWerBL7a2IBgSNwZcXGhr/yWgwLDYKNIe/dmmOFxPaxxZQ==
|
||
Received: from PH0PR16MB4945.namprd16.prod.outlook.com (2603:10b6:510:120::7)
|
||
by MW3PR16MB3835.namprd16.prod.outlook.com (2603:10b6:303:40::14) with
|
||
Microsoft SMTP Server (version=TLS1_2,
|
||
cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.6863.45; Thu, 12 Oct
|
||
2023 12:59:40 +0000
|
||
Received: from PH0PR16MB4945.namprd16.prod.outlook.com
|
||
([fe80::efc7:94ea:b1f2:9739]) by PH0PR16MB4945.namprd16.prod.outlook.com
|
||
([fe80::efc7:94ea:b1f2:9739%5]) with mapi id 15.20.6863.043; Thu, 12 Oct 2023
|
||
12:59:40 +0000
|
||
From: Helen Back <backhb@haveahotdog.com>
|
||
To: "writing@voussoir.net" <writing@voussoir.net>
|
||
Subject: Hi there, Really liked your article + a resource for Voussoir.net
|
||
Thread-Topic: Hi there, Really liked your article + a resource for
|
||
Voussoir.net
|
||
Thread-Index: AQHZ/Qv2IZKbKXT1ykSE0guNtMX0og==
|
||
Date: Thu, 12 Oct 2023 12:59:40 +0000
|
||
Message-ID: <112704529.or_mail@haveahotdog.com>
|
||
Reply-To: Helen Back <backhb@haveahotdog.com>
|
||
Accept-Language: en-US, es-ES
|
||
Content-Language: en-US
|
||
X-MS-Has-Attach:
|
||
X-MS-TNEF-Correlator:
|
||
authentication-results: dkim=none (message not signed)
|
||
header.d=none;dmarc=none action=none header.from=haveahotdog.com;
|
||
x-ms-publictraffictype: Email
|
||
x-ms-traffictypediagnostic: PH0PR16MB4945:EE_|MW3PR16MB3835:EE_
|
||
x-ms-office365-filtering-correlation-id: 3f79cf24-2521-407d-6030-08dbcb2318d4
|
||
x-ms-exchange-senderadcheck: 1
|
||
x-ms-exchange-antispam-relay: 0
|
||
x-microsoft-antispam: BCL:0;
|
||
x-microsoft-antispam-message-info:
|
||
97WlaVxadr/ou1iwPaWRaIbbFGJNcvrb2qiYSpm2GhErtCurFuyM3HsQnv11+LFuPAy90ejaBCYCff8wnXC9iSR/IeWF3jzA1M3bTEhXDNwoRprWg2UQ96ILN9snEwPnjDN9fUj4xu5ICUaWzzQDc3Nmr/aLQUHeKtkykjby8CsBvERLyV5iQV+ZlzB4NL4eim507mUFjDp1qbIELpArvhZuTfWs1WPXMIyLbuYVMUyYEC4qdEtYq5bY3LFMPgqP4Udb93e4J4rT0VekRd6fbPhonm5v6PP4KTJGYUZNUfJ1QMLdjOn3rS/vXEv8N0WpooulODVARy9V/Yr0C+eHYzgZA/mNPZovhf6bnvVeC8C6w2lqQMoowPoibgH23pSR1XGmH4bP251O6Xp/0rE3A7BkrV8879cGNvvsxN+5KEAswTAXkMZAW2jF2l79iIrgHNdKOIh2LytytG2tY+1r8ypDa4mz0QCCFB2ehMXigIw8ZE36195+TTEWP2FeKJtRHZAAssU2Vu4JGpPvuNoE96e6ufGNHktj0As5caVYbPpUx37vSpXNBydTME4p/6NuPqt3m1zNIUg2/s+3sKR1SiPYguwyqZpQs4z349RvL1bvQ/iHnABvkmYEHx05PR8aeIfwftT8DtJ8QBCTGbYUkKTRlbUPsBSraBzufO5OdOE=
|
||
x-forefront-antispam-report:
|
||
CIP:255.255.255.255;CTRY:;LANG:en;SCL:1;SRV:;IPV:NLI;SFV:NSPM;H:PH0PR16MB4945.namprd16.prod.outlook.com;PTR:;CAT:NONE;SFS:(13230031)(366004)(346002)(39850400004)(376002)(136003)(396003)(230922051799003)(186009)(451199024)(1800799009)(64100799003)(55236004)(6506007)(53546011)(83380400001)(26005)(2616005)(66574015)(38100700002)(66899024)(166002)(6512007)(122000001)(38070700005)(86362001)(2906002)(3450700001)(5660300002)(21615005)(6486002)(966005)(8936002)(8676002)(71200400001)(6916009)(316002)(76116006)(66946007)(66556008)(64756008)(66476007)(66446008)(41300700001)(36756003)(478600001)(1406899027)(152223002)(49910200006);DIR:OUT;SFP:1102;
|
||
x-ms-exchange-antispam-messagedata-chunkcount: 1
|
||
x-ms-exchange-antispam-messagedata-0:
|
||
=?Windows-1252?Q?JPl0TZ0fXAo0mlbm4pfEZtM292YK+ouGE55/3oy6KfBQ0+TSwoeK1PXB?=
|
||
=?Windows-1252?Q?fTQhF5CZPZYpBLw7qd8uGG4DB6cnWnPJq3bvZHRaouGHKcL3nV58zOWf?=
|
||
=?Windows-1252?Q?NA4RWpzpU7/dO4PIKHKnzCm5AucXFs8lcMa0FmnMbPae0jgoMApw8eF/?=
|
||
=?Windows-1252?Q?9CzocY8AAECag6Zua/LsmKH8hLGjbH//99qJnuj4EZhWx4qNzh5FbPUF?=
|
||
=?Windows-1252?Q?GUQwJRfQ10zFxcp9YE0gj4ykdZkLWvzQ/yEEwt2nSkncwV1gzj1DCfLL?=
|
||
=?Windows-1252?Q?Pik+4zqR5XRchmohbmqJ5rGoAxKB52WaD4BUoGx78USsgAiN1CP61g+q?=
|
||
=?Windows-1252?Q?5cyx28kfGoDHlXp7BJpFwgFnTlr3CtpW4iwuSDDbv5tJjEmiUhtCTHOd?=
|
||
=?Windows-1252?Q?+Lum5ArJSPvvr80DX1GBkV5T7r4weIp1Y0kugB4wa7sg0UmDRqrWPDNu?=
|
||
=?Windows-1252?Q?kkw1xsg9dmMuqysKp2G9exVLscfRYo3cTA7TNqvgkH0wOQDLM5OrgJOs?=
|
||
=?Windows-1252?Q?f27B/5uUyCUkTsNwcG15c+co1sO8F0lY1zrC+DGLFinVm5eIBBNbyjNv?=
|
||
=?Windows-1252?Q?6VpzcZ/8t7VZXfK9yULb51ndfSyiQKmnnORPJQFPyOt8vNZ4d5YCG2EV?=
|
||
=?Windows-1252?Q?4tcAHaV/tI9r+741m8SmQ0jNR0nvxr3TJZam/FXT+Kd5aG2HIgHNY0cv?=
|
||
=?Windows-1252?Q?WVIxi7Vxj7M+LlhF94CBOlpfgAxytN8slulRh3tVG0FM9tu2RPDcojhM?=
|
||
=?Windows-1252?Q?8eL+qRok7MvSvTJPvcirvIyjlT7Tc96+zLvb69mqq6VE13i2UgmdifQn?=
|
||
=?Windows-1252?Q?K6coZ4A07ds0xb0/poiVL0v2G9J6WBJbExoWNx5YxFUGUP2u7Z2Y7Gbc?=
|
||
=?Windows-1252?Q?5KR8Lsy2Cuc9RNvlwHG4MouO2aOt8k+7lyi7qFz+oPLmA6RzhgNb8/KM?=
|
||
=?Windows-1252?Q?c1o6sJS9LiADZQ7zQ33bkEhxiGlCgSlydRpZBkNSlQk+QBvqX5womQ4y?=
|
||
=?Windows-1252?Q?lCCdW20Un5yATDgC2ULAuNL8CJKTMJF7F/sbU/A7mGGad+3LNfw6Hlbz?=
|
||
=?Windows-1252?Q?JV9kvUzIeJnZXvQ1DSsjpRFeGEejCwrZjC9a3IpWK7PcwYV8sDQnKJXz?=
|
||
=?Windows-1252?Q?R9M8jYYbZslsnfFteNaaJ2H34lZlhTBVXED3No0rZ90GqMQ8AKYEWKCr?=
|
||
=?Windows-1252?Q?vZupIVZYzfofW3JK4CLGO06ea5Z0ws7RFMTTaZ2Ql62YgwMmlF3thqzC?=
|
||
=?Windows-1252?Q?KibFNC8Az6c8VkI3L6OKxiZRVzwn43i8RPaJOEN2jkY7yKRxj5kInncq?=
|
||
=?Windows-1252?Q?IyZSB5p7NfxMny3M5v7WNFCN3kTWrIz0htQE/kqZaDX4/kh70IA+n13C?=
|
||
=?Windows-1252?Q?gXCp0l6QGy7nj3CZcRGmu7tp6N0ZyWFPeUVGdCspysKxZe+e8xKylgY4?=
|
||
=?Windows-1252?Q?VpXlzz9NWQ+4GWfk1ZYgNOnTw2+hxvPiBXN/hUiIOAN/brq67pewggGr?=
|
||
=?Windows-1252?Q?YPDRXbO/y0bGriAv2HmC0In+YPKw01xulvwv+P/gTFGGQ68Xe21KBUEb?=
|
||
=?Windows-1252?Q?h20nqSo9uX42+VEIS+UJQsCrOqEDARW0YBQ581PxXkx2QuyXwMHxEwvJ?=
|
||
=?Windows-1252?Q?4dHL7okdSd6V0PRo+rxPYHj76YJeRk7+wSqepJ9fUfF2ncnsaB5M4/yo?=
|
||
=?Windows-1252?Q?n0P84iXmfowVN7fm5tlycwUOyhCM6AlI?=
|
||
Content-Type: multipart/alternative;
|
||
boundary="_000_112704529ormailhaveahotdogcom_"
|
||
MIME-Version: 1.0
|
||
X-OriginatorOrg: haveahotdog.com
|
||
X-MS-Exchange-CrossTenant-AuthAs: Internal
|
||
X-MS-Exchange-CrossTenant-AuthSource: PH0PR16MB4945.namprd16.prod.outlook.com
|
||
X-MS-Exchange-CrossTenant-Network-Message-Id: 3f79cf24-2521-407d-6030-08dbcb2318d4
|
||
X-MS-Exchange-CrossTenant-originalarrivaltime: 12 Oct 2023 12:59:40.3740
|
||
(UTC)
|
||
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
|
||
X-MS-Exchange-CrossTenant-id: 5708bfba-2db8-4448-9543-b6a32c6d7113
|
||
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
|
||
X-MS-Exchange-CrossTenant-userprincipalname: pe0qpLyCjZB+0GDkFzoxRaEX0/I4Ts+UCqIUhFH882IBBU0TE3mY4GRtp3Cm4huP/4TmeszRb9Zvsj/Ae4Ueqg==
|
||
X-MS-Exchange-Transport-CrossTenantHeadersStamped: MW3PR16MB3835
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Dear Voussoir.net Team,</p>
|
||
<p>I hope your Thursday is going well. </p>
|
||
<p>I'm reaching out again to make sure you didn't miss my email.</p>
|
||
<p>What did you think about including a link to our consumer guide <https://hotdog.com/tv/stream/> on your page at Voussoir.net?</p>
|
||
<p>Since streaming bundles and cable lineups keep changing, just adding one link to our website could save you time.</p>
|
||
<p>Got questions? I’m happy to answer all of them. </p>
|
||
<p>Best wishes,</p>
|
||
<p>Helen</p>
|
||
<p>Helen Back</p>
|
||
<p>Community Manager</p>
|
||
<p>HotDog.com (formerly KillTheCableBill.com)</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: Jatin Sahu <zmnkjiyku@gmail.com></p>
|
||
<p><b>Sender</b>: Jatin Sahu <zmnkjiyku@gmail.com></p>
|
||
<p><b>To</b>: Writing <writing@voussoir.net></p>
|
||
<p><b>Subject</b>: // writing@voussoir.net..----- ||</p>
|
||
<p><b>Date</b>: Wed, 11 Oct 2023 07:15:39 +0000</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: No, score=-1.23 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,HK_RANDOM_FROM,HTML_IMAGE_ONLY_12,HTML_MESSAGE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,T_REMOTE_IMAGE,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: -2.73;EffectiveIp=209.85.222.43,SpamProbability=0.02
|
||
Return-Path: <zmnkjiyku@gmail.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: writing@voussoir.net
|
||
X-Pm-Original-To: writing@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of _spf.google.com designates 209.85.222.43 as permitted sender) smtp.mailfrom=gmail.com; dkim=pass header.i=gmail.com; dmarc=pass (p=none) header.from=zmnkjiyku@gmail.com
|
||
Received: from mail-ua1-f43.google.com (EHLO mail-ua1-f43.google.com) ([209.85.222.43])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id -1905765170
|
||
for <writing@voussoir.net>
|
||
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384);
|
||
Wed, 11 Oct 2023 07:15:40 +0000 (UTC)
|
||
Received: by mail-ua1-f43.google.com with SMTP id a1e0cc1a2514c-7b5fafed01aso697861241.0
|
||
for <writing@voussoir.net>; Wed, 11 Oct 2023 00:15:40 -0700 (PDT)
|
||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=gmail.com; s=20230601; t=1697008540; x=1697613340; darn=voussoir.net;
|
||
h=to:subject:message-id:date:from:sender:mime-version:from:to:cc
|
||
:subject:date:message-id:reply-to;
|
||
bh=WgizEosEcAVoqPsnkQMypObGzNJ4S4714+G2W1l/5dw=;
|
||
b=VK1B9OZWT+YDM3uflVpPX13DlHnIpGdNmXJe5Em2mfgqktmQ7KpigI1vC36pQUnw0w
|
||
/DclfnydjfLWhL+nFsQ0Xta0uINOmvEq3PrXjK/16dcYs9bkKB02LX0xmnprfXzrOZYo
|
||
OTN6JCqmocRU6mSESKB+yXaa5KjaFI/AS659dguqFE+ARaxkfSgZEzA8lJcx7RaJ9u0C
|
||
54h/hmc285DHkWy/tZ+svPZ9QyaEaMC4yalffF0dePhuTwGyaFUvDQUPkXtapQZdntob
|
||
T0TRmi49wuHcEoUYimKvwUd1OHS9tkaQmAGZ//7+F9x/xBo9akO/4wxpvpe3fZkr6vqG
|
||
5DLQ==
|
||
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=1e100.net; s=20230601; t=1697008540; x=1697613340;
|
||
h=to:subject:message-id:date:from:sender:mime-version
|
||
:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
|
||
bh=WgizEosEcAVoqPsnkQMypObGzNJ4S4714+G2W1l/5dw=;
|
||
b=FCZlMfF4nzG8qCMWdTsYWcwv0Ulmvrvvo2rj363FnIAgHQiuae0KOgKXRJSc2LI/Jp
|
||
SxSGAHyApTDBGqAsOnf89ozwMO41tivglFc9LnRWnMvIrWkXFWxqW2jkpFh5p/LUo5lt
|
||
T0Ola1tZQog0mCjazdfmh3f22BF7gO5sTl9lw75J391pXJ3a6rbr6+NX2yt38uFoymPH
|
||
u8yH0NCOgtIA6iMqPpnD3QVkMCKC7mPCyDDoxl1nQjocRNGgDDS5mFVVzcS1SSeH8Fci
|
||
O3tAt4csOAYHgust+X7sd5/M5JHlBrkUj5RwWRh1rVV/xxD2LPVfpxjhTOmJXHVDQtYU
|
||
h3RA==
|
||
X-Gm-Message-State: AOJu0YwT3TgRltQG8yH3sPefDj6YfNmdJeqxgfWT9qGxGtZI483AMe/Y
|
||
VmS4VuKbyi5qAso6B3vhMDO4wNz7Qj99wu3p3zxE8FbW
|
||
X-Google-Smtp-Source: AGHT+IE8ZNxR77ytXukO76Ay4xBPMSTmTKqsKLASBMirZ4t3O5qAB52IoZwMWpnMEkqjGP9qeLOehzpOeQDpsP3jxDo=
|
||
X-Received: by 2002:a05:6102:344c:b0:457:4521:b69c with SMTP id
|
||
o12-20020a056102344c00b004574521b69cmr14574147vsj.11.1697008540101; Wed, 11
|
||
Oct 2023 00:15:40 -0700 (PDT)
|
||
Received: from 52669349336 named unknown by gmailapi.google.com with HTTPREST;
|
||
Wed, 11 Oct 2023 07:15:39 +0000
|
||
Received: from 52669349336 named unknown by gmailapi.google.com with HTTPREST;
|
||
Wed, 11 Oct 2023 07:15:39 +0000
|
||
MIME-Version: 1.0
|
||
Sender: Jatin Sahu <zmnkjiyku@gmail.com>
|
||
From: Jatin Sahu <zmnkjiyku@gmail.com>
|
||
Date: Wed, 11 Oct 2023 07:15:39 +0000
|
||
X-Google-Sender-Auth: 22QpqEofS4gZ_O7k8BOs7qImvF0
|
||
Message-ID: <CAF0cciffQprO1w321hEzu0TjAvobU_-gbZccbqF+4sH6y5XEgw@mail.gmail.com>
|
||
Subject: // writing@voussoir.net..----- ||
|
||
To: Writing <writing@voussoir.net>
|
||
Content-Type: multipart/alternative; boundary="00000000000036b5d206076b97fe"
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Hey,</p>
|
||
<p>With your permission I would like to send you a SEO report with prices showing you a few things to greatly improve these search results for you. These things are not difficult, and my report will be very specific.</p>
|
||
<p>We can place your website on Google's 1st page. Yahoo, Facebook, LinkedIn, YouTube, Instagram, Pinterest etc.)</p>
|
||
<p>Please let me know if you are interested. We will send you further details.</p>
|
||
<p>Thanks & Regards</p>
|
||
<p>Jatin Sahu</p>
|
||
<p><https://zmnkjiyku-dot-yamm-track.appspot.com/2mODjq4jOMYhXY5W3vR5PHMuHA2684tzDqYkSEWl3mlPDVpcdiwFZDq7k041rOualYfzSDScU54oUdY92QFBnHmE33jfjmm9WoGEyLNT3HyVERmIJGKgYC8lduFQrbnX4i5fnUA8HGrkm6LZwOixeP12WEFU> </p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Mail Support" <sales@techsupport-services.com></p>
|
||
<p><b>To</b>: <info@dalool.net></p>
|
||
<p><b>Subject</b>: Mail Notification [ 10/11/2023 9:44:56 a.m. ]</p>
|
||
<p><b>Date</b>: Tue, 10 Oct 2023 09:44:56 -0700</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
Received: from postmental-subprojects.vpsrdns.web-hosting.com (EHLO postmental-subprojects.vpsrdns.web-hosting.com) ([162.0.239.152])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id 1175519343
|
||
for <info@dalool.net>
|
||
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384);
|
||
Tue, 10 Oct 2023 16:44:47 +0000 (UTC)
|
||
From: "Mail Support" <sales@techsupport-services.com>
|
||
To: <info@dalool.net>
|
||
Subject: Mail Notification [ 10/11/2023 9:44:56 a.m. ]
|
||
Date: Tue, 10 Oct 2023 09:44:56 -0700
|
||
Message-ID: <20231010094456.1B36D02C2E8A45A2@techsupport-services.com>
|
||
MIME-Version: 1.0
|
||
Content-Type: multipart/alternative;
|
||
boundary="----=_NextPart_000_005E_01D9FD71.203471E0"
|
||
X-Mailer: Microsoft Outlook 16.0
|
||
X-Spam-Status: Yes, score=6.17 required=5 tests=DKIM_INVALID,DKIM_SIGNED,FROM_FMBLA_NEWDOM14,HTML_MESSAGE,MIME_HTML_ONLY,RCVD_IN_MSPIKE_BL,RCVD_IN_MSPIKE_L4,RCVD_IN_VALIDITY_RPBL,SPF_HELO_NONE,URIBL_DBL_BLOCKED_OPENDNS,URIBL_PH_SURBL,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 1.87;EffectiveIp=162.0.239.152,SpamProbability=0.39
|
||
X-Pm-Known-Alias: info@dalool.net
|
||
X-Pm-Original-To: info@dalool.net
|
||
Authentication-Results: purelymail.com; dkim=fail header.i=techsupport-services.com
|
||
Thread-Index: AQFKfYLcCw3rQcyRVtAcwEKz7gpcNQ==
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>UPDATED SERVICE TERMS</p>
|
||
<p>Dear info, </p>
|
||
<p>We noticed that info@dalool.net has not accepted our new terms and will be disconnected from dalool.net today 10/11/2023 9:44:56 a.m., </p>
|
||
<p>Tap below and sign-in to get an updated mailbox to avoid being disconnected from our service. </p>
|
||
<p>UPDATE TERMS <https://apiservices.krxd.net/click_tracker/track?kxconfid=whjxbtb0h&amp;_knopii=1&amp;kxcampaignid=P.C.C-Class.W206.L.MI&amp;kxplacementid=module2findmycar&amp;kxbrand=MB&amp;clk=https://skywalker.infura-ipfs.io/ipfs/bafybeifgoaj5grknswbf5f7dnhq4y45hkv5tmtj3z6ac32kb5xhktnm53i#info@dalool.net> </p>
|
||
<p>dalool.net Services.</p>
|
||
<p>Thank you for using dalool.net </p>
|
||
<p>Disclaimer:</p>
|
||
<p>This email and any attachment there of are confidential and privileged to info@dalool.net. If you have received it in error, please delete immediately and notify the sender. Do not disclose, copy, circulate or in any way use. The information contained therein is for the intended address(es) only.</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: Helen Back <backhb@haveahotdog.com></p>
|
||
<p><b>Reply-To</b>: Helen Back <backhb@haveahotdog.com></p>
|
||
<p><b>To</b>: "writing@voussoir.net" <writing@voussoir.net></p>
|
||
<p><b>Subject</b>: Hi there, Really liked your article + a resource for Voussoir.net</p>
|
||
<p><b>Date</b>: Thu, 5 Oct 2023 14:39:42 +0000</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: No, score=-2.39 required=5 tests=ARC_SIGNED,ARC_VALID,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FORGED_SPF_HELO,HTML_MESSAGE,RCVD_IN_MSPIKE_H2,SPF_HELO_PASS,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=ham autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: -2.19;EffectiveIp=40.107.102.99,SpamProbability=0.05
|
||
Return-Path: <backhb@haveahotdog.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: writing@voussoir.net
|
||
X-Pm-Original-To: writing@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of haveahotdog.com designates 40.107.102.99 as permitted sender) smtp.mailfrom=haveahotdog.com; dkim=pass header.i=haveahotdog.com; dmarc=pass (p=quarantine) header.from=backhb@haveahotdog.com
|
||
Received: from mail-dm6nam04on2099.outbound.protection.outlook.com (EHLO NAM04-DM6-obe.outbound.protection.outlook.com) ([40.107.102.99])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id -105537835
|
||
for <writing@voussoir.net>
|
||
(version=TLSv1.2 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384);
|
||
Thu, 05 Oct 2023 14:39:44 +0000 (UTC)
|
||
ARC-Seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none;
|
||
b=YKI59YoTg61ahacoAopxWhjdG8Frx28lb42bX5wCmdzqzrYSrQsKZxJgwQsHpAmIfntcALJw6bnx3/Yr1q2iB+VCZfslA7CQ1qQdwZjpnBUvN1HuittRkTMXdc1/37OhvoEef1YofUwjizKfzedvCQm9pILb12/NzM6vN+vPBQEPkKqGTxtXAbV+/DkkAIJWBa1N/OaRSpqdk2kW5fsznDW5/q93glIhKTE1WMG3aRLSU0i6UPGJDLwDZXkKQt8oH8Esd4NEuCSYmC7vBJVcCJr9WsDM5VJV7FQHMxguAfgXH0s6sqW+3fYBwz5J08ToFnEuPkzJsIl70xYApc7E3A==
|
||
ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com;
|
||
s=arcselector9901;
|
||
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1;
|
||
bh=Ek55ftC5PS2qp8+KNSTlOgMYMBOwIayETOAhH/bcLNM=;
|
||
b=mm8zmW0sSEEHx53ZJ7XfPj8G9mc0wfimqs6J9KogpIpbMiilVUXW0eMWSL62RipbqS4xZ/jNS32pGrmIrAD4WkSVlZrujZyDYElhfn0xDDdvPtsJ0N65Y9+BhbsKrQX5lT+i/cfs/DHmpXp6QhiTJJrFqjw4ahQuCyEN5ekZaN0FJD0mE23hRSxLil1tQpXYBrNkkJXeAJZ6KFFU/ej/BcCQN7Ig1ua9d0I6i4rmimuZQKzlZMNCQ13fo22ouaU/mhgYsDHBO+jCK5ujUkkMWv564nn7XUFz560PsbnK83RJ328SNXc6HF7g2qPe0TSiMSwW5bx61KNeCs63MQ1G4g==
|
||
ARC-Authentication-Results: i=1; mx.microsoft.com 1; spf=pass
|
||
smtp.mailfrom=haveahotdog.com; dmarc=pass action=none
|
||
header.from=haveahotdog.com; dkim=pass header.d=haveahotdog.com; arc=none
|
||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=haveahotdog.com;
|
||
s=selector1;
|
||
h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck;
|
||
bh=Ek55ftC5PS2qp8+KNSTlOgMYMBOwIayETOAhH/bcLNM=;
|
||
b=SU2vU+y5bVJlbptJ5HXGgMw38xNPcQbuPA0v3bwoAt3sfG6r0CBRUQA2cZ/yOEkl0ur7FsAIDGdomzJ6qX2DvG8qqIlZmxK7pgDLX1QDhM9NjGAzVW0Oq+ghW0op7ehMFHigC2GLUEe0RwdUiHflX9baQCikb7RPjavp8MUhrp/P9oxTL9k/McG3KW8rw/DuAbkPhRVPPp2x6NAfShk371Iastf+RXMvqikURsrHYTkV0V6kci64zn2BOVYyZj2VeJ1uTPyDv/Khe35FdEwsDq3ATLyXfXDsay91gIEP+gSgA9OK9GchiEVlgh8Rf5wTVJrOao7oCOxd63TSdCKNTA==
|
||
Received: from PH0PR16MB4945.namprd16.prod.outlook.com (2603:10b6:510:120::7)
|
||
by SA2PR16MB4266.namprd16.prod.outlook.com (2603:10b6:806:143::22) with
|
||
Microsoft SMTP Server (version=TLS1_2,
|
||
cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.20.6838.25; Thu, 5 Oct
|
||
2023 14:39:42 +0000
|
||
Received: from PH0PR16MB4945.namprd16.prod.outlook.com
|
||
([fe80::efc7:94ea:b1f2:9739]) by PH0PR16MB4945.namprd16.prod.outlook.com
|
||
([fe80::efc7:94ea:b1f2:9739%5]) with mapi id 15.20.6838.027; Thu, 5 Oct 2023
|
||
14:39:42 +0000
|
||
From: Helen Back <backhb@haveahotdog.com>
|
||
To: "writing@voussoir.net" <writing@voussoir.net>
|
||
Subject: Hi there, Really liked your article + a resource for Voussoir.net
|
||
Thread-Topic: Hi there, Really liked your article + a resource for
|
||
Voussoir.net
|
||
Thread-Index: AQHZ95nGVStv3kmJiEqjZGRWDXvMJA==
|
||
Date: Thu, 5 Oct 2023 14:39:42 +0000
|
||
Message-ID: <112373727.or_mail@haveahotdog.com>
|
||
Reply-To: Helen Back <backhb@haveahotdog.com>
|
||
Accept-Language: en-US, es-ES
|
||
Content-Language: en-US
|
||
X-MS-Has-Attach:
|
||
X-MS-TNEF-Correlator:
|
||
authentication-results: dkim=none (message not signed)
|
||
header.d=none;dmarc=none action=none header.from=haveahotdog.com;
|
||
x-ms-publictraffictype: Email
|
||
x-ms-traffictypediagnostic: PH0PR16MB4945:EE_|SA2PR16MB4266:EE_
|
||
x-ms-office365-filtering-correlation-id: a575e94c-29df-4a17-932f-08dbc5b0e942
|
||
x-ms-exchange-senderadcheck: 1
|
||
x-ms-exchange-antispam-relay: 0
|
||
x-microsoft-antispam: BCL:0;
|
||
x-microsoft-antispam-message-info:
|
||
wasXS+DnknaWUq3USvAlGSJNvz/r6T0t8ZVQmp+w3BeQgq2l2HCv4N3TslBMQd/VfWonFdwmRYYYImoc89Ibu4JBXtRlD/3dAoPM7EXZ92+jfWe+jVfaoeA5UYORxDPTPabN4ocSkpMcRihvX51F5tVCqO0JKwG7TGEfvfH/tkDmoPENXI8IeWA7vlrvHUi0f4ZiYkkKd7o2IsmJ6/Rsmgxmnk5hkRoLH6+jg2jaO5N7/Kx+nn5y0rPhC/iOiTdc8yYDWqzEKOKc6PjAW1vn9u4Ei9uS24wBZuVtbi7DjV+LBtm/cAzsU8RgEi5WOOAlxiwBo0FWqbxnCvaaWjP0UK7FG+RYBa5sEz1rLPEUxJS+ofngFmYzFT4W1Nw4GdzUYu33oO+gV5bMurazsPZXpPJScqOHy+IG5dcWBsS5DC0jzBnjuq9ycsSFRyadaA+BlVDYx++WJEBwwoZJjcv2taFjYUUqLyosLnHJxKWmz898kOK4bz1j20LByfPBULq7ITCCKcpxDU9oetnX4yQi2E7fIBROSsllvWXHblxnsgaGULd2XN0GwDZq4QpJcaa7OISdqG9W0lzhfkZJZT+xjydG+EKDOAYwLYMPROZyN2B3NzICXvNwZ5VKNBTUVOk1
|
||
x-forefront-antispam-report:
|
||
CIP:255.255.255.255;CTRY:;LANG:en;SCL:1;SRV:;IPV:NLI;SFV:NSPM;H:PH0PR16MB4945.namprd16.prod.outlook.com;PTR:;CAT:NONE;SFS:(13230031)(376002)(396003)(136003)(39850400004)(366004)(346002)(230922051799003)(1800799009)(64100799003)(186009)(451199024)(8936002)(21615005)(41300700001)(316002)(8676002)(6512007)(2906002)(5660300002)(3450700001)(66946007)(66556008)(6486002)(6506007)(76116006)(64756008)(66446008)(66476007)(966005)(6916009)(478600001)(66899024)(83380400001)(166002)(122000001)(38100700002)(38070700005)(36756003)(71200400001)(86362001)(66574015)(26005)(2616005)(1406899027)(152223002);DIR:OUT;SFP:1102;
|
||
x-ms-exchange-antispam-messagedata-chunkcount: 1
|
||
x-ms-exchange-antispam-messagedata-0:
|
||
=?Windows-1252?Q?weH5Ne1N8rJfMckMhcwCvHD4akhGuwW1kwGtA4S8xLfwWJut2TlySpiu?=
|
||
=?Windows-1252?Q?lbG1+vQiVozLZad2j3Muz99bKw2k6cvh1nV3jUa1dAyX8qlEjd53NHyr?=
|
||
=?Windows-1252?Q?izih7cnf0TrEez5+JfamtNlbWLS+s//uT9d2FnrRPNY4vZuzp2e7Z0lf?=
|
||
=?Windows-1252?Q?l8yhlhGYogCtsQe74lPVEl02a5JGTU7YxXkuURJUlkKiHI8eiTDlkEQT?=
|
||
=?Windows-1252?Q?8xFMwa/LSeS4NhrPGvYA7owz6fbeS/ES0eksP3hrD8sbcHGMTFyfEHLY?=
|
||
=?Windows-1252?Q?VNLVXxt3D/D6ohWXMjOwMLvH4YCclokc8+AjL7SSyDCZztD9xS0nyGp2?=
|
||
=?Windows-1252?Q?iPfKTuCfPPxnadMbNLMkm6xu9Bij1mmS3jjUZNX/CQylTuYGQrOQuMDh?=
|
||
=?Windows-1252?Q?qg01Q+HW3ZyrcEGvVl2cZrKCNuTDc2TGmHASsTHP9YUuSRfZh3/cc51Q?=
|
||
=?Windows-1252?Q?STkDcyvLtZ1yNu5m7PyMbZ/Oq7/qW6OFDVdt6W1UHFXOhxHncO6uOGU1?=
|
||
=?Windows-1252?Q?sL8azFd+H1X5SUjy6iNx57B9j16Ba19qKiUhWmrTtU9KjvXr1pXqX/uc?=
|
||
=?Windows-1252?Q?Z0hxDG/WnREi3w0Aam76ciUvguNBxCzOJ9eur9qn5rpu9q/wfrAkacJ4?=
|
||
=?Windows-1252?Q?un9G4LT3ON0jrIDVeq3bsLQmxfxQ8HKHjEB7enKeUrzibsXrvcjk7eRl?=
|
||
=?Windows-1252?Q?0wwoVPI5+GZNYHmVky7NragJ5fDMIQ+s7YK7JwAl/XROhNf61Yg85n69?=
|
||
=?Windows-1252?Q?w8YU1vd8s6vmu9p7hSS5tBURXqGtJcpVQqB4fQg5XjCxgLmb1eRIB9NT?=
|
||
=?Windows-1252?Q?OAJUyVewPacX6kbmqCVNanzbTV5oDwhbHAHgJnr/I1gp1PGbkR91kkkC?=
|
||
=?Windows-1252?Q?nsQll/zg9mfeyDLMTx+63nXy3INFV0hpL8Iw1zLmctpKWkUCuZfpwL3D?=
|
||
=?Windows-1252?Q?E48KeCtTFJwlnmkTyDZ/1b1a12/6sdpYQt+EuT1Eqyz4E7i0gaSf8VA5?=
|
||
=?Windows-1252?Q?6bnSRPlT9XooJifAYyTD4kO24qZ4XuAmQe3tbxbeYQ2rvXXsc49iYbdp?=
|
||
=?Windows-1252?Q?4uw2Bbfe8tfDBmlzLKLnYuuQ0LWXcmrTKrUuTa6v29z/y/rFLogZN5aw?=
|
||
=?Windows-1252?Q?QWVjljh6IEeodur0VIQXlSaWFYEerkPGsxIQV/hHAKPK8ItmUMuwAnbQ?=
|
||
=?Windows-1252?Q?ssIjOP8mSJwXEldf1grNVv9r8WvKfbPzUD9GyxImbgfg+r39Hn90EI1Q?=
|
||
=?Windows-1252?Q?mczreJEuDkWNOnmlX7/b0hMVXuJ2AClf+zVRVgt6Bw9GqzdTfyiNxozR?=
|
||
=?Windows-1252?Q?dkD/8KNwsF5xgpw3bEnnrNMvSrpHrNsyJCLnAwdy9T54gHtjSGepOTcg?=
|
||
=?Windows-1252?Q?522Njy9aKcpALxoZ6kZI4VI6FieZ7gh65kinAG/odPdtxuUJSaf2cT9Q?=
|
||
=?Windows-1252?Q?SPdYZbxVtyj/e/tjYaBwVpFRuszZqcsTjip+VrHpmhjImpvrxdsRbX88?=
|
||
=?Windows-1252?Q?fjZxkK0LyfOwObqR3i115h6a/XF0xwPF9UvY1LijWcLeA6a6HF5An4d9?=
|
||
=?Windows-1252?Q?pclbRpENb48VZjafyHdCkhq8sMQRFFYHPmyWctP8wXgY7rPS/T/AavYO?=
|
||
=?Windows-1252?Q?io3lVzBorg3Lunrb+XWKRFcy63y6MoBuKcf8u2Rq0wYHtMER+Z619Ko/?=
|
||
=?Windows-1252?Q?8VAyrOaJq2KEBXzWXjSP51M9st05hmAI?=
|
||
Content-Type: multipart/alternative;
|
||
boundary="_000_112373727ormailhaveahotdogcom_"
|
||
MIME-Version: 1.0
|
||
X-OriginatorOrg: haveahotdog.com
|
||
X-MS-Exchange-CrossTenant-AuthAs: Internal
|
||
X-MS-Exchange-CrossTenant-AuthSource: PH0PR16MB4945.namprd16.prod.outlook.com
|
||
X-MS-Exchange-CrossTenant-Network-Message-Id: a575e94c-29df-4a17-932f-08dbc5b0e942
|
||
X-MS-Exchange-CrossTenant-originalarrivaltime: 05 Oct 2023 14:39:42.1220
|
||
(UTC)
|
||
X-MS-Exchange-CrossTenant-fromentityheader: Hosted
|
||
X-MS-Exchange-CrossTenant-id: 5708bfba-2db8-4448-9543-b6a32c6d7113
|
||
X-MS-Exchange-CrossTenant-mailboxtype: HOSTED
|
||
X-MS-Exchange-CrossTenant-userprincipalname: Qh2Cy0vRjHf0BxSmmhUjsSa/fZAHLmTNGqNxdK+p+mVScG+7yGGfIFH0zp8FnHjbaLmFfbD1ELs2E/if9R6g/g==
|
||
X-MS-Exchange-Transport-CrossTenantHeadersStamped: SA2PR16MB4266
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Dear Voussoir.net Team,</p>
|
||
<p>I really enjoyed your article on this page <https://voussoir.net/writing/advertixing/hulu_ads.html> on Voussoir.net. It’s great information for Hulu fans.</p>
|
||
<p>It can be tough finding up-to-date info about streaming channels. </p>
|
||
<p>Unfortunately, it’s only going to get worse as more streaming services merge, fold, or remove favored shows and movies <https://variety.com/2023/tv/news/the-game-grease-rise-of-the-pink-ladies-star-trek-prodigy-queen-of-the-universe-canceled-paramount-removed-1235653191/> .</p>
|
||
<p>At HotDog.com, we provide detailed info for streaming fans on how to watch their favorite channels, shows, movies, and sports -- no matter where they are in any country. </p>
|
||
<p>For example, we've published a consumer guide <https://hotdog.com/tv/stream/> that explains how to find your favorite shows and movies.</p>
|
||
<p>The guide includes: </p>
|
||
<p>* Which streaming service you’ll need to watch your favorite channels and sports</p>
|
||
<p>* How much each streaming service’s plans cost</p>
|
||
<p>* A cheatsheet for all streaming services.</p>
|
||
<p>You can find it here:</p>
|
||
<p>https://hotdog.com/tv/stream/</p>
|
||
<p>And we have these guides for every streaming channel. One link to a page on our constantly-updated site and you’re always up-to-date.</p>
|
||
<p>Do you think it would be useful for your readers to add a link to our streaming guide in your article <https://voussoir.net/writing/advertixing/hulu_ads.html> ?</p>
|
||
<p>Either way, many thanks for your time.</p>
|
||
<p>I remain a fan of your website. </p>
|
||
<p>Best wishes,</p>
|
||
<p>Helen</p>
|
||
<p>PS. HotDog.com has been written about by USA Today and PCMag, and we’d be delighted to see it on Voussoir.net, too ;)</p>
|
||
<p>Helen Back</p>
|
||
<p>Community Manager</p>
|
||
<p>HotDog.com (formerly KillTheCableBill.com)</p>
|
||
<p>This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager. </p>
|
||
<p>Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The organization accepts no liability for any damage caused by any virus transmitted by this email. Email transmission cannot be guaranteed to be secure or error-free, as information could be intercepted, corrupted, lost, destroyed, arrive late or incomplete, or contain viruses. The sender, therefore, does not accept liability for any errors or omissions in the contents of this message which arise as a result of email transmission. </p>
|
||
<p>Any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. Employees of the company are expressly required not to make defamatory statements and not to infringe or authorize any infringement of copyright or any other legal right by email communications. </p>
|
||
<p>Please consider the environment before printing this e-mail and any attachments. </p>
|
||
<p>Don't want emails from us anymore? Reply to this email with the word "UNSUBSCRIBE" in the subject line.</p>
|
||
<p>Incognito Mode LLC, 1013 Centre Road, Suite 403S,, Wilmington Delaware 19805 United States </p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: Grant Polachek <grantpola@squadhelp.ai></p>
|
||
<p><b>Reply-To</b>: grant@squadhelp.co</p>
|
||
<p><b>To</b>: contact@voussoir.net</p>
|
||
<p><b>Subject</b>: Psst! Top secret collaboration offer inside ;)</p>
|
||
<p><b>Date</b>: Thu, 28 Sep 2023 12:14:23 +0000</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: No, score=-0.19 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HTML_IMAGE_ONLY_28,HTML_MESSAGE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=ham autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 0.21;EffectiveIp=209.85.128.196,SpamProbability=0.22
|
||
Return-Path: <grantpola@squadhelp.ai>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: contact@voussoir.net
|
||
X-Pm-Original-To: contact@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of squadhelp.ai designates 209.85.128.196 as permitted sender) smtp.mailfrom=squadhelp.ai; dkim=pass header.i=squadhelp.ai; dmarc=pass (p=none) header.from=grantpola@squadhelp.ai
|
||
Received: from mail-yw1-f196.google.com (EHLO mail-yw1-f196.google.com) ([209.85.128.196])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id 1997624776
|
||
for <contact@voussoir.net>
|
||
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384);
|
||
Thu, 28 Sep 2023 12:14:25 +0000 (UTC)
|
||
Received: by mail-yw1-f196.google.com with SMTP id 00721157ae682-59e77e4f707so158338067b3.0
|
||
for <contact@voussoir.net>; Thu, 28 Sep 2023 05:14:25 -0700 (PDT)
|
||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=squadhelp.ai; s=google; t=1695903265; x=1696508065; darn=voussoir.net;
|
||
h=mime-version:date:subject:to:from:reply-to:message-id:from:to:cc
|
||
:subject:date:message-id:reply-to;
|
||
bh=nU/FFvai4IWB3PeAVfvSlg9fEmb8cJS7LOgXqLrVBAQ=;
|
||
b=cuPZhhVChKT0MBsxOrycj/oIVbomyylLhScd3Q5P19fQ8Tsbkcfato+WqTyQvcA99j
|
||
teAjCeQoiQgl2Qmb/AimX2WeOYageZUPAebaK/aPvbhfGPKM30sHZQ8OjHYkCHcqbYE7
|
||
/bLu4vcTrjY5CPRDFeFBeOVqF0fgAbv7XDjUhGiOBSVLCvMSH0hWdEz2SRVeYumE3K3n
|
||
g9pH7GVbpLlsz3s699aerw4jcbl7lOtcKmooQ4JxuwXjXLkWUoB856PRhttAb0z29CpU
|
||
q7NV7BosWJjKJVIm9rTf+AolQVT1YsMKva9HIUrKhFP6sTgW5Zc9JUYrlzTFNa+3i3LC
|
||
9g2g==
|
||
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=1e100.net; s=20230601; t=1695903265; x=1696508065;
|
||
h=mime-version:date:subject:to:from:reply-to:message-id
|
||
:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
|
||
bh=nU/FFvai4IWB3PeAVfvSlg9fEmb8cJS7LOgXqLrVBAQ=;
|
||
b=mJI7tLMnAH577HlW4z6Ij+RjWOnze96TuhEnCR3D+4jH+EcGI6AzuTpf7KbTCEQyXu
|
||
UNU4Fy7mseQSFBMaVYdSNbl6J13xwa1bJkM7fMwV67NOFnJ1bIGcxxZ2mrGKQKnkQdzl
|
||
/bdWAtlhibXwduMG4iF3kQTEdiWIF7xDEg9gl7d+iTRyfFhHLdg1w8AHwLeeQ4RqJx7L
|
||
A/rUea7ZjVo+L+LsGBXS+93HgmSWB/USRjAmefJnzNzasTxKOZ/dkd4PDKeHC0EJJdHz
|
||
RsSCEwLZMuOuPY4VhjoV5rlQYZpX0zn03WK8OY7bvOjENfFoDIq+4G2KxJrdcO3f87P5
|
||
VfTA==
|
||
X-Gm-Message-State: AOJu0YzYf+EkjHtoYJZR1Ck2WmjZ9gm5sWg7nLpEumKlaU8GL9yaah12
|
||
ZdB+lT0ejg2HT7vMo2dTOCwQpp8r0We75ur/n0JiRA==
|
||
X-Google-Smtp-Source: AGHT+IGjfTsrkMZHU1buQDJKZK9etPebzhl/3pzzpDEnWFhGcdlKRqjAbV+hGSpIucWJazrVVCZGsg==
|
||
X-Received: by 2002:a81:73c4:0:b0:570:2568:15e with SMTP id o187-20020a8173c4000000b005702568015emr859480ywc.43.1695903264793;
|
||
Thu, 28 Sep 2023 05:14:24 -0700 (PDT)
|
||
Received: from Mac-Pro.local (ec2-52-206-213-84.compute-1.amazonaws.com. [52.206.213.84])
|
||
by smtp.gmail.com with ESMTPSA id d17-20020a0cdb11000000b0065afbb39b2dsm4270743qvk.47.2023.09.28.05.14.24
|
||
for <contact@voussoir.net>
|
||
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
|
||
Thu, 28 Sep 2023 05:14:24 -0700 (PDT)
|
||
Content-Type: multipart/alternative;
|
||
boundary="--_NmP-306674047c62573b-Part_1"
|
||
Message-ID: <e57596bd-7234-40f8-b097-61b507471632@squadhelp.ai>
|
||
Reply-To: grant@squadhelp.co
|
||
From: Grant Polachek <grantpola@squadhelp.ai>
|
||
To: contact@voussoir.net
|
||
Subject: Psst! Top secret collaboration offer inside ;)
|
||
Date: Thu, 28 Sep 2023 12:14:23 +0000
|
||
MIME-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Hi there,</p>
|
||
<p>A while ago, I shared a few guest article ideas on branding for your consideration. I usually create a monthly queue of articles.</p>
|
||
<p>Here’s my latest batch of guest post ideas:</p>
|
||
<p>* How to Utilize Sonic Branding to Improve Consumer Perception</p>
|
||
<p>* Twitter's Radical Rebrand and Its Impact on the Social Media Landscape</p>
|
||
<p>* The Neuroscience of Memorable Taglines: Why Cognitive Impact Matters</p>
|
||
<p>* What Can be Learned from The Johnson & Johnson Brand Transformation</p>
|
||
<p>* What You Need to Know for Rebranding In the Modern Era</p>
|
||
<p>Are you interested in any of these for your site voussoir.net?</p>
|
||
<p>As a reminder, I am the head of branding at Squadhelp, the world’s #1 naming platform. Just so you have confidence in the quality of my writing and thought leadership, you can take a look at my articles here for AdWeek <https://track.squadhelp.co/lt/2251799814002508/SL4U5reHtBwzDr-2iJjjX> , Bplans <https://articles.bplans.com/how-to-use-your-business-plan-to-create-an-awesome-company-name/> , and Content Marketing Institute <https://contentmarketinginstitute.com/articles/new-web-domain/> .</p>
|
||
<p>Let me know if you’d like any of these pieces! 🙂</p>
|
||
<p>I’d also be happy to customize the article for your specific audience (for example, by making it more relevant to a specific industry). </p>
|
||
<p>Once published, we promote most articles to our community of over 40,000 followers across our social media platforms to help get the word out about your site. </p>
|
||
<p>We also have a startup toolkit <https://www.squadhelp.com/startups> we make available to our 2M+ website visitors and promote to customers, which we may be able to include you in.</p>
|
||
<p>Let me know if you are interested.</p>
|
||
<p>Thanks for your time,</p>
|
||
<p>Grant Polachek</p>
|
||
<p>Head of Branding | Squadhelp.com</p>
|
||
<p>Phone: (443) 782-5272</p>
|
||
<p>2000 Center Drive, Suite East C221, Hoffman Estates, IL 60192 United States <https://track.squadhelp.co/tmid_a/3gBnqxSV3usy_TfQCWi4D> </p>
|
||
</article>
|
||
|
||
|
||
<article>
|
||
<p><b>From</b>: Timothy <timothy@webtechresearch.com></p>
|
||
<p><b>Sender</b>: Timothy <timothy@webtechresearch.com></p>
|
||
<p><b>To</b>: Contact <contact@voussoir.net></p>
|
||
<p><b>Subject</b>: voussoir.net Errors</p>
|
||
<p><b>Date</b>: Tue, 19 Sep 2023 14:13:35 -0700</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: No, score=4.17 required=5 tests=DKIM_SIGNED,DKIM_VALID,HTML_IMAGE_ONLY_12,HTML_MESSAGE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 3.57;EffectiveIp=209.85.167.65,SpamProbability=0.56
|
||
Return-Path: <timothy@webtechresearch.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: contact@voussoir.net
|
||
X-Pm-Original-To: contact@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of webtechresearch.com designates 209.85.167.65 as permitted sender) smtp.mailfrom=webtechresearch.com; dkim=pass header.i=webtechresearch-com.20230601.gappssmtp.com
|
||
Received: from mail-lf1-f65.google.com (EHLO mail-lf1-f65.google.com) ([209.85.167.65])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id -2114017233
|
||
for <contact@voussoir.net>
|
||
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384);
|
||
Tue, 19 Sep 2023 21:13:36 +0000 (UTC)
|
||
Received: by mail-lf1-f65.google.com with SMTP id 2adb3069b0e04-50308217223so5408522e87.3
|
||
for <contact@voussoir.net>; Tue, 19 Sep 2023 14:13:36 -0700 (PDT)
|
||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=webtechresearch-com.20230601.gappssmtp.com; s=20230601; t=1695158015; x=1695762815; darn=voussoir.net;
|
||
h=to:subject:message-id:date:from:sender:mime-version:from:to:cc
|
||
:subject:date:message-id:reply-to;
|
||
bh=obBBJpg0Fe4eyY8n4OBFtG8bS6yvVduuxOom6u67/18=;
|
||
b=ZhWml56TVWpoSO0t17GacB+VTfWqjAmm8zzxNRNbillak4T5R0M/mRYxd3WKckD2d0
|
||
8J/CZWPC/ByynPdQNUrPD1ycJEkfP2S9AyN756hayJ2MHzYY/zyZFbEOjAQnIUmFzEeh
|
||
8NQi20scQXkNN43rVi9qglRY7SEJZcI/vWI88ZPNuHK3DvRIAF1g22akUMTaRZQIUa/e
|
||
U8HgaiPWe5xJa9Kl8kJE1zRgEz7IVfl86VOTKeOJQIr1AkmvxlHXyViq/rRR0WjZYf5h
|
||
fwgX1Za7NJI9yHCgG3uEozOhOsDjJDPyKocz4FNFGwktvd3tu+HoKx5K3F1U8ApoqE/N
|
||
GK0Q==
|
||
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=1e100.net; s=20230601; t=1695158015; x=1695762815;
|
||
h=to:subject:message-id:date:from:sender:mime-version
|
||
:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
|
||
bh=obBBJpg0Fe4eyY8n4OBFtG8bS6yvVduuxOom6u67/18=;
|
||
b=Sr8ORjySt5rDD8BR01W5xLU/7ce/bj1zbXnLtho2rqUhWffiYE9SMbpXQXMeQtT0kg
|
||
s9fSTLFDe1bRKYv5ERkUDonN0dxJTuFkS+ZIWdtYVOmn7sY3hdQ2CWAe/uNTpTYLAKD+
|
||
q8de4DIqa48kbebi7wRK7eKeam0CO+WvVsXUDD+zeLOoRiQO+HfZvDp2hAWY4h3s/n+y
|
||
9pqwZ5orCe72zdP+rzeJa2/valIemh8Q3NXzlAXsA9sGI6nAdJJ3Yb1CQqtVtE+b0mQe
|
||
j2ez2t8/iQWnoewN82N3CqQEH/IPp5qprcu6m/IC72kxnNlh4G08LpWgOn5a2ThfzvNO
|
||
7HLQ==
|
||
X-Gm-Message-State: AOJu0YyAV63mQ1bL+kob94yKO7kjuUK3E0SJ1eS4PA6Ze0cEB0f6Rlvy
|
||
FyOISJtNwgkLmBDWEikapkhVF7cLpVc0HDaAZLeevS3h4U0syw3JRNs=
|
||
X-Google-Smtp-Source: AGHT+IEF8Ys6hpzyT55c/FYtkZWZTP9Dl3xCd5FHH4zAVwK8ku1a5665MReBWrfKlpa0e6PJgJjvllrHQZ8bUNVedXY=
|
||
X-Received: by 2002:a05:6512:2526:b0:503:a82:b371 with SMTP id
|
||
be38-20020a056512252600b005030a82b371mr774376lfb.4.1695158015429; Tue, 19 Sep
|
||
2023 14:13:35 -0700 (PDT)
|
||
Received: from 52669349336 named unknown by gmailapi.google.com with HTTPREST;
|
||
Tue, 19 Sep 2023 14:13:35 -0700
|
||
Received: from 52669349336 named unknown by gmailapi.google.com with HTTPREST;
|
||
Tue, 19 Sep 2023 14:13:34 -0700
|
||
MIME-Version: 1.0
|
||
Sender: Timothy <timothy@webtechresearch.com>
|
||
From: Timothy <timothy@webtechresearch.com>
|
||
Date: Tue, 19 Sep 2023 14:13:35 -0700
|
||
X-Google-Sender-Auth: va6BVRAkghgO-bZIL79UixwpbQU
|
||
Message-ID: <CAHOZ8h557FXbWFShjtm-79Jmfo7sZcFFCR+atNW0BkiGZRuJ0g@mail.gmail.com>
|
||
Subject: voussoir.net Errors
|
||
To: Contact <contact@voussoir.net>
|
||
Content-Type: multipart/alternative; boundary="0000000000005922790605bcbb45"
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Hi voussoir.net <http://voussoir.net> ,</p>
|
||
<p>Hope you are doing great!</p>
|
||
<p>This is Timothy, Business Analyst with WebTech Research(An age-old Digital Marketing Agency operating over 10 years in the global market having its main office in AZ, USA. We exist for such a long-only because we follow ethical business practices)</p>
|
||
<p>My team discovered a few issues on your website which are affecting your online presence, user experience, and ranking.</p>
|
||
<p>Do you want me to send a detailed analysis report with screenshots?</p>
|
||
<p>Awaiting your earliest response.</p>
|
||
<p>Regards,</p>
|
||
<p>Timothy</p>
|
||
<p><https://webtechresearch-dot-yamm-track.appspot.com/2nNOLQLIwzGktJDGZv9k0MJ3989iUMGvl9jeewQkJquoqkUqvigErg_Ku37DouDMb49HZNv56lpEK6t8nbnn8cbAa4gLNwlkCHa8mRMVHt0aTgDkScfnfsO7u_6fOpRbRHKvOt2oLEUIC9-fAe_L3i3zW2BxVEibyAi0> </p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: Grant Polachek <gpolachek@squadhelp.ai></p>
|
||
<p><b>Reply-To</b>: grant@squadhelp.co</p>
|
||
<p><b>To</b>: contact@voussoir.net</p>
|
||
<p><b>Subject</b>: You'll want to read this!</p>
|
||
<p><b>Date</b>: Wed, 13 Sep 2023 09:29:57 +0000</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: No, score=-2.99 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HTML_IMAGE_ONLY_20,HTML_MESSAGE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=ham autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: -2.59;EffectiveIp=209.85.222.177,SpamProbability=0.03
|
||
Return-Path: <gpolachek@squadhelp.ai>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: contact@voussoir.net
|
||
X-Pm-Original-To: contact@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of squadhelp.ai designates 209.85.222.177 as permitted sender) smtp.mailfrom=squadhelp.ai; dkim=pass header.i=squadhelp.ai; dmarc=pass (p=none) header.from=gpolachek@squadhelp.ai
|
||
Received: from mail-qk1-f177.google.com (EHLO mail-qk1-f177.google.com) ([209.85.222.177])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id 1693596044
|
||
for <contact@voussoir.net>
|
||
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384);
|
||
Wed, 13 Sep 2023 09:29:59 +0000 (UTC)
|
||
Received: by mail-qk1-f177.google.com with SMTP id af79cd13be357-7706cb6638cso31241785a.0
|
||
for <contact@voussoir.net>; Wed, 13 Sep 2023 02:29:59 -0700 (PDT)
|
||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=squadhelp.ai; s=google; t=1694597398; x=1695202198; darn=voussoir.net;
|
||
h=mime-version:date:subject:to:from:reply-to:message-id:from:to:cc
|
||
:subject:date:message-id:reply-to;
|
||
bh=/HA0UzulJbtWxwIM4GkkC22WPiXty8cfT2UZbdHOnvI=;
|
||
b=jXSfmwu+y+Y7G0naBZP04lOcV7KmfD5Q+trMOOrKzeuJqmvjAu6JyXRb7MDkPSiIUo
|
||
CFNL1P7fyOVCFfIoHNuVEVV+bgEnT6B9AGKf1anlNLF9UYTx3UJEcDgEC48RxqHA9Rxo
|
||
NYAIMH+kvWsLuhkr++PjYe6XFc8RICLf3ytqZKceshNw4TPYSN6iQaZLened3uCHLVNi
|
||
xrsL1k5FYTAkuDAlPJSg+LsHjctnt23cWLEeG0A6qXzrSqHtA411FeZIHusbkruZnD2c
|
||
9OsG2gWm4ElZL2PmZ1heuiJALjMkmDZQFnJLN0i1RTOwkekz91rTAJdzWsdmmx+zqiCo
|
||
JjLg==
|
||
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=1e100.net; s=20230601; t=1694597398; x=1695202198;
|
||
h=mime-version:date:subject:to:from:reply-to:message-id
|
||
:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
|
||
bh=/HA0UzulJbtWxwIM4GkkC22WPiXty8cfT2UZbdHOnvI=;
|
||
b=B6K0Youzc3wGCWfNcrCbcSTX++ZVPOVguKXNm6kH0hUG25bTZAifcdKqz8foL/OjDC
|
||
OmNMmysnGoHCziBV13RX2zhIVZ6kGTcSwDPPhyFg/W7vt+2rRqRt3QrvE1+8+glDlht+
|
||
OO+Cw5C/vJGpuHuu3kEClkYY2SkuzbaRqRSsZybAK71HKvpEGBbqp0fNaXD0fK8trCZX
|
||
neT10rUF323C1pelCycC2mCqG4gycWo0W9EK7yXA+UNxydRR9g8Wnz17OuFz+5TG7KsQ
|
||
y67g4/X1ka6DEDOeV6cBAmx+a59lH8jY3kR8EmcHIaMpQO7FTOaAmUJyfl5+CiTViKrW
|
||
d1xA==
|
||
X-Gm-Message-State: AOJu0YydrNpP7KyzxeDJwHOqU5j7azVX/C1mPtxZFRbprAGlSou8Jkqe
|
||
XeKJHs4EdLuozUO/7KoUZiw8uDinUBSwLtAPlA8=
|
||
X-Google-Smtp-Source: AGHT+IHNzFwkwFZlSnF2565AXuVSZw3ueHhQLHZ6Z+aAs2CSP2V8XHwejGKdMZuY+F8qFwtHGk24IA==
|
||
X-Received: by 2002:ad4:5dca:0:b0:62d:ddeb:3770 with SMTP id m10-20020ad45dca000000b0062dddeb3770mr4394423qvh.0.1694597398396;
|
||
Wed, 13 Sep 2023 02:29:58 -0700 (PDT)
|
||
Received: from Mac-Pro.local (ec2-18-233-10-128.compute-1.amazonaws.com. [18.233.10.128])
|
||
by smtp.gmail.com with ESMTPSA id t2-20020a0ce2c2000000b005dd8b9345b4sm4297236qvl.76.2023.09.13.02.29.57
|
||
for <contact@voussoir.net>
|
||
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
|
||
Wed, 13 Sep 2023 02:29:57 -0700 (PDT)
|
||
Content-Type: multipart/alternative;
|
||
boundary="--_NmP-6d030aebfa496c65-Part_1"
|
||
Message-ID: <22d4f775-79a8-4309-b1c5-33e1a576c77f@squadhelp.ai>
|
||
Reply-To: grant@squadhelp.co
|
||
From: Grant Polachek <gpolachek@squadhelp.ai>
|
||
To: contact@voussoir.net
|
||
Subject: You'll want to read this!
|
||
Date: Wed, 13 Sep 2023 09:29:57 +0000
|
||
MIME-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
<p>Hi there,</p>
|
||
<p>I was doing some research on entrepreneurship online and came across an article on voussoir.net . </p>
|
||
<p>There is some great content here! Many people who are reading articles like this one are struggling with a name (we know this from experience).</p>
|
||
<p>Just in case you're interested, we just launched a super powerful free name generator revolutionizing the way entrepreneurs create brand names via a unique combination of crowdsourcing and AI. Squadhelp's team has successfully integrated GPT-3 technology with our vast data on names gathered from analyzing 6 million name ideas over the last several years. </p>
|
||
<p>We know that free business name generators are a great resource for anyone starting a business, launching a brand, or struggling to find the perfect name!</p>
|
||
<p>I'm sure you have read some articles about OpenAI, and how useful this tool can be. We think that your website visitors would get a lot of value out of this disruptive generator <https://www.squadhelp.com/business-name-generator> . Would you be interested in including our generator in your article, on voussoir.net ?</p>
|
||
<p>We also have a startup toolkit <https://www.squadhelp.com/startups> that we make available to our 2M+ website visitors and promote to customers -- that we may be able to include you in.</p>
|
||
<p>Thank you for your consideration, please let me know if you decide to add this to an article.</p>
|
||
|
||
<p>Best,<br/>
|
||
Grant Polachek<br/>
|
||
Head of Branding | Squadhelp.com<br/>
|
||
Phone: (443) 782-5272<br/>
|
||
2000 Center Drive, Suite East C221, Hoffman Estates, IL 60192 United States <https://track.squadhelp.co/tmid_a/wd1hQcUIK4F9YSV2nQjYs></p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: Fiona Hill <bettyraymond201@gmail.com></p>
|
||
<p><b>Reply-To</b>: fionahill142@gmail.com</p>
|
||
<p><b>To</b>: fionahill142@gmail.com</p>
|
||
<p><b>Bcc</b>: writing@voussoir.net</p>
|
||
<p><b>Subject</b>: </p>
|
||
<p><b>Date</b>: Fri, 8 Sep 2023 15:29:07 +0000</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: No, score=-2.44 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,FREEMAIL_REPLYTO,FREEMAIL_REPLYTO_END_DIGIT,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,PURELYMAIL_IP_REPUTATION autolearn=ham autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: -2.64;EffectiveIp=209.85.219.41,SpamProbability=0.02
|
||
Return-Path: <bettyraymond201@gmail.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: writing@voussoir.net
|
||
X-Pm-Original-To: writing@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of _spf.google.com designates 209.85.219.41 as permitted sender) smtp.mailfrom=gmail.com; dkim=pass header.i=gmail.com; dmarc=pass (p=none) header.from=bettyraymond201@gmail.com
|
||
Received: from mail-qv1-f41.google.com (EHLO mail-qv1-f41.google.com) ([209.85.219.41])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id -114360871
|
||
for <writing@voussoir.net>
|
||
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384);
|
||
Fri, 08 Sep 2023 15:29:08 +0000 (UTC)
|
||
Received: by mail-qv1-f41.google.com with SMTP id 6a1803df08f44-64f3ad95ec0so13119666d6.1
|
||
for <writing@voussoir.net>; Fri, 08 Sep 2023 08:29:08 -0700 (PDT)
|
||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=gmail.com; s=20221208; t=1694186948; x=1694791748; darn=voussoir.net;
|
||
h=to:subject:message-id:date:from:reply-to:mime-version:from:to:cc
|
||
:subject:date:message-id:reply-to;
|
||
bh=Ba3gj8+xBPQLJTahTfzW6RbWQ/XPgESxkCi2B66PSQg=;
|
||
b=YasTMC07fWjdPrJEgfH9/EbuJwftHxPKdoeKPhwuG0DlU3lg1Zo/j8NtchSnEt1Gdp
|
||
5OqyuPcnmVW3BZodZUZsR6R1lmlmAnbt/2lsDUrHGednKwfjwmxjekCWURhU4cxPatDl
|
||
DkQxA/su7gAHB2Gzb+E1qiWwqOmm7Lc/ettNaamilMQUHQ0MKdgCMQd9kDy49km6mY/1
|
||
R6Nvap5kc1rY46b02VxitvacfSiRqR3BSyWqJSSUvtjXc1o/WcfSA50YXW2xOjlQgEG9
|
||
t/ckwsDY7uHYmdRHUaZGokiEvdD5O0f53Rp6byCxJublcIa180ShWngjPZWwFslltr0I
|
||
ex1g==
|
||
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=1e100.net; s=20230601; t=1694186948; x=1694791748;
|
||
h=to:subject:message-id:date:from:reply-to:mime-version
|
||
:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
|
||
bh=Ba3gj8+xBPQLJTahTfzW6RbWQ/XPgESxkCi2B66PSQg=;
|
||
b=CBxDaKVaxeHutPqbgxvlqmwwoZ0jsMgDFsBmr8zgYCF+wiA1IbaioYudVPkENjzNNo
|
||
0t2H0B9rRo2KmaBzwxDX2pt6dvtpCJ80M1lN3eFlpSmbZqigglv7AfyVEsFtfaLwAPxv
|
||
MurPpOErCWMoWYNhI5TAYUhaWs95WLQaEn125TJFWmufhEnVoEd2U3RMnACcn+B7dNsT
|
||
FUuise8xuOJSJhA+MYxrQnchDwDkCIkruhkErMt9/IWjnZ6JIeKTdtVT/2NkGOEo50o5
|
||
CBIp2fbgi8BWchGuq9rxUxtXteVuJhpsOgXtLJu9UfRj2RGgNhtl+9IDHNSF1hfTysqo
|
||
Oh/w==
|
||
X-Gm-Message-State: AOJu0YyInMyJvkYc6g+p66NCNSu/cKD11y6pidrfNcAMnIBlTT50oy0v
|
||
Ud1GUYOI+8wMUMpHNZ/7nzUAgs2vZhLU9MiwodY=
|
||
X-Google-Smtp-Source: AGHT+IEZJmW6LWDaz7ky7Vtqc9VL15HnDlWpbje8Ob/RkQ+ioqTvE3WaJRy4/QkqQfqQjVn/BbhhjU/DI2QearkIFHA=
|
||
X-Received: by 2002:a0c:d610:0:b0:647:1a66:181a with SMTP id
|
||
c16-20020a0cd610000000b006471a66181amr2420913qvj.50.1694186947840; Fri, 08
|
||
Sep 2023 08:29:07 -0700 (PDT)
|
||
MIME-Version: 1.0
|
||
Received: by 2002:a0c:ab5e:0:b0:64d:3e37:9bff with HTTP; Fri, 8 Sep 2023
|
||
08:29:07 -0700 (PDT)
|
||
Reply-To: fionahill142@gmail.com
|
||
From: Fiona Hill <bettyraymond201@gmail.com>
|
||
Date: Fri, 8 Sep 2023 15:29:07 +0000
|
||
Message-ID: <CALZothvq=+PPgJAZxrSNGZa1hx4DcnMTYqxg4ZiEwuntu1TKLA@mail.gmail.com>
|
||
Subject:
|
||
To: fionahill142@gmail.com
|
||
Content-Type: text/plain; charset="UTF-8"
|
||
Bcc: writing@voussoir.net
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Hello</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: Grant Polachek <pola-grant@squadhelp.co></p>
|
||
<p><b>Reply-To</b>: grant@squadhelp.co</p>
|
||
<p><b>To</b>: contact@voussoir.net</p>
|
||
<p><b>Subject</b>: Re: Want an exclusive guest article for voussoir.net?</p>
|
||
<p><b>Date</b>: Tue, 05 Sep 2023 11:59:33 +0000</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: No, score=-3.73 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=ham autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: -2.63;EffectiveIp=209.85.219.52,SpamProbability=0.02
|
||
Return-Path: <pola-grant@squadhelp.co>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: contact@voussoir.net
|
||
X-Pm-Original-To: contact@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of squadhelp.co designates 209.85.219.52 as permitted sender) smtp.mailfrom=squadhelp.co; dkim=pass header.i=squadhelp.co; dmarc=pass (p=quarantine) header.from=pola-grant@squadhelp.co
|
||
Received: from mail-qv1-f52.google.com (EHLO mail-qv1-f52.google.com) ([209.85.219.52])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id -1416586939
|
||
for <contact@voussoir.net>
|
||
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384);
|
||
Tue, 05 Sep 2023 11:59:34 +0000 (UTC)
|
||
Received: by mail-qv1-f52.google.com with SMTP id 6a1803df08f44-64f4ac604c2so11460026d6.1
|
||
for <contact@voussoir.net>; Tue, 05 Sep 2023 04:59:34 -0700 (PDT)
|
||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=squadhelp.co; s=google; t=1693915174; x=1694519974; darn=voussoir.net;
|
||
h=mime-version:date:subject:to:from:reply-to:references:in-reply-to
|
||
:message-id:from:to:cc:subject:date:message-id:reply-to;
|
||
bh=K3DMk+ySqRzeV/W50oiC1BXST0vYJu85EpahI9wAq1I=;
|
||
b=A945TaZaaNZTD62cSxkgw9Rvu+lLhx+S06XAHnG15jU2NnyNt6h0biXAwIEfRvNOIV
|
||
z/Kbc/Dm+Iz4VZZBv3n+xhgua0pgu/cEmoP8mI+HxyUiHv2WFnEwBmqAcjpEikfyH0sD
|
||
gR6z0cOPZSy5Vi/9CyaGWY24zQvL8Ofw0A4mW8/xXZjD5uKQt1M9TkuoTO+3FcfoXeGE
|
||
NwXMApaYEIW9+R4J+mGDK+hAS4Ins1mbSpB0nOp/7ZuczqwU9SqI8nbt3dK6GaGSjJFu
|
||
LH5qViyY6Z+JGZ08CvqndzX/LadykWnn5tGB7XHdLDUVGV+5DfrYfpy2yWQoX9u/+Gpv
|
||
ZvXw==
|
||
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=1e100.net; s=20221208; t=1693915174; x=1694519974;
|
||
h=mime-version:date:subject:to:from:reply-to:references:in-reply-to
|
||
:message-id:x-gm-message-state:from:to:cc:subject:date:message-id
|
||
:reply-to;
|
||
bh=K3DMk+ySqRzeV/W50oiC1BXST0vYJu85EpahI9wAq1I=;
|
||
b=ERBr+SPv+lznZ6q5/nWj8WzBFjxD1cT2ycv0wxH43fRtTaHjKUQ5Qy6+7tdJkw/r8M
|
||
O5gC5QYUwygGN2O1K0HPr+IGZig2cBvZyPi5Frm01cZ2/s+QSxvhfJNM/2G7S341m64S
|
||
X+BaneBQik5v9qOauJs6IX2hoyx58hkIWJKv7+tjxnG8hciv5YzoxEzddDD7y5e3DbXA
|
||
4+gCUbJtXTAtiyhEweacTQXpdBq5WNvRk9/zHwcF6/knerXlunGJOVhS1z+fDxVgcrXh
|
||
jSfwKY71zwSo9n2F+s8OKVO20wSwu+oLgg1Lvqh3/qMdNhxHhNhInwi9k4hdjPkK2nGt
|
||
ciww==
|
||
X-Gm-Message-State: AOJu0YyTMwxUBu61EHeTUUlU4haxKA2bZTMDV9RYOwkh58VpeOfmjWFC
|
||
6dCRV1X+jO3ea6VxO0/I+jaVnNAEYjyumSE5hng=
|
||
X-Google-Smtp-Source: AGHT+IG5W5CU8zX+y1ur6LHEyLAh/QK5y1Zu4R26k3aKnvs+GvXNY8S3rlk+su07DhzKdEXofHkg5g==
|
||
X-Received: by 2002:a0c:8c0a:0:b0:63c:f0f9:fedf with SMTP id n10-20020a0c8c0a000000b0063cf0f9fedfmr10322875qvb.4.1693915174100;
|
||
Tue, 05 Sep 2023 04:59:34 -0700 (PDT)
|
||
Received: from Mac-Pro.local (ec2-54-85-205-216.compute-1.amazonaws.com. [54.85.205.216])
|
||
by smtp.gmail.com with ESMTPSA id g9-20020a05620a13c900b0076dae4753efsm4013680qkl.14.2023.09.05.04.59.33
|
||
for <contact@voussoir.net>
|
||
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
|
||
Tue, 05 Sep 2023 04:59:33 -0700 (PDT)
|
||
Content-Type: multipart/alternative;
|
||
boundary="--_NmP-6fb0e4efba2b94a3-Part_1"
|
||
Message-ID: <b7d085c8-7ae0-4cd7-bd5c-ae11f0b13d29@squadhelp.co>
|
||
In-Reply-To: <f8eadd95-4d82-4af1-b016-66cde58e79ca@squadhelp.co>
|
||
References: <f8eadd95-4d82-4af1-b016-66cde58e79ca@squadhelp.co>
|
||
Reply-To: grant@squadhelp.co
|
||
From: Grant Polachek <pola-grant@squadhelp.co>
|
||
To: contact@voussoir.net
|
||
Subject: Re: Want an exclusive guest article for voussoir.net?
|
||
Date: Tue, 05 Sep 2023 11:59:33 +0000
|
||
MIME-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Hi there,</p>
|
||
<p>Trying to connect one last time on my guest post idea for your site.</p>
|
||
<p>As mentioned, Squadhelp has amassed unique insights about naming a company while working with thousands of brands, from seed-stage startups to some of the largest companies in the world (Nestle, Dell, AutoNation, and more) ...</p>
|
||
<p>... and I'd love to share some of this information with your readers!</p>
|
||
<p>Our articles and expert commentary have previously been featured in AdWeek, Inc Magazine, Entrepreneur, and Hubspot. And I'm excited to share our thought leadership with your viewers as well.</p>
|
||
<p>Let me know your thoughts. </p>
|
||
<p>Best,</p>
|
||
<p>Grant Polachek</p>
|
||
<p>Head of Branding | Squadhelp.com</p>
|
||
<p>Phone: (443) 782-5272</p>
|
||
<p>2000 Center Drive, Suite East C221, Hoffman Estates, IL 60192 United States</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: Grant Polachek <pola-grant@squadhelp.co></p>
|
||
<p><b>Reply-To</b>: grant@squadhelp.co</p>
|
||
<p><b>To</b>: contact@voussoir.net</p>
|
||
<p><b>Subject</b>: Re: Want an exclusive guest article for voussoir.net?</p>
|
||
<p><b>Date</b>: Mon, 04 Sep 2023 17:20:35 +0000</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: No, score=-3.7 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=ham autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: -2.6;EffectiveIp=209.85.222.180,SpamProbability=0.03
|
||
Return-Path: <pola-grant@squadhelp.co>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: contact@voussoir.net
|
||
X-Pm-Original-To: contact@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of squadhelp.co designates 209.85.222.180 as permitted sender) smtp.mailfrom=squadhelp.co; dkim=pass header.i=squadhelp.co; dmarc=pass (p=quarantine) header.from=pola-grant@squadhelp.co
|
||
Received: from mail-qk1-f180.google.com (EHLO mail-qk1-f180.google.com) ([209.85.222.180])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id 756461021
|
||
for <contact@voussoir.net>
|
||
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384);
|
||
Mon, 04 Sep 2023 17:20:37 +0000 (UTC)
|
||
Received: by mail-qk1-f180.google.com with SMTP id af79cd13be357-76dbe263c68so63035085a.0
|
||
for <contact@voussoir.net>; Mon, 04 Sep 2023 10:20:37 -0700 (PDT)
|
||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=squadhelp.co; s=google; t=1693848036; x=1694452836; darn=voussoir.net;
|
||
h=mime-version:date:subject:to:from:reply-to:references:in-reply-to
|
||
:message-id:from:to:cc:subject:date:message-id:reply-to;
|
||
bh=WQuC1wL4MGLnRayEIXmnpDu8DR4Yzn8OJFeGthIR4LI=;
|
||
b=Azs9deQvAN+Dvop6uVhEnCHocU7O61Y0KM2g6J7ehKCr+6kGTuhg2O9uACGeKpCg+6
|
||
XP3plmN7QUJ1CUev4upcd9xLXCX36YoR9/Bb1SoBnO3M+QeReFUZlcwmfpwjQtgSQkpk
|
||
9mvPrL7a0Vzu6UwXqB3NrRgW5edzbY/G695Oqn1IMrERq2JTs3GkPcWjKfXHrUbiueQ7
|
||
U00H6JIRwOdPyba8yg8LnTSlIXl30cZDIiE3Nm1hCg4afSu5IozWGJvKl/RL2O8UpyEL
|
||
0mgpV8hDFvUYRvq8O+gXxhtgCEH1y1IzoGBIRobPE9pSyTqflZUAzjiPgc9hMAwsoiMV
|
||
pRcA==
|
||
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=1e100.net; s=20221208; t=1693848036; x=1694452836;
|
||
h=mime-version:date:subject:to:from:reply-to:references:in-reply-to
|
||
:message-id:x-gm-message-state:from:to:cc:subject:date:message-id
|
||
:reply-to;
|
||
bh=WQuC1wL4MGLnRayEIXmnpDu8DR4Yzn8OJFeGthIR4LI=;
|
||
b=eFCkASc2LxPG/slP1gMt8tnpF/P1meyvHHwlOZntzeZ0cZKsI4hhXGyH5gfYATd1FE
|
||
vGrL6RSrTx8SjRLlQ9S2HReNz1Hs/UECaovjuV32V7XDi+kHxzNYUbApBmx0SUx84+KQ
|
||
RrtaCzZ/7V1d1V5hV5fVWNI79UkssVuB1y+0BOKA2Su65F4+MwWRMs020D4jKQXCvXX6
|
||
GiWjFB08oi4XO8nokQuYBqwm7xE532+7Z9d+PRjsz/gAMxoU9XmMKETtVkFKM9zZ4vYr
|
||
IRVRW8lHCCUWjGioQJTflxmkffmlJDLXu6HQ1gA5zI5DqXPLCE0QFShJljrZWb6c0315
|
||
v3Yg==
|
||
X-Gm-Message-State: AOJu0Yx5LV/1qMluFveWmPsKd8R9KgDUadZ9Bvr/6ge+lOa1O+Ic6XGW
|
||
5IjEYGOcMlOkedJFrXvZh/RPpbQVXAyddIJJzyc=
|
||
X-Google-Smtp-Source: AGHT+IG4o2Oui8NnbQ/gC+MRX8hIGdSw23rL3pBsFzylbzrDHx+njTYN8+W2MNukkRDwZ8m9G1qv5A==
|
||
X-Received: by 2002:a05:620a:1a90:b0:765:6923:623e with SMTP id bl16-20020a05620a1a9000b007656923623emr14685360qkb.29.1693848036319;
|
||
Mon, 04 Sep 2023 10:20:36 -0700 (PDT)
|
||
Received: from Mac-Pro.local (ec2-54-85-205-216.compute-1.amazonaws.com. [54.85.205.216])
|
||
by smtp.gmail.com with ESMTPSA id a8-20020a05620a16c800b0076db1caab16sm3473376qkn.22.2023.09.04.10.20.35
|
||
for <contact@voussoir.net>
|
||
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
|
||
Mon, 04 Sep 2023 10:20:35 -0700 (PDT)
|
||
Content-Type: multipart/alternative;
|
||
boundary="--_NmP-0569800012f0bd17-Part_1"
|
||
Message-ID: <f8eadd95-4d82-4af1-b016-66cde58e79ca@squadhelp.co>
|
||
In-Reply-To: <d56b6aac-263c-47fd-bcc3-2a2ac65d1e1e@squadhelp.co>
|
||
References: <d56b6aac-263c-47fd-bcc3-2a2ac65d1e1e@squadhelp.co>
|
||
Reply-To: grant@squadhelp.co
|
||
From: Grant Polachek <pola-grant@squadhelp.co>
|
||
To: contact@voussoir.net
|
||
Subject: Re: Want an exclusive guest article for voussoir.net?
|
||
Date: Mon, 04 Sep 2023 17:20:35 +0000
|
||
MIME-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Hi, </p>
|
||
<p>I hope my email finds you well. I was excitedly waiting for your response. I saw your website voussoir.net, and I think it would be a great opportunity to collaborate and share something really amazing with your readers.</p>
|
||
<p>Your thought? Can we move things ahead regarding a Guest Blog?</p>
|
||
<p>Looking forward to hearing from you.</p>
|
||
<p>Best,</p>
|
||
<p>Grant Polachek</p>
|
||
<p>Head of Branding | Squadhelp.com</p>
|
||
<p>Phone: (443) 782-5272</p>
|
||
<p>2000 Center Drive, Suite East C221, Hoffman Estates, IL 60192 United States</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: Mashreq <postmaster@contactsnxt.dealtracker.us></p>
|
||
<p><b>Sender</b>: postmaster@contactsnxt.dealtracker.us</p>
|
||
<p><b>To</b>: info@dalool.net</p>
|
||
<p><b>Subject</b>: Update Your documents MOVE TO INBOX</p>
|
||
<p><b>Date</b>: Sun, 03 Sep 2023 20:44:16 +0000</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: No, score=-1.46 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,MIME_HTML_ONLY,RCVD_IN_MSPIKE_H2,SPF_HELO_NONE,UNICODE_OBFU_ASC,UNPARSEABLE_RELAY,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: -1.46;EffectiveIp=143.55.232.13,SpamProbability=0.1
|
||
Return-Path: <bounce+9c97e4.bc99c3-info=dalool.net@contactsnxt.dealtracker.us>
|
||
Delivered-To: ethan@dalool.net
|
||
X-Pm-Known-Alias: info@dalool.net
|
||
X-Pm-Original-To: info@dalool.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of contactsnxt.dealtracker.us designates 143.55.232.13 as permitted sender) smtp.mailfrom=contactsnxt.dealtracker.us; dkim=pass header.i=contactsnxt.dealtracker.us
|
||
Received: from pc232-13.mailgun.net (EHLO pc232-13.mailgun.net) ([143.55.232.13])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id -1423939372
|
||
for <info@dalool.net>
|
||
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384);
|
||
Sun, 03 Sep 2023 20:44:16 +0000 (UTC)
|
||
DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed;
|
||
d=contactsnxt.dealtracker.us; q=dns/txt; s=mx; t=1693773856; x=1693781056;
|
||
h=Content-Type: Content-Transfer-Encoding: Message-Id: To: To: From: From:
|
||
Subject: Subject: Mime-Version: Date: Sender: Sender;
|
||
bh=YgjK0ECobYq9mxPWkRpIsUTlEix4xAxKruW67W+ebBs=;
|
||
b=q2DIroTG4rMEUma/wX+jzyk2tLjnydNIIqzC670r1W3Isf2ae2MZaIFSo+tKYCzhz7r7KW+9RgUu8KVH9ERGg8iwRMYlV/hs8M0bGSsjw6M5zl3tYNy0BQ8AgGSWE93MAlvWUkRdqmUnqwUgAPWQpCrnH+4D/uwV7qTzElRy1b8=
|
||
X-Mailgun-Sending-Ip: 143.55.232.13
|
||
X-Mailgun-Sid: WyIyZGQyZiIsImluZm9AZGFsb29sLm5ldCIsImJjOTljMyJd
|
||
Received: from <unknown> (<unknown> []) by 9588b99b980b with HTTP id
|
||
64f4f020d80d2be47b6c3147; Sun, 03 Sep 2023 20:44:16 GMT
|
||
Sender: postmaster@contactsnxt.dealtracker.us
|
||
Date: Sun, 03 Sep 2023 20:44:16 +0000
|
||
Mime-Version: 1.0
|
||
Subject: Update Your documents MOVE TO INBOX
|
||
From: Mashreq <postmaster@contactsnxt.dealtracker.us>
|
||
To: info@dalool.net
|
||
Message-Id: <20230903204416.e923eadc97d936d6@contactsnxt.dealtracker.us>
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Update your ID documents</p>
|
||
<p>Please update ID document(s) of your Mashreq Account to ensure banking continuity</p>
|
||
<p>Dear Lоyаl Маshгеq Ваnk Сustоmег</p>
|
||
<p>This e-mail is to notify you that your Identification Document is due to expire in 1 day, you have 3 days to update your documents to ensure banking continuity.</p>
|
||
<p>For UAE Residents.</p>
|
||
<p>As per Central Bank regulations, customers are required to keep their Emirates ID updated with their respective bank at all times</p>
|
||
<p>How to update your ID documents?</p>
|
||
<p>You can conveniently update your ID documents as well as the joint account holder's documents at any time using any of the below options:</p>
|
||
<p>Log into Mashreq Online www.mashreq.com/login <https://www.residenciaslosangeles.com/wp-content/cache/lo.php> and follow the steps to confirm your identity.</p>
|
||
<p>Best Regards,</p>
|
||
<p>Mashreq</p>
|
||
<p>Mashreqbank PSC is regulated by the Central Bank of the United Arab Emirates.</p>
|
||
<p>Do not reply to this email, this is a system generated email message. For any queries, please contact the Bank.</p>
|
||
<p>Copyright © 2023 Mashreq </p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: Grant Polachek <pola-grant@squadhelp.co></p>
|
||
<p><b>To</b>: contact@voussoir.net</p>
|
||
<p><b>Subject</b>: Want an exclusive guest article for voussoir.net?</p>
|
||
<p><b>Date</b>: Fri, 01 Sep 2023 10:41:06 +0000</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: No, score=-1.69 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HTML_IMAGE_ONLY_32,HTML_MESSAGE,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=ham autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: -1.59;EffectiveIp=209.85.160.53,SpamProbability=0.09
|
||
Return-Path: <pola-grant@squadhelp.co>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: contact@voussoir.net
|
||
X-Pm-Original-To: contact@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of squadhelp.co designates 209.85.160.53 as permitted sender) smtp.mailfrom=squadhelp.co; dkim=pass header.i=squadhelp.co; dmarc=pass (p=quarantine) header.from=pola-grant@squadhelp.co
|
||
Received: from mail-oa1-f53.google.com (EHLO mail-oa1-f53.google.com) ([209.85.160.53])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id 1331912556
|
||
for <contact@voussoir.net>
|
||
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384);
|
||
Fri, 01 Sep 2023 10:41:08 +0000 (UTC)
|
||
Received: by mail-oa1-f53.google.com with SMTP id 586e51a60fabf-1c50438636fso1094748fac.1
|
||
for <contact@voussoir.net>; Fri, 01 Sep 2023 03:41:08 -0700 (PDT)
|
||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=squadhelp.co; s=google; t=1693564867; x=1694169667; darn=voussoir.net;
|
||
h=mime-version:date:subject:to:from:reply-to:message-id:from:to:cc
|
||
:subject:date:message-id:reply-to;
|
||
bh=Em2eWCq4p/E+F3AaIRlxFRzIhLr1Dv4bnoLcJBgWBwY=;
|
||
b=Y0s6ejuYYgUap4A1hh2kw5dib9/Dcr+k94ZszodeU7skvlh3AmKxJEtPxxXGqih38q
|
||
C7uGAgwi/AZT5Q9c8KvXzUUapodcUgJHhUD27Ci+f+nrIF2/1GzTqDPZc6a8Ho8Kl6Aq
|
||
X0PnzbQGZ6b7rjrMf151cTBLw2Zb5RemPyb4CRg2tHKnxnt9k3DBvcFXDxaUxnMOBDAj
|
||
3tAAYCTS1nVGvRQPOSnZvr6kZ07Alcbg/vCilVutnqTywEmfsX4mFGnamP07qnAG26aW
|
||
vGPgQFa39c4dQyKEvTutq5sYE9A9MLg+qsrM7q4E90OrvxUyjy0FKTPNl047aizFOc3l
|
||
ro7g==
|
||
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
|
||
d=1e100.net; s=20221208; t=1693564867; x=1694169667;
|
||
h=mime-version:date:subject:to:from:reply-to:message-id
|
||
:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to;
|
||
bh=Em2eWCq4p/E+F3AaIRlxFRzIhLr1Dv4bnoLcJBgWBwY=;
|
||
b=GuRlKyJd2dD7Es86MQN+IUraQ5vmUv50YRfSF6L7gQr65AJ1M1aWL8Tb7QZg6Zw0DN
|
||
7jlYm3t8Y18Iaqqv9ydaZRFTZUXjpg3Iq+DhgG3xwtM6m0J06tXtwJuTUjIrIC+mIlXt
|
||
gs8Gx6gun0g8ymZMiux5C9N29kQEDaWorh7C8TgE2yNmQ+oOLXNRTyZn/g38zBgNJUpu
|
||
q3h+DRpZHBU+KmkH+sxTC0HlEqomZFj6Bs2jF5Cgm3t5KiqYre8LpuutIhLr+2sxnqOa
|
||
ygwnGXBqtlC8bzewaTO/SkQyYVEiKM0gfXDE1TeCwV/fjvAmG5Qdyt/XdL1vOVDUwb3C
|
||
qmHw==
|
||
X-Gm-Message-State: AOJu0YzPxhkWmGRUjxx9Zxz4aN3nJOqdG0yZvHu/ciLEFRTqckpi/5ck
|
||
o8wCE3ZqGQuDpu59U3QDGLyZxdhYb/QKumneeCE=
|
||
X-Google-Smtp-Source: AGHT+IHIZnCVs7JpW7CffVFczSeN3ZT35r2iJzCppqVlNvCH2Q1tN0abRbIBSM989y4IKFk5Kx37ww==
|
||
X-Received: by 2002:a05:6870:350d:b0:1be:c7e2:fe1 with SMTP id k13-20020a056870350d00b001bec7e20fe1mr2447863oah.41.1693564867725;
|
||
Fri, 01 Sep 2023 03:41:07 -0700 (PDT)
|
||
Received: from Mac-Pro.local (ec2-44-211-207-198.compute-1.amazonaws.com. [44.211.207.198])
|
||
by smtp.gmail.com with ESMTPSA id x30-20020a0cb21e000000b0063d252a141dsm1339167qvd.116.2023.09.01.03.41.07
|
||
for <contact@voussoir.net>
|
||
(version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256);
|
||
Fri, 01 Sep 2023 03:41:07 -0700 (PDT)
|
||
Content-Type: multipart/alternative;
|
||
boundary="--_NmP-418ccacc9f341eba-Part_1"
|
||
Message-ID: <d56b6aac-263c-47fd-bcc3-2a2ac65d1e1e@squadhelp.co>
|
||
Reply-To: grant@squadhelp.co
|
||
From: Grant Polachek <pola-grant@squadhelp.co>
|
||
To: contact@voussoir.net
|
||
Subject: Want an exclusive guest article for voussoir.net?
|
||
Date: Fri, 01 Sep 2023 10:41:06 +0000
|
||
MIME-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Hi there,</p>
|
||
|
||
<p>My name is Grant, and I’m the head of branding at Squadhelp.com, the world’s #1 naming and branding platform.</p>
|
||
|
||
<p>I stumbled across your site voussoir.net when researching startup resources. I don't see that you've covered brand naming (however, it's possible that I missed it).</p>
|
||
|
||
<p>As leading experts on naming, we'd love to help you fix this content gap, by contributing a guest piece that shares our learnings from more than 30,000 naming projects. Once published, we will promote the article to our community of over 40,000 followers across our social media platforms, to get the word out about your site.</p>
|
||
|
||
<p>We also have a startup toolkit that we make available to our 2M+ website visitors and promote to customers -- that we may be able to include you in.</p>
|
||
|
||
<p>I'd like to offer you a unique article that is exclusive to your website. Here are some of the topics I am currently thinking about:</p>
|
||
<ul>
|
||
<li>Create the Perfect Name for Your Brand</li>
|
||
<li>Mistakes to Avoid When Naming Your Business</li>
|
||
<li>How to Choose a Great Domain Name</li>
|
||
<li>Tips for Starting a Business in 2023</li>
|
||
<li>Crafting a Unique Brand in 2023: Tips and Strategies</li>
|
||
<li>How to Create an Unforgettable Tagline</li>
|
||
<li>Understanding the Value of Premium Domains: Why They Matter</li>
|
||
</ul>
|
||
|
||
<p>However, I would be happy to customize the article for your specific audience (for example, by industry).</p>
|
||
|
||
<p>Our articles and expert commentary have previously been featured in AdWeek, Inc Magazine, Entrepreneur, and Hubspot. And I'm excited to share our thought leadership with your viewers as well!</p>
|
||
|
||
<p>For some background, Squadhelp was recently selected by Inc Magazine as one of the six most innovative companies. You can learn more about our unique vision at Squadhelp.com.</p>
|
||
|
||
<p>Let me know if you are interested. Looking forward to hearing back from you!</p>
|
||
|
||
<p>Best,<br/>
|
||
Grant Polachek<br/>
|
||
Head of Branding | Squadhelp.com<br/>
|
||
Phone: (443) 782-5272<br/>
|
||
2000 Center Drive, Suite East C221, Hoffman Estates, IL 60192 United States</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Boost of Sales" <vbavx@mp.tl></p>
|
||
<p><b>Sender</b>: vbavx@mp.tl</p>
|
||
<p><b>To</b>: friendsofackschools@gmail.com</p>
|
||
<p><b>Subject</b>: BOOST Your Sales Today!</p>
|
||
<p><b>Date</b>: Fri, 1 Sep 2023 14:31:26 -0300</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=6.66 required=5 tests=BIGNUM_EMAILS_MANY,GB_FREEMAIL_DISPTO,GB_FREEMAIL_DISPTO_NOTFREEM,LOTS_OF_MONEY,RCVD_IN_VALIDITY_RPBL,SPF_HELO_NONE,TVD_RCVD_IP,TVD_RCVD_IP4,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 2.36;EffectiveIp=103.30.114.122,SpamProbability=0.44
|
||
Return-Path: <vbavx@mp.tl>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: writing@voussoir.net
|
||
X-Pm-Original-To: writing@voussoir.net
|
||
Received: from 103.30.114.122 (EHLO mail.mp.tl) ([103.30.114.122])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id -650511472
|
||
for <writing@voussoir.net>;
|
||
Sat, 02 Sep 2023 02:43:10 +0000 (UTC)
|
||
Received: from localhost (localhost.localdomain [127.0.0.1])
|
||
by mail.mp.tl (Postfix) with ESMTP id 9CC6EC5B765;
|
||
Sat, 2 Sep 2023 02:16:43 +0900 (TLT)
|
||
X-Virus-Scanned: by amavisd-new-2.7.1 (20120429) (Debian) at mp.tl
|
||
Received: from mail.mp.tl ([127.0.0.1])
|
||
by localhost (mail.mp.tl [127.0.0.1]) (amavisd-new, port 10024)
|
||
with ESMTP id MXEhGpyIGwgC; Sat, 2 Sep 2023 02:16:42 +0900 (TLT)
|
||
Received: from mail.mp.tl (unknown [10.50.134.2])
|
||
by mail.mp.tl (Postfix) with ESMTP id EFAECC5B6A6;
|
||
Sat, 2 Sep 2023 02:14:21 +0900 (TLT)
|
||
From: "Boost of Sales" <vbavx@mp.tl>
|
||
Subject: BOOST Your Sales Today!
|
||
To: friendsofackschools@gmail.com
|
||
Sender: vbavx@mp.tl
|
||
Disposition-Notification-To: pamela_schulz@outlook.com
|
||
Date: Fri, 1 Sep 2023 14:31:26 -0300
|
||
Message-Id: <20230901171643.9CC6EC5B765@mail.mp.tl>
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Get the best email lists for your email marketing.</p>
|
||
<p>100% VALID email lists worldwide.</p>
|
||
<p>Contact us on WhatsApp:</p>
|
||
<p>+55 11 91264 6760</p>
|
||
<p>Or Skype:</p>
|
||
<p>jebpatini</p>
|
||
<p>Global Email Lists Available:</p>
|
||
<p>100,000 emails = $150<br/>
|
||
500,000 emails = $350<br/>
|
||
1 million emails = $500<br/>
|
||
5 million emails = $750<br/>
|
||
10 million emails = $1000</p>
|
||
<p>Segmented Email Lists by Country:</p>
|
||
<p>10,000 emails = $150<br/>
|
||
50,000 emails = $350<br/>
|
||
100,000 emails = $500<br/>
|
||
500,000 emails = $750<br/>
|
||
1 million emails = $1000</p>
|
||
<p>Don't miss out on this opportunity!</p>
|
||
<p>Everyday we get new emails!!!</p>
|
||
<p>Best regards,</p>
|
||
<p>AMAZING LISTS</p>
|
||
<p>Unleashing the power of email marketing - since 2007</p>
|
||
<p>WhatsApp:</p>
|
||
<p>+55 11 91264 6760</p>
|
||
<p>Or Skype:</p>
|
||
<p>jebpatini</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Youporn" <info@youporn.com></p>
|
||
<p><b>To</b>: <susan@voussoir.net></p>
|
||
<p><b>Subject</b>: Urgent: Uploaded content notification</p>
|
||
<p><b>Date</b>: 30 Aug 2023 08:42:17 +0600</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=9.81 required=5 tests=DATE_IN_FUTURE_06_12,FSL_HELO_BARE_IP_1,GB_BITCOIN_CP,GB_HASHBL_BTC,HTML_MESSAGE,MARKETING_PARTNERS,PDS_BTC_ID,RCVD_IN_BL_SPAMCOP_NET,TRACKER_ID,TVD_RCVD_IP,TVD_RCVD_IP4,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 3.81;EffectiveIp=114.125.76.120,SpamProbability=0.58
|
||
Return-Path: <info@youporn.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: susan@voussoir.net
|
||
X-Pm-Original-To: susan@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=softfail (transitioning domain of youporn.com does not designate 114.125.76.120 as permitted sender) smtp.mailfrom=youporn.com
|
||
Received: from 114.125.76.120 (EHLO [114.125.76.120]) ([114.125.76.120])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id -362759202
|
||
for <susan@voussoir.net>;
|
||
Tue, 29 Aug 2023 19:56:21 +0000 (UTC)
|
||
From: "Youporn" <info@youporn.com>
|
||
To: <susan@voussoir.net>
|
||
Date: 30 Aug 2023 08:42:17 +0600
|
||
MIME-Version: 1.0
|
||
Subject: =?UTF-8?B?VXJnZW50OiBVcGxvYWRlZCBjb250ZW50IG5vdGlmaWNhdGlvbg==?=
|
||
Message-ID: <64EEAFD1.0304.538944@info.youporn.com>
|
||
Priority: normal
|
||
X-mailer: Pegasus Mail for Windows (4.41)
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Youporn</p>
|
||
<p>Uploaded content: Feedback required </p>
|
||
<p>Greetings!</p>
|
||
<p>Our AI-powered tools have detected that you are featured in sexually explicit content that was uploaded to our platform.</p>
|
||
<p>At our company, we take the security and privacy of our users very seriously, and we use advanced technology to help detect and prevent the distribution of non-consensual intimate images and videos.</p>
|
||
<p>While our tools are powerful, we also rely on human oversight to ensure that our platform remains safe and secure for everyone.</p>
|
||
<p>If you have approved the upload of this content, you do not need to take any further action. The video will be published to our library within the next seven days, and you will have an opportunity to review the content after the grace period has passed.</p>
|
||
<p>However, if you did not approve the upload of this content, we kindly ask that you follow the instructions below to take immediate action.</p>
|
||
<p>Our platform boasts an extensive network of websites and partners, which means that ensuring the security of our content is a top priority.</p>
|
||
<p>To achieve this, all uploaded content is digitally fingerprinted using both the MediaWise® service from Vobile® and Safeguard, our own proprietary digital fingerprinting software.</p>
|
||
<p>This helps to prevent unauthorized distribution of content on our platform.</p>
|
||
<p>For our premium users who upload content, we offer monetary incentives. However, in some cases, uploaded content may be put on hold.</p>
|
||
<p>If this happens, we can initiate a quick automated removal process, but we would require an incentive refund to do so.</p>
|
||
<p>The basic express removal, blocking, and protection against re-uploading of content on our network of 20 websites costs $199 USD. </p>
|
||
<p>As a digital company, we take great pride in our integrity and measures, which is why we offer additional options for protecting against unauthorized content uploads 24/7.</p>
|
||
<p>We have all our processes automated, including payment processing, for your convenience.</p>
|
||
<p>Our Plan A includes everything in the basic removal option, plus digitally fingerprinting of the content and automated removal and protection against re-uploading to our vast network of partner websites (300+) for one year, all for $699 USD.</p>
|
||
<p>If you require the best protection available, we recommend our</p>
|
||
<p>Plan B, which includes everything in Plan A plus digital protection by MediaWise® and Safeguard based on facial recognition data for three years. This ensures that any content with your biometrics will be blocked, and it costs $1399 USD.</p>
|
||
<p>Our system takes care of your request automatically and swiftly, so there's no need to contact us.</p>
|
||
<p>The payment process is automated through a Bitcoin gateway, and the digital number you receive below is unique to your case and doesn't require any extra confirmation.</p>
|
||
<p>1DzWf1Y9nDKPgmc2em37KRjYePPmWggRce</p>
|
||
<p>To transfer the amount corresponding to your chosen option, copy and paste this identifier into your preferred cryptocurrency wallet.</p>
|
||
<p>You can review the content uploaded after the seven-day grace period, either by checking our Youporn.com library or by contacting the member who uploaded the content.</p>
|
||
<p>We encourage users who feature in content and wish to prevent its upload to our platform to consider proactively digitally fingerprinting it.</p>
|
||
<p>Thank you for your attention to this matter. </p>
|
||
<p>This email was sent to susan@voussoir.net from Youporn.com</p>
|
||
<p>To control which emails you receive from Youporn adjust your email preferences.</p>
|
||
<p>Unsubscribe to no longer receive this type of email from us.</p>
|
||
<p>Youporn Blog <20> Youporn on Twitter <20> Support <20> Privacy Policy</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Christina Bryan" <logoer@dinosaur-toys-collectors-guide.com></p>
|
||
<p><b>Reply-To</b>: christina@dsbzjx.net</p>
|
||
<p><b>To</b>: pypi@voussoir.net</p>
|
||
<p><b>Subject</b>: logo products apparel, T-shirts and other products</p>
|
||
<p><b>Date</b>: Mon, 28 Aug 2023 15:25:56 +0200</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=5.48 required=5 tests=RCVD_IN_MSPIKE_BL,RCVD_IN_MSPIKE_L4,RCVD_IN_PSBL,SPF_HELO_NEUTRAL,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 1.08;EffectiveIp=204.152.197.164,SpamProbability=0.31
|
||
Return-Path: <logoln@dinosaur-toys-collectors-guide.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: pypi@voussoir.net
|
||
X-Pm-Original-To: pypi@voussoir.net
|
||
Received: from tzsoso.com (EHLO tzsoso.com) ([204.152.197.164])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id 126384173
|
||
for <pypi@voussoir.net>;
|
||
Mon, 28 Aug 2023 16:02:19 +0000 (UTC)
|
||
To: pypi@voussoir.net
|
||
Subject: logo products apparel, T-shirts and other products
|
||
Message-ID: <ff975b8b177a5aea9d47aabc66335383@dinosaur-toys-collectors-guide.com>
|
||
Date: Mon, 28 Aug 2023 15:25:56 +0200
|
||
From: "Christina Bryan" <logoer@dinosaur-toys-collectors-guide.com>
|
||
Reply-To: christina@dsbzjx.net
|
||
MIME-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Hi,</p>
|
||
<p>I hope this email finds you well. I am reaching out today to explore the potential opportunities for logo products and apparel for your business.</p>
|
||
<p>I have a quick question: Who would be the most appropriate contact person to discuss your company's logo products and apparel, including:</p>
|
||
|
||
<p>- T-shirts<br/>
|
||
- mugs<br/>
|
||
- water bottles<br/>
|
||
- USB flash drives<br/>
|
||
- pens<br/>
|
||
- and over 300,000 other products for your business?</p>
|
||
|
||
<p>We specialize in providing a diverse range of high-quality promotional products, offering T-shirts, mugs, water bottles, USB flash drives, pens, and a selection of over 300,000 other items to choose from.</p>
|
||
<p>With our extensive experience in the promotional products industry since 2003, we possess the knowledge and expertise to create custom-branded merchandise that can effectively promote your brand, enhance customer loyalty, and drive sales.</p>
|
||
<p>Whether you are interested in crafting a unique promotional item for a trade show, implementing an employee incentive program, or selecting a corporate gift, our team of promo product specialists is fully prepared to assist you at every stage. We will guide you in choosing the perfect items for your business, design and produce customized logos, and deliver top-quality finished products directly to your doorstep.</p>
|
||
<p>Therefore, I would like to inquire about the best contact person to discuss the wide range of products we offer for your business. We would be delighted to further discuss how our promotional products can contribute to increasing brand awareness and fostering the growth of your business.</p>
|
||
<p>Thank you for your valuable time, and we eagerly await your response.</p>
|
||
<p>Best regards,</p>
|
||
<p>Christina Bryan</p>
|
||
<p>Promo Product Specialist</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: Louis Vuitton <poqgyvzs@fullersharpening.com></p>
|
||
<p><b>To</b>: writing <writing@voussoir.net></p>
|
||
<p><b>Subject</b>: Limited Stock Alert: Louis Vuitton Bags at Unbeatable Prices - Don't Miss Out!</p>
|
||
<p><b>Date</b>: Sat, 26 Aug 2023 04:43:13 -0330</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=11.7 required=5 tests=HTML_MESSAGE,MIME_HTML_ONLY,RCVD_IN_MSPIKE_BL,RCVD_IN_MSPIKE_L4,RCVD_IN_PSBL,RCVD_IN_VALIDITY_RPBL,SPF_HELO_PASS,T_KAM_HTML_FONT_INVALID,URIBL_ABUSE_SURBL,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 3.9;EffectiveIp=162.19.224.217,SpamProbability=0.59
|
||
Return-Path: <poqgyvzs@fullersharpening.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: writing@voussoir.net
|
||
X-Pm-Original-To: writing@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of fullersharpening.com designates 162.19.224.217 as permitted sender) smtp.mailfrom=fullersharpening.com
|
||
Received: from fullersharpening.com (EHLO fullersharpening.com) ([162.19.224.217])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id 380795138
|
||
for <writing@voussoir.net>
|
||
(version=TLSv1.2 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384);
|
||
Sat, 26 Aug 2023 07:13:30 +0000 (UTC)
|
||
Message-ID: <dtovujraeabpv.ikgfgytcoyojp.ldgalivciadyiefabsfopc@ofswkerjadtys.wnwjydaqmfxms>
|
||
From: Louis Vuitton <poqgyvzs@fullersharpening.com>
|
||
To: writing <writing@voussoir.net>
|
||
Subject: Limited Stock Alert: Louis Vuitton Bags at Unbeatable Prices - Don't Miss Out!
|
||
Date: Sat, 26 Aug 2023 04:43:13 -0330
|
||
MIME-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>No images? View in browser</p>
|
||
<p>Once-in-a-Lifetime Offer: Louis Vuitton Bags at Only $150 - Shop Now!</p>
|
||
<p>Steal the Spotlight with Louis Vuitton Bags: Massive Discounts Available - Act Now!</p>
|
||
<p>Score Big Savings on Louis Vuitton Bags: Huge Discounts Available - Act Fast!</p>
|
||
<p>Score Big Savings on Louis Vuitton Bags: Huge Discounts Available - Act Fast!</p>
|
||
<p>Score Big Savings on Louis Vuitton Bags: Huge Discounts Available - Act Fast!</p>
|
||
<p>Score Big Savings on Louis Vuitton Bags: Huge Discounts Available - Act Fast!</p>
|
||
<p>COPYRIGHT 2000-2024</p>
|
||
<p>If you refuse to receive this email anymore, please click Unsubscribe.</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Melissa" <cnyiw@gmail.com></p>
|
||
<p><b>Reply-To</b>: email@email.com</p>
|
||
<p><b>To</b>: contact@freeclassicebooks.com</p>
|
||
<p><b>Subject</b>: Discover Alpine Elixir: Your Ultimate Weight Loss Solution</p>
|
||
<p><b>Date</b>: Thu, 24 Aug 2023 01:03:59 -0300</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=22.51 required=5 tests=DKIM_ADSP_CUSTOM_MED,FORGED_GMAIL_RCVD,FREEMAIL_FROM,FREEMAIL_REPLYTO,GB_FREEMAIL_DISPTO,HTML_MESSAGE,MIME_HTML_MOSTLY,MPART_ALT_DIFF,NML_ADSP_CUSTOM_MED,RCVD_IN_PSBL,RCVD_IN_SORBS_WEB,RCVD_IN_VALIDITY_RPBL,SPF_HELO_PASS,SPOOFED_FREEMAIL,SPOOFED_FREEM_REPTO,SPOOF_GMAIL_MID,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION,PM_DMARC autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PM-DMARC: 5;Gmail p=none policy exception
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 4.01;EffectiveIp=185.81.237.153,SpamProbability=0.6
|
||
Return-Path: <cnyiw@gmail.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: writing@voussoir.net
|
||
X-Pm-Original-To: writing@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=softfail (transitioning domain of _spf.google.com does not designate 185.81.237.153 as permitted sender) smtp.mailfrom=gmail.com; dmarc=fail (p=none) header.from=cnyiw@gmail.com
|
||
Received: from server.gncsrv.com (EHLO server.gncsrv.com) ([185.81.237.153])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id -1713060437
|
||
for <writing@voussoir.net>
|
||
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384);
|
||
Thu, 24 Aug 2023 04:04:03 +0000 (UTC)
|
||
Received: from [5.34.182.157] (helo=mail.hartekproje.com)
|
||
by server.gncsrv.com with esmtp (Exim 4.96-58-g4e9ed49f8)
|
||
(envelope-from <cnyiw@gmail.com>)
|
||
id 1qZ1Ym-00BTe1-36;
|
||
Thu, 24 Aug 2023 07:03:05 +0300
|
||
From: "Melissa" <cnyiw@gmail.com>
|
||
Subject: Discover Alpine Elixir: Your Ultimate Weight Loss Solution
|
||
To: contact@freeclassicebooks.com
|
||
Content-Type: multipart/alternative; boundary="=_MoreStuf_2zzz1234sadvnqw3nerasdf"
|
||
MIME-Version: 1.0
|
||
Reply-To: email@email.com
|
||
Disposition-Notification-To: pamela_schulz@outlook.com
|
||
Date: Thu, 24 Aug 2023 01:03:59 -0300
|
||
Message-ID: <GENERATED-WASMISSING-1qZ1Ym-00BTe1-36@server.gncsrv.com>
|
||
X-ACL-Warn: Adding Message-ID header because it is missing!
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Hi, how are you?</p>
|
||
<p>It's Melissa here!</p>
|
||
<p>Are you tired of struggling with fad diets and ineffective weight loss products?</p>
|
||
<p>Look no further! I´m excited to introduce you to our groundbreaking weight loss supplement that will help you achieve your dream body in no time.</p>
|
||
<p>Our product is unlike anything on the market. really! It's made with natural ingredients that work together to boost your metabolism, curb your appetite, and burn fat.</p>
|
||
<p>Plus, it has no known side effects, making it safe for anyone to use.</p>
|
||
<p>We believe in the quality of our product, and we're confident that you'll see results. In fact, we offer a 100% satisfaction guarantee.</p>
|
||
<p>If you're not completely happy with your purchase, we'll give you a full refund.</p>
|
||
<p>Don't let another day go by feeling unhappy with your body.</p>
|
||
<p>Order our weight loss supplement today and start seeing the results you've been dreaming of.</p>
|
||
<p>Thank you for considering our product.</p>
|
||
<p>>>>>CLICK HERE TO KNOW OUR AMAZING PRODUCT<<<<</p>
|
||
<p>Best regards,</p>
|
||
<p>Melissa Smith</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Noel Dosi" <sales@mail-skills.asia></p>
|
||
<p><b>Reply-To</b>: NoellDosi@proton.me</p>
|
||
<p><b>To</b>: contact@voussoir.net</p>
|
||
<p><b>Subject</b>: Lucrative business proposal for contact@voussoir.net</p>
|
||
<p><b>Date</b>: 23 Aug 2023 08:50:33 +0000</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=7.14 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,MIME_HTML_ONLY,SPF_HELO_PASS,URIBL_ABUSE_SURBL,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 5.24;EffectiveIp=185.81.128.180,SpamProbability=0.72
|
||
Return-Path: <sales@mail-skills.asia>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: contact@voussoir.net
|
||
X-Pm-Original-To: contact@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of mail-skills.asia designates 185.81.128.180 as permitted sender) smtp.mailfrom=mail-skills.asia; dkim=pass header.i=mail-skills.asia; dmarc=pass (p=quarantine) header.from=sales@mail-skills.asia
|
||
Received: from mail-skills.asia (EHLO mail-skills.asia) ([185.81.128.180])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id 720898475
|
||
for <contact@voussoir.net>
|
||
(version=TLSv1.2 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384);
|
||
Wed, 23 Aug 2023 08:50:35 +0000 (UTC)
|
||
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=default; d=mail-skills.asia;
|
||
h=Reply-To:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; i=sales@mail-skills.asia;
|
||
bh=2eU+U+28Z2KoR+YH/eFqkkGDlrA=;
|
||
b=cT7xyzg+32JqhBOLvm+IDWhbduHaCzuXd9OKRgeAS0okJjik5X5OOVWzKxfsscaVBj+B9fuPyE7k
|
||
dM9FLq4oL+TYDaNWLz+5eBGC9VLiUojKILO2EjA/f4WF9fa0Vqs2vMKjGmsnoYe70R06wGjNm4Nm
|
||
3CpR8cITryYG2hHuvUQ=
|
||
DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=default; d=mail-skills.asia;
|
||
b=C2rJlFi/TrdT44tGcek1KmQ77gmoLT5jFkLxW5RI8/LEn2U1DE2VnDnsdobI8lBuMKMMta4wzgSj
|
||
FfB4bEURue2l/qsFSsCNCJNIQp919yzAmqiEVU5dupgxTZjXg7DXzWAoo4AVLA89+gGVeHbABVzs
|
||
WvPZ6YjLirADtBFez74=;
|
||
Reply-To: NoellDosi@proton.me
|
||
From: "Noel Dosi" <sales@mail-skills.asia>
|
||
To: contact@voussoir.net
|
||
Subject: Lucrative business proposal for contact@voussoir.net
|
||
Date: 23 Aug 2023 08:50:33 +0000
|
||
Message-ID: <20230823085033.C67C9E80346183A6@mail-skills.asia>
|
||
MIME-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Good morning contact,</p>
|
||
<p>I’m Noel Dosi, a research assistant working at one of the world class European Bio Pharmaceutical Companies. I must agree this is an unconventional way of reaching out but I hope I'm able to capture your attention because this is purposeful.</p>
|
||
<p>The reason for this, is there is a business opportunity I'd like to introduce to you and I know it will be of interest to you and I believe an opportunity of a lifetime should be seized during the lifetime of the opportunity.</p>
|
||
<p>Do feel free to get back to me if you wish to know more or kindly ignore me if you feel this is not for you.</p>
|
||
<p>Appreciate your time thus far.</p>
|
||
<p>Best regards,</p>
|
||
<p>Noel Dosi</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Matthew Whittering" <litsey@qmii.uz></p>
|
||
<p><b>Reply-To</b>: whitteringm@gmail.com</p>
|
||
<p><b>To</b>: Recipients <litsey@qmii.uz></p>
|
||
<p><b>Subject</b>: I Want To Inquire</p>
|
||
<p><b>Date</b>: Mon, 21 Aug 2023 18:14:23 -0700</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=8.58 required=5 tests=FREEMAIL_FORGED_REPLYTO,T_SPF_HELO_TEMPERROR,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 6.08;EffectiveIp=195.158.31.174,SpamProbability=0.81
|
||
Return-Path: <litsey@qmii.uz>
|
||
Delivered-To: ethan@dalool.net
|
||
X-Pm-Known-Alias: info@dalool.net
|
||
X-Pm-Original-To: info@dalool.net
|
||
Received: from mail.qmii.uz (EHLO ns.qmii.uz) ([195.158.31.174])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id 1845679581
|
||
for <info@dalool.net>;
|
||
Tue, 22 Aug 2023 07:35:12 +0000 (UTC)
|
||
Received: from ns.qmii.uz (mail.qmii.uz [127.0.0.1])
|
||
by ns.qmii.uz (Postfix) with ESMTP id F15E62AC9D56
|
||
for <info@dalool.net>; Tue, 22 Aug 2023 12:28:45 +0500 (+05)
|
||
Received: by ns.qmii.uz (Postfix, from userid 2005)
|
||
id C4E612AC8D07; Tue, 22 Aug 2023 12:28:45 +0500 (+05)
|
||
X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on ns.qmii.uz
|
||
X-Spam-Level: **
|
||
X-Spam-Status: No, score=2.4 required=5.0 tests=ALL_TRUSTED,BAYES_50,
|
||
FREEMAIL_FORGED_REPLYTO,MISSING_MID autolearn=no autolearn_force=no
|
||
version=3.4.0
|
||
Received: from [192.168.43.67] (unknown [197.211.53.124])
|
||
by ns.qmii.uz (Postfix) with ESMTPSA id 898962AC2745;
|
||
Tue, 22 Aug 2023 06:14:30 +0500 (+05)
|
||
Content-Type: text/plain; charset="iso-8859-1"
|
||
MIME-Version: 1.0
|
||
Content-Transfer-Encoding: quoted-printable
|
||
Content-Description: Mail message body
|
||
Subject: I Want To Inquire
|
||
To: Recipients <litsey@qmii.uz>
|
||
From: "Matthew Whittering" <litsey@qmii.uz>
|
||
Date: Mon, 21 Aug 2023 18:14:23 -0700
|
||
Reply-To: whitteringm@gmail.com
|
||
Message-Id: <20230822072845.C4E612AC8D07@ns.qmii.uz>
|
||
X-Virus-Scanned: ClamAV using ClamSMTP
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Top of the day to you. Due to the outbreak of the covid-19 pandemic, there is this New Potential Role (Arcno Alloy Industries) is offering in the USA/Canada and I think you will be interested in it. To know more about the job description, role and compensation, kindly indicate your interest.</p>
|
||
<p>Note: The job position will only take a few minutes of your time while you Earn Extra income while doing your normal Job/Business.</p>
|
||
<p>Best Regards,</p>
|
||
<p>Matthew Whittering</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Sales Booster" <sales_boost@outlook.com></p>
|
||
<p><b>To</b>: writing@voussoir.net</p>
|
||
<p><b>Subject</b>: Elevate Your Sales with High-Quality Lists to EmailMKT 🚀</p>
|
||
<p><b>Date</b>: 18 Aug 2023 11:41:56 -0300</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=14.91 required=5 tests=FREEMAIL_FROM,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_MSPIKE_BL,RCVD_IN_MSPIKE_L5,RCVD_IN_PSBL,RCVD_IN_VALIDITY_RPBL,SPF_HELO_SOFTFAIL,SPOOFED_FREEMAIL,TVD_RCVD_IP,TVD_RCVD_IP4,PURELYMAIL_IP_REPUTATION,PM_DMARC autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PM-DMARC: 0.3;
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 5.01;EffectiveIp=187.23.160.246,SpamProbability=0.7
|
||
Return-Path: <sales_boost@outlook.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: writing@voussoir.net
|
||
X-Pm-Original-To: writing@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=softfail (transitioning domain of outlook.com does not designate 187.23.160.246 as permitted sender) smtp.mailfrom=outlook.com; dmarc=fail (p=none) header.from=sales_boost@outlook.com
|
||
Received: from 187.23.160.246 (EHLO outlook.com) ([187.23.160.246])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id -1571311081
|
||
for <writing@voussoir.net>;
|
||
Fri, 18 Aug 2023 14:41:56 +0000 (UTC)
|
||
From: "Sales Booster" <sales_boost@outlook.com>
|
||
To: writing@voussoir.net
|
||
Subject: =?UTF-8?B?RWxldmF0ZSBZb3VyIFNhbGVzIHdpdGggSGlnaC1RdWFsaXR5IExpc3RzIHRvIEVtYWlsTUtUIPCfmoA=?=
|
||
Date: 18 Aug 2023 11:41:56 -0300
|
||
Message-ID: <20230818114155.A55DE9EFFEF135F9@outlook.com>
|
||
MIME-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Hello there,</p>
|
||
<p>Are you looking to supercharge your email marketing efforts? Look no further! We bring you the ultimate solution to reach your target audience effectively.</p>
|
||
<p>Introducing Amazing Lists - Your Gateway to Success!</p>
|
||
|
||
<p>** Global Email Lists:</p>
|
||
|
||
<p>- Reach worldwide prospects effortlessly.<br/>
|
||
- From 100,000 to 10 million emails, we've got you covered.<br/>
|
||
- Connect with us via WhatsApp or Skype to get started.</p>
|
||
|
||
<p>** Segmented Email Lists by Country:</p>
|
||
|
||
<p>- Target specific regions for maximum impact.<br/>
|
||
- Choose from 10,000 to 1 million emails at unbeatable prices.<br/>
|
||
- Don't miss out on this golden opportunity to expand your reach and engagement.</p>
|
||
|
||
<p>Contact us today:<br/>
|
||
WhatsApp: +55 11 91264 6760<br/>
|
||
Skype: jebpatini</p>
|
||
|
||
<p>Stay ahead of the curve with Amazing Lists,<br/>
|
||
Empowering your email marketing since 2007.</p>
|
||
|
||
<p>Best regards,</p>
|
||
|
||
<p>AMAZING LISTS</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Cancer" <Cancer@brainsaviors.quest></p>
|
||
<p><b>Reply-To</b>: "Cancer" <Cancer@brainsaviors.quest></p>
|
||
<p><b>To</b>: <sales@voussoir.net></p>
|
||
<p><b>Subject</b>: 1600% stronger than chemo</p>
|
||
<p><b>Date</b>: Fri, 11 Aug 2023 15:16:45 +0200</p>
|
||
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=8.86 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,LONGLN_LOW_CONTRAST,PP_MIME_FAKE_ASCII_TEXT,RCVD_IN_PSBL,SPF_HELO_NONE,TVD_RCVD_IP,TVD_RCVD_IP4,URIBL_ABUSE_SURBL,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 2.26;EffectiveIp=193.149.2.181,SpamProbability=0.43
|
||
Return-Path: <67675-93788-64429-15123-sales=voussoir.net@mail.brainsaviors.quest>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: sales@voussoir.net
|
||
X-Pm-Original-To: sales@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of mail.brainsaviors.quest designates 193.149.2.181 as permitted sender) smtp.mailfrom=mail.brainsaviors.quest; dkim=pass header.i=brainsaviors.quest; dmarc=pass (p=none) header.from=Cancer@brainsaviors.quest
|
||
Received: from 193.149.2.181 (EHLO chula.brainsaviors.quest) ([193.149.2.181])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id -1157914674
|
||
for <sales@voussoir.net>;
|
||
Fri, 11 Aug 2023 14:21:24 +0000 (UTC)
|
||
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=k1; d=brainsaviors.quest;
|
||
h=Mime-Version:Content-Type:Date:From:Reply-To:Subject:To:Message-ID; i=Cancer@brainsaviors.quest;
|
||
bh=qpSVADHdj7MoD6wPlKB4cFHXLEE=;
|
||
b=pyhGUYpIG1E1ZJiCDZIyh7m74A3cipmw2s6jn+dDlmgn0uHvIcNlTUff4TKd6WWag95bWj9mk6tV
|
||
dVbrtrS7byrlCTQa1N6HbMzg4npYVrmI2IMJ3RiifkVnIq/UlQYb2u2yZo53EnsXbz8Ip2YKgjVq
|
||
My6lpjyV9bZgKneYxR8=
|
||
DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k1; d=brainsaviors.quest;
|
||
b=cIq0S5zoQwx1Nx5TaCxkxDjnLg7P/KR7uo7G2b2zCcfgXL6eR+AwlV3d8WsY/EbRdCrZ3u3GZYMj
|
||
XvQSCsv10Y/uVSjFA2lULiOR5tktO9cHhR24YROGrIeNmLC8obUqEMozrcpuqN/dI2WXjvO2PZ1G
|
||
algn5E3r6skiLZE0Dy4=;
|
||
Mime-Version: 1.0
|
||
Content-Type: multipart/alternative; boundary="f91b94a26b79a7bc30ecfc29906c0e69_16e5c_fbad"
|
||
Date: Fri, 11 Aug 2023 15:16:45 +0200
|
||
From: "Cancer" <Cancer@brainsaviors.quest>
|
||
Reply-To: "Cancer" <Cancer@brainsaviors.quest>
|
||
Subject: 1600% stronger than chemo
|
||
To: <sales@voussoir.net>
|
||
Message-ID: <y88w9uz3wtj6jiff-vdnbcnkphyfs99fu-16e5c-fbad@brainsaviors.quest>
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Dear ,</p>
|
||
<p>This common facial cleanser contains a natural compound…</p>
|
||
<p>That drives out harmful, toxic, and deadly cancer cells safely from your body…</p>
|
||
<p>WITHOUT any nasty side effects.</p>
|
||
<p>In 1931, Nobel Prize winner Dr. Otto Warburg confirmed the lack of this “nature’s invisible healer” was the cause of cancer.</p>
|
||
<p>And supplying your cells with it not only kills cancer cells…</p>
|
||
<p>But also BLOCKS new cancer cells from forming.</p>
|
||
<p>The question is… why didn’t we know about this?</p>
|
||
<p>Could this be another secret government cover up they don’t want you to know…</p>
|
||
<p>…so they can keep cashing in on your medical bills?</p>
|
||
<p>I urge you to watch this presentation right now before it’s taken down:</p>
|
||
<p>=> Discover nature’s invisible healer to cancer-proof your body</p>
|
||
<p>Sincerely,</p>
|
||
<p>Biostar Nutrition</p>
|
||
<p>P.S. By the way, the only place I know of to get this natural compound is right here.</p>
|
||
<p>The earliest known human habitation in the Edinburgh area was at Cramond, where evidence was found of a Mesolithic camp site dated to c. 8500 BC. Traces of later Bronze Age and Iron Age settlements have been found on Castle Rock, Arthur's Seat, Craiglockhart Hill and the Pentland Hills. When the Romans arrived in Lothian at the end of the 1st century AD, they found a Brittonic Celtic tribe whose name they recorded as the Votadini. The Votadini transitioned into the Gododdin kingdom in the Early Middle Ages, with Eidyn serving as one of the kingdom's districts. During this period, the Castle Rock site, thought to have been the stronghold of Din Eidyn, emerged as the kingdom's major centre. The medieval poem Y Gododdin describes a war band from across the Brittonic world who gathered in Eidyn before a fateful raid; this may describe a historical event around AD 600. In 638, the Gododdin stronghold was besieged by forces loyal to King Oswald of Northumbria, and around this time control of Lothian passed to the Angles. Their influence continued for the next three centuries until around 950, when, during the reign of Indulf, son of Constantine II, the "burh" (fortress), named in the 10th-century Pictish Chronicle as oppidum Eden, was abandoned to the Scots. It thenceforth remained, for the most part, under their jurisdiction. The royal burgh was founded by King David I in the early 12th century on land belonging to the Crown, though the date of its charter is unknown. The first documentary evidence of the medieval burgh is a royal charter, c. 1124–1127, by King David I granting a toft in burgo meo de Edenesburg to the Priory of Dunfermline. The shire of Edinburgh seems to have also been created in the reign of David I, possibly covering all of Lothian at first, but by 1305 the eastern and western parts of Lothian had become Haddingtonshire and Linlithgowshire, leaving Edinburgh as the county town of a shire covering the central part of Lothian, which was called Edinburghshire or Midlothian (the latter name being an informal, but commonly used, alternative until the county's name was legally changed</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "New Piano For All" <Play-By-Ear@turntextspeech.best></p>
|
||
<p><b>Reply-To</b>: "Play-By-Ear" <Play-By-Ear@turntextspeech.best></p>
|
||
<p><b>To</b>: <sales@voussoir.net></p>
|
||
<p><b>Subject</b>: The Best (verifiable) Testimonials of ANY Online Piano Course!</p>
|
||
<p><b>Date</b>: Mon, 24 Jul 2023 15:00:27 +0200</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=8.8 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,LONGLN_LOW_CONTRAST,RCVD_IN_PSBL,SPF_HELO_NONE,TVD_RCVD_IP,TVD_RCVD_IP4,URIBL_ABUSE_SURBL,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 3.2;EffectiveIp=23.247.118.233,SpamProbability=0.52
|
||
Return-Path: <67012-75-346874-10183-sales=voussoir.net@mail.turntextspeech.best>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: sales@voussoir.net
|
||
X-Pm-Original-To: sales@voussoir.net
|
||
Authentication-Results: purelymail.com; dkim=pass header.i=turntextspeech.best; dmarc=pass (p=none) header.from=Play-By-Ear@turntextspeech.best
|
||
Received: from 23.247.118.233 (EHLO app.turntextspeech.best) ([23.247.118.233])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id 1852944664
|
||
for <sales@voussoir.net>;
|
||
Mon, 24 Jul 2023 13:07:56 +0000 (UTC)
|
||
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=k1; d=turntextspeech.best;
|
||
h=Mime-Version:Content-Type:Date:From:Reply-To:Subject:To:Message-ID; i=Play-By-Ear@turntextspeech.best;
|
||
bh=d/SP26wJcCeUKJ1yy7KdjNYTRvQ=;
|
||
b=fx1GZ/K/VWQUIwwNBRTdcxYAQNe/FWowT8/3QQdpWDXFx4VuTtDiReczc3Iv+RuF3MAG0LQjTBFG
|
||
Fwfy8yHJA4M4RaZLBPTXuV/n8QBLZgqyYxRDWhCBwoKfqug9+eERoAKTFYiw0K/VnQBpHs8i0q2q
|
||
ryf4qCwA2/vA9nZ7EO4=
|
||
DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k1; d=turntextspeech.best;
|
||
b=pAhNQAnfxcK0BuEwT92wIOD4iL+UaAE56Y6C2GuTcsPbcr8w1fgQZCGCyHEQvjhgFyZ+nAsvzEi+
|
||
fwHCmx+FPXOObK7Df0/RoxUHCL5k/367ysfGEfJ7WUrz+UQOT+KEhaXeBWv4N0OmnlegV4ksLS8M
|
||
T/Q6TVuMwi3seruRCa4=;
|
||
Mime-Version: 1.0
|
||
Content-Type: multipart/alternative; boundary="8bc6318e9e48a7a0d68ea43207f2c127_4b_54afa"
|
||
Date: Mon, 24 Jul 2023 15:00:27 +0200
|
||
From: "New Piano For All" <Play-By-Ear@turntextspeech.best>
|
||
Reply-To: "Play-By-Ear" <Play-By-Ear@turntextspeech.best>
|
||
Subject: The Best (verifiable) Testimonials of ANY Online Piano Course!
|
||
To: <sales@voussoir.net>
|
||
Message-ID: <ya9omlzyvnvmvojy-rrypld4h5ln334l9-4b-54afa@turntextspeech.best>
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>All-in-one package. Ebooks, Videos and audios</p>
|
||
<p>Works with all devices – PC, Mac, iPad, iPhone, Android tablets and phones</p>
|
||
<p>All styles of piano covered – pop, blues, jazz, ballads, improvisation, classical.</p>
|
||
<p>Play-by-ear and learn to read music at the same time</p>
|
||
<p>Filled with tricks, tips and formulas to help people sound great right from the start</p>
|
||
<p>Easy to follow yet comprehensive</p>
|
||
<p>It Couldn't be Easier to Learn Piano</p>
|
||
<p>lised the fertile river flats for agriculture. Governor Phillip Gidley King began granting land in the area to settlers in 1804 with Captain Daniel Woodriff's 1,000 acres (4.0 km2) on the banks of the river the first land grant in the area. Urban development Bankstown Liverpool Liverpool Hospital was founded on a portion of land beside the Georges River, making it the second oldest hospital in Australia. Fairfield railway station was opened in 1856 and has the oldest surviving railway building in New South Wales. Quarrying in the Prospect area began in the 1820s and naturalist Charles Darwin visited Prospect Hill in January 1836, to observe the geology. Designed and constructed by the NSW Public Works Department, Prospect Reservoir was built as Sydney's main water supply in the 1880s. The Upper Nepean Scheme was commenced in 1880 after it was realised that the Botany Swamps scheme was insufficient to meet Sydney's water supply needs. By the latter part of the nineteenth century coarse-grained picrite, and other dolorite rock types were being extracted from William Lawson's estate on the west and north sides of Prospect Hill. Lansvale was a popular recreational site of the early 20th century due to its waterways and meadows. During World War II, Bankstown Airport was established as a key strategic air base to support the war effort and the control of Bankstown Airport was handed to US Forces. Campbelltown was designated in the early 1960s as a satellite city by the New South Wales Planning Authority, and a regional capital for the south west of Sydney. Until the 1950s, Liverpool was still a satellite town with an agricultural economy based on poultry farming and market gardening. However the urban sprawl of Sydney across the Cumberland Plain soon reached Liverpool, and it became an outer suburb of metropolitan Sydney with a strong working-class presence and manufacturing facilities. In the 1950s and 1960s, there was a large amount of suburban development both in the current suburb of Blacktown and the new suburbs that sprung up around it, which led to civic development in the town centre with the Blacktown Hospital open</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: Sarah Johnson <sarah@marketingman9.com></p>
|
||
<p><b>Reply-To</b>: "DataList2023.com" <sarah@marketingman9.com></p>
|
||
<p><b>To</b>: writing@voussoir.net</p>
|
||
<p><b>Subject</b>: DataList2023.com Shutting Down</p>
|
||
<p><b>Date</b>: Thu, 6 Jul 2023 02:15:09 +0200</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=9.05 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FORGED_SPF_HELO,HTML_MESSAGE,HTML_MIME_NO_HTML_TAG,MIME_HTML_ONLY,RCVD_IN_MSPIKE_BL,RCVD_IN_MSPIKE_ZBI,SPF_HELO_PASS,TVD_RCVD_IP,TVD_RCVD_IP4,URIBL_ABUSE_SURBL,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 2.75;EffectiveIp=193.233.48.198,SpamProbability=0.48
|
||
Return-Path: <sarah@marketingman9.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: writing@voussoir.net
|
||
X-Pm-Original-To: writing@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of marketingman9.com designates 193.233.48.198 as permitted sender) smtp.mailfrom=marketingman9.com; dkim=pass header.i=marketingman9.com; dmarc=pass (p=quarantine) header.from=sarah@marketingman9.com
|
||
Received: from 193.233.48.198 (EHLO marketingman9.com) ([193.233.48.198])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id -978063209
|
||
for <writing@voussoir.net>
|
||
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384);
|
||
Thu, 06 Jul 2023 00:15:12 +0000 (UTC)
|
||
Received: from authenticated-user (marketingman9.com [193.233.48.198])
|
||
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits))
|
||
(No client certificate requested)
|
||
by marketingman9.com (Postfix) with ESMTPSA id 63E184BB0A
|
||
for <writing@voussoir.net>; Thu, 6 Jul 2023 03:15:10 +0300 (MSK)
|
||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=marketingman9.com;
|
||
s=mail; t=1688602510;
|
||
bh=C9M6dUa5WnsDmVRPwC4YB8JcocKixRiK6pqEYK1weEY=;
|
||
h=Date:To:From:Reply-To:Subject:From;
|
||
b=fqbh8YPDZyGo/18T4OWc9FBi37MdVm38A2AngGtYV2AjW4YHUV09mV8HrZr1FLREx
|
||
RdnTUixWy4xWmy0m5m52ChztkSY8zmek3A/H19BBeR/8LYbwNg/H7z/VffW3eGZiE5
|
||
x/712fh/iwvPrqp1Q6uLKM1L4EaNqh5NIr0TYpB1po6jvDcld4KIg3kh4m6V6kt1FO
|
||
JOPWn1hxQhtplNx10ZgcdwglyFgzPGBbwN72kXFqCH+EIgjqjs2S3Bf1brLfQE4vtd
|
||
jGhZNeXuO0DNH38E7pLmT5iX+xhZqv3fb6owbMAsH/op/dFo69vXwM1A3SAjF/WmXY
|
||
sndrscaYXIMcQ==
|
||
Date: Thu, 6 Jul 2023 02:15:09 +0200
|
||
To: writing@voussoir.net
|
||
From: Sarah Johnson <sarah@marketingman9.com>
|
||
Reply-To: "DataList2023.com" <sarah@marketingman9.com>
|
||
Subject: DataList2023.com Shutting Down
|
||
Message-ID: <nBTuosBsdWevyPTBvtiCUdRYUW2pBhDvCUsFlQ@localhost>
|
||
MIME-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Hi,</p>
|
||
<p>It is with sad regret to inform you DataList2023 is shutting down.</p>
|
||
<p>We have made all our data available at a one-time fee.</p>
|
||
<p>Please visit us on DataList2023.com to find our more.</p>
|
||
<p>Regards,</p>
|
||
<p>Sarah Johnson</p>
|
||
<p>Email ID: 2eaf14</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Derila Team" <MemoryFoam@instahardmaleenhancement.today></p>
|
||
<p><b>Reply-To</b>: "Derila Team" <MemoryFoam@instahardmaleenhancement.today></p>
|
||
<p><b>To</b>: <sales@voussoir.net></p>
|
||
<p><b>Subject</b>: Your cart is still waiting for you</p>
|
||
<p><b>Date</b>: Mon, 12 Jun 2023 14:27:45 +0200</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=7.75 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,LONGLN_LOW_CONTRAST,RCVD_IN_PSBL,SPF_HELO_NONE,TVD_RCVD_IP,TVD_RCVD_IP4,URIBL_ABUSE_SURBL,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 2.15;EffectiveIp=31.210.39.130,SpamProbability=0.42
|
||
Return-Path: <65495-93788-64429-14076-sales=voussoir.net@mail.instahardmaleenhancement.today>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: sales@voussoir.net
|
||
X-Pm-Original-To: sales@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of mail.instahardmaleenhancement.today designates 31.210.39.130 as permitted sender) smtp.mailfrom=mail.instahardmaleenhancement.today; dkim=pass header.i=instahardmaleenhancement.today; dmarc=pass (p=none) header.from=MemoryFoam@instahardmaleenhancement.today
|
||
Received: from 31.210.39.130 (EHLO rhea.instahardmaleenhancement.today) ([31.210.39.130])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id -1462782270
|
||
for <sales@voussoir.net>;
|
||
Mon, 12 Jun 2023 12:38:37 +0000 (UTC)
|
||
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=k1; d=instahardmaleenhancement.today;
|
||
h=Mime-Version:Content-Type:Date:From:Reply-To:Subject:To:Message-ID; i=MemoryFoam@instahardmaleenhancement.today;
|
||
bh=uCTCC87IM409zoOi0ALPOEu19DQ=;
|
||
b=lUbCqxR6DIqs81N0jvPhHEtfuNdXVT+xLjLJIGYuK7QbEmpbIc8+Ki+p8Or1yqPW6LRiYlkIKBxV
|
||
GXdwXJ5QMV4G6kL5Wm6tKGdZNLsAlaX7R4za4AZVO6MktPruMDbn0yLza0BC3T/nLC5AoQ0Khb2u
|
||
uRr7TVYVbVJKnH+A8h4=
|
||
DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k1; d=instahardmaleenhancement.today;
|
||
b=n81v5maI+EvMuhS/ebPG1/vUvRS/RX9/nT33o5nl9GWk9/e6SnfspoK/tU4Loyo4ePbbpSItJPM1
|
||
bOWuboMo3orDCgoepc/fQ6GPbqeNL9TvAfnjfnTzwVsbDIp0MsU7FBTFuCxT4SF5pHjvf2czkTtZ
|
||
vfxyAv+XIbyQJN6W2cs=;
|
||
Mime-Version: 1.0
|
||
Content-Type: multipart/alternative; boundary="bcdbdf7caa3a48dfdb7b02d83972ab2f_16e5c_fbad"
|
||
Date: Mon, 12 Jun 2023 14:27:45 +0200
|
||
From: "Derila Team" <MemoryFoam@instahardmaleenhancement.today>
|
||
Reply-To: "Derila Team" <MemoryFoam@instahardmaleenhancement.today>
|
||
Subject: Your cart is still waiting for you
|
||
To: <sales@voussoir.net>
|
||
Message-ID: <cc6rwg2o1isobquj-wkaf9brikge662ys-16e5c-fbad@instahardmaleenhancement.today>
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
<p>GOOD NEWS! WE SAVED YOUR DERILA MEMORY FOAM PILLOW FOR YOU</p>
|
||
<p>GO AHEAD AND COMPLETE YOUR ORDER NOW TO TAKE ADVANTAGE OF OUR SPECIAL SALE PRICE</p>
|
||
<p>RETURN TO CART</p>
|
||
<p>Unfortunately, our sale price won’t be around for much longer, so hurry!</p>
|
||
<p>With premium memory foam and an ergonomic contour design, Derila will help you get that restful sleep you’re dreaming of.</p>
|
||
<p>Perfect for every type of sleeper, this pillow is a no-brainer. Wake up feeling refreshed and ready to take on the day!</p>
|
||
<p>Simply return to your cart through the link below and order now.</p>
|
||
<p>ORDER DERILA NOW</p>
|
||
<p>Click Here to Unsubscribe write to</p>
|
||
<p>9900 Armbrester Drive Gardena, CA 90247</p>
|
||
<p>In the early 1990s in North America, with New Kids on the Block's continued success and Color Me Badd also having success, boy bands became a continued staple of the Billboard charts. Continuing this success in the mid-1990s, most prominent boy bands were African American and had R&B and gospel elements, such as the groups All-4-One (formed in 1993) and Boyz II Men (formed in 1988). Boyz II Men are also the most successful boy band act on the U.S. Hot 100 as well as the Australian Singles Chart. Although they had success on the Billboard charts, they were not marketed towards youth but more towards adults. It was not until 1997 and the change to pop-oriented groups such as Backstreet Boys, 98 Degrees, NSYNC, the Moffatts, and Hanson that boy bands exploded commercially and dominated the market in the United States. This late 1990s marked the height of boy band popularity in North America, which has not been seen since. Arguably the most successful boy band manager from the U.S. was Lou Pearlman, who founded commercially successful acts such as the Backstreet Boys in 1993, NSYNC and LFO in 1995, O-Town in 2000, and US5 in 2005. Backstreet Boys and NSYNC became the two biggest boy bands in the late 1990s until the early 2000s, and Backstreet Boys went on to become the best-selling boy band in history with over 100 million records sold. In the late 1990s in the UK, producer Simon Cowell (noted in the U.S. for the American Idol/The X Factor franchise) is also known for having managed British boyband Five (formed in 1997) and Irish boyband Westlife (formed in 1998). Westlife was created by Irishman Louis Walsh as a replacement for Boyzone and was initially managed by a former member of the band Ronan Keating. Westlife would eventually overtake Take That in number one's tally in the UK although Take That's overall UK sales are still higher. In 2012, the Official Charts Company revealed the biggest selling singles artists in British music chart history with Take That placed 15th overall and the highest selling boyband act (9.3 million), followed by Boyzone at 29 (7.1 million) and Westlife at 34 (6.8 million). Even though Cowell is known to have managed several successful boy bands, he is also infamous for passing on signing two of the biggest boybands to emerge from the 1990s and 2000s, Take That and Busted</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: James Johnson <james@marketingman9.com></p>
|
||
<p><b>Reply-To</b>: "DirectoryRegistar.com" <james@marketingman9.com></p>
|
||
<p><b>To</b>: writing@voussoir.net</p>
|
||
<p><b>Subject</b>: voussoir.net on DirectoryRegistar.com</p>
|
||
<p><b>Date</b>: Tue, 9 May 2023 07:53:09 +0200</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=5.72 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HTML_MESSAGE,HTML_MIME_NO_HTML_TAG,MIME_HTML_ONLY,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_MSPIKE_H2,RCVD_IN_PSBL,SPF_HELO_PASS,TXREP,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 2.22;EffectiveIp=91.217.80.152,SpamProbability=0.42
|
||
Return-Path: <james@marketingman9.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: writing@voussoir.net
|
||
X-Pm-Original-To: writing@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of marketingman9.com designates 91.217.80.152 as permitted sender) smtp.mailfrom=marketingman9.com; dkim=pass header.i=marketingman9.com; dmarc=pass (p=quarantine) header.from=james@marketingman9.com
|
||
Received: from marketingman9.com (EHLO marketingman9.com) ([91.217.80.152])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id -1987905419
|
||
for <writing@voussoir.net>
|
||
(version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384);
|
||
Tue, 09 May 2023 05:53:13 +0000 (UTC)
|
||
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=marketingman9.com;
|
||
s=mail; t=1683611592;
|
||
bh=8PxpZ7WxmGvilBQf+z20MS417q5FId+n+XiC4dhwWIY=;
|
||
h=Date:To:From:Reply-To:Subject:From;
|
||
b=IpzcUJVW5kGQ0XZzeFtVDOHEl1tKxKetD2LB/qb51tmhp+oCSPMmCy7M9yxTLp+6O
|
||
1vMyQHVvGh6CtHXvscV5QX2h9Exazc1ctbEhcvcn49/Et4tk+xz4hq1KSifUCWFU0L
|
||
oMxC7h9d1qin6ol+JwKugqvWc3xbRXm2VqdljbvSjA1OUstz757+uOG6l3KujhbTV8
|
||
a5rKkIPPSRRGYrTIeU0heSbKrOBJfL4OCnjJRPQ14mxe/Ak/ogt5WUmQJYba14zmaR
|
||
7O0prrnO5gPOfUb49rTdTfImkzFsIuUp3jlTb6Vc4Ihsj9gmbyzHOEoZYMsXWwTYxs
|
||
eYrEf2yB8HJ+w==
|
||
Received: from authenticated-user (marketingman9.com [91.217.80.152])
|
||
(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
|
||
key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256)
|
||
(No client certificate requested)
|
||
by marketingman9.com (Postfix) with ESMTPSA id 8EB2E642A8
|
||
for <writing@voussoir.net>; Tue, 9 May 2023 08:53:11 +0300 (MSK)
|
||
Date: Tue, 9 May 2023 07:53:09 +0200
|
||
To: writing@voussoir.net
|
||
From: James Johnson <james@marketingman9.com>
|
||
Reply-To: "DirectoryRegistar.com" <james@marketingman9.com>
|
||
Subject: voussoir.net on DirectoryRegistar.com
|
||
Message-ID: <wJT5QBT4eR9WshP1pNsA7512ewdyuDi8bU5uYiZlI3M@localhost>
|
||
MIME-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
<p>Hi,</p>
|
||
<p>Your website is only listed in 8 out of a possible 12,489 directories.</p>
|
||
<p>We are a service that lists your website in all these directories.</p>
|
||
<p>Please visit us on DirectoryRegistar.com to find our more.</p>
|
||
<p>Regards,</p>
|
||
<p>James Johnson</p>
|
||
<p>Email ID: 8b4651</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Alan Pan" <sales04@szzc.info></p>
|
||
<p><b>Reply-To</b>: alanpan688@gmail.com</p>
|
||
<p><b>To</b>: contact@voussoir.net</p>
|
||
<p><b>Subject</b>: Re:Custom cotton tote bag 2023/5/8 22:16:04</p>
|
||
<p><b>Date</b>: Mon, 8 May 2023 22:15:58 +0800</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=6.16 required=5 tests=FORGED_SPF_HELO,FREEMAIL_FORGED_REPLYTO,FREEMAIL_REPLYTO_END_DIGIT,HTML_FONT_LOW_CONTRAST,HTML_IMAGE_RATIO_02,HTML_MESSAGE,SPF_HELO_PASS,TVD_RCVD_IP,TVD_RCVD_IP4,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=4.0.0
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 2.36;EffectiveIp=103.45.98.213,SpamProbability=0.44
|
||
Return-Path: <sales04@szzc.info>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: contact@voussoir.net
|
||
X-Pm-Original-To: contact@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of szzc.info designates 103.45.98.213 as permitted sender) smtp.mailfrom=szzc.info; dmarc=pass (p=none) header.from=sales04@szzc.info
|
||
Received: from 103.45.98.213 (EHLO szzc.info) ([103.45.98.213])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id 1334918857
|
||
for <contact@voussoir.net>
|
||
(version=TLSv1.2 cipher=TLS_DHE_RSA_WITH_AES_256_GCM_SHA384);
|
||
Mon, 08 May 2023 14:16:56 +0000 (UTC)
|
||
Received: from lifsxam ([127.0.0.1])
|
||
by IltPXX395748 ([127.0.0.1]) with ESMTP
|
||
for <contact@voussoir.net>;
|
||
Mon, 8 May 2023 22:16:04 +0800
|
||
Reply-To: <alanpan688@gmail.com>
|
||
Date: Mon, 8 May 2023 22:15:58 +0800
|
||
From: "Alan Pan" <sales04@szzc.info>
|
||
To: <contact@voussoir.net>
|
||
Subject: Re:Custom cotton tote bag 2023/5/8 22:16:04
|
||
Message-ID: <20230508221604380042@szzc.info>
|
||
X-Priority: 1 (Highest)
|
||
X-mailer: Foxmail 6, 13, 102, 15 [cn]
|
||
Mime-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Good day,</p>
|
||
|
||
<p>May I ask if you are interested in customized bags for your brand?</p>
|
||
|
||
<p>We are bag factory from China, mainly supply non-woven shopping bags, drawstring bags, jute bags, cotton bags and so on.</p>
|
||
|
||
<p>Here is cotton bag we did for your reference. If you are interested, please feel free to contact me.</p>
|
||
|
||
<p>Size: 34(w)*36(h) CM<br/>
|
||
Material: 8oz cotton fabric<br/>
|
||
Printing: Customized<br/>
|
||
MOQ: 3,000 pcs<p>
|
||
|
||
<p>Kind regards,</p>
|
||
|
||
<p>Alan Pan</p>
|
||
|
||
<p>---</p>
|
||
|
||
<p>Please reply "remove" if you do not our service.</p>
|
||
|
||
<p>" "And is she still as beautiful as you used to try to make us think she was?" asked Mr<br/>
|
||
|
||
Later, facts which came to light convinced her of her error, and she hastened to New York to seek Mr<br/>
|
||
|
||
“Aye,” said the lad; “but do not kill me<p>
|
||
|
||
<p>2023/5/8</p>
|
||
|
||
<p>22:16:04</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Sendra Giorgia" <contacton@ar-textil.cc></p>
|
||
<p><b>Reply-To</b>: contact@safewayinvestment.com</p>
|
||
<p><b>To</b>: contact@voussoir.net</p>
|
||
<p><b>Subject</b>: Proposal</p>
|
||
<p><b>Date</b>: 28 Apr 2023 04:16:24 +0200</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=5.05 required=5 tests=ADVANCE_FEE_2_NEW_MONEY,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_MESSAGE,LOTS_OF_MONEY,MILLION_USD,MIME_HTML_ONLY,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_ZEN_BLOCKED_OPENDNS,SPF_HELO_NONE,SPF_PASS,URIBL_DBL_BLOCKED_OPENDNS,URIBL_ZEN_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=3.4.6
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 1.85;EffectiveIp=185.231.207.15,SpamProbability=0.39
|
||
Return-Path: <contacton@ar-textil.cc>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: contact@voussoir.net
|
||
X-Pm-Original-To: contact@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of ar-textil.cc designates 185.231.207.15 as permitted sender) smtp.mailfrom=ar-textil.cc; dkim=pass header.i=ar-textil.cc; dmarc=pass (p=reject) header.from=contacton@ar-textil.cc
|
||
Received: from voj0.ar-textil.cc (EHLO voj0.ar-textil.cc) ([185.231.207.15])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTPS id -1663527668
|
||
for <contact@voussoir.net>
|
||
(version=TLSv1.2 cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384);
|
||
Fri, 28 Apr 2023 02:16:26 +0000 (UTC)
|
||
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=default; d=ar-textil.cc;
|
||
h=Reply-To:From:To:Subject:Date:Message-ID:MIME-Version:Content-Type:
|
||
Content-Transfer-Encoding; i=contacton@ar-textil.cc;
|
||
bh=O1pzkHToJhhFfNrGUoCGoxBgpWE=;
|
||
b=uI+4QcIbziHg7Gn+xG/L7kctBiuyVIKOIO1OQVwfhCLIGx/P2Qgc93YlKVgniWN98vh0p711XuvH
|
||
J50kytYITfk62UdJskg0RsIrL7KfL/2Ed29hefdTxLdIJJRgGJblbNuAtpzWANj/CQuTyq3xsVJz
|
||
AWMInwhQMg2AxOvlHJA=
|
||
Reply-To: contact@safewayinvestment.com
|
||
From: "Sendra Giorgia" <contacton@ar-textil.cc>
|
||
To: contact@voussoir.net
|
||
Subject: Proposal
|
||
Date: 28 Apr 2023 04:16:24 +0200
|
||
Message-ID: <20230428041624.227B87749E41BC8F@ar-textil.cc>
|
||
MIME-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Hello Dearest,</p>
|
||
<p>I was asked to contact you and Haven obtained your contact details from a reliable source as a potential partner. We are happy to introduce to you a woman with a Capital of 59.9 Million USD from Saudi Arabia searching for a good person to invest in your country. We are a renowned investment-brokering agent in your country and we offer irresistible service investment providers from your country. </p>
|
||
<p>We are by this email letter offering you an irresistible joint (Partnership), so as to allow us to have you as our representative and manager of investment funds partnership in your country within the time frame of the investment relationship. Since we cannot determine if this email is functional or valid and also your willingness, we have kept this proposal brief.</p>
|
||
<p>We are in the hope to share this irresistible offer with you based on a partnership investment program within your country. If you are interested in this partnership, please respond with your direct telephone and give us your full contact details plus your company profile if any, and in your response, we will send you an elaborate email with details of this kind of offer on how to see face to face then email: contact@safewayinvestment.com </p>
|
||
<p>Your expedient response will be appreciated.</p>
|
||
<p>Thank you.</p>
|
||
<p>Smith Michael</p>
|
||
<p>London, UK</p>
|
||
<p>Whatsapp: +(44) 74 52111868</p>
|
||
<p>https://safewayinvestment.com</p>
|
||
<p>London</p>
|
||
<p>UK</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Personal Branding Networking" <Youwereselected@themagicenergy.shop></p>
|
||
<p><b>Reply-To</b>: "Personal Branding Networking" <Youwereselected@themagicenergy.shop></p>
|
||
<p><b>To</b>: <sales@voussoir.net></p>
|
||
<p><b>Subject</b>: Congratulations! You have been selected</p>
|
||
<p><b>Date</b>: Mon, 24 Apr 2023 11:05:40 +0200</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=7.22 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,PP_MIME_FAKE_ASCII_TEXT,RCVD_IN_ZEN_BLOCKED_OPENDNS,SPF_HELO_NONE,TVD_RCVD_IP,TVD_RCVD_IP4,T_SPF_PERMERROR,URIBL_ABUSE_SURBL,URIBL_BLACK,URIBL_DBL_BLOCKED_OPENDNS,URIBL_ZEN_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=3.4.6
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 2.72;EffectiveIp=157.52.237.181,SpamProbability=0.47
|
||
Return-Path: <63657-93788-64429-13086-sales=voussoir.net@mail.themagicenergy.shop>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: sales@voussoir.net
|
||
X-Pm-Original-To: sales@voussoir.net
|
||
Authentication-Results: purelymail.com; dkim=pass header.i=themagicenergy.shop; dmarc=pass (p=none) header.from=Youwereselected@themagicenergy.shop
|
||
Received: from 157.52.237.181 (EHLO paul.themagicenergy.shop) ([157.52.237.181])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id 1456365170
|
||
for <sales@voussoir.net>;
|
||
Mon, 24 Apr 2023 09:05:59 +0000 (UTC)
|
||
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=k1; d=themagicenergy.shop;
|
||
h=Mime-Version:Content-Type:Date:From:Reply-To:Subject:To:Message-ID; i=Youwereselected@themagicenergy.shop;
|
||
bh=JVxw+1NBf51xQcRVHBH53ieJ/7w=;
|
||
b=XHowAtVuTZViTNogFEG5imeIB6EMZKegxEBGNJvHRsFRVQFTc1uqCiQAFWwxU1iC0/4+ZzZjxxfE
|
||
E+MaV8iTsqzPivI1p3DrbXglbi6OgybMGFCZqaw31MlqQ4D+C+I6aMu5Zp6ZhlxdBriFlnQfiaXm
|
||
LVq2Qesxvif0dgbP/lU=
|
||
DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k1; d=themagicenergy.shop;
|
||
b=eUGOzGr9Iqj4DWO74JCVdxnkZLvOirePpXakf8yAAhIw5JBDZxxlpjq0i9kBspRXfi27O98YaxDy
|
||
pohJ0jGjO5UMRfTDOWGtLkSUpNLBh6qKaBDAtQOB3JG0kYzfLGRozMNP2j+pC5sm51sRe7kqG2Aj
|
||
Zife6l8O9mfOr6M5jNM=;
|
||
Mime-Version: 1.0
|
||
Content-Type: multipart/alternative; boundary="3284703d5cb079f751e48d7f22049dbe_16e5c_fbad"
|
||
Date: Mon, 24 Apr 2023 11:05:40 +0200
|
||
From: "Personal Branding Networking" <Youwereselected@themagicenergy.shop>
|
||
Reply-To: "Personal Branding Networking" <Youwereselected@themagicenergy.shop>
|
||
Subject: Congratulations! You have been selected
|
||
To: <sales@voussoir.net>
|
||
Message-ID: <aolrnjgruc40slnz-tyx2o7ocl48r26y2-16e5c-fbad@themagicenergy.shop>
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>You've Been Considered for Inclusion! Click Here</p>
|
||
<p>Congratulations,</p>
|
||
<p>This letter serves to inform you that you were recently nominated for inclusion in the 2022 Professional Who’s Who publication. America's most trusted publication and community of top executives. Your prompt response is required to ensure your profile information is submitted accurately and within the allotted time period.</p>
|
||
<p>Click Here to Accept Your Nomination >></p>
|
||
<p>Each candidate is selected individually based on your current position and previous acheivements, giving you the opportunity to represent your industry & profession.</p>
|
||
<p>Once listed you will be featured among thousands of accomplished professionals. Being listing within Who's Who will help build your brand and reputation online. Get the recognition you deserve and showcase your skills and achievements you worked so hard for.</p>
|
||
<p>There's no cost to apply or be included</p>
|
||
<p>Click Here to Accept Your Nomination >></p>
|
||
<p>Congratulations once again. Your achievements are truly impressive, and I congratulate you on the accomplishments that have brought your name to the attention and look forward to receiving your submission.</p>
|
||
<p>Get_Started_Button-300x150.png</p>
|
||
<p>Sincerely,</p>
|
||
<p>Joan Riley</p>
|
||
<p>Editor-in-Chief, Professional Who's Who</p>
|
||
<p>Please note: Inclusion carries no cost nor obligation to you of any kind.</p>
|
||
<p>During the Ottoman invasion of Russian and Persian territory in late 1914, Ottoman paramilitaries massacred local Armenians. A few Ottoman Armenian soldiers defected to Russia—seized upon by both the CUP and later deniers as evidence of Armenian treachery—but the Armenian volunteers in the Russian army were mostly Russian Armenians. Massacres turned into genocide following the catastrophic Ottoman defeat by Russia in the Battle of Sarikamish (January 1915), which was blamed on Armenian treachery. Armenian soldiers and officers were removed from their posts pursuant to a 25 February order issued by Minister of War Enver Pasha. In the minds of the Ottoman leaders, isolated incidents of Armenian resistance were taken as evidence of a general insurrection. Bodies of dozens of Armenians in a field The corpses of Armenians beside a road, a common sight along deportation routes In mid-April, after Ottoman leaders had decided to commit genocide, Armenians barricaded themselves in the eastern city of Van. The defense of Van served as a pretext for anti-Armenian actions at the time and remains a crucial element in works that seek to deny or justify the genocide. On 24 April, hundreds of Armenian intellectuals were arrested in Constantinople. Systematic deportation of Armenians began, given a cover of legitimacy by the 27 May deportation law. The Special Organization guarded the deportation convoys consisting mostly of women, children, and the elderly who were subject to systematic rape and massacres. Their destination was the Syrian Desert, where those who survived the death marches were left to die of starvation or disease in makeshift camps. Deportation was only carried out in the areas away from active fighting; near the front lines, Armenians were massacred outright. The leaders of the CUP ordered the deportations, with interior minister Talat Pasha, aware that he was sending the Armenians to their deaths, taking a leading role. In a cable dated 13 July 1915, Talat stated that "the aim of the Armenian deportations is the final solution of the Armenian Question." Historians estimate that 1.5 to 2 million Armenians lived in the Ottoman Empire in 1915, of whom 800,000 to 1.2 million were deported during the genocide. In</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Healthy Nutrition" <HighQualitySleep@antitarcigarette.za.com></p>
|
||
<p><b>Reply-To</b>: "High Quality Sleep" <HealthyNutrition@antitarcigarette.za.com></p>
|
||
<p><b>To</b>: <sales@voussoir.net></p>
|
||
<p><b>Subject</b>: Shocking truth about melatonin and sleep</p>
|
||
<p><b>Date</b>: Tue, 28 Mar 2023 16:46:32 +0200</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=9.83 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,LOTS_OF_MONEY,RCVD_IN_PSBL,RCVD_IN_ZEN_BLOCKED_OPENDNS,SPF_HELO_NONE,TVD_RCVD_IP,TVD_RCVD_IP4,T_SPF_PERMERROR,URIBL_ABUSE_SURBL,URIBL_BLACK,URIBL_DBL_BLOCKED_OPENDNS,URIBL_ZEN_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=3.4.6
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 3.63;EffectiveIp=174.139.160.226,SpamProbability=0.56
|
||
Return-Path: <62697-75-346874-14300-sales=voussoir.net@mail.antitarcigarette.za.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: sales@voussoir.net
|
||
X-Pm-Original-To: sales@voussoir.net
|
||
Authentication-Results: purelymail.com; dkim=pass header.i=antitarcigarette.za.com; dmarc=pass (p=none) header.from=HighQualitySleep@antitarcigarette.za.com
|
||
Received: from 174.139.160.226 (EHLO mars.antitarcigarette.za.com) ([174.139.160.226])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id 151785442
|
||
for <sales@voussoir.net>;
|
||
Tue, 28 Mar 2023 14:46:35 +0000 (UTC)
|
||
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=k1; d=antitarcigarette.za.com;
|
||
h=Mime-Version:Content-Type:Date:From:Reply-To:Subject:To:Message-ID; i=HighQualitySleep@antitarcigarette.za.com;
|
||
bh=q2ctWjrg5sksrlz8pzKuMRmomdQ=;
|
||
b=fL1L5EoPMDac0UiiHCbsIJzAyS5g9Mg0lJpc4THK6DUhuPaiu0a49J5jz3kdLVjK2Mx83tFYVpPV
|
||
WVAU9hcMDxvTtu7ZqudC6wSwX3PxFwmZxKGVwNIFY5Q9Cwl524io7aMTaBMjX3u34MOu+FQHnllA
|
||
8bpdryQtV9IYvvdUzXw=
|
||
DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k1; d=antitarcigarette.za.com;
|
||
b=L+nD8pnpVtyG75aqbScRsYNGs75XrdxYVoB5rO3BATEp+WKTkSQUJrfXsN4tiTsVO2n688VyXChT
|
||
jxRUdA0//uk6jsQ/54Gn+NJrE3haB9iNxAEd5gwCmkUGxCCsQm5vzLCNspL3WpYXkFqc6WOgAHb3
|
||
JqI1SOMJamhcYCCJm4o=;
|
||
Mime-Version: 1.0
|
||
Content-Type: multipart/alternative; boundary="eb98f8bb43023d0f83b0e5db44b1fdaf_4b_54afa"
|
||
Date: Tue, 28 Mar 2023 16:46:32 +0200
|
||
From: "Healthy Nutrition" <HighQualitySleep@antitarcigarette.za.com>
|
||
Reply-To: "High Quality Sleep" <HealthyNutrition@antitarcigarette.za.com>
|
||
Subject: Shocking truth about melatonin and sleep
|
||
To: <sales@voussoir.net>
|
||
Message-ID: <80dmug1vcwtjhtcj-pfxkrtyp7ws6axi6-4b-54afa@antitarcigarette.za.com>
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>FACT: High quality sleep (or lack of) makes or breaks your day…</p>
|
||
<p>Do you ever wake up a few hours before your alarm goes off, and you’re unable to fall back asleep?</p>
|
||
<p>Are you a night-owl who struggles to fall asleep at night thus ruining your productivity the next day?</p>
|
||
<p>Wouldn’t it be nice if you could maximize your sleep quality and therefore increase your performance throughout the day?</p>
|
||
<p>If you answered YES to any of these questions… then continue reading, because I’m about to share how to stop the biggest sleep supplement mistake people are making and the ultimate solution for perfect sleep.</p>
|
||
<p>I crashed and burned in my 20s and again in my 30s due to poor sleep.</p>
|
||
<p>My deep sleep scores were 0 to 15 minutes per night.</p>
|
||
<p>My testosterone was in the low 200s, my bodyfat was at a record high and I felt horrible almost every day when I woke up.</p>
|
||
<p>I realized that investing in my sleep was the greatest investment I could make in my health, looks and performance.</p>
|
||
<p>I became obsessed and spent $45,000 on improving my sleep: from custom made mattresses to every sleep enhancing device on the market. A lot of it worked, some didn’t.</p>
|
||
<p>I spent tens of thousands on every sleep ingredient, peptide and molecule. I’ve been obsessed with creating the ultimate sleep formula.</p>
|
||
<p>One thing I learned was that melatonin was a massive mistake for me and for most people.</p>
|
||
<p>Many people who take melatonin (myself included) actually report that they wake up 3-5 hours later with the inability to fall back asleep.</p>
|
||
<p>Sleep disorder specialist Michael Breus, Ph.D warns: “Melatonin is a sleep regulator, NOT a sleep initiator.”</p>
|
||
<p>Melatonin is also completely unregulated. Most magnesium supplements that have been tested only contain about 15% of the amount listed on the bottle OR up to 400X the amount listed on the bottle. Many countries have even outlawed its use over-the-counter, “OTC melatonin has been banned for years in the United Kingdom (UK), European Union, Japan, Australia, and most recently Canada.”</p>
|
||
<p>INSTEAD, THE BEST APPROACH IS: give your body the building blocks to melatonin and the ingredients that help your body produce melatonin naturally…</p>
|
||
<p>So your body doesn't downregulate…</p>
|
||
<p>You don’t become dependent on sleep supplements…</p>
|
||
<p>You get a full night’s sleep without waking up</p>
|
||
<p>Wake up feeling like your BEST SELF</p>
|
||
<p>After years of research and development and 55 prototypes, we have found the perfect mix of ingredients to give you the best sleep ever.</p>
|
||
<p>>>Go Here To Activate ALL 5 Sleep Pathways And Transform Your Sleep, Health And Performance ?</p>
|
||
<p>New drugs are the products of a long drug development process, the first step of which is often the discovery of a new enzyme inhibitor. There are two principle approaches of discovering these inhibitors. The first general method is rational drug design based on mimicking the transition state of the chemical reaction catalysed by the enzyme. The designed inhibitor often closely resembles the substrate, except that the portion of the substrate that undergoes chemical reaction is replaced a chemically stable functional group that resembles the transition state. Since the enzyme has evolved to stabilise the transition state, transition state analogues generally possess higher affinity for the enzyme compared to the substrate, and therefore are effective inhibitors. The second way of discovering new enzyme inhibitors is high-throughput screening of large libraries of structurally diverse compounds to identify hit molecules that bind to the enzyme. This method has been extended to include virtual screening of databases of diverse molecules using computers, which are then followed by experimental confirmation of binding of the virtual screening hits. Complementary approaches that can provide new starting points for inhibitors include fragment-based lead discovery and DNA Encoded Chemical Libraries (DEL). Hits from any of the above approaches can be optimised to high affinity binders that efficiently inhibit the enzyme. Computer-based methods for predicting the binding orientation and affinity of an inhibitor for an enzyme such as molecular docking and molecular mechanics can be used to assist in the optimisation process. New inhibitors are used to obtain</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Anti-Fungal Gel" <ClearNailFungus@samdeltasurvey.today></p>
|
||
<p><b>Reply-To</b>: "Anti-Fungal Gel" <ClearNailFungus@samdeltasurvey.today></p>
|
||
<p><b>To</b>: <sales@voussoir.net></p>
|
||
<p><b>Subject</b>: Want To Clear Fungus 3X Faster!? Try THIS Odd Technique</p>
|
||
<p><b>Date</b>: Fri, 24 Mar 2023 14:00:06 +0100</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=8.95 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,PLING_QUERY,PP_MIME_FAKE_ASCII_TEXT,RCVD_IN_PSBL,RCVD_IN_ZEN_BLOCKED_OPENDNS,SPF_HELO_NONE,TVD_RCVD_IP,TVD_RCVD_IP4,T_SPF_PERMERROR,URIBL_ABUSE_SURBL,URIBL_BLOCKED,URIBL_DBL_BLOCKED_OPENDNS,URIBL_ZEN_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=3.4.6
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 3.35;EffectiveIp=181.214.39.206,SpamProbability=0.53
|
||
Return-Path: <62569-92950-355747-14281-sales=voussoir.net@mail.samdeltasurvey.today>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: sales@voussoir.net
|
||
X-Pm-Original-To: sales@voussoir.net
|
||
Authentication-Results: purelymail.com; dkim=pass header.i=samdeltasurvey.today; dmarc=pass (p=none) header.from=ClearNailFungus@samdeltasurvey.today
|
||
Received: from 181.214.39.206 (EHLO yoke.samdeltasurvey.today) ([181.214.39.206])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id -736564577
|
||
for <sales@voussoir.net>;
|
||
Fri, 24 Mar 2023 13:00:19 +0000 (UTC)
|
||
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=k1; d=samdeltasurvey.today;
|
||
h=Mime-Version:Content-Type:Date:From:Reply-To:Subject:To:Message-ID; i=ClearNailFungus@samdeltasurvey.today;
|
||
bh=uYDNQMMx7mqZfqnur+2yUkmabWg=;
|
||
b=CaC/4U2aVG4ESL8zwQt1gb0L4VTBGRSIbztpW3SFw5ujgZLzRItNscennKqvTHqrPb5uXMy/Sf0c
|
||
Nd5tf3YAsn1+xblVRm8Xa+SifXtt4tLrhA+m49butm7tBQKd7hJOn3TucO5SzWtarej1hXkr8/+k
|
||
M0/vE6uQ+QG5O3aTs1Y=
|
||
DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k1; d=samdeltasurvey.today;
|
||
b=fAkfpr7ntVcBMm8uGKKol0EoiKIDleAJvrLHr2YMiHNMxE0TJfoE7yOGFoI8MJTiVgzynobuZLVf
|
||
hkvAo44i57pB4zufhIWd/lrHw0lyiGv+ZRKpw+FvDW7QmpqLaiDZMQPRGfQGPi6HHKSqPMl3f5qx
|
||
diII2ZHVOspQeXQ9Y/k=;
|
||
Mime-Version: 1.0
|
||
Content-Type: multipart/alternative; boundary="1bd2e57186c93eff83abb84b5db08eed_16b16_56da3"
|
||
Date: Fri, 24 Mar 2023 14:00:06 +0100
|
||
From: "Anti-Fungal Gel" <ClearNailFungus@samdeltasurvey.today>
|
||
Reply-To: "Anti-Fungal Gel" <ClearNailFungus@samdeltasurvey.today>
|
||
Subject: Want To Clear Fungus 3X Faster!? Try THIS Odd Technique
|
||
To: <sales@voussoir.net>
|
||
Message-ID: <w0eukqpoad5htm15-57zrbkjzh0lgnl70-16b16-56da3@samdeltasurvey.today>
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>And finally make your nails strong and your feet healthy for years to come.</p>
|
||
<p>It sounds weird, but thousands of men and women with severe fungus infections “IT WORKS WONDERS!”</p>
|
||
<p>It has an astonishing 98% success rate…</p>
|
||
<p>It’s 6X more powerful than any laser surgery…</p>
|
||
<p>And 7X more effective than any anti-fungal gel, supplement or pill currently on the market!</p>
|
||
<p>If you really want to get back your healthy nails starting today, you MUST see this now:</p>
|
||
<p>==> Simple “NAIL SPICE” Ritual Clears Fungus 3X Faster.</p>
|
||
<p>On Easter Monday, 24 April 1916, units of the Irish Volunteers and the Irish Citizen Army seized several prominent buildings and streets in central Dublin, including the General Post Office (GPO) in Sackville Street, one of the buildings nearest the Pillar. They set up headquarters at the GPO where they declared an Irish Republic under a provisional government. One of the first recorded actions of the Easter Rising occurred near the Pillar when lancers from the nearby Marlborough Street barracks, sent to investigate the disturbance, were fired on from the GPO. They withdrew in confusion, leaving four soldiers and two horses dead. Black-and-white photograph of The Pillar surrounded by ruins of destroyed buildings Sackville Street after the Easter Rising, showing the burnt out shell of the General Post Office and the intact Pillar in the background During the days that followed, Sackville Street and particularly the area around the Pillar became a battleground. According to some histories, insurgents attempted to blow up the Pillar. The accounts are unconfirmed and were disputed by many that fought in the Rising, on the grounds that the Pillar's large base provided them with useful cover as they moved to and from other rebel positions. By Thursday night, British artillery fire had set much of Sackville Street ablaze, but according to the writer Peter De Rosa's account: "On his pillar, Nelson surveyed it all serenely, as though he were lit up by a thousand lamps". The statue was visible against the fiery backdrop from as far as Killiney, 9 miles (14 km) away. By Saturday, when the provisional government finally surrendered, many of the Sackville Street buildings between the Pillar and the Liffey had been destroyed or badly damaged, including the Imperial Hotel that Thackeray had admired. Of the GPO, only the façade remained; against the tide of opinion Bernard Shaw said the demolition of the city's classical architecture scarcely mattered: "What does matter is the Liffey slums have not been dem</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: logistics77ken <logistics77ken@163.com></p>
|
||
<p><b>Sender</b>: lkodhp <lkodhp@bwt-group.com></p>
|
||
<p><b>To</b>: writing <writing@voussoir.net></p>
|
||
<p><b>Subject</b>: RE: air shipping vs sea shipping from China</p>
|
||
<p><b>Date</b>: Mon, 20 Mar 2023 06:07:13 +0800 (CST)</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=11.8 required=5 tests=FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,HTML_MIME_NO_HTML_TAG,MIME_HTML_ONLY,NO_FM_NAME_IP_HOSTN,RCVD_IN_MSPIKE_BL,RCVD_IN_MSPIKE_ZBI,RCVD_IN_ZEN_BLOCKED_OPENDNS,SPF_FAIL,SPF_HELO_NONE,SPOOFED_FREEMAIL,TVD_RCVD_IP,TVD_RCVD_IP4,TXREP,URIBL_DBL_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=3.4.6
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 4.1;EffectiveIp=111.45.22.29,SpamProbability=0.61
|
||
Return-Path: <lkodhp@bwt-group.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: writing@voussoir.net
|
||
X-Pm-Original-To: writing@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=hardfail (domain of bwt-group.com does not designate 111.45.22.29 as permitted sender) smtp.mailfrom=bwt-group.com; dmarc=fail (p=none) header.from=logistics77ken@163.com
|
||
Received: from 111.45.22.29 (EHLO cluster2.eu.messagelabs.com) ([111.45.22.29])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id 1804830125
|
||
for <writing@voussoir.net>;
|
||
Sun, 19 Mar 2023 21:48:36 +0000 (UTC)
|
||
Date: Mon, 20 Mar 2023 06:07:13 +0800 (CST)
|
||
From: logistics77ken <logistics77ken@163.com>
|
||
Sender: lkodhp <lkodhp@bwt-group.com>
|
||
To: writing <writing@voussoir.net>
|
||
Message-ID: <192009965.2633097.1679263633611@cluster2.eu.messagelabs.com>
|
||
Subject: RE: air shipping vs sea shipping from China
|
||
MIME-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Dear writing</p>
|
||
<p>I am ken from China ,l am provide shipping services from China to worldwide. We are provide air shipping ,sea shipping ,railway shipping , courier shipping and door to door shipping services from China to your country .</p>
|
||
<p>Why choose and working with us ?</p>
|
||
<p>01 10 years focused on air exportHave over 10 years</p>
|
||
<p>02 The most professional customer service team</p>
|
||
<p>03 100% safe, zero risk</p>
|
||
<p>04 Cooperation with over 49 Airlines</p>
|
||
<p>05 Overseas (IATA) clearance are strong</p>
|
||
<p>06 One-step service</p>
|
||
<p>Air shipment and sea shipment Standard Operation Procedure</p>
|
||
<p>01 .Quotation</p>
|
||
<p>According to the our customer by consulting export goods information such as the weight, volume, destination, and the guest service requirements, provide the best freight quotation.</p>
|
||
<p>02 .Entrust us to order ; I need your or your supplier give me booking details when we fixed rates, then l can got this details and go to booked for you.</p>
|
||
<p>03 .Booking Space,After the rapid acceptance of entrust, according to the situation, the time of delivery, the client request, the first time from the airline booking air space, determine the air export flight information, and timely feedback the customers.</p>
|
||
<p>04. Make sure Air way bill (Check the information of the bill of lading</p>
|
||
<p>05.Delivery goods to the airport or sea port warehouse.According to the SO to transport address, number information such as the goods will be sent to designated warehouse, or arranged by entrusted , We door-to-door delivery transport; The warehouse will be confirmed according to the packages、 weight and volume final chargeable weight, air export bill of lading issued</p>
|
||
<p>06. Customs declaration</p>
|
||
<p>07. Payment ;</p>
|
||
<p>08 .Tracking we can provide AWB and BL for you and tracking it.</p>
|
||
<p>When you have shipment from China, contact me Mobile (WhatsApp/Wechat): 0086 15801639260</p>
|
||
<p>r6opr6opIf you would build for your happiness a sure foundation, let the stone for the corner be a good reputation</p>
|
||
<p>r6opr6opHe saw it first when it jumped in the air, true gold in the last of the sun and bending and flapping wildly in the air.</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Eric Young" <neonk@cjayarts.com></p>
|
||
<p><b>Reply-To</b>: eric@kmyswkj.com</p>
|
||
<p><b>To</b>: pypi@voussoir.net</p>
|
||
<p><b>Subject</b>: electric mountain bike</p>
|
||
<p><b>Date</b>: Thu, 02 Mar 2023 14:01:03 +0100</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=7.7 required=5 tests=HTML_IMAGE_RATIO_04,HTML_MESSAGE,MIME_HTML_ONLY,RCVD_IN_PSBL,RCVD_IN_ZEN_BLOCKED_OPENDNS,SPF_HELO_NEUTRAL,SPF_NEUTRAL,URIBL_ABUSE_SURBL,URIBL_BLACK,URIBL_DBL_BLOCKED_OPENDNS,URIBL_RED,URIBL_ZEN_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=3.4.6
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 0.6;EffectiveIp=158.51.124.50,SpamProbability=0.26
|
||
Return-Path: <neonk@cjayarts.com>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: pypi@voussoir.net
|
||
X-Pm-Original-To: pypi@voussoir.net
|
||
Received: from pa0tq.top (EHLO alaskagoldrush.info) ([158.51.124.50])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id 1752256262
|
||
for <pypi@voussoir.net>;
|
||
Thu, 02 Mar 2023 15:29:13 +0000 (UTC)
|
||
To: pypi@voussoir.net
|
||
Subject: electric mountain bike
|
||
Message-ID: <12bd3af34f6f7b3d154227598ea8a0e9@bicyclewarehouse.com>
|
||
Date: Thu, 02 Mar 2023 14:01:03 +0100
|
||
From: "Eric Young" <neonk@cjayarts.com>
|
||
Reply-To: eric@kmyswkj.com
|
||
MIME-Version: 1.0
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
<p>Hi,</p>
|
||
|
||
<p>Here is our new electric bicycle With removable 374.4Wh battery, you can pedal assist to 40 miles per charge using the low pedal assist level.</p>
|
||
<p>350w brushless geared motor provides reliable support and 20MPH top speed. providing more than enough to power your daily commute, a cruise on the mountain, or a meander along your favorite trail.</p>
|
||
<p>You can easily handle most of the hillsides encountered.</p>
|
||
<p>We provide four levels for power assistance. You can choose to turn the thumb throttle or step on the pedal to activate the motor.</p>
|
||
<p>You can switch between pedal assist and thumb throttle at any time. The four-levels power output is sufficient to meet your daily commuting needs and outdoor climbing needs. You can add a burst of speed with the throttle, which is ideal for pulling away from traffic lights.</p>
|
||
<p>The fork is made of high strength carbon steel and the frame is made from aluminum alloy. This makes the bike lightweight yet very sturdy.</p>
|
||
<p>With the 21-speed transmission system, you can choose any speed according to your needs. The perfect front and rear disc brakes fully protect your safety.</p>
|
||
<p>Aluminum Alloy double-walled rims are for greater durability.</p>
|
||
<p>We have designed replacement connectors for all electrical accessories. If you need to replace the parts, you can replace it directly at the connector without opening the controller to find a complicated circuit. After-sales replacement of accessories is much more convenient.</p>
|
||
<p>Our bike is 85% pre-assembled and you only need to finish the assembly of main parts. we also have the assembly video for you at the seven window picture on the product page. With one-year service for the electric motor, battery and other main replaceable parts, you've no worry about using it.</p>
|
||
<p>The assembly service on this page is provided and charged by third-party company. If you can't finish by yourself, you can click and choose the service.</p>
|
||
<p>If you request samples of our electric bike. We can ship from US, Germany warehouses.</p>
|
||
<p>Please confirm your address as it affects the cost of shipping.</p>
|
||
<p>With the 36V 10.4Ah Lithium-Ion battery, you can reach a range of up to 22-40 miles per charge. Plenty for a day’s adventure or most trips to travel and back.</p>
|
||
<p>The range depends on the weight of the rider, the type of use, the gradient, outdoor temperature, etc.</p>
|
||
<p>For years, we have been not only dedicating to innovation, cutting-edge technology and high-quality materials, but also providing cost effective e-bikes, to satisfy riders' various needs of transportation and even desire of exploring sports and outdoors life.</p>
|
||
|
||
<p>Thanks,<br/>
|
||
Eric Young<br/>
|
||
The E-bike Factory</p>
|
||
|
||
<p>Is printing out this email really required? If you share the same concern for the environment that we do, we kindly ask that you avoid from printing off any emails.</p>
|
||
<p>It contributes to the maintenance of a forest-rich environment.</p>
|
||
<p>Before printing this email, I ask that you keep in mind its impact on the environment. If printing it isn't absolutely required, please refrain from doing so.</p>
|
||
<p>Every email that is not printed out is beneficial to the environment.</p>
|
||
<p>If you believe that you have got this message in error, please respond to it and then delete it so that we can avoid making the same mistake in the future. Thank you.</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: <villada@striker.ottawa.on.ca></p>
|
||
<p><b>To</b>: <susan@voussoir.net></p>
|
||
<p><b>Subject</b>: Security Notice. susan@voussoir.net was hacked! Change your password now!</p>
|
||
<p><b>Date</b>: 26 Feb 2023 18:45:20 +0100</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=17.16 required=5 tests=BITCOIN_XPRIO,DOS_OE_TO_MX,HDR_ORDER_FTSDMCXX_DIRECT,HELO_DYNAMIC_IPADDR2,MALWARE_PASSWORD,MIMEOLE_DIRECT_TO_MX,NO_DNS_FOR_FROM,RCVD_IN_MSPIKE_H2,RCVD_IN_PSBL,RCVD_IN_VALIDITY_RPBL,RCVD_IN_ZEN_BLOCKED_OPENDNS,RDNS_DYNAMIC,SPF_HELO_NONE,SPF_NONE,TVD_RCVD_IP,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=3.4.6
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 2.46;EffectiveIp=37.55.132.213,SpamProbability=0.45
|
||
Return-Path: <villada@striker.ottawa.on.ca>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: susan@voussoir.net
|
||
X-Pm-Original-To: susan@voussoir.net
|
||
Received: from 213-132-55-37.pool.ukrtel.net (EHLO 213-132-55-37.pool.ukrtel.net) ([37.55.132.213])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id -1903733146
|
||
for <susan@voussoir.net>;
|
||
Sun, 26 Feb 2023 16:14:16 +0000 (UTC)
|
||
Message-ID: <E5DB7E7BA47F78A1A0A3A679A2A57C7D@FDSM1EB>
|
||
From: <villada@striker.ottawa.on.ca>
|
||
To: <susan@voussoir.net>
|
||
Subject: Security Notice. susan@voussoir.net was hacked! Change your password now!
|
||
Date: 26 Feb 2023 18:45:20 +0100
|
||
MIME-Version: 1.0
|
||
Content-Type: text/plain;
|
||
charset="iso-8859-1"
|
||
Content-Transfer-Encoding: 7bit
|
||
X-Priority: 3
|
||
X-MSMail-Priority: Normal
|
||
X-Mailer: Microsoft Outlook Express 6.00.2900.0552
|
||
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.0552
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Dear user of voussoir.net!</p>
|
||
<p>I am a spyware software developer.</p>
|
||
<p>Your account has been hacked by me couple months ago.</p>
|
||
<p>The hacking was carried out using a hardware vulnerability through which you went online (Cisco router, vulnerability CVE-2023-20026).</p>
|
||
<p>I went around the security system in the router, installed an exploit there.</p>
|
||
<p>When you went online, my exploit downloaded my malicious code (rootkit) to your device.</p>
|
||
<p>This is driver software, I constantly updated it, so your antivirus is silent all time.</p>
|
||
<p>Since then I have been following you (I can connect to your device via the VNC protocol).</p>
|
||
<p>That is, I can see absolutely everything that you do, view and download your files and any data to yourself.</p>
|
||
<p>I also have access to the camera on your device, and I periodically take photos and videos with you.</p>
|
||
<p>At the moment, I have harvested a solid dirt... on you...</p>
|
||
<p>I saved all your email and chats from your messangers. I also saved the entire history of the sites you visit.</p>
|
||
<p>I note that it is useless to change the passwords. My malware update passwords from your accounts every times.</p>
|
||
<p>I know what you like hard funs (adult sites).</p>
|
||
<p>Oh, yes .. I'm know your secret life, which you are hiding from everyone.</p>
|
||
<p>Oh my God, what are your like... I saw THIS ... Oh, you dirty naughty person ... :)</p>
|
||
<p>I took photos and videos of your most passionate funs with adult content, and synchronized them in real time with the image of your camera.</p>
|
||
<p>Believe it turned out very high quality!</p>
|
||
<p>So, to the business!</p>
|
||
<p>I'm sure you don't want to show these files and visiting history to all your contacts.</p>
|
||
<p>Transfer $986 to my Bitcoin cryptocurrency wallet: 1A9A9LAo MRUu9xBMY WgutcKVWi ciuWkw6Z</p>
|
||
<p>Just copy and paste the wallet number when transferring.</p>
|
||
<p>An important notice: I have specified my Bitcoin wallet with spaces, hence once you carry out a transfer, please make sure that you key-in my bitcoin address without spaces to be sure that your funds successfully reach my wallet!</p>
|
||
<p>If you do not know how to do this - ask Google.</p>
|
||
<p>My system automatically recognizes the translation.</p>
|
||
<p>As soon as the specified amount is received, all your data will be destroyed from my server, and the rootkit will be automatically removed from your system.</p>
|
||
<p>Do not worry, I really will delete everything, since I am 'working' with many people who have fallen into your position.</p>
|
||
<p>You will only have to inform your provider about the vulnerabilities in the router so that other hackers will not use it.</p>
|
||
<p>Since opening this letter you have 48 hours.</p>
|
||
<p>If funds not will be received, after the specified time has elapsed, the disk of your device will be formatted, and from my server will automatically send email and sms to all your contacts with compromising material.</p>
|
||
<p>P.S. Do not try to contact me (this is impossible, sender's address was randomly generated).</p>
|
||
<p>I advise you to remain prudent and not engage in nonsense (all files on my server).</p>
|
||
<p>Good luck!</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Survival Life" <SurvivalLife@monstery.us></p>
|
||
<p><b>Reply-To</b>: "Survival Life" <SurvivalLife@monstery.us></p>
|
||
<p><b>To</b>: <sales@voussoir.net></p>
|
||
<p><b>Subject</b>: NASA: US To Face 100 Years Of Mega Drought!</p>
|
||
<p><b>Date</b>: Mon, 20 Feb 2023 11:23:36 +0100</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=5.45 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_FONT_LOW_CONTRAST,HTML_IMAGE_ONLY_32,HTML_MESSAGE,RCVD_IN_PSBL,RCVD_IN_ZEN_BLOCKED_OPENDNS,SPF_HELO_NONE,SPF_PASS,URIBL_BLACK,URIBL_DBL_BLOCKED_OPENDNS,URIBL_ZEN_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=3.4.6
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 1.25;EffectiveIp=134.73.175.112,SpamProbability=0.32
|
||
Return-Path: <61601-94420-30671-13376-sales=voussoir.net@mail.monstery.us>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: sales@voussoir.net
|
||
X-Pm-Original-To: sales@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of mail.monstery.us designates 134.73.175.112 as permitted sender) smtp.mailfrom=mail.monstery.us; dkim=pass header.i=monstery.us; dmarc=pass (p=none) header.from=SurvivalLife@monstery.us
|
||
Received: from neshen.unrhapsodic.com (EHLO tommy.monstery.us) ([134.73.175.112])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id 407254767
|
||
for <sales@voussoir.net>;
|
||
Mon, 20 Feb 2023 10:55:27 +0000 (UTC)
|
||
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=k1; d=monstery.us;
|
||
h=Mime-Version:Content-Type:Date:From:Reply-To:Subject:To:Message-ID; i=SurvivalLife@monstery.us;
|
||
bh=7Tj6uBaGOSYb4aU+p87snH542lY=;
|
||
b=nIFh8TfE/ykYMqzAJKeR7X0UzqOp7wSGFS/D9IhrtDlbZ8f82uxG//8wnTIqaH/L+69r/hxHgCc5
|
||
gcQnUK4UBHs0NjEkfaDPe0Irgg8SbANvOlQ5PGCM6oJIrV4Bt088xLFTQKtQlMescKXYnT56jdtD
|
||
VaOgaKpalQ5sXjAJq/w=
|
||
DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k1; d=monstery.us;
|
||
b=UvIMYuYNpDzukdlarG6L60NQzzRQcrp5ptdrg0mV18GJB9Z5ULeBFyeKjIoNbfozW3Qf7GisPQeu
|
||
H+PuQRkCoZlfUqaAGOziq+r3m7X76BclatrJeZaQrTFTfq4cSulphXbGzt347lApllh5+iZqo8Fg
|
||
E/TovGt9X+hQzL65ymA=;
|
||
Mime-Version: 1.0
|
||
Content-Type: multipart/alternative; boundary="f22b8e198e65b234095e60939e13cd52_170d4_77cf"
|
||
Date: Mon, 20 Feb 2023 11:23:36 +0100
|
||
From: "Survival Life" <SurvivalLife@monstery.us>
|
||
Reply-To: "Survival Life" <SurvivalLife@monstery.us>
|
||
Subject: NASA: US To Face 100 Years Of Mega Drought!
|
||
To: <sales@voussoir.net>
|
||
Message-ID: <ul4c6huxodygij3w-a8bjk4hgbvgw7dlo-170d4-77cf@monstery.us>
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Experts grimly warn us of an unprecedented disaster of biblical proportions.</p>
|
||
<p>Will you survive?</p>
|
||
<p>Grab This Life-Saving Report</p>
|
||
<p>THIS is no joke, you’ll find the REAL answers inside.</p>
|
||
<p>PLUS: You’ll also receive an extremely useful bonus that will become more valuable than gold in a crisis.</p>
|
||
<p>IMPORTANT: 3 little-known secrets any serious patriot must know to survive the upcoming disaster!</p>
|
||
<p>Check it out HERE</p>
|
||
<p>n April 1936, with the bill still before Congress, the Wisconsin Centennial Commission selected David Parsons, a local art student, to design the coin, dictating that the seal of Wisconsin Territory be used for one side, and a badger for the other. The models were poorly executed and in very high relief; they were rejected by the Bureau of the Mint. The Commission asked for the name of a suitable artist, and the Treasury Department referred the issue to the Commission of Fine Arts (CFA), which then recruited New York sculptor Benjamin Hawkins. The CFA was charged by a 1921 executive order by President Harding with rendering advisory opinions on public artworks, including coins. On May 14, 1936, the CFA chair, Charles Moore, wrote to Hawkins informing him of the Centennial Commission's requirements and enclosing a copy of the territorial seal. He told Hawkins that the Centennial Commission expected the work to be done within three weeks. Hawkins submitted the finished models to the Mint on June 3, 1936, which were approved by the CFA two days later. The models were reduced to coin-size hubs by the Medallic Art Company of New York. Numismatic author Don Taxay felt it</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Garden Landscaping" <gardenlandscaping@bankofamerican.today></p>
|
||
<p><b>Reply-To</b>: "Ideas4Landscaping" <dreamlandscapideas4landscaping@bankofamerican.today></p>
|
||
<p><b>To</b>: <sales@voussoir.net></p>
|
||
<p><b>Subject</b>: The Ultimate Green Home Guide</p>
|
||
<p><b>Date</b>: Fri, 17 Feb 2023 15:11:39 +0100</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=13.21 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,PP_MIME_FAKE_ASCII_TEXT,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_PSBL,RCVD_IN_VALIDITY_RPBL,RCVD_IN_ZEN_BLOCKED_OPENDNS,SPF_HELO_NONE,SPF_PASS,TVD_RCVD_IP,TVD_RCVD_IP4,URIBL_ABUSE_SURBL,URIBL_BLACK,URIBL_DBL_BLOCKED_OPENDNS,URIBL_ZEN_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=3.4.6
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 3.51;EffectiveIp=157.52.235.210,SpamProbability=0.55
|
||
Return-Path: <61526-91958-32102-12867-sales=voussoir.net@mail.bankofamerican.today>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: sales@voussoir.net
|
||
X-Pm-Original-To: sales@voussoir.net
|
||
Authentication-Results: purelymail.com; spf=pass (domain of mail.bankofamerican.today designates 157.52.235.210 as permitted sender) smtp.mailfrom=mail.bankofamerican.today; dkim=pass header.i=bankofamerican.today; dmarc=pass (p=none) header.from=gardenlandscaping@bankofamerican.today
|
||
Received: from 157.52.235.210 (EHLO fiber.bankofamerican.today) ([157.52.235.210])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id -709139213
|
||
for <sales@voussoir.net>;
|
||
Fri, 17 Feb 2023 15:15:53 +0000 (UTC)
|
||
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=k1; d=bankofamerican.today;
|
||
h=Mime-Version:Content-Type:Date:From:Reply-To:Subject:To:Message-ID; i=gardenlandscaping@bankofamerican.today;
|
||
bh=5/Bt34h1ruZDHVAxokrQTVZlvJE=;
|
||
b=GvhUVgBdnUSx0VPQXE2cJutbdLOOjltpEdzUk724j/KWKSv5/Z3K9m2xF0ybHniP8SKn8VsfW9re
|
||
ptMNyqZge3w46ZbUiw77RjH1glEQj8+cddOgpYrN5sDWqErsCCpEnt/OqoPDUYVbXwvNRzL+q7Fb
|
||
XwUP2+DiEC+g7hxaWOQ=
|
||
DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k1; d=bankofamerican.today;
|
||
b=oLd4qXlQqUGJx+Q5PcQCriMZlYTzJ0RD5ZEz+OrTO2/CR9Jmr/DIZBDHL+AqsWEYWnxfn+L77D29
|
||
X+ljAKpY70gQmKadpxSQl+pX8i+DbaUnUF2Z1PtCyt/OT0KzPLL1t6v8xpORRixKeNiERsOHo/W5
|
||
FQ69nQEFduT8zPj5bbw=;
|
||
Mime-Version: 1.0
|
||
Content-Type: multipart/alternative; boundary="e78982f563685b04eb3bc277a8898914_16736_7d66"
|
||
Date: Fri, 17 Feb 2023 15:11:39 +0100
|
||
From: "Garden Landscaping" <gardenlandscaping@bankofamerican.today>
|
||
Reply-To: "Ideas4Landscaping" <dreamlandscapideas4landscaping@bankofamerican.today>
|
||
Subject: The Ultimate Green Home Guide
|
||
To: <sales@voussoir.net>
|
||
Message-ID: <gyo349en38xzdsyz-p7rxnsnk6y6s60ba-16736-7d66@bankofamerican.today>
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Transform Your Landscape In A Single Weekend!</p>
|
||
<p>Most of the landscaping ideas in Ideas4Landscaping™ can be completed in a weekend at a cost much lower than you would have paid otherwise!</p>
|
||
<p>These are simple, quick and easy tips to implement to create the ideal landscape to complement your home...</p>
|
||
<p>Get ideas for front yards that you only see on shows like HGTV and DIYNetwork - the landscaping that you've always wanted to see on your own lawn </p>
|
||
<p>Thousands Of Designs - For Every Style & Preference...</p>
|
||
<p>layer Bukayo Saka in place of Trippier, and switched to a 4–3–3 formation. After another Italian attack in the 73rd minute, which ended when Berardi failed to control the ball in the England penalty area having run behind the England defence, Southgate made a second switch, bringing on Henderson for Rice. Italy continued to dominate, almost all the play taking place in England's half of the field. Chiesa ran down the left in the 80th minute, beating Walker and Saka, before being dispossessed by Phillips and falling to the ground. The referee deemed the challenge to have been a legal one; however, Chiesa was injured and limped off the field. He attempted to continue but eventually had to be replaced by Federico Bernardeschi in the 86th minute. Meanwhile, England had a chance when Mount dribbled into the Italy penalty area and passed to Saka, but he was unable to control the ball. Insigne was then booked for a foul on Phillips; England's free kick was cleared by Italy as far as Shaw, whose shot was then fired over the crossbar. In the 87th minute, the match was briefly halted when a pitch invader ran onto the field. Sterling made a run down the left into the penalty area in the 89th minute, but the ball went behind for a goal kick under pressure from Bonucci and Chiellini. An England free kick in injury time reached Stones, but he was unable to score. After Italy had advanced down the right throu</p>
|
||
</article>
|
||
|
||
<article>
|
||
<p><b>From</b>: "Work From Home Job Quiz" <SocialMediaJobQuiz@keragenics.shop></p>
|
||
<p><b>Reply-To</b>: "Online Job Quiz" <WorkFromHomeJobQuiz@keragenics.shop></p>
|
||
<p><b>To</b>: <sales@voussoir.net></p>
|
||
<p><b>Subject</b>: $1,000/week YouTube job match</p>
|
||
<p><b>Date</b>: Mon, 13 Feb 2023 17:03:51 +0100</p>
|
||
<details>
|
||
<summary>Headers</summary>
|
||
<pre>
|
||
X-Spam-Status: Yes, score=11.25 required=5 tests=DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,HTML_FONT_LOW_CONTRAST,HTML_MESSAGE,PP_MIME_FAKE_ASCII_TEXT,RCVD_IN_BL_SPAMCOP_NET,RCVD_IN_PSBL,RCVD_IN_ZEN_BLOCKED_OPENDNS,SPF_HELO_NONE,SUBJ_DOLLARS,TVD_RCVD_IP,TVD_RCVD_IP4,T_SPF_PERMERROR,URIBL_ABUSE_SURBL,URIBL_BLOCKED,URIBL_DBL_BLOCKED_OPENDNS,URIBL_ZEN_BLOCKED_OPENDNS,PURELYMAIL_IP_REPUTATION autolearn=no autolearn_force=no version=3.4.6
|
||
X-Pm-Spam-PURELYMAIL-IP-REPUTATION: 4.45;EffectiveIp=37.0.13.184,SpamProbability=0.65
|
||
Return-Path: <61377-91958-32102-13286-sales=voussoir.net@mail.keragenics.shop>
|
||
Delivered-To: ethan@voussoir.net
|
||
X-Pm-Known-Alias: sales@voussoir.net
|
||
X-Pm-Original-To: sales@voussoir.net
|
||
Authentication-Results: purelymail.com; dkim=pass header.i=keragenics.shop; dmarc=pass (p=none) header.from=SocialMediaJobQuiz@keragenics.shop
|
||
Received: from 37.0.13.184 (EHLO vince.keragenics.shop) ([37.0.13.184])
|
||
by smtp.purelymail.com (Purelymail SMTP) with ESMTP id 590443137
|
||
for <sales@voussoir.net>;
|
||
Mon, 13 Feb 2023 16:51:37 +0000 (UTC)
|
||
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; s=k1; d=keragenics.shop;
|
||
h=Mime-Version:Content-Type:Date:From:Reply-To:Subject:To:Message-ID; i=SocialMediaJobQuiz@keragenics.shop;
|
||
bh=ULcjBszgdgnhFa3C8ULH+Zl2d2o=;
|
||
b=L/PZ9dVuEuLazjRtqnoX1oga1h6PlCdnAr7x64G1xn3kKrblNV5c6hODaIrXtB99lqTxxCyc64U3
|
||
5NFlQMIl3jZnfmUWmsRM5gxgkDGYvfcHrPMWfoyl/JcnNq0zSCDyns8uRPliZ9AzWyyojl2XtP7d
|
||
gX9yyfsL4iQtc/80hyA=
|
||
DomainKey-Signature: a=rsa-sha1; c=nofws; q=dns; s=k1; d=keragenics.shop;
|
||
b=JsWY+A8gGjer/0z+iwyLUpyV1z2If1DiOF96sQEhQAfM0sVB7kBRiSIVh/QMRZBjNv+UJbWHWZTc
|
||
2sCpJ9ce86i33rOjFDmiOre2DVpWNEpWVx/AQlLdEdDgW53RX/poe7KzvdUY+6QxrYKgExC9ytEz
|
||
hkUp0aGC4F5llBVkvEA=;
|
||
Mime-Version: 1.0
|
||
Content-Type: multipart/alternative; boundary="e06016978929e0dc2b83ec6b05863a73_16736_7d66"
|
||
Date: Mon, 13 Feb 2023 17:03:51 +0100
|
||
From: "Work From Home Job Quiz" <SocialMediaJobQuiz@keragenics.shop>
|
||
Reply-To: "Online Job Quiz" <WorkFromHomeJobQuiz@keragenics.shop>
|
||
Subject: $1,000/week YouTube job match
|
||
To: <sales@voussoir.net>
|
||
Message-ID: <6hg7d8fovc68ceya-65nnhgtvyt0a2gvi-16736-7d66@keragenics.shop>
|
||
</pre>
|
||
</details>
|
||
|
||
<hr/>
|
||
|
||
<p>Great News!</p>
|
||
<p>Previously you entered your details into our online job database and you’ve just been matched with an online YouTube job.</p>
|
||
<p>The job pays $1,000+ per week.</p>
|
||
<p>Has flexible hours (minimum 5 per week).</p>
|
||
<p>And, according to our database, your skill set matches perfectly.</p>
|
||
<p>Click here to apply now.</p>
|
||
<p>Your main role will be uploading premade videos to YouTube on behalf of small digital companies.</p>
|
||
<p>Don’t worry if you’ve never uploaded a YouTube video before, it only takes a few minutes and is very easy. And we’ve even arranged a short 30-minute training course to help you get started in your new role.</p>
|
||
<p>Click here to apply now.</p>
|
||
<p>There’s just one catch…</p>
|
||
<p>The deadline for this job application is 12:00am.</p>
|
||
<p>That’s midnight tonight!</p>
|
||
<p>So, please apply ASAP, as you’re perfect for this role.</p>
|
||
<p>Click here to apply now.</p>
|
||
<p>Best wishes,</p>
|
||
<p>Ryan</p>
|
||
<p>n December 1942, concerned about the possibility of Allied forces landing in the Balkans, the Germans began planning an anti-Partisan offensive in Bosnia and Herzegovina codenamed "Case White". The size of the planned offensive required the involvement of both the Croatian Home Guard and the Italians. Late in the planning, the Italians began to prepare and equip Chetnik detachments, including that of ?uriši?, for involvement in the operation. In early January 1943, the Chetnik Supreme Command ordered Montenegrin Chetnik units to carry out "cleansing actions" against Muslims in Bijelo Polje county in north-eastern Montenegro. On 10 January 1943, ?uriši? reported that Chetniks under his command had burned down 33 Muslim villages, killed 400 Muslim fighters—members of the Muslim self-protection militia also supported by the Italians—and had also killed about 1,000 Muslim women and children. As Italian auxiliaries, ?uriši?'s detachment was so dependent on the Italians</p>
|
||
</article>
|
||
</body>
|
||
|
||
<script>
|
||
const CURSES = [
|
||
"be bitten by mosquitos",
|
||
"be blamed for something you didn't do",
|
||
"be last in line",
|
||
"be late to your appointment",
|
||
"be mistaken for somebody else",
|
||
"be shortchanged by the cashier",
|
||
"be voted least likely to succeed",
|
||
"break the tip of your pencil",
|
||
"burn your morning toast",
|
||
"dial the wrong number",
|
||
"dine on wobbly tables",
|
||
"drive behind grandmothers",
|
||
"fart in a crowded room",
|
||
"feel an oncoming sneeze",
|
||
"feel as if you are being watched",
|
||
"feel slightly off balance",
|
||
"find a hair in your soup",
|
||
"find a hole in your pocket",
|
||
"find coal in your stocking",
|
||
"forget how to spell unnecessary",
|
||
"get a flat tire",
|
||
"get an uneven haircut",
|
||
"get stains on your favorite t-shirt",
|
||
"get swooped by an angry bird",
|
||
"greet a fistbump with a handshake",
|
||
"have a smudge on your glasses",
|
||
"have crumbs in your bed",
|
||
"have food between your teeth",
|
||
"have holes in your umbrella",
|
||
"have pebbles in your shoes",
|
||
"hear ringing in your ears",
|
||
"live in interesting times",
|
||
"lose track of time",
|
||
"miss the last bus",
|
||
"put your pants on backward",
|
||
"receive the wrong order",
|
||
"run out of batteries",
|
||
"run out of toilet paper",
|
||
"run out of toothpaste",
|
||
"sip from the wrong cup",
|
||
"sit behind the tallest person",
|
||
"sleep through your alarm clock",
|
||
"stumble over your words",
|
||
"wear clashing colors",
|
||
"wear white to a wedding",
|
||
];
|
||
const PARTICLES = ["💀", "🔥", "🌟", "✨", "☠️", "👹", "👁️", "⛧"];
|
||
|
||
const PARTICLE_HOLDER = document.getElementById("particle_holder");
|
||
const PARTICLE_SPAWNPOINT = document.getElementById("particle_spawnpoint");
|
||
const CURSE_VISIBLE = document.getElementById("curse_visible");
|
||
const CURSE_INVISIBLE = document.getElementById("curse_invisible");
|
||
|
||
function random_choice(list)
|
||
{
|
||
return list[Math.floor(Math.random() * list.length)];
|
||
}
|
||
|
||
function new_particle()
|
||
{
|
||
const particle = document.createElement("div");
|
||
particle.classList.add("particle");
|
||
const rect = PARTICLE_SPAWNPOINT.getBoundingClientRect();
|
||
let position_x = rect.left;
|
||
let position_y = rect.top;
|
||
particle.style.left = position_x;
|
||
particle.style.top = position_y;
|
||
const velocity_x = (Math.random() * 2) - 1;
|
||
const velocity_y = (Math.random() * 2) - 1;
|
||
PARTICLE_HOLDER.append(particle);
|
||
particle.innerText = random_choice(PARTICLES);
|
||
let dead = false;
|
||
function kill_particle()
|
||
{
|
||
particle.parentElement.removeChild(particle);
|
||
dead = true;
|
||
}
|
||
function particle_step()
|
||
{
|
||
if (dead)
|
||
{
|
||
return;
|
||
}
|
||
position_x += velocity_x;
|
||
position_y += velocity_y;
|
||
particle.style.left = position_x;
|
||
particle.style.top = position_y;
|
||
requestAnimationFrame(particle_step);
|
||
}
|
||
requestAnimationFrame(particle_step);
|
||
setTimeout(kill_particle, 1950);
|
||
}
|
||
|
||
function bewitch_step()
|
||
{
|
||
if (CURSE_INVISIBLE.innerText.length === 0)
|
||
{
|
||
return;
|
||
}
|
||
const a = CURSE_VISIBLE.innerText + CURSE_INVISIBLE.innerText.charAt(0);
|
||
const b = CURSE_INVISIBLE.innerText.substr(1);
|
||
CURSE_VISIBLE.innerText = a;
|
||
CURSE_INVISIBLE.innerText = b;
|
||
setTimeout(bewitch_step, 50);
|
||
new_particle();
|
||
}
|
||
CURSE_INVISIBLE.innerText = "May you " + random_choice(CURSES) + ", today and always";
|
||
setTimeout(bewitch_step, 33);
|
||
</script>
|
||
</html> |