diff options
author | Andrew Lewis <nerf@judo.za.org> | 2018-03-05 16:20:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-05 16:20:00 +0200 |
commit | da746e3a10e9aa6ac683ea0290d94c248d825577 (patch) | |
tree | 442ec078f49b09229385df599fe7fe566d769817 | |
parent | 054f90f03caa47632e5e4e9ccfd03a9ccda82696 (diff) | |
parent | cfcd7aac9a632aa7fa1bd5bf144989abdf803eee (diff) | |
download | rspamd-da746e3a10e9aa6ac683ea0290d94c248d825577.tar.gz rspamd-da746e3a10e9aa6ac683ea0290d94c248d825577.zip |
Merge pull request #2058 from moisseev/patch-2
[Minor] Remove trailing dots from headers
-rw-r--r-- | interface/README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/interface/README.md b/interface/README.md index 2ec15480b..5f6986f43 100644 --- a/interface/README.md +++ b/interface/README.md @@ -1,6 +1,6 @@ # Rspamd web interface -## Overview. +## Overview This is a simple control interface for rspamd spam filtering system. It provides basic functions for setting metric actions, scores, @@ -8,7 +8,7 @@ viewing statistic and learning. <img src="https://rspamd.com/img/webui.png" class="img-responsive" alt="Webui screenshot"> -## Rspamd setup. +## Rspamd setup It is required to configure dynamic settings to store configured values. Basically this can be done by providing the following line in options settings: @@ -39,12 +39,12 @@ worker { Password option should be changed for sure for your specific configuration. Encrypted password using is encouraged (`rspamadm pw --encrypt`). -## Interface setup. +## Interface setup Interface itself is written in pure HTML5/js and, hence, it requires zero setup. Just enter a password for webui access and you are ready. -## Contact information. +## Contact information Rspamd interface is distributed under the terms of [MIT license](http://opensource.org/licenses/MIT). For all questions related to this product please see the [support page](https://rspamd.com/support.html) |