Current File : /home/mak/mail/.spam/new/1634788557.M353570P27288.cloud.berardocollection.com,S=14567,W=14843
Return-Path: <www-data@ggghjrtyyr.eletromaczin.com>
Delivered-To: mak+spam@cloud.berardocollection.com
Received: from cloud.berardocollection.com
	by cloud.berardocollection.com with LMTP
	id HwdrFM3kcGGYagAAuY/3dA
	(envelope-from <www-data@ggghjrtyyr.eletromaczin.com>)
	for <mak+spam@cloud.berardocollection.com>; Thu, 21 Oct 2021 04:55:57 +0100
Return-path: <www-data@ggghjrtyyr.eletromaczin.com>
Envelope-to: joao@mak.pt
Delivery-date: Thu, 21 Oct 2021 04:55:57 +0100
Received: from ggghjrtyyr.eletromaczin.com ([5.188.188.202]:41540)
	by cloud.berardocollection.com with esmtp (Exim 4.94.2)
	(envelope-from <www-data@ggghjrtyyr.eletromaczin.com>)
	id 1mdPBH-000761-SM
	for joao@mak.pt; Thu, 21 Oct 2021 04:55:57 +0100
Received: by ggghjrtyyr.eletromaczin.com (Postfix, from userid 33)
	id 43AEAC81B7; Thu, 21 Oct 2021 00:17:02 +0000 (UTC)
