diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-07-26 11:54:01 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2013-07-26 11:54:01 +0100 |
commit | f7ffe3751d2db7b97971e80d6a439b7391d6a7d0 (patch) | |
tree | 08c13ee60ad2bf9545320c8dc00f7b8cb1714f54 /README.md | |
parent | 1b0c9ab3a2fdbbed307eb8d6f90343f55167f838 (diff) | |
download | rspamd-f7ffe3751d2db7b97971e80d6a439b7391d6a7d0.tar.gz rspamd-f7ffe3751d2db7b97971e80d6a439b7391d6a7d0.zip |
Markdown fixes.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -24,10 +24,12 @@ INSTALLATION Rspamd runs on a Unix like operational systems. FreeBSD users can use ports collection (mail/rspamd) for rspamd installation. Ubuntu users can use launchpad PPA: + https://launchpad.net/~vsevolod-n/+archive/rspamd Users of other OSes should use sources to build and install rspamd. You can obtain rspamd sources at the bitbucket download page: + https//:bitbucket.org/vstakhov/rspamd/downloads. There are packages for debian and CentOS/RHEL distribution. Debian users could @@ -54,11 +56,11 @@ Build process Building of rspamd is simple: -` + $ cmake . $ make # make install -` + After installation binaries, rules, plugins and a sample configuration will be installed in the target directories (prefixed by */usr/local* by default). To @@ -89,10 +91,8 @@ You can improve quality of rspamd by learning its statistic module. The easiest way to do it is to use rspamc client (you can setup a custom email alias to pipe messages to rspamc) -` $ rspamc -P 'q1' -c bayes learn_spam [ file1 [file2 [...]]] $ rspamc -P 'q1' -c bayes learn_ham [ file1 [file2 [...]]] -` Note: you should consider to change default controller's password 'q1' to yours one specified in the controller section of configuration. @@ -107,6 +107,6 @@ guide and reference. REFERENCES ========== -Home site: https://rspamd.com -Downloads: https://bitbucket.org/vstakhov/rspamd/downloads -Wiki: https://bitbucket.org/vstakhov/rspamd/wiki/ +* *Home site*: https://rspamd.com +* *Downloads*: https://bitbucket.org/vstakhov/rspamd/downloads +* *Wiki*: https://bitbucket.org/vstakhov/rspamd/wiki/ |