summaryrefslogtreecommitdiffstats
path: root/ingress/README.md
diff options
context:
space:
mode:
authorGab <24553253+gabrix73@users.noreply.github.com>2026-08-16 19:24:16 +0200
committerGab <24553253+gabrix73@users.noreply.github.com>2026-08-16 19:24:16 +0200
commit56e296e5875b10ed053cbdedbab08957fce2a461 (patch)
treee1c49b328f1fe5142f7e2b27593b0905c5e3668a /ingress/README.md
parent43fbddf016f94f4ba006d82c9a67dca61b5852a1 (diff)
downloadyamnweb-56e296e5875b10ed053cbdedbab08957fce2a461.tar.gz
yamnweb-56e296e5875b10ed053cbdedbab08957fce2a461.tar.xz
yamnweb-56e296e5875b10ed053cbdedbab08957fce2a461.zip
Harden Usenet threading and ingress deliveryHEADmain
Diffstat (limited to 'ingress/README.md')
-rw-r--r--ingress/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/ingress/README.md b/ingress/README.md
index d4a8338..e9c5295 100644
--- a/ingress/README.md
+++ b/ingress/README.md
@@ -3,6 +3,11 @@
This service receives an envelope over the Nym mixnet and delivers the
already encrypted YAMN packet to an allowlisted SMTP entry through Tor.
+Transient Tor connection failures are retried three times with bounded
+backoff before the SMTP transaction begins. Errors after SMTP commands start
+are not retried automatically because the remote acceptance state may be
+ambiguous.
+
The Nym address is generated by the persistent client identity and printed at
startup. It must be copied to `YAMN_NYM_RECIPIENT` on the sending web service.