]> source.dussan.org Git - rspamd.git/log
rspamd.git
7 years ago[Fix] Add another workaround to display history properly
Vsevolod Stakhov [Thu, 10 Aug 2017 18:07:22 +0000 (19:07 +0100)]
[Fix] Add another workaround to display history properly

7 years ago[Fix] Reject invalid bh for DKIM signatures earlier
Vsevolod Stakhov [Wed, 9 Aug 2017 18:15:20 +0000 (19:15 +0100)]
[Fix] Reject invalid bh for DKIM signatures earlier

7 years ago[Fix] Try harder to find urls
Vsevolod Stakhov [Tue, 8 Aug 2017 07:20:34 +0000 (08:20 +0100)]
[Fix] Try harder to find urls

7 years ago[Fix] Lowercase HTTP headers to make them searchable from Lua
Vsevolod Stakhov [Sat, 12 Aug 2017 19:11:48 +0000 (20:11 +0100)]
[Fix] Lowercase HTTP headers to make them searchable from Lua

7 years ago[Minor] Randomize Lua PRNG at startup
Vsevolod Stakhov [Mon, 14 Aug 2017 20:59:44 +0000 (21:59 +0100)]
[Minor] Randomize Lua PRNG at startup

7 years ago[Fix] Fix processing of closed tags
Vsevolod Stakhov [Tue, 22 Aug 2017 07:00:47 +0000 (08:00 +0100)]
[Fix] Fix processing of closed tags

7 years ago[Minor] Update aliexpress.com Message-ID regexp
Alexander Moisseev [Tue, 22 Aug 2017 09:42:11 +0000 (12:42 +0300)]
[Minor] Update aliexpress.com Message-ID regexp

