diff options
Diffstat (limited to 'doc/markdown/architecture/index.md')
-rw-r--r-- | doc/markdown/architecture/index.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/markdown/architecture/index.md b/doc/markdown/architecture/index.md index 3c854a65b..324c5260a 100644 --- a/doc/markdown/architecture/index.md +++ b/doc/markdown/architecture/index.md @@ -31,6 +31,10 @@ options { } ~~~ +## Protocol + +Rspamd uses HTTP protocol for all operations. This protocol is described in the [protocol section](protocol.md). + ## Metrics Rules in rspamd, defines merely a logic of checks, however it is required to @@ -61,6 +65,9 @@ This scheduler is rather naive and it performs the following logic: These optimizations can filter definite spam more quickly than a generic queue. +Since rspamd-0.9 there are more optimizations for rules and expressions that are +roughly described in the [following presentation](http://highsecure.ru/ast-rspamd.pdf). + ## Actions Another important property of metrics is their actions set. This set defines recommended |