diff options
author | Ebben Aries <e@dscp.org> | 2018-10-30 17:50:45 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-03 07:46:39 +0700 |
commit | c935c196582743207051a87f08f5178f02b39240 (patch) | |
tree | 9b0d3eb98918f9dd306b658bd9668eb050185c82 /network/rspamd/README | |
parent | e2114fd37616faaf85368fa06bafafb1ec3a9587 (diff) |
network/rspamd: Added (An advanced spam filtering system).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/rspamd/README')
-rw-r--r-- | network/rspamd/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/network/rspamd/README b/network/rspamd/README new file mode 100644 index 000000000000..01bded1e3dfa --- /dev/null +++ b/network/rspamd/README @@ -0,0 +1,12 @@ +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. |