7 years agoVarious changes to CentOS RPM
Christian Glombek [Tue, 22 Aug 2017 20:43:49 +0000 (22:43 +0200)]
Various changes to CentOS RPM
Update License to be the same as repo (ASL 2.0)
Remove hardcoded user and group
Add %{rspamd_pluginsdir}/lib/*.lua

7 years ago[Feature] Add some sanity checks for actions and controller
Vsevolod Stakhov [Fri, 25 Aug 2017 18:55:35 +0000 (19:55 +0100)]
[Feature] Add some sanity checks for actions and controller

7 years ago[Minor] Use controller for single-instance tasks
Andrew Lewis [Sat, 26 Aug 2017 09:57:23 +0000 (11:57 +0200)]
[Minor] Use controller for single-instance tasks

7 years ago[Fix] Redis script loading in DMARC; URL tags; URL reputation
Andrew Lewis [Fri, 25 Aug 2017 15:36:13 +0000 (17:36 +0200)]
[Fix] Redis script loading in DMARC; URL tags; URL reputation

 - Issue: #1716

7 years ago[Fix] RPM postinstall
Andrew Lewis [Fri, 11 Aug 2017 15:05:27 +0000 (17:05 +0200)]
[Fix] RPM postinstall

 - Fixes: #1696

7 years ago[Fix] Ratelimit: lowercase email addresses
Andrew Lewis [Mon, 28 Aug 2017 11:00:19 +0000 (13:00 +0200)]
[Fix] Ratelimit: lowercase email addresses

7 years ago[Test] Settings: few more tests
Andrew Lewis [Mon, 28 Aug 2017 10:16:26 +0000 (12:16 +0200)]
[Test] Settings: few more tests

7 years ago[Test] Fix tests
Andrew Lewis [Wed, 16 Aug 2017 20:20:55 +0000 (22:20 +0200)]
[Test] Fix tests

7 years agoRelease 1.6.3 1.6.3
Vsevolod Stakhov [Wed, 26 Jul 2017 20:46:55 +0000 (21:46 +0100)]
Release 1.6.3

* [CritFix] Fix semicolons parsing in the content type
* [Feature] Add EBL to the default config
* [Feature] Allow to configure monitored
* [Feature] Allow to skip specific hashes in fuzzy storage
* [Feature] Multimap: checking of symbol options
* [Feature] Redis settings: support checking multiple keys
* [Fix] ARC: Fix Lua 5.3 compatibility; timestamp should be integer
* [Fix] Avoid changing content-transfer-encoding header's value
* [Fix] Don't use whitelist/greylist maps as regexp, but as map
* [Fix] Fix get_content method
* [Fix] Header checks: Fix get_raw_header method
* [Fix] Header checks: REPLYTO_UNPARSEABLE rule
* [Fix] Lua_http: freeing
* [Fix] Milter headers: custom headers: removing headers
* [Fix] Parse HREF urls without explicit prefix
* [Fix] WHITE_ON_WHITE: Ensure score is matched to part that fired the rule
* [WebUI] Escape strings inside HTML in history

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
7 years agoMerge pull request #1769 from fatalbanana/rspamd-1.6
Vsevolod Stakhov [Wed, 26 Jul 2017 20:37:30 +0000 (21:37 +0100)]
Merge pull request #1769 from fatalbanana/rspamd-1.6

Rspamd 1.6: backports

7 years ago[Feature] Add EBL to the default config 1769/head
Vsevolod Stakhov [Wed, 19 Jul 2017 07:41:23 +0000 (08:41 +0100)]
[Feature] Add EBL to the default config

7 years ago[Feature] Redis settings: support checking multiple keys
Andrew Lewis [Wed, 19 Jul 2017 13:18:42 +0000 (15:18 +0200)]
[Feature] Redis settings: support checking multiple keys

7 years ago[Fix] Lua_http: freeing
Andrew Lewis [Wed, 26 Jul 2017 11:11:57 +0000 (13:11 +0200)]
[Fix] Lua_http: freeing

7 years ago[WebUI] Escape strings inside HTML in history
Alexander Moisseev [Sun, 23 Jul 2017 09:59:57 +0000 (12:59 +0300)]
[WebUI] Escape strings inside HTML in history

7 years ago[Fix] Don't use whitelist/greylist maps as regexp, but as map
Jean-Louis Dupond [Mon, 17 Jul 2017 19:54:28 +0000 (21:54 +0200)]
[Fix] Don't use whitelist/greylist maps as regexp, but as map

In whitelist & greylist module, the domain files (like spf_dkim_whitelist.inc, etc) were read as regexp map.
This caused the following false whitelists:
WHITELIST_SPF_DKIM(-3)[onmicrosoft.com]
this while only 'microsoft.com' was in the list!

Reading the maps as 'map'/'hash' instead of 'regexp' fixes the issue.

7 years ago[Feature] Allow to skip specific hashes in fuzzy storage
Vsevolod Stakhov [Sun, 23 Jul 2017 10:16:29 +0000 (11:16 +0100)]
[Feature] Allow to skip specific hashes in fuzzy storage

7 years ago[CritFix] Fix semicolons parsing in the content type
Vsevolod Stakhov [Thu, 13 Jul 2017 18:33:42 +0000 (19:33 +0100)]
[CritFix] Fix semicolons parsing in the content type

7 years ago[Fix] Parse HREF urls without explicit prefix
Vsevolod Stakhov [Sat, 15 Jul 2017 22:16:03 +0000 (23:16 +0100)]
[Fix] Parse HREF urls without explicit prefix

Issue: #1752

7 years ago[Fix] Fix get_content method
Vsevolod Stakhov [Tue, 18 Jul 2017 18:37:40 +0000 (19:37 +0100)]
[Fix] Fix get_content method

Issue: #1759

7 years ago[Feature] Multimap: checking of symbol options
Andrew Lewis [Thu, 20 Jul 2017 11:26:10 +0000 (13:26 +0200)]
[Feature] Multimap: checking of symbol options

7 years ago[Minor] Add some sanity checks when managing monitoring timeouts
Vsevolod Stakhov [Wed, 19 Jul 2017 20:15:05 +0000 (21:15 +0100)]
[Minor] Add some sanity checks when managing monitoring timeouts

7 years ago[Feature] Allow to configure monitored
Vsevolod Stakhov [Thu, 20 Jul 2017 07:18:10 +0000 (08:18 +0100)]
[Feature] Allow to configure monitored

7 years ago[Fix] Avoid changing content-transfer-encoding header's value
Vsevolod Stakhov [Thu, 13 Jul 2017 20:12:49 +0000 (21:12 +0100)]
[Fix] Avoid changing content-transfer-encoding header's value

7 years ago[Fix] ARC: Fix Lua 5.3 compatibility; timestamp should be integer
Andrew Lewis [Wed, 12 Jul 2017 11:45:01 +0000 (13:45 +0200)]
[Fix] ARC: Fix Lua 5.3 compatibility; timestamp should be integer

7 years agoMerge pull request #1761 from mkuron/multimap_cidr-1.6
Vsevolod Stakhov [Thu, 20 Jul 2017 07:20:47 +0000 (08:20 +0100)]
Merge pull request #1761 from mkuron/multimap_cidr-1.6

Backport "IP netmask support for Redis multimap" to 1.6

7 years agoMinimum netmask in Redis multimap 1753/head 1761/head
Michael Kuron [Sun, 16 Jul 2017 13:19:59 +0000 (15:19 +0200)]
Minimum netmask in Redis multimap

7 years agoUse HMGET to query all netmasks at once in multimap
Michael Kuron [Sun, 16 Jul 2017 10:04:34 +0000 (12:04 +0200)]
Use HMGET to query all netmasks at once in multimap

7 years agoIP netmask support for multimap
Michael Kuron [Sat, 15 Jul 2017 14:11:51 +0000 (16:11 +0200)]
IP netmask support for multimap

7 years agoMerge pull request #1746 from fatalbanana/rspamd-1.6
Vsevolod Stakhov [Wed, 12 Jul 2017 07:42:57 +0000 (08:42 +0100)]
Merge pull request #1746 from fatalbanana/rspamd-1.6

Rspamd 1.6: backports

7 years ago[Fix] Milter headers: custom headers: removing headers 1746/head
Andrew Lewis [Tue, 11 Jul 2017 07:40:55 +0000 (09:40 +0200)]
[Fix] Milter headers: custom headers: removing headers

7 years ago[Fix] Header checks: REPLYTO_UNPARSEABLE rule
Andrew Lewis [Mon, 10 Jul 2017 16:47:15 +0000 (18:47 +0200)]
[Fix] Header checks: REPLYTO_UNPARSEABLE rule

7 years ago[Fix] Header checks: Fix get_raw_header method
Andrew Lewis [Mon, 10 Jul 2017 16:40:01 +0000 (18:40 +0200)]
[Fix] Header checks: Fix get_raw_header method

7 years ago[Minor] WHITE_ON_WHITE: Use per-part transparency length
Andrew Lewis [Mon, 10 Jul 2017 09:34:23 +0000 (11:34 +0200)]
[Minor] WHITE_ON_WHITE: Use per-part transparency length

7 years ago[Fix] WHITE_ON_WHITE: Ensure score is matched to part that fired the rule
Andrew Lewis [Mon, 10 Jul 2017 08:18:21 +0000 (10:18 +0200)]
[Fix] WHITE_ON_WHITE: Ensure score is matched to part that fired the rule

7 years agoFix lua_util_is_utf_spoofed logic
Paul Arthur [Sun, 9 Jul 2017 23:01:07 +0000 (23:01 +0000)]
Fix lua_util_is_utf_spoofed logic

When compiled against libicu < 51 the list of allowed characters was
set to none, so all strings were flagged as spoofed.

Fixes #1689.

7 years ago[Minor] Ratelimit: Custom limits: Pass task to get_limit
Andrew Lewis [Sun, 9 Jul 2017 11:39:03 +0000 (13:39 +0200)]
[Minor] Ratelimit: Custom limits: Pass task to get_limit

7 years agoMore htmlEscapes.
André Peters [Sun, 9 Jul 2017 16:30:01 +0000 (18:30 +0200)]
More htmlEscapes.

7 years agoAlso escape message ID
André Peters [Sun, 9 Jul 2017 08:26:06 +0000 (10:26 +0200)]
Also escape message ID

7 years agoEscape HTML in cells by using underscores escaper
André Peters [Sat, 8 Jul 2017 20:56:21 +0000 (22:56 +0200)]
Escape HTML in cells by using underscores escaper

7 years agoRelease 1.6.2 1.6.2
Vsevolod Stakhov [Sat, 8 Jul 2017 08:49:48 +0000 (09:49 +0100)]
Release 1.6.2

* [Conf] Remove Rambler email bl for now
* [Conf] Switch RAMBLER_URIBL to a locally managed source
* [CritFix] Switch from ragel to C for Content-Type parsing
* [Feature] Add `-e` option for lua_repl
* [Feature] Add per-domain emails normalisation rules
* [Feature] Add sessions cache to debug dangling sessions
* [Feature] Add short_text_direct_hash for fuzzy check module
* [Feature] Add text_part:get_stats function
* [Feature] Allow to add custom processing script for surbl
* [Feature] Allow to check reply-to email
* [Feature] Allow to customize spam header, remove existing spam headers
* [Feature] Allow to disable specific workers in the config
* [Feature] Allow to discard messages instead of rejection
* [Feature] Allow to specify custom delimiter in emails plugin
* [Feature] Allow to specify custom User-Agent for rspamc
* [Feature] Allow to store symbols data in Clickhouse
* [Feature] Allow to use HTTPS when connecting to Clickhouse
* [Feature] Enable sessions cache tracking for milter connections
* [Feature] Implement per-line mode in lua_repl (like `perl -p`)
* [Feature] Implement rdns-curve plugin based on rspamd cryptobox
* [Feature] Improve maps cached data lifetime
* [Feature] Improve maps checking frequency
* [Feature] Improve monitored timeouts logic
* [Feature] milter_headers: add `extended_headers_rcpt` option
* [Feature] Milter headers: Add X-Spam-Flag to rmilter-compatibility headers
* [Feature] Milter headers: remove-header routine
* [Feature] Multimap: received filters for extracting TLDs from hostnames
* [Feature] Normalize email aliases in emails module
* [Feature] Re-add rambler email bl (as hashed list)
* [Feature] Reload file maps more frequently
* [Feature] Rework newlines strip parser one more time
* [Feature] Skip updates for messages scanned via controller
* [Feature] Split long DKIM public keys
* [Feature] Store more data when stripping newlines
* [Feature] Support SPF macros transformations
* [Feature] Support suppressing DMARC reports for some domains
* [Fix] Add missing `break` statement
* [Fix] Allow modifiers in SPF macros
* [Fix] DKIM sign tools: edge-cases around use_esld
* [Fix] Do not cache SPF records with macros
* [Fix] Do not overwrite score when setting pre-action
* [Fix] Fix comparision logic
* [Fix] Fix DKIM base64 folding for milter flagged messages
* [Fix] Fix emails module configuration
* [Fix] Fix folding for arc headers when milter interface is used
* [Fix] Fix gmail dots removal
* [Fix] Fix rspamc detection in greylist module
* [Fix] Fix some more issues with HTTP maps
* [Fix] Milter sessions can live forever
* [Fix] Normalize fuzzy probability better
* [Fix] Plug memory leak
* [Fix] RBL: Fixed hashed email address lookups
* [Fix] Try to deal with brain-damaged milter behaviour
* [Fix] Use `\n` to fold headers for milter
* [Rework] Allow to use custom callback for monitored checks
* [Rework] Further steps towards one process monitoring
* [Rework] Send health checks from a single worker
* [WebUI] Round-up throughput summary values

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
7 years ago[Fix] Fix some more issues with HTTP maps
Vsevolod Stakhov [Sat, 8 Jul 2017 08:45:57 +0000 (09:45 +0100)]
[Fix] Fix some more issues with HTTP maps

7 years ago[Minor] Fix config
Andrew Lewis [Fri, 7 Jul 2017 19:51:16 +0000 (21:51 +0200)]
[Minor] Fix config

7 years ago[Minor] Download updated data even if cache is still available
Vsevolod Stakhov [Fri, 7 Jul 2017 18:42:36 +0000 (19:42 +0100)]
[Minor] Download updated data even if cache is still available

7 years ago[Feature] Re-add rambler email bl (as hashed list)
Vsevolod Stakhov [Fri, 7 Jul 2017 18:40:15 +0000 (19:40 +0100)]
[Feature] Re-add rambler email bl (as hashed list)

7 years ago[Fix] Fix emails module configuration
Vsevolod Stakhov [Fri, 7 Jul 2017 18:38:21 +0000 (19:38 +0100)]
[Fix] Fix emails module configuration

7 years ago[Feature] Allow to specify custom delimiter in emails plugin
Vsevolod Stakhov [Fri, 7 Jul 2017 18:16:31 +0000 (19:16 +0100)]
[Feature] Allow to specify custom delimiter in emails plugin

7 years ago[Minor] Leave the real url request instead of Lua processed
Vsevolod Stakhov [Fri, 7 Jul 2017 18:13:10 +0000 (19:13 +0100)]
[Minor] Leave the real url request instead of Lua processed

7 years ago[Conf] Switch RAMBLER_URIBL to a locally managed source
Vsevolod Stakhov [Fri, 7 Jul 2017 18:09:41 +0000 (19:09 +0100)]
[Conf] Switch RAMBLER_URIBL to a locally managed source

7 years ago[Feature] Improve maps checking frequency
Vsevolod Stakhov [Fri, 7 Jul 2017 17:54:50 +0000 (18:54 +0100)]
[Feature] Improve maps checking frequency

7 years agoMerge pull request #1735 from moisseev/patch-1
Vsevolod Stakhov [Fri, 7 Jul 2017 17:45:56 +0000 (18:45 +0100)]
Merge pull request #1735 from moisseev/patch-1

[Minor] Update redirectors list

7 years agoMerge pull request #1734 from fatalbanana/maps
Vsevolod Stakhov [Fri, 7 Jul 2017 17:45:47 +0000 (18:45 +0100)]
Merge pull request #1734 from fatalbanana/maps

[Feature] Reload file maps more frequently

7 years ago[Minor] Update redirectors list 1735/head
Alexander Moisseev [Fri, 7 Jul 2017 17:23:03 +0000 (20:23 +0300)]
[Minor] Update redirectors list

7 years ago[Feature] Reload file maps more frequently 1734/head
Andrew Lewis [Fri, 7 Jul 2017 10:14:28 +0000 (12:14 +0200)]
[Feature] Reload file maps more frequently

7 years ago[Minor] RBL: don't register duplicate monitoring
Andrew Lewis [Fri, 7 Jul 2017 08:25:38 +0000 (10:25 +0200)]
[Minor] RBL: don't register duplicate monitoring

7 years ago[Minor] Import changes from public suffix list
Andrew Lewis [Thu, 6 Jul 2017 09:58:19 +0000 (11:58 +0200)]
[Minor] Import changes from public suffix list

7 years ago[Feature] Allow to add custom processing script for surbl
Vsevolod Stakhov [Fri, 7 Jul 2017 08:08:12 +0000 (09:08 +0100)]
[Feature] Allow to add custom processing script for surbl

7 years ago[Feature] Improve maps cached data lifetime
Vsevolod Stakhov [Fri, 7 Jul 2017 07:36:11 +0000 (08:36 +0100)]
[Feature] Improve maps cached data lifetime

7 years ago[Minor] Further fixes to the monitored logic
Vsevolod Stakhov [Thu, 6 Jul 2017 18:36:39 +0000 (19:36 +0100)]
[Minor] Further fixes to the monitored logic

7 years ago[Feature] Improve monitored timeouts logic
Vsevolod Stakhov [Thu, 6 Jul 2017 18:35:02 +0000 (19:35 +0100)]
[Feature] Improve monitored timeouts logic

We now reduce timeout on the first error when a monitored object is used
and reduce it when we have subsequent errors when a monitored object is
dead. In conjunction with the previous changes, it should make
monitoring really clever and responsive.

7 years ago[Rework] Send health checks from a single worker
Vsevolod Stakhov [Thu, 6 Jul 2017 18:08:15 +0000 (19:08 +0100)]
[Rework] Send health checks from a single worker

7 years ago[Rework] Further steps towards one process monitoring
Vsevolod Stakhov [Thu, 6 Jul 2017 07:56:02 +0000 (08:56 +0100)]
[Rework] Further steps towards one process monitoring

7 years ago[Rework] Allow to use custom callback for monitored checks
Vsevolod Stakhov [Thu, 6 Jul 2017 07:32:21 +0000 (08:32 +0100)]
[Rework] Allow to use custom callback for monitored checks

7 years ago[Feature] Add `-e` option for lua_repl
Vsevolod Stakhov [Thu, 6 Jul 2017 07:23:00 +0000 (08:23 +0100)]
[Feature] Add `-e` option for lua_repl

7 years ago[Feature] Implement per-line mode in lua_repl (like `perl -p`)
Vsevolod Stakhov [Thu, 6 Jul 2017 07:10:48 +0000 (08:10 +0100)]
[Feature] Implement per-line mode in lua_repl (like `perl -p`)

7 years ago[Minor] Reduce hfilter log noise
Vsevolod Stakhov [Wed, 5 Jul 2017 07:33:41 +0000 (08:33 +0100)]
[Minor] Reduce hfilter log noise

7 years ago[Feature] Allow to discard messages instead of rejection
Vsevolod Stakhov [Wed, 5 Jul 2017 07:31:17 +0000 (08:31 +0100)]
[Feature] Allow to discard messages instead of rejection

Issue: #1723

7 years ago[Minor] Add /ping path to the controller
Vsevolod Stakhov [Wed, 5 Jul 2017 07:22:57 +0000 (08:22 +0100)]
[Minor] Add /ping path to the controller

7 years ago[Fix] Milter sessions can live forever
Vsevolod Stakhov [Wed, 5 Jul 2017 07:17:11 +0000 (08:17 +0100)]
[Fix] Milter sessions can live forever

7 years ago[Fix] Plug memory leak
Vsevolod Stakhov [Wed, 5 Jul 2017 07:14:59 +0000 (08:14 +0100)]
[Fix] Plug memory leak

Issue: #1697

7 years ago[Minor] Tweaks for sessions cache
Vsevolod Stakhov [Tue, 4 Jul 2017 07:49:57 +0000 (08:49 +0100)]
[Minor] Tweaks for sessions cache

7 years ago[Feature] Enable sessions cache tracking for milter connections
Vsevolod Stakhov [Tue, 4 Jul 2017 07:44:54 +0000 (08:44 +0100)]
[Feature] Enable sessions cache tracking for milter connections

7 years ago[Feature] Add sessions cache to debug dangling sessions
Vsevolod Stakhov [Tue, 4 Jul 2017 07:33:18 +0000 (08:33 +0100)]
[Feature] Add sessions cache to debug dangling sessions

7 years ago[Minor] Add configuration knobs for sessions cache
Vsevolod Stakhov [Tue, 4 Jul 2017 07:33:00 +0000 (08:33 +0100)]
[Minor] Add configuration knobs for sessions cache

7 years ago[Minor] Do not overwrite score occasionally
Vsevolod Stakhov [Mon, 3 Jul 2017 18:22:53 +0000 (19:22 +0100)]
[Minor] Do not overwrite score occasionally

7 years ago[Fix] Fix gmail dots removal
Vsevolod Stakhov [Mon, 3 Jul 2017 18:03:51 +0000 (19:03 +0100)]
[Fix] Fix gmail dots removal

7 years ago[Fix] Do not cache SPF records with macros
Vsevolod Stakhov [Mon, 3 Jul 2017 07:52:31 +0000 (08:52 +0100)]
[Fix] Do not cache SPF records with macros

7 years ago[Feature] Support SPF macros transformations
Vsevolod Stakhov [Mon, 3 Jul 2017 07:47:30 +0000 (08:47 +0100)]
[Feature] Support SPF macros transformations

7 years ago[Fix] Allow modifiers in SPF macros
Vsevolod Stakhov [Sun, 2 Jul 2017 22:25:58 +0000 (23:25 +0100)]
[Fix] Allow modifiers in SPF macros

7 years ago[Fix] Add missing `break` statement
Vsevolod Stakhov [Sat, 1 Jul 2017 15:41:46 +0000 (16:41 +0100)]
[Fix] Add missing `break` statement

7 years ago[Feature] Allow to specify custom User-Agent for rspamc
Vsevolod Stakhov [Sat, 1 Jul 2017 15:28:06 +0000 (16:28 +0100)]
[Feature] Allow to specify custom User-Agent for rspamc

7 years ago[Fix] Normalize fuzzy probability better
Vsevolod Stakhov [Sat, 1 Jul 2017 15:19:44 +0000 (16:19 +0100)]
[Fix] Normalize fuzzy probability better

7 years ago[Feature] Skip updates for messages scanned via controller
Vsevolod Stakhov [Sat, 1 Jul 2017 15:11:45 +0000 (16:11 +0100)]
[Feature] Skip updates for messages scanned via controller

Rationale: controller worker is not designed to perform scan jobs,
hence, we check for `Password` header or check `User-Agent` for `rspamc`
and skip some of rules parts:

- DMARC reports
- Greylisting
- Ratelimits
- Ip score update
- Clickhouse export

7 years ago[Minor] Reduce logger level
Vsevolod Stakhov [Fri, 30 Jun 2017 20:59:03 +0000 (21:59 +0100)]
[Minor] Reduce logger level

7 years ago[Minor] Fix aliases removal function
Vsevolod Stakhov [Fri, 30 Jun 2017 20:57:10 +0000 (21:57 +0100)]
[Minor] Fix aliases removal function

7 years ago[Fix] Do not overwrite score when setting pre-action
Vsevolod Stakhov [Fri, 30 Jun 2017 20:53:30 +0000 (21:53 +0100)]
[Fix] Do not overwrite score when setting pre-action

7 years ago[Minor] Tests: don't try bind ports
Andrew Lewis [Fri, 30 Jun 2017 11:55:18 +0000 (13:55 +0200)]
[Minor] Tests: don't try bind ports

7 years ago[Minor] Clickhouse: add missing comma
Andrew Lewis [Fri, 30 Jun 2017 09:59:53 +0000 (11:59 +0200)]
[Minor] Clickhouse: add missing comma

7 years ago[Feature] Implement rdns-curve plugin based on rspamd cryptobox
Vsevolod Stakhov [Fri, 30 Jun 2017 07:52:05 +0000 (08:52 +0100)]
[Feature] Implement rdns-curve plugin based on rspamd cryptobox

7 years ago[Minor] Do not redefine uthash allocation routines
Vsevolod Stakhov [Fri, 30 Jun 2017 07:51:40 +0000 (08:51 +0100)]
[Minor] Do not redefine uthash allocation routines

7 years ago[Conf] Remove Rambler email bl for now
Vsevolod Stakhov [Fri, 30 Jun 2017 06:58:11 +0000 (07:58 +0100)]
[Conf] Remove Rambler email bl for now

7 years ago[Minor] Fix various issues
Vsevolod Stakhov [Thu, 29 Jun 2017 18:28:38 +0000 (19:28 +0100)]
[Minor] Fix various issues

7 years ago[Feature] Add per-domain emails normalisation rules
Vsevolod Stakhov [Thu, 29 Jun 2017 18:13:49 +0000 (19:13 +0100)]
[Feature] Add per-domain emails normalisation rules

7 years ago[Minor] Lowercase email addresses
Vsevolod Stakhov [Thu, 29 Jun 2017 18:13:36 +0000 (19:13 +0100)]
[Minor] Lowercase email addresses