]> source.dussan.org Git - rspamd.git/log
rspamd.git
7 years ago[Fix] Check for magic when checking for an archive
Vsevolod Stakhov [Wed, 27 Sep 2017 19:44:56 +0000 (20:44 +0100)]
[Fix] Check for magic when checking for an archive

Issue: #1848
Closes: #1848
MFH: 1.6

7 years ago[Fix] Add workaround for IPv6 in sendmail
Vsevolod Stakhov [Tue, 18 Jul 2017 18:44:22 +0000 (19:44 +0100)]
[Fix] Add workaround for IPv6 in sendmail

Issue: #1760

7 years ago[Fix] Ratelimit: fix whitelisted_rcpts matching
Alexander Moisseev [Sat, 5 Aug 2017 07:51:07 +0000 (10:51 +0300)]
[Fix] Ratelimit: fix whitelisted_rcpts matching

7 years agoFix symbol name in history
Alex Hermann [Thu, 10 Aug 2017 08:55:40 +0000 (10:55 +0200)]
Fix symbol name in history

Commit 75cfe801 broke the display of the symbols in the history. This patch fixes that.

7 years agoRelease 1.6.4 1.6.4
Vsevolod Stakhov [Sun, 10 Sep 2017 11:27:29 +0000 (12:27 +0100)]
Release 1.6.4

* [Feature] Add method to get all content-type attributes in Lua
* [Feature] Add some sanity checks for actions and controller
* [Feature] Allow randomly select User-Agent from a list
* [Feature] Deal with obscured URLs with @ symbols
* [Feature] Milter headers: support adding/removing arbitrary headers from config
* [Fix] Add another workaround to display history properly
* [Fix] Add missing rspamadm control options to help
* [Fix] Auth-Results: Multiple DKIM signatures
* [Fix] Crash in URL processing
* [Fix] Default monitoring domain for surbl plugin
* [Fix] Detection of maillist optimized and fixed
* [Fix] Do not cache SPF records with PTR elements
* [Fix] Fix blacklists and DMARC in whitelist
* [Fix] Fix exceptions list in surbl
* [Fix] Fix processing of closed tags
* [Fix] Fix PTR processing in SPF
* [Fix] Lowercase HTTP headers to make them searchable from Lua
* [Fix] options.local_networks setting
* [Fix] Ratelimit: lowercase email addresses
* [Fix] Rebalance and slightly rework MX check plugin
* [Fix] Redis script loading in DMARC; URL tags; URL reputation
* [Fix] Reject invalid bh for DKIM signatures earlier
* [Fix] Remove incorrect method `task:set_metric_subject`
* [Fix] Rewriting subjects via force actions module
* [Fix] RPM postinstall
* [Fix] Treat 'rewrite subject' as spam action
* [Fix] Try harder to find urls
* [Fix] Use full URL when making an HTTP request
* [Fix] Use raw urls when sending requests to redirector
* [Fix] Use weight from map for fuzzy scoring
* [Rules] Penalise R_BAD_CTE_7BIT for utf8 messages

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
7 years ago[Minor] Update version to 1.6.4
Vsevolod Stakhov [Sun, 10 Sep 2017 11:26:15 +0000 (12:26 +0100)]
[Minor] Update version to 1.6.4

7 years ago[Minor] Import updates from public suffix list
Andrew Lewis [Sun, 10 Sep 2017 08:41:13 +0000 (10:41 +0200)]
[Minor] Import updates from public suffix list

7 years ago[Minor] Fix previous commit: avoid doing useless things
Andrew Lewis [Thu, 7 Sep 2017 17:43:11 +0000 (19:43 +0200)]
[Minor] Fix previous commit: avoid doing useless things

7 years ago[Fix] Auth-Results: Multiple DKIM signatures
Andrew Lewis [Thu, 7 Sep 2017 17:18:42 +0000 (19:18 +0200)]
[Fix] Auth-Results: Multiple DKIM signatures

7 years ago[Fix] Rebalance and slightly rework MX check plugin
Vsevolod Stakhov [Thu, 7 Sep 2017 17:56:54 +0000 (18:56 +0100)]
[Fix] Rebalance and slightly rework MX check plugin

7 years ago[Fix] Fix PTR processing in SPF
Vsevolod Stakhov [Thu, 7 Sep 2017 18:04:01 +0000 (19:04 +0100)]
[Fix] Fix PTR processing in SPF

Issue: #1828

