]> source.dussan.org Git - rspamd.git/log
rspamd.git
7 years agoMerge pull request #1340 from fatalbanana/rspamd-1.4
Vsevolod Stakhov [Thu, 12 Jan 2017 15:11:36 +0000 (15:11 +0000)]
Merge pull request #1340 from fatalbanana/rspamd-1.4

Rspamd 1.4: backports

7 years ago[Fix] Avoid extensive reallocs
Vsevolod Stakhov [Thu, 12 Jan 2017 13:08:51 +0000 (13:08 +0000)]
[Fix] Avoid extensive reallocs

MFH: true

7 years ago[Fix] Plug memory leak in learning fuzzy storage
Vsevolod Stakhov [Thu, 12 Jan 2017 14:34:36 +0000 (14:34 +0000)]
[Fix] Plug memory leak in learning fuzzy storage

MFH: true

7 years ago[Fix] Backport redis pool fixes from master
Vsevolod Stakhov [Thu, 12 Jan 2017 15:05:35 +0000 (15:05 +0000)]
[Fix] Backport redis pool fixes from master

7 years ago[Minor] Don't disrespect .online GTLD in hfilter (Fixes #1338) 1340/head
Andrew Lewis [Thu, 12 Jan 2017 13:03:20 +0000 (15:03 +0200)]
[Minor] Don't disrespect .online GTLD in hfilter (Fixes #1338)

7 years ago[Minor] Add missing debian dependency
Vsevolod Stakhov [Mon, 26 Dec 2016 11:09:29 +0000 (11:09 +0000)]
[Minor] Add missing debian dependency

Issue: #1286
Reported by: @LynxChaus

7 years ago[CritFix] Backport PTR_ARRAY_FOREACH fix
Vsevolod Stakhov [Thu, 12 Jan 2017 12:02:03 +0000 (12:02 +0000)]
[CritFix] Backport PTR_ARRAY_FOREACH fix

7 years ago[Minor] Leftover for i386
Vsevolod Stakhov [Sat, 10 Dec 2016 14:29:22 +0000 (14:29 +0000)]
[Minor] Leftover for i386

7 years ago[Minor] Try to fix build on non x86 architectures
Vsevolod Stakhov [Sat, 10 Dec 2016 13:21:24 +0000 (13:21 +0000)]
[Minor] Try to fix build on non x86 architectures

7 years agoMerge pull request #1330 from fatalbanana/rspamd-1.4
Vsevolod Stakhov [Mon, 9 Jan 2017 13:48:43 +0000 (13:48 +0000)]
Merge pull request #1330 from fatalbanana/rspamd-1.4

Rspamd 1.4: really fix build

7 years ago[Feature] Use t1ha instead of metrohash and xxhash32 1330/head
Vsevolod Stakhov [Thu, 8 Dec 2016 13:41:45 +0000 (13:41 +0000)]
[Feature] Use t1ha instead of metrohash and xxhash32

7 years agoMerge pull request #1329 from fatalbanana/rspamd-1.4
Vsevolod Stakhov [Mon, 9 Jan 2017 13:26:28 +0000 (13:26 +0000)]
Merge pull request #1329 from fatalbanana/rspamd-1.4

Rspamd 1.4: fix build

7 years ago[Minor] Add checksum for symbols cache 1329/head
Vsevolod Stakhov [Wed, 28 Dec 2016 11:33:24 +0000 (11:33 +0000)]
[Minor] Add checksum for symbols cache

7 years agoMerge pull request #1328 from fatalbanana/rspamd-1.4
Vsevolod Stakhov [Mon, 9 Jan 2017 12:10:37 +0000 (12:10 +0000)]
Merge pull request #1328 from fatalbanana/rspamd-1.4

