diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -120,6 +120,9 @@ The ingress is installed separately from `deploy/yamn-nym-ingress.service`. Its environment file must contain the reviewed current YAMN Entry allowlist. Public YAMN exits deliver to the clearnet Mail-to-News endpoint; they must not be configured with an Onion-only destination they cannot resolve or reach. +The ingress retries transient Tor connection failures only before beginning +the SMTP transaction, avoiding both immediate message loss and unsafe retry +after an ambiguous SMTP handoff. ## Delivery semantics @@ -136,6 +139,8 @@ Nym payloads in logs. ## Security notes - All form input is validated before encoding. +- Usenet `References` accepts a bounded chain of Message-IDs and generates + `In-Reply-To` from the last ID; `Reply-To` is validated as an email address. - The YAMN encoder reads only the local reviewed public keyring. - The Nym recipient and Mail-to-News address are deployment configuration, never browser-controlled destinations. |
