← back to Purelymail Fleet Viewer
viewer renders sendTest stage card
3e70a7c8cd908ff99e6e982834d05882fe7eb29c · 2026-05-18 16:15:05 -0700 · SteveStudio2
Files touched
M data/remediation-status.jsonM public/index.html
Diff
commit 3e70a7c8cd908ff99e6e982834d05882fe7eb29c
Author: SteveStudio2 <stevestudio2@SteveStacStudio.lan>
Date: Mon May 18 16:15:05 2026 -0700
viewer renders sendTest stage card
---
data/remediation-status.json | 10 +++++-----
public/index.html | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/data/remediation-status.json b/data/remediation-status.json
index 6f4fdae..c498b40 100644
--- a/data/remediation-status.json
+++ b/data/remediation-status.json
@@ -1,5 +1,5 @@
{
- "updatedAt": "2026-05-18T23:14:30.844Z",
+ "updatedAt": "2026-05-18T23:14:55.159Z",
"stage": "receive-test",
"stageLabel": "Fix A + B complete — receive test sending",
"fixA": {
@@ -19,9 +19,9 @@
"receiveTest": {
"status": "running",
"label": "211-domain receive probe — tagged probe to each info@<domain>",
- "done": 85,
+ "done": 95,
"total": 211,
- "note": "sending — 85/206 probes out (85 accepted)",
+ "note": "sending — 95/206 probes out (95 accepted)",
"runId": "PMRCV-20260518230949",
"sendPhaseComplete": true
},
@@ -29,8 +29,8 @@
"label": "SEND test — info@<domain> via Purelymail send-as",
"total": 206,
"status": "running",
- "done": 5,
- "note": "sending — 5/206 (5 accepted by SMTP)",
+ "done": 10,
+ "note": "sending — 10/206 (10 accepted by SMTP)",
"runId": "PMSEND-20260518231415"
}
}
\ No newline at end of file
diff --git a/public/index.html b/public/index.html
index 1c267b5..a9c410b 100644
--- a/public/index.html
+++ b/public/index.html
@@ -143,7 +143,7 @@ function render(d){
$('#healthnote').textContent = d.health.note || '';
const r = d.remediation;
- $('#stages').innerHTML = [r.fixA, r.fixB, r.receiveTest]
+ $('#stages').innerHTML = [r.fixA, r.fixB, r.receiveTest, r.sendTest]
.filter(Boolean).map(stageCard).join('');
drawTable();
← 5acda4b add 206-domain SEND test — Purelymail cross-domain send-as r
·
back to Purelymail Fleet Viewer
·
viewer: each domain is a clickable hyperlink to its site adfb025 →