Skip to content

Commit

Permalink
Remove site.url
Browse files Browse the repository at this point in the history
  • Loading branch information
moisseev committed Apr 27, 2024
1 parent eabf224 commit 311cbe3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: About Rspamd

## Introduction

[Rspamd]({{ site.url }}{{ site.baseurl }}) is an advanced spam filtering system supporting a variety of filtering mechanisms
[Rspamd]({{ site.baseurl }}) is an advanced spam filtering system supporting a variety of filtering mechanisms
including regular expressions, statistical analysis and custom services
such as URL black lists. Each message is analysed by rspamd and given a `spam score`.

Expand All @@ -15,7 +15,7 @@ Rspamd is designed to process hundreds of messages per second simultaneously.

You can watch the following [introduction video](https://www.youtube.com/watch?v=_fl9i-az_Q0) from [FOSDEM-2016](https://archive.fosdem.org/2016/) where I describe the main features of rspamd and explain why rspamd runs so fast.

Rspamd is [packaged]({{ site.url }}{{ site.baseurl }}/downloads.html) for the major Linux distributions and is also available via [FreeBSD ports](https://freshports.org/mail/rspamd) and NetBSD [pkgsrc](https://pkgsrc.org).
Rspamd is [packaged]({{ site.baseurl }}/downloads.html) for the major Linux distributions and is also available via [FreeBSD ports](https://freshports.org/mail/rspamd) and NetBSD [pkgsrc](https://pkgsrc.org).

## Spam filtering features

Expand Down Expand Up @@ -113,7 +113,7 @@ end
~~~

* **Full access to the content of messages** - you can access text parts, headers, SMTP data and so on and so forth by using the `task` object. The full list of methods can be found
[here]({{ site.url }}{{ site.baseurl }}/doc/lua/rspamd_task.html).
[here]({{ site.baseurl }}/doc/lua/rspamd_task.html).


* **Pre- and post- filters** - you can register callbacks that are called before or after messages processing to make results more precise or to make some early decision,
Expand All @@ -128,7 +128,7 @@ statistical systems, e.g. based on an input language.
all features from rspamd core, including such features as non-blocking IO, HTTP client and server, non-blocking redis client, asynchronous DNS, UCL configuration and so on
and so forth.

* **API documentation** - rspamd Lua API has [extensive documentation]({{ site.url }}{{ site.baseurl }}/doc/lua) where you can find examples, references and the guide about how to extend
* **API documentation** - rspamd Lua API has [extensive documentation]({{ site.baseurl }}/doc/lua) where you can find examples, references and the guide about how to extend
rspamd with Lua.


Expand Down

0 comments on commit 311cbe3

Please sign in to comment.