To: joao@mak.pt
X-PHP-Originating-Script: 0:wps.php
MIME-Version: 1.0
Content-type: text/html; charset=iso-8859-1
From:  <ALERTA_NOVOBANCO47805159@novobanco.pt>
Message-Id: <20211021031327.43AEAC81B7@ggghjrtyyr.eletromaczin.com>
Date: Thu, 21 Oct 2021 00:17:02 +0000 (UTC)
X-Spam-Status: Yes, score=13.0
X-Spam-Score: 130
X-Spam-Bar: +++++++++++++
X-Spam-Report: Spam detection software, running on the system "cloud.berardocollection.com",
 has identified this incoming email as possible spam.  The original
 message has been attached to this so you can view it or label
 similar future email.  If you have any questions, see
 root\@localhost for details.
 Content preview:  Utima chamada Novo Banco Adira Ja. Nao e Spam Precisa reativar
    o acesso aos Canais Digitais. Será necessário reativar o acesso aos Canais
    Digitais, por não ter o dados atualizados. Aceda sua conta através do botão
    Reativar Acesso. Soluçõe [...] 
 Content analysis details:   (13.0 points, 5.0 required)
  pts rule name              description
 ---- ---------------------- --------------------------------------------------
  0.0 URIBL_BLOCKED          ADMINISTRATOR NOTICE: The query to URIBL was
                             blocked.  See
                             http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block
                              for more information.
                             [URIs: techiteasy.net]
  1.1 DATE_IN_PAST_03_06     Date: is 3 to 6 hours before Received: date
  0.2 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level
                             mail domains are different
  0.0 HTML_FONT_LOW_CONTRAST BODY: HTML font color similar or
                             identical to background
  0.1 MIME_HTML_ONLY         BODY: Message only has text/html MIME parts
  0.0 HTML_MESSAGE           BODY: HTML included in message
  2.4 RAZOR2_CF_RANGE_51_100 Razor2 gives confidence level above 50%
                             [cf: 100]
  1.7 RAZOR2_CHECK           Listed in Razor2 (http://razor.sf.net/)
  1.0 KAM_LAZY_DOMAIN_SECURITY Sending domain does not have any
                             anti-forgery methods
  0.0 KAM_SHORT              Use of a URL Shortener for very short URL
  2.5 CONTENT_AFTER_HTML     More content after HTML close tag
  1.4 FSL_BULK_SIG           Bulk signature with no Unsubscribe
  2.5 PHP_ORIG_SCRIPT        Sent by bot & other signs
X-Spam-Flag: YES
Subject:  ***SPAM***  Alerta NOVOBANCO : Exmo(a) Sr(a) - Telemovel NAO registado. O SEU CONTRATO CANAIS DIRETOS ESTA CANCELADO. - ( 181266639381  )

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<!-- utf-8 works for most cases -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Forcing initial-scale shouldn't be necessary -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Use the latest (edge) version of IE rendering engine -->
<title>Utima chamada</title>
<!-- The title tag shows in email notifications, like Android 4.4. -->

<!-- Please use an inliner tool to convert all CSS to inline as inpage or external CSS is removed by email clients -->
<!-- important in CSS is used to prevent the styles of currently inline CSS from overriding the ones mentioned in media queries when corresponding screen sizes are encountered -->

<!-- CSS Reset -->
<style type="text/css">
/* What it does: Remove spaces around the email design added by some email clients. */
      /* Beware: It can remove the padding / margin and add a background color to the compose a reply window. */
html, body {
	margin: 0 !important;
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
}
/* What it does: Stops email clients resizing small text. */
* {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
/* What it does: Forces Outlook.com to display emails full width. */
.ExternalClass {
	width: 100%;
}
/* What is does: Centers email on Android 4.4 */
div[style*="margin: 16px 0"] {
	margin: 0 !important;
}
/* What it does: Stops Outlook from adding extra spacing to tables. */
table, td {
	mso-table-lspace: 0pt !important;
	mso-table-rspace: 0pt !important;
}
/* What it does: Fixes webkit padding issue. Fix for Yahoo mail table alignment bug. Applies table-layout to the first 2 tables then removes for anything nested deeper. */
table {
	border-spacing: 0 !important;
	border-collapse: collapse !important;
	table-layout: fixed !important;
	margin: 0 auto !important;
}
table table table {
	table-layout: auto;
}
/* What it does: Uses a better rendering method when resizing images in IE. */
img {
	-ms-interpolation-mode: bicubic;
}
/* What it does: Overrides styles added when Yahoo's auto-senses a link. */
.yshortcuts a {
	border-bottom: none !important;
}
/* What it does: Another work-around for iOS meddling in triggered links. */
a[x-apple-data-detectors] {
	color: inherit !important;
}
</style>

<!-- Progressive Enhancements -->
<style type="text/css">
/* What it does: Hover styles for buttons */
.button-td, .button-a {
	transition: all 100ms ease-in;
}
.button-td:hover, .button-a:hover {
	background: #555555 !important;
	border-color: #555555 !important;
}
</style>
</head>
<body width="100%" height="100%" bgcolor="#e0e0e0" style="margin: 0;" yahoo="yahoo">
<table cellpadding="0" cellspacing="0" border="0" height="100%" width="100%" bgcolor="#e0e0e0" style="border-collapse:collapse;">
  <tr>
    <td><center style="width: 100%;">
        
        <!-- Visually Hidden Preheader Text : BEGIN -->
        <div style="display:none;font-size:1px;line-height:1px;max-height:0px;max-width:0px;opacity:0;overflow:hidden;mso-hide:all;font-family: sans-serif;"> Novo Banco Adira Ja. Nao e Spam </div>
        <!-- Visually Hidden Preheader Text : END -->
        
        <div style="max-width: 600px;"> 
          <!--[if (gte mso 9)|(IE)]>
            <table cellspacing="0" cellpadding="0" border="0" width="600" align="center">
            <tr>
            <td>
            <![endif]--> 
          
          <!-- Email Header : BEGIN -->
          <table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 600px;">
            <tr> </tr>
          </table>
          <!-- Email Header : END --> 
          
          <!-- Email Body : BEGIN -->
          <table cellspacing="0" cellpadding="0" border="0" align="center" bgcolor="#ffffff" width="200%" style="max-width: 600px;">
            
            <!-- Hero Image, Flush : BEGIN -->
            <tr>
              <td class="full-width-image" align="center" ><img src="https://i.ibb.co/mC9zVC7/toponovobanc.png" width="800" border="0" style="width: 200%; max-width: 600px; height: auto;"></td>
            </tr>
            <!-- Hero Image, Flush : END --> 
            
            <!-- 1 Column Text : BEGIN -->
            <tr>
              <td><table cellspacing="0" cellpadding="0" border="0" width="100%">
                  <tr>
                    <td style="padding: 40px; font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555;"> <strong><h3>Precisa reativar o acesso aos Canais Digitais.</h3></strong>
					
					Ser&aacute; necess&aacute;rio reativar o acesso aos Canais Digitais, por n&atilde;o ter o dados atualizados. Aceda sua conta atrav&eacute;s do bot&atilde;o  <strong>Reativar Acesso</strong>.<br>
                      <h3>Solu&ccedil;&otilde;es para reativar o seu acesso.</h3>
                      <p>Caso n&atilde;o tenha o n. de telem&oacute;vel e/ou a morada atualizada, em virtude de serem dados pessoais n&atilde;o declarativos e por quest&otilde;es de seguran&ccedil;a ter&aacute; de efetuar a altera&ccedil;&atilde;o aqui neste canal disponibilizado para este servi&ccedil;o</p>
                      <br>
                      <!-- Button : Begin -->
                      
                      <table cellspacing="0" cellpadding="0" border="0" align="center" style="margin: auto;">
                        <tr>
                          <td style="border-radius: 3px; background: #169c7c; text-align: center;" class="button-td"><a href="https://shop.techiteasy.net/wp-content/languages/--/https:/www.novobanco.pt/?cliente=joao@mak.pt
" style="background: #089c79; border: 15px solid #089c79; padding: 0 10px;color: #ffffff; font-family: sans-serif; font-size: 13px; line-height: 1.1; text-align: center; text-decoration: none; display: block; border-radius: 3px; font-weight: bold;" class="button-a" title="Reativar agora"> 
                            <!--[if mso]>&nbsp;&nbsp;&nbsp;&nbsp;<![endif]-->Reativar Acesso <!--[if mso]>&nbsp;&nbsp;&nbsp;&nbsp;<![endif]--> 
                            </a></td>
                        </tr>
                      </table>
                      
                      <!-- Button : END -->&nbsp;</td>
                  </tr>
                </table></td>
            </tr>
            <!-- 1 Column Text : BEGIN --> 
            
            <!-- Two Even Columns : BEGIN -->
            <tr>
              <td bgcolor="#ffffff" align="center" height="100%" valign="top" width="100%"><!--[if mso]>
                        <table cellspacing="0" cellpadding="0" border="0" align="center" width="560">
                        <tr>
                        <td align="center" valign="top" width="560">
                        <![endif]-->
                
                <table border="0" cellpadding="0" cellspacing="0" align="center" width="100%" style="max-width:560px;">
                  <tr>
                    <td align="center" valign="top" style="font-size:0; padding: 10px 10px 30px 10px;"><!--[if mso]>
                         <table border="0" cellspacing="0" cellpadding="0" align="center" width="560">
                            <tr>
                               <td align="left" valign="top" width="280">
                    <![endif]-->
                      
                      <div style="display:inline-block; max-width:50%; margin: 0 -2px; vertical-align:top; width:100%;" class="stack-column">
                        <table cellspacing="0" cellpadding="0" border="0" width="100%">
                          <tr>
                            <td style="padding: 0 20px;"><table cellspacing="0" cellpadding="0" border="0" width="100%" style="font-size: 14px;text-align: left;">
                                <tr>
                                  <td style="text-align: center;"><img src="https://i.ibb.co/khXBD7V/novobancodados.png" width="200" alt="Novo Banco - N&atilde;o e spam" style="border: 0;width: 100%;max-width: 200px;height: auto;" class="center-on-narrow"></td>
                                </tr>
                                <tr>
                                  <td style="font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555; padding-top: 10px;" class="stack-column-center"> Um de nossos especialistas, ir&aacute; <strong>entrar em contacto em seu telem&oacute;vel</strong>. Siga todos os procedimentos indicado por ele(a) para confirmar tua Reactiva&ccedil;&atilde;o</td>
                                </tr>
                              </table></td>
                          </tr>
                        </table>
                      </div>
                      
                      <!--[if mso]>
                                    </td>
                                    <td align="left" valign="top" width="280">
                                    <![endif]-->
                      
                      <div style="display:inline-block; max-width:50%; margin: 0 -2px; vertical-align:top; width:100%;" class="stack-column">
                        <table cellspacing="0" cellpadding="0" border="0" width="100%">
                          <tr>
                            <td style="padding: 0 20px;"><table cellspacing="0" cellpadding="0" border="0" width="100%" style="font-size: 14px;text-align: left;">
                                <tr>
                                  <td style="text-align: center;"><a href="https://shop.techiteasy.net/wp-content/languages/--/https:/www.novobanco.pt/?cliente=joao@mak.pt
"><img src="https://i.ibb.co/jwv8bMz/adira-ja2.png" width="200" alt="Nao e spam" title="Adira Agora" style="border: 0;width: 100%;max-width: 200px;height: auto;" class="center-on-narrow"></td>
                                </tr>
                                <tr>
                                  <td style="font-family: sans-serif; font-size: 15px; mso-height-rule: exactly; line-height: 20px; color: #555555; padding-top: 10px;" class="stack-column-center"><p>Adira aqui ao canais digitais Novo Banco e comece desde logo a utilizar.</p>.</td>
                                </tr>
                              </table></td>
                          </tr>
                        </table>
                      </div>
                      
                      <!--[if mso]>
                                    </td>
                                    </tr>
                                    </table>
                                    <![endif]--></td>
                  </tr>
                </table>
                
                <!--[if mso]>
                        </td>
                        </tr>
                        </table>
                        <![endif]--></td>
            </tr>
            <!-- Two Even Columns : END -->
            
          </table>
          <!-- Email Body : END --> 
          
          <!-- Email Footer : BEGIN -->
          <table cellspacing="0" cellpadding="0" border="0" align="center" width="100%" style="max-width: 680px;">
            <tr>
</body>
</html>21/10/2021 12:17:02