]> source.dussan.org Git - rspamd.git/commitdiff
[Doc] Fix case
authorVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 28 Jun 2016 19:23:06 +0000 (20:23 +0100)
committerVsevolod Stakhov <vsevolod@highsecure.ru>
Tue, 28 Jun 2016 19:23:06 +0000 (20:23 +0100)
doc/markdown/index.md

index 7bd87cc64705e696a1b332b0fd849cf7b4cdc341..1a74b7e7e3a5226b5e09cc4f848d16a162255c6c 100644 (file)
@@ -1,9 +1,9 @@
-# rspamd documentation project
+# Rspamd documentation project
 
 ## Introduction
-rspamd is a fast and advanced spam filtering system. It is based on an event-driven processing model which allows it to work with multiple messages simultaneously without blocking anywhere during message processing. rspamd contains various modules shipped in the default distribution and allows extension with custom modules and rules written in [Lua](http://lua.org).
+Rspamd is a fast and advanced spam filtering system. It is based on an event-driven processing model which allows it to work with multiple messages simultaneously without blocking anywhere during message processing. Rspamd contains various modules shipped in the default distribution and allows extension with custom modules and rules written in [Lua](http://lua.org).
 
-rspamd uses a complex estimation system based on a set of rules. Each of these rules has its own score and the final score of a message is defined as the sum of the scores that were true for that message. This approach is similar to other complex spam filtering systems, such as [SpamAssassin](http://spamassassin.apache.org). rspamd also implements fuzzy logic, including fuzzy hashes and a statistics module, to process messages.
+Rspamd uses a complex estimation system based on a set of rules. Each of these rules has its own score and the final score of a message is defined as the sum of the scores that were true for that message. This approach is similar to other complex spam filtering systems, such as [SpamAssassin](http://spamassassin.apache.org). Rspamd also implements fuzzy logic, including fuzzy hashes and a statistics module, to process messages.
 
 ## Table of Contents