summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVasil Vangelovski <vvangelovski@gmail.com>2012-01-25 14:45:26 +0100
committerVasil Vangelovski <vvangelovski@gmail.com>2012-01-25 14:45:26 +0100
commitfb4522c75780562df3abfaf16d1cea5c81ffe5e7 (patch)
tree5db250952aa49260688d84a3e24656f1e5afc4df
parent414af13390777cea80accecf3fc8580e3d6d1dd6 (diff)
downloadaskbot-fb4522c75780562df3abfaf16d1cea5c81ffe5e7.tar.gz
askbot-fb4522c75780562df3abfaf16d1cea5c81ffe5e7.tar.bz2
askbot-fb4522c75780562df3abfaf16d1cea5c81ffe5e7.zip
Work on documentation for reply by email feature
-rw-r--r--askbot/doc/source/optional-modules.rst7
1 files changed, 2 insertions, 5 deletions
diff --git a/askbot/doc/source/optional-modules.rst b/askbot/doc/source/optional-modules.rst
index 8f568e60..6ab381ba 100644
--- a/askbot/doc/source/optional-modules.rst
+++ b/askbot/doc/source/optional-modules.rst
@@ -201,9 +201,6 @@ Note that in order to be able to bind the daemon to port 25 you will need to exe
Within the askbot admin interface there are 4 significant configuration points for this feature.
* In the email section, the "Enable posting answers and comments by email" controls whether the feature is enabled or disabled.
-* The "reply by email hostname" needs to be set to the email hostname where you want to receive the email replies. If for example
-this is set to "myaskbot.com" the users will post replies to addresses such as "4wffsw345wsf@myaskbot.com", you need to point the MX
-DNS record for that domain to the address where you will run the lamson SMTP daemon.
-* The last setting in this section controls the threshold for minimum length of the reply that is posted as an answer to a question.
-If the user is replying to a notification for a question and the reply body is shorter than this threshold the reply will be posted as a comment to the question.
+* The "reply by email hostname" needs to be set to the email hostname where you want to receive the email replies. If for example this is set to "myaskbot.com" the users will post replies to addresses such as "4wffsw345wsf@myaskbot.com", you need to point the MX DNS record for that domain to the address where you will run the lamson SMTP daemon.
+* The last setting in this section controls the threshold for minimum length of the reply that is posted as an answer to a question. If the user is replying to a notification for a question and the reply body is shorter than this threshold the reply will be posted as a comment to the question.
* In the karma thresholds section the "Post answers and comments by email" defines the minimum karma for users to be able to post replies by email.