mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/rspamd: Updated for version 1.8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
fff86ea03e
commit
146d19ec57
3 changed files with 13 additions and 8 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=rspamd
|
||||
VERSION=${VERSION:-1.8.2}
|
||||
VERSION=${VERSION:-1.8.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rspamd"
|
||||
VERSION="1.8.2"
|
||||
VERSION="1.8.3"
|
||||
HOMEPAGE="https://rspamd.com"
|
||||
DOWNLOAD="https://github.com/rspamd/rspamd/archive/1.8.2/rspamd-1.8.2.tar.gz"
|
||||
MD5SUM="14b50a717c0997381c3d3be77967c500"
|
||||
DOWNLOAD="https://github.com/rspamd/rspamd/archive/1.8.3/rspamd-1.8.3.tar.gz"
|
||||
MD5SUM="e67edecfa99966e3f7ed712807aeb2fe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ragel luajit redis hyperscan"
|
||||
|
|
|
@ -11,9 +11,14 @@ rspamd:
|
|||
rspamd: Rspamd is an advanced spam filtering system that allows evaluation of
|
||||
rspamd: messages by a number of rules including regular expressions,
|
||||
rspamd: statistical analysis and custom services such as URL black lists.
|
||||
rspamd: Each message is analysed by rspamd and given a spam score.
|
||||
rspamd:
|
||||
rspamd:
|
||||
rspamd:
|
||||
rspamd: Each message is analysed by Rspamd and given a spam score.
|
||||
rspamd:
|
||||
rspamd: According to this spam score and the user’s settings Rspamd recommends
|
||||
rspamd: an action for the MTA to apply to the message: for example, to pass,
|
||||
rspamd: to reject or to add a header. Rspamd is designed to process hundreds
|
||||
rspamd: of messages per second simultaneously and has a number of features
|
||||
rspamd: available.
|
||||
rspamd:
|
||||
rspamd: Home-Page: https://rspamd.com
|
||||
rspamd:
|
||||
rspamd:
|
||||
|
|
Loading…
Reference in a new issue