7 years agoRevert "[Minor] Avoid usage of the incorrect API"
Andrew Lewis [Thu, 7 Sep 2017 19:49:41 +0000 (21:49 +0200)]
Revert "[Minor] Avoid usage of the incorrect API"

This reverts commit 7b207cf0f21f89f78f41ca15ef8c0bddfb5bc264.

7 years agoRevert "[Fix] Remove incorrect method `task:set_metric_subject`"
Andrew Lewis [Thu, 7 Sep 2017 19:49:48 +0000 (21:49 +0200)]
Revert "[Fix] Remove incorrect method `task:set_metric_subject`"

This reverts commit e809039a9e84cb6235a6447d1c9c8fc34ddcf8c6.

7 years ago[Minor] More efforts to handle SPF PTR properly
Vsevolod Stakhov [Fri, 8 Sep 2017 07:00:42 +0000 (08:00 +0100)]
[Minor] More efforts to handle SPF PTR properly

7 years ago[Fix] Do not cache SPF records with PTR elements
Vsevolod Stakhov [Fri, 8 Sep 2017 18:17:34 +0000 (19:17 +0100)]
[Fix] Do not cache SPF records with PTR elements

7 years ago[Test] SPF PTR macro
Andrew Lewis [Fri, 8 Sep 2017 18:51:25 +0000 (20:51 +0200)]
[Test] SPF PTR macro

7 years ago[Fix] Rewriting subjects via force actions module
Andrew Lewis [Fri, 8 Sep 2017 08:09:26 +0000 (10:09 +0200)]
[Fix] Rewriting subjects via force actions module

7 years ago[Fix] Crash in URL processing
Andrew Lewis [Mon, 31 Jul 2017 07:23:25 +0000 (09:23 +0200)]
[Fix] Crash in URL processing

7 years ago[Test] Some tests for whitelist module
Andrew Lewis [Tue, 5 Sep 2017 13:08:51 +0000 (15:08 +0200)]
[Test] Some tests for whitelist module

7 years ago[Fix] Fix blacklists and DMARC in whitelist
Vsevolod Stakhov [Mon, 4 Sep 2017 18:25:10 +0000 (19:25 +0100)]
[Fix] Fix blacklists and DMARC in whitelist

Issue: #1824

7 years ago[Minor] Avoid usage of the incorrect API
Vsevolod Stakhov [Tue, 5 Sep 2017 18:33:01 +0000 (19:33 +0100)]
[Minor] Avoid usage of the incorrect API

7 years ago[Fix] Remove incorrect method `task:set_metric_subject`
Vsevolod Stakhov [Tue, 5 Sep 2017 18:29:32 +0000 (19:29 +0100)]
[Fix] Remove incorrect method `task:set_metric_subject`

7 years ago[Fix] Fix exceptions list in surbl
Vsevolod Stakhov [Thu, 31 Aug 2017 20:24:49 +0000 (21:24 +0100)]
[Fix] Fix exceptions list in surbl

7 years agoMerge pull request #1820 from fatalbanana/rspamd-1.6
Vsevolod Stakhov [Fri, 1 Sep 2017 19:51:56 +0000 (20:51 +0100)]
Merge pull request #1820 from fatalbanana/rspamd-1.6

Rspamd 1.6: backports

7 years ago[Minor] Fix types when iterating hash 1820/head
Vsevolod Stakhov [Thu, 13 Jul 2017 18:17:51 +0000 (19:17 +0100)]
[Minor] Fix types when iterating hash

7 years ago[Feature] Add method to get all content-type attributes in Lua
Vsevolod Stakhov [Thu, 13 Jul 2017 18:07:43 +0000 (19:07 +0100)]
[Feature] Add method to get all content-type attributes in Lua

7 years ago[Fix] Default monitoring domain for surbl plugin
Andrew Lewis [Thu, 31 Aug 2017 14:57:12 +0000 (16:57 +0200)]
[Fix] Default monitoring domain for surbl plugin

7 years ago[Fix] Treat 'rewrite subject' as spam action
Vsevolod Stakhov [Wed, 30 Aug 2017 19:33:41 +0000 (20:33 +0100)]
[Fix] Treat 'rewrite subject' as spam action

Issue: #1803
Closes: #1803
7 years agoMerge pull request #1817 from fatalbanana/rspamd-1.6
Vsevolod Stakhov [Tue, 29 Aug 2017 19:45:07 +0000 (20:45 +0100)]
Merge pull request #1817 from fatalbanana/rspamd-1.6

Rspamd 1.6: backports

