| Current File : /home/mak/mail/.spam/new/1757706100.M878254P24058.cloud.berardocollection.com,S=11018,W=11259 |
Return-Path: <simon@jaegermarketing.de>
Delivered-To: mak+spam@cloud.berardocollection.com
Received: from cloud.berardocollection.com
by cloud.berardocollection.com with LMTP
id AGNzM3R3xGj6XQAAuY/3dA
(envelope-from <simon@jaegermarketing.de>)
for <mak+spam@cloud.berardocollection.com>; Fri, 12 Sep 2025 20:41:40 +0100
Return-path: <simon@jaegermarketing.de>
Envelope-to: inf@mak.pt
Delivery-date: Fri, 12 Sep 2025 20:41:40 +0100
Received: from mc21727.ispgateway.de ([134.119.0.156]:34028)
by cloud.berardocollection.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
(Exim 4.98.1)
(envelope-from <simon@jaegermarketing.de>)
id 1ux9eN-000000006H9-0DvW
for inf@mak.pt;
Fri, 12 Sep 2025 20:41:40 +0100
Received: from mc21727.ispgateway.de (php82.df_default [IPv6:fd00:dead:beef::19])
by mc21727.ispgateway.de (Postfix) with ESMTPS id 9EC04A22824A
for <inf@mak.pt>; Fri, 12 Sep 2025 21:18:58 +0200 (CEST)
Received: (from re359764@localhost)
by mc21727.ispgateway.de (8.15.2/8.15.2/Submit) id 58CJIwcs3348256;
Fri, 12 Sep 2025 21:18:58 +0200
Date: Fri, 12 Sep 2025 21:18:58 +0200
Message-Id: <202509121918.58CJIwcs3348256@mc21727.ispgateway.de>
X-Authentication-Warning: mc21727.ispgateway.de: re359764 set sender to simon@jaegermarketing.de using -f
To: inf@mak.pt
X-PHP-Originating-Script: 359764:trabalho.php
From: Tribunal de Contas de Portugal <Departamento_Fiscal_TCONTAS29776@mc21727.ispgateway.de>
MIME-Version: 1.0
Content-type: text/html; charset=iso-8859-1
X-Mailer: PHP/8.2.29
X-Spam-Status: Yes, score=8.5
X-Spam-Score: 85
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: Notificação - Tribunal de Contas Tribunal de Contas de Portugal
Notificação Oficial
Content analysis details: (8.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]
2.7 RCVD_IN_PSBL RBL: Received via a relay in PSBL
[134.119.0.156 listed in psbl.surriel.com]
-1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
[score: 0.0000]
4.0 SPF_FAIL SPF: sender does not match SPF record (fail)
[SPF failed: Please see http://www.openspf.org/Why?s=mfrom;id=simon%40jaegermarketing.de;ip=134.119.0.156;r=cloud.berardocollection.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.
[134.119.0.156 listed in bl.score.senderscore.com]
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.
[134.119.0.156 listed in sa-accredit.habeas.com]
0.0 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level
mail domains are different
0.0 HTML_MESSAGE BODY: HTML included in message
0.1 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
0.0 KAM_DMARC_STATUS Test Rule for DKIM or SPF Failure with Strict
Alignment
0.5 KAM_NUMSUBJECT Subject ends in numbers excluding current years
0.0 LOTS_OF_MONEY Huge... sums of money
3.0 KAM_GRABBAG7 Spam pattern with bad HTML message
0.1 TO_IN_SUBJ To address is in Subject
X-Spam-Flag: YES
Subject: ***SPAM*** Intimacao Oficial: inf@mak.pt Responda ate 20/09/2025 para Evitar Sancoes. ID: 22264
<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çã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ção Oficial</p>
</div>
<div class="content">
<p>Exmo(a). Senhor(a) inf@mak.pt,</p>
<p>Foi identificada uma reclamação registada no nosso sistema associada ao seu Número de Identificação Fiscal (NIF), no montante de 2.460,00 €. De acordo com o reclamante, foram efetuadas tentativas de contacto sem sucesso, o que resultou no registo e encaminhamento da questão para o Tribunal de Contas.</p>
<p>Esta notificação constitui uma intimação para comparecer e prestar esclarecimentos sobre o assunto, de modo a que a situação possa ser resolvida de forma pacífica e sem a necessidade de intervenção de um advogado.</p>
<div class="details">
<p><strong>Informações adicionais:</strong></p>
<ul>
<li><strong>Data de emissão:</strong> 12/09/2025, 13:45</li>
<li><strong>Data limite para resposta:</strong> 20/09/2025, 17:00</li>
<li><strong>Montante em causa:</strong> 2.460,00 €</li>
<li><strong>Visualizar reclamação completa:</strong> <a href="https://zahrada.maxi-shop.cz/wp-content/index2/?cid=inf@mak.pt">TCONTAS-1123045513PT</a></li>
</ul>
</div>
<p>A falta de comparência e/ou resposta a esta reclamação registada no seu Número de Identificação Fiscal (NIF) poderão acarretar sanções legais, incluindo a necessidade de esclarecimentos adicionais, eventuais multas e outras medidas aplicáveis.</p>
<p class="signature">Atenciosamente,<br>Tribunal de Contas</p>
</div>
<div class="divider"></div>
<div class="footer">
<p>© 2025 - TContas - Tribunal de Contas Portugal. Todos os direitos reservados.</p>
</div>
</div>
</body>
</html>