summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-04-18 12:04:34 -0400
committerKali Kaneko <kali@leap.se>2016-04-18 12:04:34 -0400
commit3a25464e92acd3fb0192c2d438a2c2122ca526fd (patch)
tree531689dd646f174f3e9ce9acbdf0a621da827210 /README.md
parent881cab15bd331c4a8f58d13c0a4e35ebfb324442 (diff)
parente2a19eaf0ceca35acaedafb3796c66b562e825da (diff)
Merge tag '0.8.0'
Tag leap.mx version 0.8.0 # gpg: Signature made Mon 18 Apr 2016 12:03:24 PM BOT # gpg: using RSA key 1CAF6C5B9F720808 # gpg: Good signature from "Kaliyuga <kaliyuga@riseup.net>" [ultimate] # gpg: aka "Kali Kaneko (leap communications) <kali@leap.se>" [ultimate]
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index d0b5018..c78b14b 100644
--- a/README.md
+++ b/README.md
@@ -33,6 +33,14 @@ $ python setup.py install
$ twistd -ny pkg/mx.tac
~~~
+### Stalled emails
+
+In case of problems with couchdb and other unknown sources emails can get
+stalled in the spool. There is a bouncing mechanism for long stalled emails,
+after 5 days the email will get bounced. The timestamp of stalled emails is
+hold in memory, restarting leap-mx will erase all timestamps and the stalled
+timeout will be reset.
+
## Hacking
Please see the doc/DESIGN docs.