summaryrefslogtreecommitdiff
path: root/rspamd/README
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2020-12-06 18:38:13 +0100
committerEugen Wissner <belka@caraus.de>2020-12-06 18:38:13 +0100
commitbe64bc6dbb9d0f717f7cbdd83d9371de979d4c63 (patch)
treec05ff10e32bedf6400a3477f63dc6b117b54a5ff /rspamd/README
parenta6ea2a08ae099f3f979ba1abdbf9c80b218d0df3 (diff)
downloadslackbuilder-be64bc6dbb9d0f717f7cbdd83d9371de979d4c63.tar.gz
rspamd: Removed
14.2 version builds now.
Diffstat (limited to 'rspamd/README')
-rw-r--r--rspamd/README19
1 files changed, 0 insertions, 19 deletions
diff --git a/rspamd/README b/rspamd/README
deleted file mode 100644
index 705ffd1..0000000
--- a/rspamd/README
+++ /dev/null
@@ -1,19 +0,0 @@
-rspamd (An advanced spam filtering system)
-
-Rspamd is an advanced spam filtering system that allows evaluation of
-messages by a number of rules including regular expressions, statistical
-analysis and custom services such as URL black lists. Each message is
-analysed by Rspamd and given a spam score.
-
-According to this spam score and the user's settings Rspamd recommends
-an action for the MTA to apply to the message: for example, to pass, to
-reject or to add a header. Rspamd is designed to process hundreds of
-messages per second simultaneously and has a number of features
-available.
-
-Groupname and Username
-
-You must have the "rspamd" group and user to run this script, for example:
-
- groupadd -g 359 rspamd
- useradd -u 359 -s /bin/false -d /dev/null -g rspamd rspamd