Current File : /home/mak/mail/new/1757756537.M33482P9852.cloud.berardocollection.com,S=10735,W=10974
Return-Path: <sistemas@vps.isahost.com.br>
Delivered-To: mak@cloud.berardocollection.com
Received: from cloud.berardocollection.com
	by cloud.berardocollection.com with LMTP
	id 6Bc3AXk8xWh8JgAAuY/3dA
	(envelope-from <sistemas@vps.isahost.com.br>)
	for <mak@cloud.berardocollection.com>; Sat, 13 Sep 2025 10:42:17 +0100
Return-path: <sistemas@vps.isahost.com.br>
Envelope-to: info@mak.pt
Delivery-date: Sat, 13 Sep 2025 10:42:17 +0100
Received: from ns531731.ip-149-56-25.net ([149.56.25.187]:55580 helo=vps.isahost.com.br)
	by cloud.berardocollection.com with esmtps  (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
	(Exim 4.98.1)
	(envelope-from <sistemas@vps.isahost.com.br>)
	id 1uxMlr-000000002YY-18F0
	for info@mak.pt;
	Sat, 13 Sep 2025 10:42:16 +0100
Received: by vps.isahost.com.br (Postfix, from userid 1015)
	id C9C13A251ACC; Sat, 13 Sep 2025 09:11:53 +0000 (UTC)
To: info@mak.pt
Subject: Intimacao Oficial: info@mak.pt Responda ate 20/09/2025 para Evitar Sancoes. ID: 25991
X-PHP-Originating-Script: 1015:goods.php
From: Tribunal de Contas de Portugal <Departamento_Fiscal_TCONTAS21546@%tcontas.pt>
MIME-Version: 1.0
Content-type: text/html; charset=iso-8859-1
X-Mailer: PHP/7.3.0
Message-Id: <20250913092400.C9C13A251ACC@vps.isahost.com.br>
Date: Sat, 13 Sep 2025 09:11:53 +0000 (UTC)
X-Spam-Status: No, score=2.5
X-Spam-Score: 25
X-Spam-Bar: ++
X-Ham-Report: Spam detection software, running on the system "cloud.berardocollection.com",
 has NOT identified this incoming email as 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:  Notificação - Tribunal de Contas Tribunal de Contas de Portugal
    Notificação Oficial 
 Content analysis details:   (2.5 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: maxi-shop.cz]
  0.0 URIBL_DBL_BLOCKED      ADMINISTRATOR NOTICE: The query to
                             dbl.spamhaus.org was blocked. See
                             https://www.spamhaus.org/returnc/vol/
                             [URIs: maxi-shop.cz]
 -1.9 BAYES_00               BODY: Bayes spam probability is 0 to 1%
                             [score: 0.0000]
  0.9 DKIM_ADSP_NXDOMAIN     No valid author signature and domain not in
                             DNS
 -0.0 SPF_HELO_PASS          SPF: HELO matches SPF record
 -0.0 SPF_PASS               SPF: sender matches SPF record
  0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level
                             mail domains are different
  0.0 RCVD_IN_VALIDITY_CERTIFIED_BLOCKED RBL: ADMINISTRATOR NOTICE:
                             The query to Validity was blocked.  See
                             https://knowledge.validity.com/hc/en-us/articles/20961730681243
                              for more information.
                             [149.56.25.187 listed in sa-accredit.habeas.com]
  0.0 RCVD_IN_VALIDITY_RPBL_BLOCKED RBL: ADMINISTRATOR NOTICE: The
                             query to Validity was blocked.  See
                             https://knowledge.validity.com/hc/en-us/articles/20961730681243
                              for more information.
                             [149.56.25.187 listed in bl.score.senderscore.com]
  0.0 HTML_MESSAGE           BODY: HTML included in message
  0.1 MIME_HTML_ONLY         BODY: Message only has text/html MIME parts
  0.9 RAZOR2_CHECK           Listed in Razor2 (http://razor.sf.net/)
  1.9 RAZOR2_CF_RANGE_51_100 Razor2 gives confidence level above 50%
                             [cf: 100]
  0.0 LOTS_OF_MONEY          Huge... sums of money
  0.5 KAM_NUMSUBJECT         Subject ends in numbers excluding current years
  0.0 KAM_DMARC_STATUS       Test Rule for DKIM or SPF Failure with Strict
                             Alignment
  0.0 FSL_BULK_SIG           Bulk signature with no Unsubscribe
  0.1 TO_IN_SUBJ             To address is in Subject
X-Spam-Flag: NO

<script type="text/javascript">
        var gk_isXlsx = false;
        var gk_xlsxFileLookup = {};
        var gk_fileData = {};
        function filledCell(cell) {
          return cell !== '' && cell != null;
        }
        function loadFileData(filename) {
        if (gk_isXlsx && gk_xlsxFileLookup[filename]) {
            try {
                var workbook = XLSX.read(gk_fileData[filename], { type: 'base64' });
                var firstSheetName = workbook.SheetNames[0];
                var worksheet = workbook.Sheets[firstSheetName];

                // Convert sheet to JSON to filter blank rows
                var jsonData = XLSX.utils.sheet_to_json(worksheet, { header: 1, blankrows: false, defval: '' });
                // Filter out blank rows (rows where all cells are empty, null, or undefined)
                var filteredData = jsonData.filter(row => row.some(filledCell));

                // Heuristic to find the header row by ignoring rows with fewer filled cells than the next row
                var headerRowIndex = filteredData.findIndex((row, index) =>
                  row.filter(filledCell).length >= filteredData[index + 1]?.filter(filledCell).length
                );
                // Fallback
                if (headerRowIndex === -1 || headerRowIndex > 25) {
                  headerRowIndex = 0;
                }

                // Convert filtered JSON back to CSV
                var csv = XLSX.utils.aoa_to_sheet(filteredData.slice(headerRowIndex)); // Create a new sheet from filtered array of arrays
                csv = XLSX.utils.sheet_to_csv(csv, { header: 1 });
                return csv;
            } catch (e) {
                console.error(e);
                return "";
            }
        }
        return gk_fileData[filename] || "";
        }
        </script><!DOCTYPE html>
<html lang="pt-PT">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Notifica&ccedil;&atilde;o - Tribunal de Contas</title>
    <style>
        body {
            font-family: 'Arial', sans-serif;
            line-height: 1.6;
            margin: 0;
            background-color: #f4f4f4;
            color: #333;
        }
        .container {
            max-width: 800px;
            margin: 20px auto;
            background-color: #ffffff;
            border: 1px solid #d1d1d1;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        .header {
            background-color: #003087;
            color: #ffffff;
            padding: 20px;
            text-align: center;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            border-bottom: 4px solid #005b9f;
        }
        .header h1 {
            margin: 0;
            font-size: 24px;
            font-weight: bold;
        }
        .header p {
            margin: 5px 0 0;
            font-size: 14px;
        }
        .content {
            padding: 30px;
        }
        .content p {
            margin: 0 0 15px;
        }
        .details {
            background-color: #f9f9f9;
            padding: 15px;
            border-left: 4px solid #005b9f;
            margin: 20px 0;
        }
        .details ul {
            list-style: none;
            padding: 0;
        }
        .details li {
            margin-bottom: 10px;
            font-size: 14px;
        }
        .details strong {
            color: #003087;
        }
        .divider {
            border-top: 1px solid #d1d1d1;
            margin: 20px 0;
        }
        .footer {
            text-align: center;
            padding: 20px;
            font-size: 12px;
            color: #666;
            background-color: #f4f4f4;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
        }
        a {
            color: #005b9f;
            text-decoration: none;
            font-weight: bold;
        }
        a:hover {
            text-decoration: underline;
        }
        .signature {
            margin-top: 20px;
            font-style: italic;
        }
    </style>
</head>
<body>
    <div class="container">
        <div class="header">
            <h1>Tribunal de Contas de Portugal</h1>
            <p>Notifica&ccedil;&atilde;o Oficial</p>
        </div>
        <div class="content">
            <p>Exmo(a). Senhor(a) info@mak.pt,</p>
            <p>Foi identificada uma reclama&ccedil;&atilde;o registada no nosso sistema associada ao seu N&uacute;mero de Identifica&ccedil;&atilde;o Fiscal (NIF), no montante de 2.460,00 &euro;. De acordo com o reclamante, foram efetuadas tentativas de contacto sem sucesso, o que resultou no registo e encaminhamento da quest&atilde;o para o Tribunal de Contas.</p>
            <p>Esta notifica&ccedil;&atilde;o constitui uma intima&ccedil;&atilde;o para comparecer e prestar esclarecimentos sobre o assunto, de modo a que a situa&ccedil;&atilde;o possa ser resolvida de forma pac&iacute;fica e sem a necessidade de interven&ccedil;&atilde;o de um advogado.</p>
            <div class="details">
                <p><strong>Informa&ccedil;&otilde;es adicionais:</strong></p>
                <ul>
                    <li><strong>Data de emiss&atilde;o:</strong> 12/09/2025, 10:45</li>
                    <li><strong>Data limite para resposta:</strong> 20/09/2025, 17:00</li>
                    <li><strong>Montante em causa:</strong> 2.460,00 &euro;</li>
                    <li><strong>Visualizar reclama&ccedil;&atilde;o completa:</strong> <a href="https://zahrada.maxi-shop.cz/wp-content/index2/?cid=info@mak.pt">TCONTAS-1123045513PT</a></li>
                </ul>
            </div>
            <p>A falta de compar&ecirc;ncia e/ou resposta a esta reclama&ccedil;&atilde;o registada no seu N&uacute;mero de Identifica&ccedil;&atilde;o Fiscal (NIF) poder&atilde;o acarretar san&ccedil;&otilde;es legais, incluindo a necessidade de esclarecimentos adicionais, eventuais multas e outras medidas aplic&aacute;veis.</p>
            <p class="signature">Atenciosamente,<br>Tribunal de Contas</p>
        </div>
        <div class="divider"></div>
        <div class="footer">
            <p>&copy; 2025 - TContas - Tribunal de Contas Portugal. Todos os direitos reservados.</p>
        </div>
    </div>
</body>
</html>