@bobfrankston/mailx-settings 0.1.84 → 0.1.86
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/docs/allowlist.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# allowlist.jsonc
|
|
2
2
|
|
|
3
|
-
> **
|
|
3
|
+
> **This documentation file (allowlist.md) is owned by rmfmail — do not edit it; it is rewritten every time the app starts.** The data file `allowlist.jsonc` next to it is yours: hand-editing it is fine and is one of the two ways to undo an approval (the other is the same viewer action again, see Notes).
|
|
4
4
|
|
|
5
5
|
## What this file documents
|
|
6
6
|
|
|
@@ -54,9 +54,11 @@ doing; a trusted list then quiets the spam note and hides the score chip. SPF an
|
|
|
54
54
|
failures, and phishing or malware URL listings, are never silenced: a list member can post
|
|
55
55
|
a bad link like anyone else.
|
|
56
56
|
|
|
57
|
-
The viewer offers **"Trust the ‹List-Id› list"** under a spam-verdict banner
|
|
58
|
-
**"Trust the ‹List-Id› mailing
|
|
59
|
-
|
|
57
|
+
The viewer offers **"Trust the ‹List-Id› list"** under a spam-verdict banner and beside the
|
|
58
|
+
spam-score chip (an unflagged post shows only the chip), and **"Trust the ‹List-Id› mailing
|
|
59
|
+
list"** in the From address's right-click menu. Once the list is trusted the chip and banner
|
|
60
|
+
are gone, so the menu item becomes **"Stop trusting the ‹List-Id› mailing list"** — that is
|
|
61
|
+
how an approval is undone from the viewer.
|
|
60
62
|
|
|
61
63
|
## Notes
|
|
62
64
|
|
|
@@ -64,5 +66,5 @@ tooltip says so — an unflagged post shows only the chip).
|
|
|
64
66
|
- Multi-client safe: each device's save merges with the cloud copy (set-union), so adds from any device propagate.
|
|
65
67
|
- Use the message viewer's "allow remote content" button to add a sender/domain to `senders`/`domains` interactively.
|
|
66
68
|
- Use the right-click menu in the viewer to flag a sender/domain — adds to `flaggedSenders`/`flaggedDomains`.
|
|
67
|
-
- "Stop warning about …" under a spam-score note adds to `trustedSenders`/`trustedDomains`; "Trust … as an intermediary" adds to `trustedIntermediaries`; "Trust the … list" adds to `trustedLists`. Each is a toggle: the same action again removes the entry.
|
|
69
|
+
- "Stop warning about …" under a spam-score note adds to `trustedSenders`/`trustedDomains`; "Trust … as an intermediary" adds to `trustedIntermediaries`; "Trust the … list" adds to `trustedLists`. Each is a toggle: the same action again removes the entry. The banner buttons disappear with the banner once trust is written, so to undo a sender or intermediary approval edit `allowlist.jsonc` (remove the entry from its list); a list approval can also be undone from the From address's right-click menu ("Stop trusting the … mailing list").
|
|
68
70
|
- JSONC: `// line comments` and trailing commas are allowed.
|
|
@@ -228,7 +228,7 @@ pass for the Sender:/bounce domain, or DKIM pass for the list domain; ISOC's Mai
|
|
|
228
228
|
and the From-vs-path rules (`LIST_RELAY_RULES`) are neutral: the list is the explanation.
|
|
229
229
|
Trusted + proved silences the verdict and hides the chip, like a trusted intermediary. SPF
|
|
230
230
|
and DMARC failures and URL/phishing listings are never silenced — a list member can post a
|
|
231
|
-
bad link like anyone else. Shipped v1.2.
|
|
231
|
+
bad link like anyone else. Shipped v1.2.312; see `docs/allowlist.md`.
|
|
232
232
|
|
|
233
233
|
## Follow-ups, 2026-08-27 evening
|
|
234
234
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bobfrankston/mailx-settings",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.86",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"types": "index.d.ts",
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"license": "ISC",
|
|
19
19
|
"dependencies": {
|
|
20
|
-
"@bobfrankston/mailx-types": "^0.1.
|
|
20
|
+
"@bobfrankston/mailx-types": "^0.1.92",
|
|
21
21
|
"jsonc-parser": "^3.3.1"
|
|
22
22
|
},
|
|
23
23
|
"repository": {
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
},
|
|
34
34
|
".transformedSnapshot": {
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@bobfrankston/mailx-types": "^0.1.
|
|
36
|
+
"@bobfrankston/mailx-types": "^0.1.92",
|
|
37
37
|
"jsonc-parser": "^3.3.1"
|
|
38
38
|
}
|
|
39
39
|
}
|