sailuh / kaiaulu

An R package for mining software repositories
http://itm0.shidler.hawaii.edu/kaiaulu
Mozilla Public License 2.0
18 stars 12 forks source link

parse and visualize mailing list communication networks using Perceval #4

Closed carlosparadis closed 4 years ago

carlosparadis commented 4 years ago

Wolfgang MBOX Downloader

BASE_URL=http://mail-archives.apache.org/mod_mbox
PROJECT=hbase-dev
FROM=2015
TO=2020

for year in `seq ${FROM} ${TO}`; do
  for month in `seq -w 1 12`; do
     curl -s -I ${BASE_URL}/${PROJECT}/${year}${month}.mbox | \
          grep "HTTP/1.1 404 Not Found" > /dev/null || \
     curl ${BASE_URL}/${PROJECT}/${year}${month}.mbox \
          -o ${PROJECT}_${year}_${month}.mbox
  done
done

cat *.mbox > ${PROJECT}.mbox
rm ${PROJECT}_*.mbox

Perceval Approach

Mbox: https://chaoss.github.io/grimoirelab-tutorial/perceval/mail.html

carlosparadis commented 4 years ago
{
    "backend_name": "MBox",
    "backend_version": "0.12.0",
    "category": "message",
    "classified_fields_filtered": null,
    "data": {
        "Authentication-Results": "spamd4-us-west.apache.org (amavisd-new);\n\tdkim=pass (2048-bit key) header.d=comcast.net",
        "Content-Transfer-Encoding": "7bit",
        "Content-Type": "text/plain; charset=us-ascii",
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=comcast.net;\n\ts=q20140121; t=1467724082;\n\tbh=+4noOLzzrCDUMpdmYJUqt/JMcTXlHPAr2vhKyFryBUY=;\n\th=Received:Received:From:Content-Type:Subject:Message-Id:Date:To:\n\t Mime-Version;\n\tb=jlfQ9jFzyv9EP/ioD4B3TgJF7U3S60MygklSXCmpSftTp78gxYY502XgMsV5WAYaK\n\t t9a2O7Hssmbfi5U+rZ8R0hhtFqDyfsbE6xxUvfHvSyHAjJ7XISwxQnvEJ/EhLeN3G7\n\t Ht/mIz9uim8atrnxSaZDyO09t5JoM70aPFBmbTSE9+3bWJDi8M/Apvsj/q+Zu1jHJ1\n\t buxk9iitgmFegKUfSktydc6tFE4y8yObF41n4EAHC2uuURPbtXwWHWRH/nap4sK/aI\n\t FwIMTEbbNyEC0/wEqy0dktUYX2pnakh8DdH+TX34ozKKr9exGAFYwgoGQEvnPAhRJi\n\t FdxJf5QfRfMeg==",
        "Date": "Tue, 5 Jul 2016 09:08:01 -0400",
        "Delivered-To": "moderator for announce@httpd.apache.org",
        "From": "Jim Jagielski <jim@apache.org>",
        "List-Id": "<announce.httpd.apache.org>",
        "List-Post": "<mailto:announce@httpd.apache.org>",
        "Mailing-List": "contact announce-help@httpd.apache.org; run by ezmlm",
        "Message-ID": "<892CD0C4-4FC4-452D-BFF3-4C80B1C81EF0@apache.org>",
        "Mime-Version": "1.0 (Mac OS X Mail 9.3 \\(3124\\))",
        "Precedence": "bulk",
        "Received": "(qmail 73184 invoked by uid 99); 5 Jul 2016 13:08:12 -0000",
        "Return-Path": "<announce-return-168-apmail-httpd-announce-archive=httpd.apache.org@httpd.apache.org>",
        "Subject": "[ANNOUNCE] Apache HTTP Server 2.4.23 Released",
        "To": "announce@httpd.apache.org",
        "X-Mailer": "Apple Mail (2.3124)",
        "X-Original-To": "apmail-httpd-announce-archive@www.apache.org",
        "X-Spam-Flag": "NO",
        "X-Spam-Level": null,
        "X-Spam-Score": "-0.001",
        "X-Spam-Status": "No, score=-0.001 tagged_above=-999 required=6.31\n\ttests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001,\n\tRCVD_IN_MSPIKE_H2=-0.001] autolearn=disabled",
        "X-Virus-Scanned": "Debian amavisd-new at spamd4-us-west.apache.org",
        "body": {
            "plain": "\n          Apache HTTP Server 2.4.23 Released\n\nThe Apache Software Foundation and the Apache HTTP Server Project\nare pleased to announce the release of version 2.4.23 of the Apache\nHTTP Server (\"Apache\").  This version of Apache is our latest GA\nrelease of the new generation 2.4.x branch of Apache HTTPD and\nrepresents fifteen years of innovation by the project, and is\nrecommended over all previous releases. This release of Apache is\nprincipally a feature and bug fix release.\n\nNOTE: Versions 2.4.22 and 2.4.21 were not released.\n\nWe consider this release to be the best version of Apache available, and\nencourage users of all prior versions to upgrade.\n\nApache HTTP Server 2.4.23 is available for download from:\n\nhttp://httpd.apache.org/download.cgi\n\nApache 2.4 offers numerous enhancements, improvements, and performance\nboosts over the 2.2 codebase.  For an overview of new features\nintroduced since 2.4 please see:\n\nhttp://httpd.apache.org/docs/trunk/new_features_2_4.html\n\nOf particular note are 2 reverse proxy additions: Support of\nHTTP/2 and dynamic health checks.\n\nPlease see the CHANGES_2.4 file, linked from the download page, for a\nfull list of changes. A condensed list, CHANGES_2.4.23 includes only\nthose changes introduced since the prior 2.4 release.  A summary of all \nof the security vulnerabilities addressed in this and earlier releases \nis available:\n\nhttp://httpd.apache.org/security/vulnerabilities_24.html\n\nThis release requires the Apache Portable Runtime (APR) version 1.5.x\nand APR-Util version 1.5.x. The APR libraries must be upgraded for all\nfeatures of httpd to operate correctly.\n\nThis release builds on and extends the Apache 2.2 API.  Modules written\nfor Apache 2.2 will need to be recompiled in order to run with Apache\n2.4, and require minimal or no source code changes.\n\nhttp://svn.apache.org/repos/asf/httpd/httpd/trunk/VERSIONING\n\nWhen upgrading or installing this version of Apache, please bear in mind\nthat if you intend to use Apache with one of the threaded MPMs (other\nthan the Prefork MPM), you must ensure that any modules you will be\nusing (and the libraries they depend on) are thread-safe.\n\nPlease note that Apache Web Server Project will only provide maintenance\nreleases of the 2.2.x flavor through June of 2017, and will provide some\nsecurity patches beyond this date through at least December of 2017.\nMinimal maintenance patches of 2.2.x are expected throughout this period,\nand users are strongly encouraged to promptly complete their transitions\nto the the 2.4.x flavor of httpd to benefit from a much larger assortment\nof minor security and bug fixes as well as new features.\n\n"
        },
        "list-help": "<mailto:announce-help@httpd.apache.org>",
        "list-unsubscribe": "<mailto:announce-unsubscribe@httpd.apache.org>",
        "unixfrom": "announce-return-168-apmail-httpd-announce-archive=httpd.apache.org@httpd.apache.org  Tue Jul  5 13:10:27 2016"
    },
    "origin": "httpd-announce",
    "perceval_version": "0.12.24",
    "search_fields": {
        "item_id": "<892CD0C4-4FC4-452D-BFF3-4C80B1C81EF0@apache.org>"
    },
    "tag": "httpd-announce",
    "timestamp": 1587303081.833071,
    "updated_on": 1467724081.0,
    "uuid": "5a1163a74de8db2331daf0db8f91be27fe54ae02"
}
{
    "backend_name": "MBox",
    "backend_version": "0.12.0",
    "category": "message",
    "classified_fields_filtered": null,
    "data": {
        "Content-Type": "text/plain",
        "Date": "Tue, 5 Jul 2016 15:24:31 +0200 (CEST)",
        "Delivered-To": "moderator for announce@httpd.apache.org",
        "From": "Dirk-Willem van Gulik <dirkx@apache.org>",
        "List-Id": "<announce.httpd.apache.org>",
        "List-Post": "<mailto:announce@httpd.apache.org>",
        "Mailing-List": "contact announce-help@httpd.apache.org; run by ezmlm",
        "Message-ID": "CVE-2016-4979-68283",
        "Mime-Version": "1.00",
        "Precedence": "bulk",
        "Received": "(qmail 32437 invoked by uid 99); 5 Jul 2016 13:24:45 -0000",
        "Return-Path": "<announce-return-169-apmail-httpd-announce-archive=httpd.apache.org@httpd.apache.org>",
        "Subject": "CVE-2016-4979: HTTPD webserver - X509 Client certificate based authentication can be bypassed when HTTP/2 is used [vs]",
        "To": "announce@httpd.apache.org",
        "X-Greylist": "Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (weser.webweaving.org [127.0.0.1]); Tue, 05 Jul 2016 15:24:31 +0200 (CEST)",
        "X-Original-To": "apmail-httpd-announce-archive@www.apache.org",
        "X-Spam-Flag": "NO",
        "X-Spam-Level": "**",
        "X-Spam-Score": "2.967",
        "X-Spam-Status": "No, score=2.967 tagged_above=-999 required=6.31\n\ttests=[INVALID_MSGID=1.167, KAM_ASCII_DIVIDERS=0.8,\n\tKAM_LAZY_DOMAIN_SECURITY=1] autolearn=disabled",
        "X-Virus-Scanned": "Debian amavisd-new at spamd1-us-west.apache.org",
        "body": {
            "plain": "-----BEGIN PGP SIGNED MESSAGE-----\nHash: SHA1\n\n\n          Security Advisory - Apache Software Foundation\n                Apache HTTPD WebServer  / httpd.apache.org\n\n\tX509 Client certificate based authentication can\n           be bypassed when HTTP/2 is used\n\n                   CVE-2016-4979 / CVSS 7.5\n\nThe Apache HTTPD web server (from 2.4.18-2.4.20) did not validate a X509 \nclient certificate correctly when experimental module for the HTTP/2 \nprotocol is used to access a resource. \n\nThe net result is that a resource that should require a valid client certificate\nin order to get access can be accessed without that credential.\n\nBackground:\n- -----------\n\nApache can control access to resources based on various things; such as \na password, IP address and so on. One of the options, when SSL or TLS is\nused, is gating access based on the client having access to a private-key of \na X509 client certificate. These client certificates are typically held on\na chipcard (e.g. the CAC card in the US, national identity, banking cards\nor, for example, medical-chip cards in Europe). In some cases they\nare 'soft tokens' - i.e. files, often called PKCS#12 files, which are loaded\ninto the browser or the 'keychain'.\n\nGating access based on a client certificate is done by adding a line such as\n\n\tSSLVerifyClient require \n\nto the httpd configuration; along with a list of trusted client certificate\nauthorities (SSLCACertificateFile).\n\nVersion 2.4.17 of the Apache HTTP Server introduced an experimental feature:\nmod_http2 for the HTTP/2 protocol (RFC7540, previous versions were known as \nGoogle SPDY).\n\nThis module is NOT compiled in by default -and- is not enabled by default, \nalthough some distribution may have chosen to do so.\n\nIt is generally needs to be enabled in the 'Protocols' line in httpd by \nadding 'h2' and/or 'h2c' to the 'http/1.1' only default. \n\nThe default distributions of the Apache Software Foundation do not include \nthis experimental feature. \n\nDetails:\n- --------\n\n- From version 2.4.18, upto and including version 2.4.20 the server failed\nto take the (failed/absent) client certificate validation into account\nwhen providing access to a resource over HTTP/2. This issue has been fixed \nin version 2.4.23 (r1750779).\n\nAs a result - a resource thought to be secure and requiring a valid\nclient certificate - would be accessible without authentication \nprovided that the mod_http2 was loaded, h2 or h2c activated, that\nthat the browser used the HTTP/2 protocol and it would do more than\none request over a given connection.\n\nImpact:\n- -------\n\nA third party can gain access to resources on the web server without\nthe requisite credentials.\n\nThis can then lead to unauthorised disclosure of information.\n\nVersions affected: \n- ------------------\nAll versions from  2.4.18 to  2.4.20. The issue is fixed in\nversion 2.4.23 (released 2015-6-5)\n\nResolution:\n- -----------\n\nUpgrade to version 2.4.23 or newer.\n\nMitigations and work arounds:\n- -----------------------------\n\nAs a temporary workaround - HTTP/2 can be disabled by changing\nthe configuration by removing h2 and h2c from the Protocols\nline(s) in the configuration file. \n\nThe resulting line should read:\n\n\t\tProtocols http/1.1\n\nCredits and timeline\n- --------------------\n\nThe flaw was found and reported by Erki Aring <erki@example.ee> \nfrom Liewenthal Electronics Ltd on 2016-06-30. The issue was \nresolved by Stefan Eissing that same day and incorporated in \nthe  release of 5th of July 2015 (thus avoiding a bank holiday).\n \nApache would like to thank all involved for their help with this.\n\nCommon Vulnerability Scoring (Version 3) and vector\n- ---------------------------------------------------\n\nCVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N/E:F/RL:O/RC:C\n\nCVSS Base Score         7.5\nCVSS Temporal Score     7.0 \n\n1.05 / : 2339 $\n-----BEGIN PGP SIGNATURE-----\nVersion: GnuPG v1.4\nComment: This message is encrypted and/or signed with PGP (gnu-pg, gpg). Contact dirkx@webweaving.org if you cannot read it.\n\niEYEARECAAYFAld7tREACgkQ/W+IxiHQpxssBwCg2PU1xiye20scB23ZEAdhuEjA\nJPoAmwUaZFh/tr2tR3opAVnFo+mSgMDi\n=zNG2\n-----END PGP SIGNATURE-----\n"
        },
        "list-help": "<mailto:announce-help@httpd.apache.org>",
        "list-unsubscribe": "<mailto:announce-unsubscribe@httpd.apache.org>",
        "unixfrom": "announce-return-169-apmail-httpd-announce-archive=httpd.apache.org@httpd.apache.org  Tue Jul  5 15:03:21 2016"
    },
    "origin": "httpd-announce",
    "perceval_version": "0.12.24",
    "search_fields": {
        "item_id": "CVE-2016-4979-68283"
    },
    "tag": "httpd-announce",
    "timestamp": 1587303081.834084,
    "updated_on": 1467725071.0,
    "uuid": "86d21c0ac35879b86b76aa9420300b254806d6c3"
}
{
    "backend_name": "MBox",
    "backend_version": "0.12.0",
    "category": "message",
    "classified_fields_filtered": null,
    "data": {
        "Authentication-Results": "spamd4-us-west.apache.org (amavisd-new);\n\tdkim=pass (1024-bit key) header.d=auth.ccsend.com",
        "Content-Type": "multipart/alternative; \n\tboundary=\"----=_Part_338453373_96484223.1468926436549\"",
        "DKIM-Signature": "v=1; q=dns/txt; a=rsa-sha256; c=relaxed/relaxed; s=1000073432; d=auth.ccsend.com; h=date:mime-version:subject:X-Feedback-ID:message-id:from:reply-to:list-unsubscribe:to; bh=IWb5fKydhNmszEa1gT002MnNp3k7BnIT3G3Enmx/8IA=; b=CsWo4d+ybxMz3QtWGt09cmE552HKVgNC8CN+zvClEP5F941gjQZTs1+hp3fTCVMhLKkwXJmwHckhePauOsJ7k3GkTwo1+D88+dbSdSK8WjDhP7RJgZaZcLkGG0NG6DUO4PWFBJiorA/0ZL/mge9WShiOV6hqFmttRcsgAL8p0U4=",
        "Date": "Tue, 19 Jul 2016 07:07:16 -0400 (EDT)",
        "Delivered-To": "apmail-httpd-announce-archive@httpd.apache.org",
        "From": "Simpatico Network srl <web.info@simpaticotech.it>",
        "List-Unsubscribe": "http://visitor.constantcontact.com/do?p=un&m=001ppwvHtrFNf1h59YxsVHM6Q%3D%3D&se=001UIvxZCGpjWvM4PB5bakA0g%3D%3D&t=001EkZLEx15CcE%3D&llr=9qmh7qdab",
        "MIME-Version": "1.0",
        "Message-ID": "<1125327554119.1103299326490.1546345285.0.130705JL.1002@scheduler.constantcontact.com>",
        "Received": "from p2-jbsvcs5192.ad.prodcc.net (p2-pen2.ad.prodcc.net [10.252.0.102])\n\tby p2-mail216.ccm181.constantcontact.com (Postfix) with ESMTP id 8A192119BEC3\n\tfor <announce-archive@httpd.apache.org>; Tue, 19 Jul 2016 07:07:16 -0400 (EDT)",
        "Reply-To": "web.info@simpaticotech.it",
        "Return-Path": "<AlWvNmYBDQCq7ba9iBgRL2w==_1103299326490_zoG0oL6cEeSQ+tSuUo65hg==@in.constantcontact.com>",
        "Subject": "PC Prfoessional per Scuole e Enti Pubblici da 90 Euro",
        "To": "announce-archive@httpd.apache.org",
        "X-CTCT-ID": "cd9eceb0-be9c-11e4-8f99-d4ae528eb986",
        "X-Campaign-Activity-ID": "956bcd99-8043-402a-bb6d-af6206044bdb",
        "X-Channel-ID": "ce81b4a0-be9c-11e4-90fa-d4ae528eb986",
        "X-Feedback-ID": "ce81b4a0-be9c-11e4-90fa-d4ae528eb986:956bcd99-8043-402a-bb6d-af6206044bdb:1103299326490:CTCT",
        "X-Mailer": "Roving Constant Contact 2012 (http://www.constantcontact.com)",
        "X-Original-To": "apmail-httpd-announce-archive@www.apache.org",
        "X-Return-Path-Hint": "AlWvNmYBDQCq7ba9iBgRL2w==_1103299326490_zoG0oL6cEeSQ+tSuUo65hg==@in.constantcontact.com",
        "X-Roving-Campaignid": "1125327554119",
        "X-Roving-Id": "1103299326490.1546345285",
        "X-Spam-Flag": "NO",
        "X-Spam-Level": null,
        "X-Spam-Score": "-2.622",
        "X-Spam-Status": "No, score=-2.622 tagged_above=-999 required=6.31\n\ttests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1,\n\tHEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=2,\n\tKAM_INFOUSMEBIZ=0.75, RCVD_IN_DNSWL_NONE=-0.0001,\n\tRCVD_IN_IADB_DK=-0.223, RCVD_IN_IADB_LISTED=-0.38,\n\tRCVD_IN_IADB_OPTIN=-2.057, RCVD_IN_IADB_RDNS=-0.167,\n\tRCVD_IN_IADB_SENDERID=-0.001, RCVD_IN_IADB_SPF=-0.001,\n\tRCVD_IN_IADB_VOUCHED=-2.2, RCVD_IN_MSPIKE_H2=-0.001,\n\tRP_MATCHES_RCVD=-1.426, SPF_PASS=-0.001, URIBL_GREY=1.084]\n\tautolearn=disabled",
        "X-Virus-Scanned": "Debian amavisd-new at spamd4-us-west.apache.org",
        "body": {
            "html": "<head >\n<STYLE>\n .headerTop { background-color:#FFCC66; border-top:0px solid #000000; border-bottom:1px solid #FFFFFF; text-align:center; }\n .adminText { font-size:10px; color:#996600; line-height:200%; font-family:verdana; text-decoration:none; }\n .headerBar { background-color:#FFFFFF; border-top:0px solid #333333; border-bottom:10px solid #FFFFFF; }\n .title { font-size:20px; font-weight:bold; color:#CC6600; font-family:arial; line-height:110%; }\n .subTitle { font-size:11px; font-weight:normal; color:#666666; font-style:italic; font-family:arial; }\n td { font-size:12px; color:#000000; line-height:150%; font-family:trebuchet ms; }\n .sideColumn { background-color:#FFFFFF; border-left:1px dashed #CCCCCC; text-align:left; }\n .sideColumnText { font-size:11px; font-weight:normal; color:#999999; font-family:arial; line-height:150%; }\n .sideColumnTitle { font-size:15px; font-weight:bold; color:#333333; font-family:arial; line-height:150%; }\n .footerRow { background-color:#FFFFCC; border-top:9px solid #FFFFFF; }\n .footerText { font-size:10px; color:#996600; line-height:100%; font-family:verdana; }\n a { color:#FF6600; color:#FF6600; color:#FF6600; }\n</STYLE>\n\n\n\n<title></title>\n\n\n\n</head><body leftmargin=\"0\" marginheight=\"0\" marginwidth=\"0\" offset=\"0\" topmargin=\"0\" ><center><table bgcolor=\"#ffffff\" id=\"VWPLINK\" width=\"595\"><tr><td style=\"font-size: 8pt; font-family: Verdana, Arial, Helvetica, sans-serif; color: #000000;\" width=\"100%\">Non vedi il contenuto di questa Email?\n<a href=\"http://campaign.r20.constantcontact.com/render?m=1103299326490&ca=956bcd99-8043-402a-bb6d-af6206044bdb\" track=\"off\">Clicca Qu\u00ec\n</a></td></tr></table></center><img alt=\" \" height=\"1\" src=\"http://r20.rs6.net/on.jsp?a=1103299326490&r=3&c=cd9eceb0-be9c-11e4-8f99-d4ae528eb986&d=1125327554119&ch=ce81b4a0-be9c-11e4-90fa-d4ae528eb986&ca=956bcd99-8043-402a-bb6d-af6206044bdb&o=https://imgssl.constantcontact.com/ui/images1/s.gif\" width=\"1\"/>\n\n\n\n<table width=\"102%\" cellpadding=\"10\" cellspacing=\"0\" bgcolor='#533711' height=\"250\" >\n<tr>\n<td valign=\"top\" align=\"center\" height=\"230\">\n\n<table cellpadding=\"20\" cellspacing=\"0\" bgcolor=\"#FFFFFF\" width=\"1084\" height=\"1603\">\n<tr>\n\t<td width=\"1042\" height=\"129\">\n      <div align=\"center\">\n        <center>\n        <table border=\"0\" cellpadding=\"0\">\n          <tr>\n            <td><a alt=\"http://bit.ly/Syjfwl\" href=\"http://r20.rs6.net/tn.jsp?f=001gkdmEWbk2jV14HWdK4q1O4oadrPdOSmtPTSOuoYh9_RYk6bBQPQ5p_3Td7uZ_KqgxMMLZO11wFbfq9Lybwv4ILVhyx_9eMtTvbqEVzASA0yIJuOLfelCvVkp_qc9s_RivTU1D6Wb5YCDYevWG_6-oBjyUxeiOcWq3b-KfrpmpeM=&c=fAV0V9k_UCnWdfyPeuYF0I4dwZfUNsuJ2VfTn8NIBGwTbzIC0J81oQ==&ch=_IKm66fa7XllmiTD2_02ikjY881c09HXHEjFzal-x-MubwYCQiwLTw==\"><map name=\"FPMap0\">\n              <area href=\"http://on.fb.me/V82GWv\" shape=\"rect\" coords=\"613, 0, 651, 41\">\n              <area href=\"http://bit.ly/iFcMxX\" shape=\"rect\" coords=\"659, 4, 690, 38\">\n              <area href=\"http://bit.ly/Syjfwl\" shape=\"rect\" coords=\"395, 49, 536, 85\">\n              <area href=\"http://bit.ly/Syjfwl\" shape=\"rect\" coords=\"10, 3, 379, 84\"></map><img src=\"http://www.simpaticotech.it/img/logomail.jpg\" alt=\"SimpaticoTech\" BORDER=0 usemap=\"#FPMap0\" width=\"750\" height=\"112\" /></a></td>\n            <td>\n      <a alt=\"http://bit.ly/UvNQg9\" href=\"http://r20.rs6.net/tn.jsp?f=001gkdmEWbk2jV14HWdK4q1O4oadrPdOSmtPTSOuoYh9_RYk6bBQPQ5p_3Td7uZ_KqgE-R13TV44qYHje1UlFzsRPR4eYowNAAG_rrXkyboElNy7XmB7B_p88fMKf6Bcn-rfIc27V5x7Igwv8z2vw1Z66w31rW_o4jggRoxowVoOo8=&c=fAV0V9k_UCnWdfyPeuYF0I4dwZfUNsuJ2VfTn8NIBGwTbzIC0J81oQ==&ch=_IKm66fa7XllmiTD2_02ikjY881c09HXHEjFzal-x-MubwYCQiwLTw==\" target=\"_blank\"><img src=\"http://bit.ly/1dzAp9f\" alt=\"SimpaticoTech con Microsoft\" border=\"0\" width=\"150\" height=\"85\"></a>\n            </td>\n          </tr>\n        </table>\n        </center>\n      </div>\n    </td>\n</tr>\n<tr>\n\t<td height=\"56\" align=\"center\" bgcolor=\"#ECECFF\" width=\"1042\">\n      <h3><font size=\"4\"><strong><font color=\"#FF0000\">Tantissimi Comuni e enti pubblici hanno scelto di usare PC Ricondizionati per contenere i costi senza rinunciare alle prestazioni</font></strong></font></h3>\n      <h3><font size=\"4\"><strong><font color=\"#FF0000\">PC PRONTI PER LA PUBBLICA         AMMINISTRAZIONE&nbsp;&nbsp;GARANZIA 1 ANNO<br>\n      </font></strong>Potenti ed         economici, con Windows 7 o 10 Professional installato e pronto all'uso&nbsp; a         partire da <font color=\"#008000\">90,00 Euro</font></font></h3>\n      <h3><font color=\"#008000\" face=\"Tw Cen MT\" size=\"5\">&nbsp;Tutti i nostri PC </font><font color=\"#FF0000\" face=\"Tw Cen MT\" size=\"5\">sono dotati di Antivirus  gi&agrave; installato e con           codice di attivazione per 1 Anno e software per Backup e Recovery Acronis True Image a titolo gratuito</font><font color=\"#008000\" face=\"Tw Cen MT\" size=\"5\"><a alt=\"http://www.simpaticotech.it/windows10.php\" href=\"http://r20.rs6.net/tn.jsp?f=001gkdmEWbk2jV14HWdK4q1O4oadrPdOSmtPTSOuoYh9_RYk6bBQPQ5pyp1pWxcvscapGQlMeQRWeptRotYkxRA9Y70NNpKF9SGU-DsP9mlbrjt45rUbK8kZKV4p_8g3Qw2HVzZpNMAPSEhPKWm5NZc3vKdqWJbFqx7rbn0-d__n9SulOmMBNfWMvGWITm8SkSz&c=fAV0V9k_UCnWdfyPeuYF0I4dwZfUNsuJ2VfTn8NIBGwTbzIC0J81oQ==&ch=_IKm66fa7XllmiTD2_02ikjY881c09HXHEjFzal-x-MubwYCQiwLTw==\"><br>\n      </a></font></h3>\n    </td>\n</tr>\n<tr>\n\t<td height=\"120\" align=\"center\" width=\"1042\">\n      <div align=\"center\">\n        <center>\n        <table border=\"0\" cellpadding=\"2\">\n          <tr>\n            <td><a alt=\"http://www.simpaticotech.it/\" href=\"http://r20.rs6.net/tn.jsp?f=001gkdmEWbk2jV14HWdK4q1O4oadrPdOSmtPTSOuoYh9_RYk6bBQPQ5p2lfijWWcDNBO8MbKfpB9-DYNttB7rLA8OiQ8IvdB70O63CYh9oX-WyLQLOYr7_bR8tNV6weO5fxE_04r3yyDcU5osKgB4xRAMZ-fU43sk-vgZkDe-_vjvxkRdT3Z911DQ==&c=fAV0V9k_UCnWdfyPeuYF0I4dwZfUNsuJ2VfTn8NIBGwTbzIC0J81oQ==&ch=_IKm66fa7XllmiTD2_02ikjY881c09HXHEjFzal-x-MubwYCQiwLTw==\"><img border=\"0\" src=\"http://www.simpaticotech.it/load/bigimage/win10.jpg\" ></a></td>\n          </tr>\n        </table>\n        </center>\n      </div>\n    </td>\n</tr>\n<tr>\n\t<td height=\"28\" align=\"center\" bgcolor=\"#ECECFF\" width=\"1042\"><h3 align=\"left\"><font size=\"3\" color=\"#FF0000\">Visita il nostro catalogo         completo sul portale MEPA nome azienda: &quot;Simpatico Network srl&quot;         PIVA 13221010153</font></h3>\n      <h3 align=\"left\"><font color=\"#008000\" size=\"4\" face=\"Tw Cen MT\">Disponibili       anche altri prodotti e offerte personalizzate PC Core i5 - Notebook Core i5 - Tablet e tanto altro</font></h3>\n      <h3 align=\"left\"><u><i><font size=\"3\">I prezzi non comprendono: Monitor,Tastiera e Mouse       e IVA</font></i></u>       </h3>      \n      <h3 align=\"left\"><font size=\"4\" face=\"Tw Cen MT\"><i>Scrivi a questa e-mail lasciando i vostri       recapiti e sarete contattati da un nostro esperto per fare un'offerta       personalizzata. email: <a href=\"mailto:scuola@simpaticotech.it\">servizioclienti@simpaticotech.it</a>       Tel.&nbsp; 895-5698707 9:00-13:00 e 14:00-18:00</i></font></h3></td>\n</tr>\n\n\n<tr>\n\t<td height=\"28\" align=\"center\" bgcolor=\"#FFFFFF\" width=\"1042\"><h3>Tutti i nostri PC con il 7 sono pronti per passare a Windows 10 gratis!</h3>\n      <p><font size=\"3\">Grazie\n      all'accordo con Microsoft la nostra azienda \u00e8 unica in Italia a diventare\n      &quot;Microsoft Authorized Refurbisher&quot; questo significa che possiamo\n      rivendere dei computer usati e ricondizionati installando nuovi sistemi\n      operativi Windows 7 oppure 10 con licenza d'uso originale e immagine sul\n      hard disk come se fosse un PC nuovo. Inoltre avrete Acronis a titolo gratuito</font>\n      </p>\n      <p><span itemprop=\"description\"><strong><font size=\"3\"><a alt=\"http://bit.ly/UvNQg9\" href=\"http://r20.rs6.net/tn.jsp?f=001gkdmEWbk2jV14HWdK4q1O4oadrPdOSmtPTSOuoYh9_RYk6bBQPQ5p_3Td7uZ_KqgE-R13TV44qYHje1UlFzsRPR4eYowNAAG_rrXkyboElNy7XmB7B_p88fMKf6Bcn-rfIc27V5x7Igwv8z2vw1Z66w31rW_o4jggRoxowVoOo8=&c=fAV0V9k_UCnWdfyPeuYF0I4dwZfUNsuJ2VfTn8NIBGwTbzIC0J81oQ==&ch=_IKm66fa7XllmiTD2_02ikjY881c09HXHEjFzal-x-MubwYCQiwLTw==\"><img title=\"Microsoft Authorized refurbisher\" src=\"http://www.simpaticotech.it/microsoft/logo_scheda_10.jpg\" alt=\"Microsoft Authorized refurbisher\"></a></font></strong>\n            </span>\n      </p>\n      <p><font size=\"3\">Se state ancora usando dei computer con Windows XP\n      questo comporta un grosso rischio per la vostra struttura perch\u00e8 dal 8 aprile 2014 il supporto tecnico per\n    Windows&nbsp;XP non \u00e8 pi\u00f9 disponibile, inclusi gli aggiornamenti\n    automatici per la sicurezza che ti aiutano a proteggere il tuo PC. Inoltre, poich\u00e9 il\n    numero di produttori hardware e software che continuano a ottimizzare le\n    loro soluzioni per le versioni pi\u00f9 recenti di Windows \u00e8 in costante\n    aumento, sempre pi\u00f9 app e dispositivi non funzioneranno con Windows&nbsp;XP.</font></p>\n    </td>\n</tr>\n\n\n<tr>\n\t<td height=\"28\" align=\"center\" bgcolor=\"#ECECFF\" width=\"1042\">\n      <h1><b>SIAMO PRESENTI SUL MEPA E EMETTIAMO FATTURA ELETTRONICA</b></h1>\n    </td>\n</tr>\n\n\n<tr>\n<td style=\"background-color: #FFFFCC; border-top: 10px solid #FFFFFF\" valign=\"top\" height=\"503\" width=\"1042\">\n\n\t\t<p align=\"center\">\"tutti i loghi e i marchi sono propriet&agrave; delle relative case produttrici\"<br />\n        \u00a9 Copyright 2000-2016 SIMPATICOTECH.IT, All rights reserved</p>  \n        <p align=\"center\"><font style=\"font-size: 8pt; color: #808080; font-family: Verdana; text-decoration: none\">Ricevi\n        questa email perch\u00e8 il tuo indirizzo email risulta iscritto alla nostra\n        mailing list. Se cos\u00ec non fosse ci scusiamo!</font>\n        <p align=\"center\"><font size=\"3\"><b>Noi rispettiamo la tua privacy, per\n        non ricevere pi\u00f9 le nostre email clicca sotto&nbsp;</b></font>\n        <p><!-- area unsub --><FONT \nstyle=\"FONT-SIZE: 7pt; COLOR: #808080; FONT-FAMILY: Verdana; TEXT-DECORATION: none\">La   \npresente newsletter \u00e8 da considerarsi una comunicazione commerciale. Ai sensi   \ndell'art. 13 del Decreto legislativo 30 giugno 2003, n. 196 (Codice della   \nPrivacy) La informiamo che i Suoi dati personali sono utilizzati da Simpatico  \n  Network srl   \nper finalita' promozionali e pubblicitarie e, in particolare, per l'invio della   \nnostra newsletter. Il conferimento dei Suoi dati personali, per le indicate\n        finalita', \u00e8 una Sua facolta', ma ha il diritto di opporSi alla prosecuzione del   \ntrattamento in qualsiasi momento, provvedendo alla cancellazione dei dati da Lei   \nforniti. Lei \u00e8 titolare dei diritti di cui all'art. 7 del Codice della Privacy.   \nIl trattamento si svolge, con l'ausilio di mezzi elettronici, nel rispetto delle   \nmodalita' che il Codice della Privacy pone a Sua garanzia e, in generale,   \ntutelando i Suoi diritti, liberta' fondamentali e dignita', con particolare   \nriferimento alla riservatezza e all'identita' personale. Il trattamento si   \nsvolgera' per il periodo da Te consentito e cessera' a seguito   \ndell'intervenuta cancellazione dei Suoi dati personali, a Te i consentita in   \nqualsiasi momento. I dati personali da Te forniti non sono comunicati a soggetti   \nterzi. Simpatico Network srl ha adottato le misure di sicurezza per il trattamento dei Suoi   \ndati personali previste dagli artt. 33 ss. del Codice della Privacy e dal   \nDisciplinare Tecnico di cui All'allegato B) del medesimo. Simpatico Network srl si impegna,\n        altresi', ad adeguare le suddette misure in modo conforme a quanto stabilito   \ndalle successive modifiche legislative, nonch\u00e9 in relazione all'evoluzione   \ntecnica del settore e all'esperienza maturata. Simpatico Network srl, con sede   \noperativa in Buccinasco (MI), Via Enrico Fermi 10/6 \u00e8 la titolare del trattamento , e a   \nlei competono le decisioni in ordine alle finalita' ed alle modalita' del   \ntrattamento dei dati personali.</FONT>  \n\n</td>\n</tr>\n\n</table>\n\n</td>\n</tr>\n</table>\n\n<br />\n<table bgcolor=\"#ffffff\" padding=\"0\" width=\"100%\" ><tr align=\"center\" ><td ><table bgcolor=\"#ffffff\" id=\"footerContainer\" width=\"595\" ><tr ><td ><FooterContent ><a href=\"http://visitor.constantcontact.com/do?p=un&m=001ppwvHtrFNf1h59YxsVHM6Q%3D%3D&ch=ce81b4a0-be9c-11e4-90fa-d4ae528eb986&ca=956bcd99-8043-402a-bb6d-af6206044bdb\" target=\"_blank\"><img border=\"0\" src=\"http://img.constantcontact.com/letters/images/SafeUnsubscribe_Footer_Logo_New.png\"/></a><br /></FooterContent></td><td align=\"right\" ><font face=\"tahoma,sans-serif\" size=\"1\" ><FooterLogo ><a href=\"http://www.constantcontact.com/index.jsp?cc=custom01\"><img border=\"0\" src=\"http://img.constantcontact.com/letters/images/CC_Footer_Logo_New.png\"/></a></FooterLogo></font>\n</td>\n</tr><tr ><td colspan=\"2\" ><font face=\"tahoma,sans-serif\" size=\"1\" ><FooterContent ><div >Questa mail &#232; stata inviata a announce-archive@httpd.apache.org, da parte di <a href=\"mailto:web.info@simpaticotech.it\" style=\"color:#0000ff;\">web.info@simpaticotech.it</a> <span style=\"color: #bababa;\" > | </span> &nbsp;  </div>\n<div ><a href=\"http://visitor.constantcontact.com/do?p=oo&m=001ppwvHtrFNf1h59YxsVHM6Q%3D%3D&ch=ce81b4a0-be9c-11e4-90fa-d4ae528eb986&ca=956bcd99-8043-402a-bb6d-af6206044bdb\" style=\"color:#0000ff;\" target=\"_blank\">Aggiorna profilo/indirizzo e-mail</a> <span style=\"color: #bababa;\" >|</span> Rimozione istantanea con <a href=\"http://visitor.constantcontact.com/do?p=un&m=001ppwvHtrFNf1h59YxsVHM6Q%3D%3D&ch=ce81b4a0-be9c-11e4-90fa-d4ae528eb986&ca=956bcd99-8043-402a-bb6d-af6206044bdb\" style=\"color:#0000ff;\" target=\"_blank\">SafeUnsubscribe</a>&trade;  <span style=\"color: #bababa;\" >|</span>  <a href=\"http://ui.constantcontact.com/roving/it/CCPrivacyPolicy.jsp\" style=\"color:#0000ff;\" target=\"_blank\">Informativa sulla privacy</a>.</div></FooterContent></font>\n</td>\n</tr>\n<tr ><td colspan=\"2\" ><font face=\"tahoma,sans-serif\" size=\"1\" ><br />Simpatico Network srl | Via Volta 7 | BUCCINASCO | 20090 | Italy</font>\n</td>\n</tr>\n</table>\n</td>\n</tr>\n</table>\n<br />\n</body>\n\n\n\n",
            "plain": "Non vedi il contenuto di questa Email?\nClicca Qu\u00ec\nhttp://campaign.r20.constantcontact.com/render?m=1103299326490&ca=956bcd99-8043-402a-bb6d-af6206044bdb\nGreetings!\n\n\nQuesta mail \u00e8 stata inviata a announce-archive@httpd.apache.org,\nda parte di web.info@simpaticotech.it\n\nAggiorna profilo/indirizzo e-mail\nhttp://visitor.constantcontact.com/do?p=oo&m=001ppwvHtrFNf1h59YxsVHM6Q%3D%3D&ch=ce81b4a0-be9c-11e4-90fa-d4ae528eb986&ca=956bcd99-8043-402a-bb6d-af6206044bdb\n\n\nRimozione istantanea con SafeUnsubscribe(TM)\nhttp://visitor.constantcontact.com/do?p=un&m=001ppwvHtrFNf1h59YxsVHM6Q%3D%3D&ch=ce81b4a0-be9c-11e4-90fa-d4ae528eb986&ca=956bcd99-8043-402a-bb6d-af6206044bdb\n\n\nInformativa sulla privacy:\nhttp://ui.constantcontact.com/roving/it/CCPrivacyPolicy.jsp\n\n\n\n\n\nOnline Marketing by\nConstant Contact(R)\nwww.constantcontact.com\n\n\n\nSimpatico Network srl | Via Volta 7 | BUCCINASCO | 20090 | Italy\n\n\n\n\n\n\n\n\n"
        },
        "unixfrom": "AlWvNmYBDQCq7ba9iBgRL2w==_1103299326490_zoG0oL6cEeSQ+tSuUo65hg==@in.constantcontact.com  Tue Jul 19 11:08:11 2016"
    },
    "origin": "httpd-announce",
    "perceval_version": "0.12.24",
    "search_fields": {
        "item_id": "<1125327554119.1103299326490.1546345285.0.130705JL.1002@scheduler.constantcontact.com>"
    },
    "tag": "httpd-announce",
    "timestamp": 1587303081.83613,
    "updated_on": 1468926436.0,
    "uuid": "5ad8a9bde41a552f81d16d3fd3e7fbe79ae49a30"
}
{
    "backend_name": "MBox",
    "backend_version": "0.12.0",
    "category": "message",
    "classified_fields_filtered": null,
    "data": {
        "Accept-Language": "en-US",
        "Content-Language": "en-US",
        "Content-Type": "multipart/alternative;\n\tboundary=\"_000_MA1PR01MB0358399730CE567D48579755A6090MA1PR01MB0358INDP_\"",
        "DKIM-Signature": "v=1; a=rsa-sha256; c=relaxed/relaxed; d=outlook.com;\n s=selector1; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version;\n bh=yF03y4xveTvcu3d5mk3rcsuRUd1rBGmJXK/8lNC+ABk=;\n b=Wyh7T4nfyS+PvzUcWWIu98tjQIFcAUMtAx2aJTKJoW5EpWZw/joJf94EpbF89LrxlJTRc6yOH1WakTZw7Wk+siT2FeI1rAlyrrisfR02ZZMJEu9/xOk7bbqaD6xGIQ+jMQy3B2jk3Wz8vAwFsMoZGNKiOloAZEUcpbVmrBk0pefIUsbqHWIKXBIsT4iKLf9BmFbS+fNeqdcQotaJonVuiaMubFtklP7Yqg0qO+OfcKXRB+AsMOwLJqG4NLu9Pg6nWHN0yIvyMyPKg/TZHS1vwZ0daU3qfYMp253i5oyAqXNNGHfE0FLX/H7TTpCZIcGP2ofFJfgfN7X+n3Kxz0PTYw==",
        "Date": "Thu, 21 Jul 2016 13:10:39 +0000",
        "Delivered-To": "apmail-httpd-announce-archive@httpd.apache.org",
        "From": "Abhinav Kumar Singh <mahibestseoservices@outlook.com>",
        "MIME-Version": "1.0",
        "Message-ID": "<MA1PR01MB0358399730CE567D48579755A6090@MA1PR01MB0358.INDPRD01.PROD.OUTLOOK.COM>",
        "Received": "from MA1PR01MB0358.INDPRD01.PROD.OUTLOOK.COM ([10.164.120.146]) by\n MA1PR01MB0358.INDPRD01.PROD.OUTLOOK.COM ([10.164.120.146]) with mapi id\n 15.01.0544.014; Thu, 21 Jul 2016 13:10:39 +0000",
        "Return-Path": "<mahibestseoservices@outlook.com>",
        "Subject": "Web Designing Services at Lowest Prices!!",
        "Thread-Index": "AQHR41FCwkF3NC26wkSVLcBw1DGtJA==",
        "Thread-Topic": "Web Designing Services at Lowest Prices!!",
        "To": "\"dharmendra@allininfosystems.com\" <dharmendra@allininfosystems.com>",
        "X-MS-Exchange-CrossTenant-fromentityheader": "Internet",
        "X-MS-Exchange-CrossTenant-id": "84df9e7f-e9f6-40af-b435-aaaaaaaaaaaa",
        "X-MS-Exchange-CrossTenant-originalarrivaltime": "21 Jul 2016 13:10:39.1536\n (UTC)",
        "X-MS-Exchange-Transport-CrossTenantHeadersStamped": "MA1IND01HT005",
        "X-MS-Has-Attach": null,
        "X-MS-TNEF-Correlator": null,
        "X-Original-To": "apmail-httpd-announce-archive@www.apache.org",
        "X-OriginalArrivalTime": "21 Jul 2016 13:11:29.0342 (UTC) FILETIME=[64CC45E0:01D1E351]",
        "X-OriginatorOrg": "outlook.com",
        "X-Spam-Flag": "NO",
        "X-Spam-Level": "***",
        "X-Spam-Score": "3.029",
        "X-Spam-Status": "No, score=3.029 tagged_above=-999 required=6.31\n\ttests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\n\tHTML_MESSAGE=2, KAM_ADVERT2=0.55, LOW_PRICE=0.6,\n\tRCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01,\n\tRCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled",
        "X-Virus-Scanned": "Debian amavisd-new at spamd3-us-west.apache.org",
        "authentication-results": "spf=softfail (sender IP is 10.152.200.59)\n smtp.mailfrom=outlook.com; allininfosystems.com; dkim=none (message not\n signed) header.d=none;allininfosystems.com; dmarc=fail action=none\n header.from=outlook.com;",
        "body": {
            "html": "<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n<style type=\"text/css\" style=\"display:none;\"><!-- P {margin-top:0;margin-bottom:0;} --></style>\n</head>\n<body dir=\"ltr\">\n<div id=\"divtagdefaultwrapper\" style=\"font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;\">\n<p><span id=\"ms-rterangepaste-start\"></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">Hello,<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">&nbsp;<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">I sincerely hope you are doing well.<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">&nbsp;<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">We are an India based Web Design company with a\n primary focus on SEO based&nbsp;Website&nbsp;Design &amp;&nbsp;Development&nbsp;(Magento, HTML, WordPress, , PHP and Yahoo Store&nbsp;development).<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">&nbsp;<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">We have a dedicated team of 250 professional designers,\n developers and SEO specialists; especially for Graphic&nbsp;designing&nbsp;and SEO.<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">&nbsp;<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">We can assure you of getting quality works. Most\n firms overseas have achieved a significant amount of savings by outsourcing either part of, or their entire work to us in India.<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">&nbsp;<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">We would like you to give us an opportunity to\n work with your company and AMAZE you with our service.<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">&nbsp;<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">Please let us know in case you are interested.<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">&nbsp;<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">Warm Regards,<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">&nbsp;<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"font-size:13.5pt;mso-ascii-font-family:\nCalibri;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;\nmso-bidi-font-family:&quot;Times New Roman&quot;;color:#0D0D0D;mso-themecolor:text1;\nmso-themetint:242\">Abhinav Kumar Singh</span><span style=\"mso-ascii-font-family:\nCalibri;mso-fareast-font-family:&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;\nmso-bidi-font-family:&quot;Times New Roman&quot;;color:#0D0D0D;mso-themecolor:text1;\nmso-themetint:242\">!<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">&nbsp;<o:p></o:p></span></p>\n<p class=\"MsoNormal\" style=\"margin-bottom: 0.0001pt; background-image: initial; background-attachment: initial; background-size: initial; background-origin: initial; background-clip: initial; background-position: initial; background-repeat: initial;\">\n<span style=\"mso-ascii-font-family:Calibri;mso-fareast-font-family:\n&quot;Times New Roman&quot;;mso-hansi-font-family:Calibri;mso-bidi-font-family:&quot;Times New Roman&quot;;\ncolor:#0D0D0D;mso-themecolor:text1;mso-themetint:242\">Note: We are not spammers and are against spamming\n of any kind. If you are not interested then you can reply with a simple \\&quot;NO\\&quot;,We will never contact you again.<o:p></o:p></span></p>\n<p class=\"MsoNormal\"><span style=\"color:#0D0D0D;mso-themecolor:text1;mso-themetint:\n242\">&nbsp;</span></p>\n<p class=\"MsoNormal\"><span style=\"color:#0D0D0D;mso-themecolor:text1;mso-themetint:\n242\">&nbsp;</span></p>\n<span id=\"ms-rterangepaste-end\"></span><br>\n<p></p>\n</div>\n</body>\n</html>\n",
            "plain": "Hello,\n\nI sincerely hope you are doing well.\n\nWe are an India based Web Design company with a primary focus on SEO based Website Design & Development (Magento, HTML, WordPress, , PHP and Yahoo Store development).\n\nWe have a dedicated team of 250 professional designers, developers and SEO specialists; especially for Graphic designing and SEO.\n\nWe can assure you of getting quality works. Most firms overseas have achieved a significant amount of savings by outsourcing either part of, or their entire work to us in India.\n\nWe would like you to give us an opportunity to work with your company and AMAZE you with our service.\n\nPlease let us know in case you are interested.\n\nWarm Regards,\n\nAbhinav Kumar Singh!\n\nNote: We are not spammers and are against spamming of any kind. If you are not interested then you can reply with a simple \\\"NO\\\",We will never contact you again.\n\n\n\n"
        },
        "received-spf": "SoftFail (protection.outlook.com: domain of transitioning\n outlook.com discourages use of 10.152.200.59 as permitted sender)",
        "spamdiagnosticmetadata": "NSPM",
        "spamdiagnosticoutput": "1:99",
        "unixfrom": "mahibestseoservices@outlook.com  Thu Jul 21 13:11:39 2016",
        "x-eopattributedmessage": "0",
        "x-exchange-antispam-report-cfa-test": "BCL:0;PCL:0;RULEID:(432015012)(82015046);SRVR:MA1IND01HT005;BCL:0;PCL:0;RULEID:;SRVR:MA1IND01HT005;",
        "x-forefront-antispam-report": "CIP:10.152.200.59;IPV:NLI;CTRY:;EFV:NLI;SFV:NSPM;SFS:(10019020)(98900003);DIR:OUT;SFP:1102;SCL:1;SRVR:MA1IND01HT005;H:MA1PR01MB0358.INDPRD01.PROD.OUTLOOK.COM;FPR:;SPF:None;LANG:en;",
        "x-forefront-prvs": "0010D93EFE",
        "x-microsoft-antispam": "UriScan:;BCL:0;PCL:0;RULEID:(1601124038)(5061506196)(5061507196)(1603103041)(1603101187)(1601125047);SRVR:MA1IND01HT005;",
        "x-microsoft-exchange-diagnostics": "1;MA1IND01HT005;7:ugpzq7eT3Fg6dH9UQF0B0CIDtHdi7vuFqcBsi4elrL2z4qmXyqJflWdgb7bIVgYHjhYnzj6jdAQQ4S7LL8NKix6oukUvxPzGU/vcjbix1TgzGaP6Sy71yrMcPnHEEkO2VJdmqN51B72e80tYONiO2VyoGwzTNap0U5b91D4j5F0/WT475zvWfa3gt66ToGYwN3NaM6UspFvNJDngSonYksRHTonLpTzgXWLtM0svZdDiRfYtjPLfUv4g3cwowIlt",
        "x-ms-office365-filtering-correlation-id": "26ad3c5c-09ee-4656-4c8f-08d3b1686976",
        "x-tmn": "[iEjQr/ItT7ZO/AG01qx9dOxKZdRUydFj]"
    },
    "origin": "httpd-announce",
    "perceval_version": "0.12.24",
    "search_fields": {
        "item_id": "<MA1PR01MB0358399730CE567D48579755A6090@MA1PR01MB0358.INDPRD01.PROD.OUTLOOK.COM>"
    },
    "tag": "httpd-announce",
    "timestamp": 1587303081.838208,
    "updated_on": 1469106639.0,
    "uuid": "e61ec761536894f80504af30712c108aaed1519d"
}
carlosparadis commented 4 years ago

Note the communication network here is an author-thread. For metric purposes, a projection transformation is needed. I will do this in another issue.