From 764459bc45b6f83e0b0c6e7702a6b002445cf567 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 21 2015 10:32:08 +0000 Subject: Add documentation about the SALT_EMAIL configuration key --- diff --git a/doc/configuration.rst b/doc/configuration.rst index 74d133d..dfd6728 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -18,6 +18,15 @@ This key is used by flask to create the session. It should be kept secret and set as a long and random string. +SALT_EMAIL +~~~~~~~~~~ + +This key is used for when sending notification to ensure that when sending +notifications to different users, each one of them has a different, unique +and un-fakable ``Reply-To`` header that is then used by the milter to find +out if the response received is a real one or a fake/invalid one. + + DB_URL ~~~~~~