aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2016-07-01 09:27:23 +0100
committerVsevolod Stakhov <vsevolod@highsecure.ru>2016-07-01 09:27:23 +0100
commita9888d7cc223b1919faf7cb565e79483ecb94b14 (patch)
tree3edbed16f0726d7ad451ce9ba0df4fe8c1a8cb01 /doc
parent4317665c28b1714320979d4fde6c3fc82733d520 (diff)
downloadrspamd-a9888d7cc223b1919faf7cb565e79483ecb94b14.tar.gz
rspamd-a9888d7cc223b1919faf7cb565e79483ecb94b14.zip
[Doc] Add link to fuzzy storage doc
Diffstat (limited to 'doc')
-rw-r--r--doc/markdown/tutorials/index.md5
-rw-r--r--doc/markdown/tutorials/migrate_sa.md2
2 files changed, 4 insertions, 3 deletions
diff --git a/doc/markdown/tutorials/index.md b/doc/markdown/tutorials/index.md
index 46d1cd727..4a3b0d5d9 100644
--- a/doc/markdown/tutorials/index.md
+++ b/doc/markdown/tutorials/index.md
@@ -1,8 +1,9 @@
-# rspamd tutorials
+# Rspamd tutorials
-In this section you can find the current step-by-step tutorials for rspamd.
+In this section you can find the current step-by-step tutorials coverign various topics about rspamd.
* [Migrating from SA](migrate_sa.md) - the guide for those who wants to migrate an existing SpamAssassin system to Rspamd
* [Writing rspamd rules](writing_rules.md) - how to extend rspamd by writing your own rules
+* [Creating your fuzzy storage](http://rspamd.com/doc/fuzzy_storage.html) - learn how to make your own fuzzy storage
* [Training rspamd with dovecot antispam plugin, part 1](https://kaworu.ch/blog/2014/03/25/dovecot-antispam-with-rspamd/) - this tutorial describes how to train rspamd automatically using the `antispam` pluging of the `dovecot` IMAP server
* [Training rspamd with dovecot antispam plugin, part 2](https://kaworu.ch/blog/2015/10/12/dovecot-antispam-with-rspamd-part2/) - continuation of the previous tutorial
diff --git a/doc/markdown/tutorials/migrate_sa.md b/doc/markdown/tutorials/migrate_sa.md
index 88b1d844f..6af9e8441 100644
--- a/doc/markdown/tutorials/migrate_sa.md
+++ b/doc/markdown/tutorials/migrate_sa.md
@@ -1,4 +1,4 @@
-# Migrating from SpamAssassin to rspamd
+# Migrating from SpamAssassin to Rspamd
This guide provides information for those who wants to migrate an existing system from [SpamAssassin](https://spamassassin.apache.org) to rspamd. You will find information about major differences between the spam filtering engines and how to deal with the transition process.