diff options
author | Larry Hynes <larry@larryhynes.com> | 2016-05-13 23:18:12 +0100 |
---|---|---|
committer | Larry Hynes <larry@larryhynes.com> | 2016-05-13 23:18:12 +0100 |
commit | 2ec76ddea0921234773b1db66da44063a7ce8ae3 (patch) | |
tree | e3f71d5c6b98888d68988bfac70fb3c247fc51f8 /doc | |
parent | 75b1d1613a20d323401ca995caf2dce7abba0d46 (diff) | |
download | rspamd-2ec76ddea0921234773b1db66da44063a7ce8ae3.tar.gz rspamd-2ec76ddea0921234773b1db66da44063a7ce8ae3.zip |
[Doc] Update tutorials index
Diffstat (limited to 'doc')
-rw-r--r-- | doc/markdown/tutorials/index.md | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/doc/markdown/tutorials/index.md b/doc/markdown/tutorials/index.md index 861b1cb1a..46d1cd727 100644 --- a/doc/markdown/tutorials/index.md +++ b/doc/markdown/tutorials/index.md @@ -1,10 +1,8 @@ -# Rspamd tutorials +# rspamd tutorials -In this section, you can find step-by-step tutorials for various things related to rspamd. +In this section you can find the current step-by-step tutorials for rspamd. -Currently, there are the following tutorials ready: - -* [Migrating from SA](migrate_sa.md) - the guide for those who wants to migrate their existing system to Rspamd -* [Writing rspamd rules](writing_rules.md) - here you can find information of how to write new rspamd rules -* [Training rspamd with dovecot antispam plugin, part 1](https://kaworu.ch/blog/2014/03/25/dovecot-antispam-with-rspamd/) - this tutorial describes how to learn rspamd automatically using `antispam` pluging of `dovecot` IMAP server -* [Training rspamd with dovecot antispam plugin, part 2](https://kaworu.ch/blog/2015/10/12/dovecot-antispam-with-rspamd-part2/) - the continuation of the previous tutorial +* [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 +* [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 |