Rspamd 1.4: backport missing API (#1325)

7 years ago[Minor] Add methods to get symbols cache checksum 1328/head
Vsevolod Stakhov [Wed, 28 Dec 2016 11:48:19 +0000 (11:48 +0000)]
[Minor] Add methods to get symbols cache checksum

7 years ago[Fix] Fix argument returned on redis backend errors
Vsevolod Stakhov [Fri, 6 Jan 2017 14:27:16 +0000 (14:27 +0000)]
[Fix] Fix argument returned on redis backend errors

MFH: true

7 years agoRelease 1.4.2 1.4.2
Vsevolod Stakhov [Fri, 6 Jan 2017 13:29:47 +0000 (13:29 +0000)]
Release 1.4.2

* [CritFix] Deal with absent headers in DKIM
* [CritFix] Do not trust remote shingles count
* [CritFix] Fix headers selection in DKIM verification
* [Feature] Add EXT_CSS rule
* [Feature] Add toggle for disabling SURBLs
* [Feature] Extend redis lock when learning spawned
* [Feature] Parse <link> HTML tags
* [Fix] Avoid reusing g_error (Fixes #1262)
* [Fix] Do not reset loaded ANN when learning is requested
* [Fix] Fix another issue with external deps in SA
* [Fix] Fix body trie matching
* [Fix] Fix checking of DKIM bodies that needs just `\n` to be added
* [Fix] Fix fuzzy hashes count
* [Fix] Fix keys names
* [Fix] Fix length calculations for url encoded urls
* [Fix] Fix matching of the same patterns from different tries
* [Fix] Fix name of var
* [Fix] Fix parsing of URLs with spaces and other bad chars
* [Fix] Fix probability calculations for fuzzy redis backend
* [Fix] Fix signing headers creation in DKIM
* [Fix] Plug memory leak
* [Fix] Really fix chained SA dependencies
* [Fix] Really increase lock lifetime
* [Fix] Use checksum to avoid intersection between different ANNs
* [Fix] Use rspamd hashes in embedded ucl
* [Fix] Yet another change for testing external deps

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
7 years agoFix shm on DragonFly
Michael Neumann [Fri, 6 Jan 2017 11:58:18 +0000 (12:58 +0100)]
Fix shm on DragonFly

Rspamd tried to call shm_open(3) with a path in the root filesystem
(e.g. /rhm.3f0fd440d46fac91e1b4). But DragonFly uses regular files
for shm. Obviously, this fails, because rspamd has no permissions
to create files in the root (/).

Lots of lines like the following were found in
/var/log/rspamd/rspamd.log before this patch:

    rspamd_shmem_mkstemp: /usr/obj/dports/mail/rspamd/rspamd-1.4.1/src
      /libutil/util.c:1970: failed to create temp shmem
      /rhm.3f0fd440d46fac91e1b4: Permission denied

Also, rspamd made the receiving of mail very slow, when used
in the pre-accept rmilter setting, due to these errors. Even
worse, it just didn't filter emails at all.

This patch fixes the problem by creating the shm files in /tmp
for DragonFly. With this patch applied, these lines are gone from
the log and emails now correctly contain the X-Spamd-Result header,
AND receiving mails is now much much faster.

For rspamd 1.4.1, we will fix it in dports:

    https://github.com/DragonFlyBSD/DeltaPorts/pull/727

7 years agoMerge pull request #1314 from fatalbanana/rspamd-1.4
Vsevolod Stakhov [Thu, 5 Jan 2017 16:29:06 +0000 (16:29 +0000)]
Merge pull request #1314 from fatalbanana/rspamd-1.4

Rspamd 1.4: fuzzy fixes

7 years ago[Fix] Fix probability calculations for fuzzy redis backend 1314/head
Vsevolod Stakhov [Thu, 5 Jan 2017 14:08:25 +0000 (14:08 +0000)]
[Fix] Fix probability calculations for fuzzy redis backend

7 years ago[CritFix] Do not trust remote shingles count
Vsevolod Stakhov [Thu, 5 Jan 2017 12:44:33 +0000 (12:44 +0000)]
[CritFix] Do not trust remote shingles count

MFH: true

7 years ago[Fix] Fix build
Vsevolod Stakhov [Thu, 5 Jan 2017 12:15:29 +0000 (12:15 +0000)]
[Fix] Fix build

7 years ago[Fix] Fix fuzzy hashes count
Vsevolod Stakhov [Thu, 5 Jan 2017 12:04:31 +0000 (12:04 +0000)]
[Fix] Fix fuzzy hashes count

7 years agoMerge pull request #1313 from fatalbanana/rspamd-1.4
Vsevolod Stakhov [Thu, 5 Jan 2017 11:22:23 +0000 (11:22 +0000)]
Merge pull request #1313 from fatalbanana/rspamd-1.4

[Minor] Add `compat_messages` for compatibility with legacy protocol

7 years ago[Minor] Add `compat_messages` for compatibility with legacy protocol 1313/head
Vsevolod Stakhov [Thu, 5 Jan 2017 11:17:44 +0000 (11:17 +0000)]
[Minor] Add `compat_messages` for compatibility with legacy protocol

MFH: true

7 years agoMerge pull request #1303 from fatalbanana/rspamd-1.4
Vsevolod Stakhov [Wed, 4 Jan 2017 12:31:33 +0000 (12:31 +0000)]
Merge pull request #1303 from fatalbanana/rspamd-1.4

Rspamd 1.4: fann_redis fixes

7 years ago[Fix] Fix keys names 1303/head
Vsevolod Stakhov [Wed, 28 Dec 2016 16:41:36 +0000 (16:41 +0000)]
[Fix] Fix keys names

7 years ago[Fix] Use checksum to avoid intersection between different ANNs
Vsevolod Stakhov [Wed, 28 Dec 2016 11:48:38 +0000 (11:48 +0000)]
[Fix] Use checksum to avoid intersection between different ANNs

7 years ago[Fix] Really increase lock lifetime
Vsevolod Stakhov [Tue, 27 Dec 2016 23:01:14 +0000 (23:01 +0000)]
[Fix] Really increase lock lifetime

7 years ago[Minor] fann_redis: Try harder to reload redis scripts if needed
Andrew Lewis [Wed, 7 Dec 2016 08:12:52 +0000 (10:12 +0200)]
[Minor] fann_redis: Try harder to reload redis scripts if needed

7 years ago[Feature] Extend redis lock when learning spawned
Vsevolod Stakhov [Tue, 6 Dec 2016 12:34:38 +0000 (12:34 +0000)]
[Feature] Extend redis lock when learning spawned

7 years agoMerge pull request #1302 from fatalbanana/rspamd-1.4
Vsevolod Stakhov [Wed, 4 Jan 2017 11:52:06 +0000 (11:52 +0000)]
Merge pull request #1302 from fatalbanana/rspamd-1.4

Rspamd 1.4: backport memory leak fix/other fixes

7 years ago[Fix] Fix name of var 1302/head
Vsevolod Stakhov [Mon, 2 Jan 2017 12:39:29 +0000 (12:39 +0000)]
[Fix] Fix name of var

MFH: true

7 years ago[Fix] Use rspamd hashes in embedded ucl
Vsevolod Stakhov [Thu, 8 Dec 2016 13:49:30 +0000 (13:49 +0000)]
[Fix] Use rspamd hashes in embedded ucl

7 years ago[Fix] Fix matching of the same patterns from different tries
Vsevolod Stakhov [Fri, 16 Dec 2016 11:19:54 +0000 (11:19 +0000)]
[Fix] Fix matching of the same patterns from different tries

MFH: true

7 years ago[Fix] Fix body trie matching
Vsevolod Stakhov [Fri, 16 Dec 2016 11:19:35 +0000 (11:19 +0000)]
[Fix] Fix body trie matching

MFH: true

7 years ago[Fix] Plug memory leak
Vsevolod Stakhov [Sun, 1 Jan 2017 17:57:59 +0000 (17:57 +0000)]
[Fix] Plug memory leak

MFH: true

7 years agoMerge pull request #1297 from fatalbanana/rspamd-1.4
Vsevolod Stakhov [Tue, 3 Jan 2017 14:07:11 +0000 (14:07 +0000)]
Merge pull request #1297 from fatalbanana/rspamd-1.4

Rspamd 1.4: backport DKIM fixes

7 years ago[Fix] Fix signing headers creation in DKIM 1297/head
Vsevolod Stakhov [Fri, 30 Dec 2016 18:02:51 +0000 (18:02 +0000)]
[Fix] Fix signing headers creation in DKIM

MFH: true

7 years ago[CritFix] Deal with absent headers in DKIM
Vsevolod Stakhov [Fri, 30 Dec 2016 17:53:07 +0000 (17:53 +0000)]
[CritFix] Deal with absent headers in DKIM

MFH: true

7 years ago[CritFix] Fix headers selection in DKIM verification
Vsevolod Stakhov [Fri, 30 Dec 2016 17:49:53 +0000 (17:49 +0000)]
[CritFix] Fix headers selection in DKIM verification

Found by: @moisseev
MFH: true

Conflicts:
src/libserver/dkim.c

7 years ago[Fix] Fix checking of DKIM bodies that needs just `\n` to be added
Vsevolod Stakhov [Fri, 30 Dec 2016 16:56:26 +0000 (16:56 +0000)]
[Fix] Fix checking of DKIM bodies that needs just `\n` to be added

7 years ago[Fix] Avoid reusing g_error (Fixes #1262)
Andrew Lewis [Wed, 21 Dec 2016 13:49:57 +0000 (15:49 +0200)]
[Fix] Avoid reusing g_error (Fixes #1262)

 Reported by: @jhejl

7 years agoMerge pull request #1223 from fatalbanana/surbl
Vsevolod Stakhov [Mon, 5 Dec 2016 10:46:14 +0000 (10:46 +0000)]
Merge pull request #1223 from fatalbanana/surbl

[Feature] Add toggle for disabling SURBLs

7 years ago[Feature] Add toggle for disabling SURBLs 1223/head
Andrew Lewis [Mon, 5 Dec 2016 10:29:17 +0000 (12:29 +0200)]
[Feature] Add toggle for disabling SURBLs

7 years ago[Minor] Remove unused global var
Vsevolod Stakhov [Sun, 4 Dec 2016 22:55:52 +0000 (22:55 +0000)]
[Minor] Remove unused global var

7 years agoMerge pull request #1222 from moisseev/patch-4
Vsevolod Stakhov [Sun, 4 Dec 2016 22:37:36 +0000 (22:37 +0000)]
Merge pull request #1222 from moisseev/patch-4

[Minor] Avoid `nil` index

7 years ago[Minor] Avoid `nil` index 1222/head
Alexander Moisseev [Sun, 4 Dec 2016 17:19:59 +0000 (20:19 +0300)]
[Minor] Avoid `nil` index

7 years agoMerge pull request #1221 from moisseev/patch-3
Vsevolod Stakhov [Sun, 4 Dec 2016 17:13:34 +0000 (17:13 +0000)]
Merge pull request #1221 from moisseev/patch-3

[Minor] Fix typo

7 years agoMerge pull request #1219 from moisseev/patch-2
Vsevolod Stakhov [Sun, 4 Dec 2016 17:13:16 +0000 (17:13 +0000)]
Merge pull request #1219 from moisseev/patch-2

[Minor] Avoid nil index

7 years ago[Minor] Fix condition, avoid `nil` index 1219/head
Alexander Moisseev [Sun, 4 Dec 2016 17:06:45 +0000 (20:06 +0300)]
[Minor] Fix condition, avoid `nil` index

7 years ago[Minor] Avoid nil index
Alexander Moisseev [Sun, 4 Dec 2016 07:24:14 +0000 (10:24 +0300)]
[Minor] Avoid nil index

7 years ago[Minor] Fix typo 1221/head
Alexander Moisseev [Sat, 3 Dec 2016 18:34:34 +0000 (21:34 +0300)]
[Minor] Fix typo

7 years ago[Minor] Avoid nil index
Alexander Moisseev [Sat, 3 Dec 2016 18:20:43 +0000 (21:20 +0300)]
[Minor] Avoid nil index

7 years ago[Minor] Allow to set lock expire for ANN module
Vsevolod Stakhov [Fri, 2 Dec 2016 19:07:42 +0000 (19:07 +0000)]
[Minor] Allow to set lock expire for ANN module

7 years ago[Fix] Fix length calculations for url encoded urls
Vsevolod Stakhov [Fri, 2 Dec 2016 12:59:20 +0000 (12:59 +0000)]
[Fix] Fix length calculations for url encoded urls

7 years ago[Fix] Fix parsing of URLs with spaces and other bad chars
Vsevolod Stakhov [Fri, 2 Dec 2016 12:58:58 +0000 (12:58 +0000)]
[Fix] Fix parsing of URLs with spaces and other bad chars

7 years ago[Feature] Add EXT_CSS rule
Vsevolod Stakhov [Thu, 1 Dec 2016 17:16:11 +0000 (17:16 +0000)]
[Feature] Add EXT_CSS rule

7 years ago[Feature] Parse <link> HTML tags
Vsevolod Stakhov [Thu, 1 Dec 2016 16:41:32 +0000 (16:41 +0000)]
[Feature] Parse <link> HTML tags

7 years agoMerge pull request #1216 from fatalbanana/t
Vsevolod Stakhov [Thu, 1 Dec 2016 14:25:10 +0000 (14:25 +0000)]
Merge pull request #1216 from fatalbanana/t

[Test] Improve SpamAssassin dependencies tests

7 years ago[Test] Improve SpamAssassin dependencies tests 1216/head
Andrew Lewis [Thu, 1 Dec 2016 14:21:48 +0000 (16:21 +0200)]
[Test] Improve SpamAssassin dependencies tests

7 years ago[Fix] Do not reset loaded ANN when learning is requested
Vsevolod Stakhov [Thu, 1 Dec 2016 14:10:37 +0000 (14:10 +0000)]
[Fix] Do not reset loaded ANN when learning is requested

7 years ago[Fix] Yet another change for testing external deps
Vsevolod Stakhov [Thu, 1 Dec 2016 14:06:05 +0000 (14:06 +0000)]
[Fix] Yet another change for testing external deps

7 years ago[Fix] Fix another issue with external deps in SA
Vsevolod Stakhov [Thu, 1 Dec 2016 12:30:20 +0000 (12:30 +0000)]
[Fix] Fix another issue with external deps in SA

7 years agoMerge pull request #1211 from moisseev/patch-1
Vsevolod Stakhov [Thu, 1 Dec 2016 11:56:21 +0000 (11:56 +0000)]
Merge pull request #1211 from moisseev/patch-1

[WebUI] Load graph data on reconnect if the tab is active

7 years ago[Fix] Really fix chained SA dependencies
Vsevolod Stakhov [Thu, 1 Dec 2016 11:48:36 +0000 (11:48 +0000)]
[Fix] Really fix chained SA dependencies

7 years ago[WebUI] Load graph data on reconnect if the tab is active 1211/head
Alexander Moisseev [Wed, 30 Nov 2016 15:56:48 +0000 (18:56 +0300)]
[WebUI] Load graph data on reconnect if the tab is active

7 years ago[Minor] Update to 1.4.2
Vsevolod Stakhov [Wed, 30 Nov 2016 14:16:19 +0000 (14:16 +0000)]
[Minor] Update to 1.4.2

7 years agoRelease 1.4.1 1.4.1
Vsevolod Stakhov [Wed, 30 Nov 2016 14:15:14 +0000 (14:15 +0000)]
Release 1.4.1

* [Feature] ASN support in Clickhouse module
* [Feature] Add clickhouse plugin
* [Feature] Add generic tool to add universal maps for lua modules
* [Feature] Add logger.debugm to debug lua modules
* [Feature] Allow to register metrics symbols using register_symbol
* [Feature] Allow to specify prefix for fann_redis
* [Feature] Clickhouse: support different masks for IPv4/IPv6
* [Feature] Support forcing action in antivirus plugin
* [Fix] Add handling of regexp maps
* [Fix] Allow backslashes in http urls
* [Fix] Avoid mapping of empty files
* [Fix] Do not load tld file to speed up rspamadm
* [Fix] Do not resolve numeric IP addresses due to ipv6 insanity
* [Fix] Filter incorrect training data
* [Fix] Fix Fuzzyconvert tool when password or DB is given
* [Fix] Fix build with custom glib/gmime
* [Fix] Fix converting of learn count from sqlite to redis
* [Fix] Fix crashes with invalid received and task:set_from_ip
* [Fix] Fix external dependencies for SA module
* [Fix] Fix fann_redis when number of scores has been changed
* [Fix] Fix hyperscan usage for non compatible platforms
* [Fix] Fix loading of maps from UCL objects
* [Fix] Fix memory leak for task-less redis requests
* [Fix] Fix mid module with new maps syntax
* [Fix] Fix parsing of URLs with username
* [Fix] Fix re cache initialisation
* [Fix] Fix replacements to sanitize '%' character
* [Fix] Fix set and regexp like static maps
* [Fix] Fix some issues in redis settings
* [Fix] Fix static IP maps
* [Fix] Fix total learns counter for redis stats
* [Fix] Fix usage of config during reload
* [Fix] Fix various warnings and issues
* [Fix] Invalidate ANN if training data is incorrect
* [Fix] Miltiple fixes to fann_redis module
* [Fix] More fixes for URLs with backslashes
* [Fix] Properly get options for ip_score module
* [Fix] Relax requirements for Received as gmail cannot RFC
* [Fix] Remove or fix hyperscan incompatible regexps
* [Fix] Settings: correctly read redis config
* [Rework] Rework lua logger interface slightly
* [Rework] Use new maps add function

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
7 years agoMerge pull request #1209 from AnnaStakhova/master
Vsevolod Stakhov [Wed, 30 Nov 2016 13:58:43 +0000 (13:58 +0000)]
Merge pull request #1209 from AnnaStakhova/master

Make status responsive

7 years ago[WebUI] Improve uptime responsive 1209/head
Anna Stakhova [Wed, 30 Nov 2016 13:52:00 +0000 (13:52 +0000)]
[WebUI] Improve uptime responsive

7 years agoMerge pull request #1208 from moisseev/patch-1
Vsevolod Stakhov [Wed, 30 Nov 2016 13:38:54 +0000 (13:38 +0000)]
Merge pull request #1208 from moisseev/patch-1

[WebUI] Fix graph percentage mode resetting

7 years ago[WebUI] Fix graph percentage mode resetting 1208/head
Alexander Moisseev [Wed, 30 Nov 2016 13:35:18 +0000 (16:35 +0300)]
[WebUI] Fix graph percentage mode resetting

on reconnect / reload

Fixes: #1193
7 years ago[Fix] Fix crashes with invalid received and task:set_from_ip
Vsevolod Stakhov [Wed, 30 Nov 2016 13:34:41 +0000 (13:34 +0000)]
[Fix] Fix crashes with invalid received and task:set_from_ip

7 years agoMerge pull request #1207 from fatalbanana/fm
Vsevolod Stakhov [Tue, 29 Nov 2016 18:39:49 +0000 (18:39 +0000)]
Merge pull request #1207 from fatalbanana/fm

[Minor] Make FREEMAIL_REPLYTO_NEQ_FROM_DOM normal symbol

7 years ago[Minor] Make FREEMAIL_REPLYTO_NEQ_FROM_DOM normal symbol 1207/head
Andrew Lewis [Tue, 29 Nov 2016 18:34:32 +0000 (20:34 +0200)]
[Minor] Make FREEMAIL_REPLYTO_NEQ_FROM_DOM normal symbol

7 years agoMerge pull request #1205 from smfreegard/rules_161129
Vsevolod Stakhov [Tue, 29 Nov 2016 18:14:14 +0000 (18:14 +0000)]
Merge pull request #1205 from smfreegard/rules_161129

Adjust scores and add new rules

7 years ago[WebUI] diagram centered
Anna Stakhova [Tue, 29 Nov 2016 17:23:45 +0000 (17:23 +0000)]
[WebUI] diagram centered

The diagram is centered for smal screen

7 years agoMerge pull request #1206 from fatalbanana/php
Vsevolod Stakhov [Tue, 29 Nov 2016 17:11:37 +0000 (17:11 +0000)]
Merge pull request #1206 from fatalbanana/php

[Minor] Remove duplicated rule

7 years ago3rd time's a charm 1205/head
Steve Freegard [Tue, 29 Nov 2016 17:08:06 +0000 (17:08 +0000)]
3rd time's a charm

7 years agoFix freemail/disposable multimap definitions
Steve Freegard [Tue, 29 Nov 2016 16:58:54 +0000 (16:58 +0000)]
Fix freemail/disposable multimap definitions

7 years ago[Minor] Allow load for locked ANNs
Vsevolod Stakhov [Tue, 29 Nov 2016 16:57:53 +0000 (16:57 +0000)]
[Minor] Allow load for locked ANNs

7 years ago[Minor] Remove duplicated rule 1206/head
Andrew Lewis [Tue, 29 Nov 2016 16:29:52 +0000 (18:29 +0200)]
[Minor] Remove duplicated rule

7 years agoRemove score from SUBJECT_END_EXCLAIM
Steve Freegard [Tue, 29 Nov 2016 16:33:43 +0000 (16:33 +0000)]
Remove score from SUBJECT_END_EXCLAIM

7 years agoAdjust scores and add new rules
Steve Freegard [Tue, 29 Nov 2016 16:26:45 +0000 (16:26 +0000)]
Adjust scores and add new rules

7 years agoMerge pull request #1199 from neutechfi/master
Vsevolod Stakhov [Tue, 29 Nov 2016 15:29:41 +0000 (15:29 +0000)]
Merge pull request #1199 from neutechfi/master

[WebUI] fix savesymbols absolute url to relative

7 years ago[Fix] Miltiple fixes to fann_redis module
Vsevolod Stakhov [Tue, 29 Nov 2016 14:56:19 +0000 (14:56 +0000)]
[Fix] Miltiple fixes to fann_redis module

7 years agoMerge pull request #1204 from fatalbanana/sc
Vsevolod Stakhov [Tue, 29 Nov 2016 12:33:06 +0000 (12:33 +0000)]
Merge pull request #1204 from fatalbanana/sc

[Minor] Reduce scoring on some rules

7 years ago[Minor] Reduce scoring on some rules 1204/head
Andrew Lewis [Tue, 29 Nov 2016 12:30:47 +0000 (14:30 +0200)]
[Minor] Reduce scoring on some rules

7 years ago[Fix] Fix replacements to sanitize '%' character
Vsevolod Stakhov [Tue, 29 Nov 2016 11:29:13 +0000 (11:29 +0000)]
[Fix] Fix replacements to sanitize '%' character

7 years ago[Minor] Fix until clause
Vsevolod Stakhov [Tue, 29 Nov 2016 11:29:03 +0000 (11:29 +0000)]
[Minor] Fix until clause

7 years ago[Fix] Fix external dependencies for SA module
Vsevolod Stakhov [Tue, 29 Nov 2016 11:13:04 +0000 (11:13 +0000)]
[Fix] Fix external dependencies for SA module

7 years agoMerge pull request #1202 from cryptomilk/master-cmake-luajit
Vsevolod Stakhov [Tue, 29 Nov 2016 10:38:55 +0000 (10:38 +0000)]
Merge pull request #1202 from cryptomilk/master-cmake-luajit

cmake: Add missing luajit include dirs

7 years agocmake: Add missing luajit include dirs 1202/head
Andreas Schneider [Tue, 29 Nov 2016 10:23:28 +0000 (11:23 +0100)]
cmake: Add missing luajit include dirs

    /usr/include/luajit-5_1-2.0

7 years agoMerge pull request #1201 from andrejzverev/mx_check
Vsevolod Stakhov [Tue, 29 Nov 2016 09:43:01 +0000 (09:43 +0000)]
Merge pull request #1201 from andrejzverev/mx_check

Fix typo when calling rspamd_redis_make_request for write operation.

7 years agoMerge pull request #1198 from AnnaStakhova/master
Vsevolod Stakhov [Tue, 29 Nov 2016 09:14:58 +0000 (09:14 +0000)]
Merge pull request #1198 from AnnaStakhova/master

Make Status responsive

7 years agoFix typo when calling rspamd_redis_make_request for write operation. 1201/head
Andrej Zverev [Tue, 29 Nov 2016 08:19:13 +0000 (11:19 +0300)]
Fix typo when calling rspamd_redis_make_request for write operation.

7 years ago[WebUI] fix savesymbols absolute url to relative 1199/head
Toni Mattila [Tue, 29 Nov 2016 06:50:37 +0000 (08:50 +0200)]
[WebUI] fix savesymbols absolute url to relative

7 years ago[WebUI] Make status responsive plus 1198/head
Anna Stakhova [Mon, 28 Nov 2016 22:07:51 +0000 (22:07 +0000)]
[WebUI] Make status responsive plus

7 years ago[WebUI] Make Status responsive
Anna Stakhova [Mon, 28 Nov 2016 22:01:52 +0000 (22:01 +0000)]
[WebUI] Make Status responsive