7 years ago[Fix] options.local_networks setting 1817/head
Andrew Lewis [Mon, 28 Aug 2017 13:13:57 +0000 (15:13 +0200)]
[Fix] options.local_networks setting

 - Issue: #1763
 - Reported by: @pclemot

7 years ago[Feature] Allow randomly select User-Agent from a list
Vsevolod Stakhov [Sat, 12 Aug 2017 19:25:44 +0000 (20:25 +0100)]
[Feature] Allow randomly select User-Agent from a list

7 years ago[Feature] Milter headers: support adding/removing arbitrary headers from config
Andrew Lewis [Sun, 9 Jul 2017 10:21:31 +0000 (12:21 +0200)]
[Feature] Milter headers: support adding/removing arbitrary headers from config

7 years ago[Fix] Use full URL when making an HTTP request
Vsevolod Stakhov [Sat, 12 Aug 2017 18:43:34 +0000 (19:43 +0100)]
[Fix] Use full URL when making an HTTP request

7 years ago[Fix] Use raw urls when sending requests to redirector
Vsevolod Stakhov [Sat, 12 Aug 2017 18:29:02 +0000 (19:29 +0100)]
[Fix] Use raw urls when sending requests to redirector

7 years ago[Minor] Store raw urls
Vsevolod Stakhov [Sat, 12 Aug 2017 17:04:13 +0000 (18:04 +0100)]
[Minor] Store raw urls

7 years ago[Feature] Deal with obscured URLs with @ symbols
Vsevolod Stakhov [Tue, 8 Aug 2017 07:50:14 +0000 (08:50 +0100)]
[Feature] Deal with obscured URLs with @ symbols

7 years agofix copy/paste error in comment
Matt Simerson [Sat, 26 Aug 2017 06:18:04 +0000 (23:18 -0700)]
fix copy/paste error in comment

7 years ago[Minor] Suppress base64 symbols for mails sent with 1C v8
Alexander Moisseev [Wed, 23 Aug 2017 07:34:18 +0000 (10:34 +0300)]
[Minor] Suppress base64 symbols for mails sent with 1C v8

7 years ago[Minor] Reduce MIME_BASE64_TEXT score
Alexander Moisseev [Wed, 2 Aug 2017 14:00:53 +0000 (17:00 +0300)]
[Minor] Reduce MIME_BASE64_TEXT score

7 years ago[Minor] Some more minor fixes to lua
Vsevolod Stakhov [Sat, 29 Jul 2017 15:22:46 +0000 (16:22 +0100)]
[Minor] Some more minor fixes to lua

Conflicts:
src/plugins/lua/fann_redis.lua

7 years agoImprove CTYPE_MIXED_BOGUS and MIME_BASE64_TEXT rules
Steve Freegard [Thu, 27 Jul 2017 12:22:36 +0000 (13:22 +0100)]
Improve CTYPE_MIXED_BOGUS and MIME_BASE64_TEXT rules

7 years agoUpdate Message-ID rules with new observed patterns
Steve Freegard [Wed, 26 Jul 2017 21:55:35 +0000 (22:55 +0100)]
Update Message-ID rules with new observed patterns

7 years ago[Minor] Remove reduntant debug
Vsevolod Stakhov [Tue, 18 Jul 2017 19:15:24 +0000 (20:15 +0100)]
[Minor] Remove reduntant debug

7 years ago[Rules] Penalise R_BAD_CTE_7BIT for utf8 messages
Vsevolod Stakhov [Thu, 13 Jul 2017 18:18:12 +0000 (19:18 +0100)]
[Rules] Penalise R_BAD_CTE_7BIT for utf8 messages

7 years ago[Fix] Detection of maillist optimized and fixed
Jean-Louis Dupond [Fri, 14 Jul 2017 12:24:04 +0000 (14:24 +0200)]
[Fix] Detection of maillist optimized and fixed

Some maillists were not detected correctly. Because by default all mails were checked for 'List-Unsubscribe' and 'List-Post' headers.
But those headers do not exist on all maillists.
For example majordomo detection was broken because of this.

7 years ago[Fix] Use weight from map for fuzzy scoring
Jean-Louis Dupond [Fri, 11 Aug 2017 12:32:58 +0000 (14:32 +0200)]
[Fix] Use weight from map for fuzzy scoring

7 years ago[Fix] Add missing rspamadm control options to help
Jean-Louis Dupond [Thu, 10 Aug 2017 20:32:03 +0000 (22:32 +0200)]
[Fix] Add missing rspamadm control options to help

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