]>
source.dussan.org Git - rspamd.git/log
bjoe2k4 [Mon, 16 Apr 2018 18:56:33 +0000 (20:56 +0200)]
[Fix] Typo use_domain_local --> use_domain_sign_local
use_domain_sign_local is documented on rspamd.com (https://rspamd.com/doc/modules/dkim_signing.html)
Vsevolod Stakhov [Mon, 16 Apr 2018 16:52:15 +0000 (17:52 +0100)]
[Minor] Cache hostname value
Vsevolod Stakhov [Mon, 16 Apr 2018 16:51:11 +0000 (17:51 +0100)]
[Minor] Remove unnecessary type
Vsevolod Stakhov [Mon, 16 Apr 2018 15:50:26 +0000 (16:50 +0100)]
Merge pull request #2134 from bjoe2k4/patch-4
[Minor] Improve AuthservID generation in AR-header
Vsevolod Stakhov [Mon, 16 Apr 2018 15:50:14 +0000 (16:50 +0100)]
Merge pull request #2179 from fatalbanana/gd
[Minor] Fix check for usable libgd
Vsevolod Stakhov [Mon, 16 Apr 2018 13:58:55 +0000 (14:58 +0100)]
[Feature] Implement cluster-aware bayes expiry
Andrew Lewis [Mon, 16 Apr 2018 13:07:55 +0000 (15:07 +0200)]
[Minor] Fix check for usable libgd
Vsevolod Stakhov [Mon, 16 Apr 2018 10:47:26 +0000 (11:47 +0100)]
[Conf] Major stock config updates
- Workers are now specified in a new format worker "type" { ... }
- Enable fuzzy worker to simplify local fuzzy storages configuration
- Bind all workers to localhost by default to avoid security flaws
Vsevolod Stakhov [Mon, 16 Apr 2018 10:45:52 +0000 (11:45 +0100)]
[Minor] Allow to set negative number of workers to disable some worker
Vsevolod Stakhov [Mon, 16 Apr 2018 08:18:55 +0000 (09:18 +0100)]
Merge pull request #2176 from moisseev/expiry
[Minor] Discriminate infrequent common tokens as well
Alexander Moisseev [Mon, 16 Apr 2018 08:04:14 +0000 (11:04 +0300)]
[Minor] Discriminate infrequent common tokens as well
Vsevolod Stakhov [Sun, 15 Apr 2018 07:10:38 +0000 (08:10 +0100)]
Merge pull request #2170 from moisseev/expiry
[Minor] Fix bayes_expiry logging
Alexander Moisseev [Sat, 14 Apr 2018 15:12:57 +0000 (18:12 +0300)]
[Minor] Log expiry step number
Alexander Moisseev [Sat, 14 Apr 2018 14:03:55 +0000 (17:03 +0300)]
[Minor] Use lua_util.unpack for compatibility with Lua 5.3
Alexander Moisseev [Sat, 14 Apr 2018 10:30:27 +0000 (13:30 +0300)]
[Minor] Fix bayes_expiry logging
Vsevolod Stakhov [Fri, 13 Apr 2018 16:34:37 +0000 (17:34 +0100)]
[Minor] Another portability stupid fix
Vsevolod Stakhov [Fri, 13 Apr 2018 16:08:20 +0000 (17:08 +0100)]
[Minor] Hello leftpad
Vsevolod Stakhov [Fri, 13 Apr 2018 16:01:27 +0000 (17:01 +0100)]
[Fix] Try to fix crash when a tcp connection cannot be set
Issue: #2169
Vsevolod Stakhov [Fri, 13 Apr 2018 16:00:02 +0000 (17:00 +0100)]
[Minor] Return async event produced
Vsevolod Stakhov [Fri, 13 Apr 2018 10:51:17 +0000 (11:51 +0100)]
Merge pull request #2168 from moisseev/patch-1
[Minor] Allow no MID for rkn.gov.ru
Vsevolod Stakhov [Fri, 13 Apr 2018 10:50:36 +0000 (11:50 +0100)]
Merge pull request #2167 from moisseev/expiry
[Feature] Allow to change `expire` of live statistics
Alexander Moisseev [Fri, 13 Apr 2018 05:50:00 +0000 (08:50 +0300)]
[Minor] Allow no MID for rkn.gov.ru
Alexander Moisseev [Thu, 12 Apr 2018 18:29:42 +0000 (21:29 +0300)]
[Feature] Allow to change `expire` of live statistics
This change allows to set lower `expire` value in configuration.
TTLs greater than new `expire` will be reset during the expiry cycle.
In order to set `expire` value greater than current one, first make tokens persistent (set `expire = -1;`)
and set new `expire` value when at least one expiry cycle completed.
Vsevolod Stakhov [Thu, 12 Apr 2018 12:31:04 +0000 (13:31 +0100)]
[Minor] Fix group for DKIM_TRACE
Vsevolod Stakhov [Thu, 12 Apr 2018 07:05:07 +0000 (08:05 +0100)]
Merge pull request #2165 from moisseev/configwizard
[Minor] Validate expire value in configwizard
Alexander Moisseev [Wed, 11 Apr 2018 17:08:13 +0000 (20:08 +0300)]
[Minor] Validate expire value in configwizard
Vsevolod Stakhov [Wed, 11 Apr 2018 13:20:29 +0000 (14:20 +0100)]
[Minor] Shut up luacheck
Vsevolod Stakhov [Wed, 11 Apr 2018 13:08:23 +0000 (14:08 +0100)]
[Minor] Check actions section sanity
Vsevolod Stakhov [Wed, 11 Apr 2018 08:09:17 +0000 (09:09 +0100)]
[Minor] Add fool protection for nested section in ucl
Vsevolod Stakhov [Wed, 11 Apr 2018 07:57:28 +0000 (08:57 +0100)]
Merge pull request #2163 from moisseev/patch-2
[Minor] Remove X.509 certificates extensions from bad_extensions
Vsevolod Stakhov [Wed, 11 Apr 2018 07:54:13 +0000 (08:54 +0100)]
Merge pull request #2161 from moisseev/expiry
[Feature] Add lazy expiration mode for new classifier schema
Alexander Moisseev [Wed, 11 Apr 2018 07:53:21 +0000 (10:53 +0300)]
[Minor] Remove X.509 certificates extensions from bad_extensions
Alexander Moisseev [Mon, 9 Apr 2018 15:59:37 +0000 (18:59 +0300)]
[Feature] Add lazy expiration mode for new classifier schema
Vsevolod Stakhov [Tue, 10 Apr 2018 16:13:49 +0000 (17:13 +0100)]
[Minor] Update version to 1.7.4
Vsevolod Stakhov [Tue, 10 Apr 2018 16:12:46 +0000 (17:12 +0100)]
Release 1.7.3
* [CritFix] Plug bad memory leak in protocol reply
* [Feature] Add avx2 codec for base64
* [Feature] Add method to receive all URL flags from Lua API
* [Feature] Allow to fold headers on stop characters
* [Feature] Allow to set lua_cpath from options
* [Feature] Allow to specify custom rejection message in milter
* [Feature] Deal with unnormalised Unicode obfuscation
* [Feature] Do not detect language twice for relative parts
* [Feature] Implement oversigning feature
* [Feature] Implement silent logging level to minimize noise in logs
* [Feature] Improve URL_IN_SUBJECT rule
* [Feature] Use hashing to reduce redis attack surface
* [Fix] Add oversigning for the most important headers
* [Fix] add 'rewrite subject' to History dropdown
* [Fix] Another fix in folding algorithm
* [Fix] Do not call multimap addr for parts of addr if filter is presented
* [Fix] Do not clean hostname on generic reset
* [Fix] Do not create pid file in no-fork mode
* [Fix] Fix fold_after case to preserve multiple spaces
* [Fix] Fix folding and folding tests
* [Fix] Fix hostname usage in milter mode
* [Fix] Fix lua RSA verify and its tests
* [Fix] Fix metadata exporter send_mail backend (#2124)
* [Fix] Fix processing of '\v' in libucl
* [Fix] Fix shemaless URLs detection
* [Fix] Fix support of multiple headers in sign_header
* [Fix] Fix usage of util.parse_mail_address
* [Fix] Fix weights of dynamic squeezed rules
* [Fix] Leak from bucket before checking the burst
* [Fix] Stop using own localtime as DST could be messy in many cases
* [Fix] Treat unnormalised URLs as obscured
* [Rework] Restore leaky bucket model in ratelimit plugin
* [WebUI] Add messages total to throughput summary
* [WebUI] Add symbols order selector to history
* [WebUI] Config: Load list on demand
* [WebUI] Fix modalBody for maps that appear more than once
* [WebUI] History: Fix Tooltips on paging, filtering and sorting
* [WebUI] Remove a previously-attached event handler
* [WebUI] Update D3 to v5.0.0 and jQuery to v3.3.1
Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
Vsevolod Stakhov [Tue, 10 Apr 2018 15:47:22 +0000 (16:47 +0100)]
[Minor] Add letsencrypt to spf_dkim_whitelist
Vsevolod Stakhov [Tue, 10 Apr 2018 14:16:24 +0000 (15:16 +0100)]
[Minor] Fix return value
Vsevolod Stakhov [Tue, 10 Apr 2018 13:39:07 +0000 (14:39 +0100)]
[Minor] Fix rate check code
Vsevolod Stakhov [Tue, 10 Apr 2018 12:54:10 +0000 (13:54 +0100)]
[Minor] Further key length optimization
Vsevolod Stakhov [Tue, 10 Apr 2018 12:51:51 +0000 (13:51 +0100)]
[Feature] Use hashing to reduce redis attack surface
Vsevolod Stakhov [Tue, 10 Apr 2018 12:24:37 +0000 (13:24 +0100)]
[Minor] Fix floating point conversion
Vsevolod Stakhov [Tue, 10 Apr 2018 12:17:57 +0000 (13:17 +0100)]
[Minor] Show dynamic rates and bursts for ratelimit buckets
Vsevolod Stakhov [Tue, 10 Apr 2018 10:50:37 +0000 (11:50 +0100)]
Merge pull request #2159 from moisseev/patch-1
[Minor] Remove duplicate option
Vsevolod Stakhov [Tue, 10 Apr 2018 10:45:54 +0000 (11:45 +0100)]
Merge pull request #2158 from larryhynes/patch-1
[Minor] doc: grammar fixes in rspamc.1
Alexander Moisseev [Tue, 10 Apr 2018 07:45:31 +0000 (10:45 +0300)]
[Minor] Remove duplicate option
Vsevolod Stakhov [Mon, 9 Apr 2018 11:23:44 +0000 (12:23 +0100)]
[Minor] Fix index
Vsevolod Stakhov [Mon, 9 Apr 2018 11:11:21 +0000 (12:11 +0100)]
[Fix] Fix weights of dynamic squeezed rules
Vsevolod Stakhov [Mon, 9 Apr 2018 10:24:38 +0000 (11:24 +0100)]
[Feature] Improve URL_IN_SUBJECT rule
We penalise now this rule's weight when URL found has no schema.
Vsevolod Stakhov [Mon, 9 Apr 2018 09:17:48 +0000 (10:17 +0100)]
[Fix] Leak from bucket before checking the burst
Vsevolod Stakhov [Mon, 9 Apr 2018 09:15:09 +0000 (10:15 +0100)]
[Minor] Improve ratelimit debugging
larryhynes [Sun, 8 Apr 2018 21:15:15 +0000 (22:15 +0100)]
[Minor] doc: grammar fixes in rspamc.1
Vsevolod Stakhov [Sun, 8 Apr 2018 19:23:47 +0000 (20:23 +0100)]
Merge pull request #2157 from moisseev/expiry
[Minor] Use fixed TTL to expire common elements
Vsevolod Stakhov [Sun, 8 Apr 2018 19:23:24 +0000 (20:23 +0100)]
Merge pull request #2156 from bjoe2k4/patch-5
[WebUI] Config: Load list on demand
Vsevolod Stakhov [Sun, 8 Apr 2018 19:22:55 +0000 (20:22 +0100)]
Merge pull request #2155 from dehnli/rspamadm-rescore-fix-typo
[Rspamadm] [Rescore] Fix typo
Alexander Moisseev [Sun, 8 Apr 2018 15:39:00 +0000 (18:39 +0300)]
[Minor] Use fixed TTL to expire common elements
bjoe2k4 [Sun, 8 Apr 2018 12:30:57 +0000 (14:30 +0200)]
[WebUI] Config: Load list on demand
dehnli [Sun, 8 Apr 2018 08:31:25 +0000 (11:31 +0300)]
[Rspamadm] [Rescore] Fix typo
Vsevolod Stakhov [Fri, 6 Apr 2018 16:52:35 +0000 (17:52 +0100)]
[Minor] Fix condition
Vsevolod Stakhov [Fri, 6 Apr 2018 16:32:15 +0000 (17:32 +0100)]
[Feature] Do not detect language twice for relative parts
Vsevolod Stakhov [Fri, 6 Apr 2018 15:35:05 +0000 (16:35 +0100)]
[Minor] Fix logging of the enabled rate limits
Vsevolod Stakhov [Fri, 6 Apr 2018 15:24:55 +0000 (16:24 +0100)]
[Minor] Oops, fix macro condition
Vsevolod Stakhov [Fri, 6 Apr 2018 15:17:39 +0000 (16:17 +0100)]
[Minor] Gcc 5 cannot avx2
Vsevolod Stakhov [Fri, 6 Apr 2018 15:07:37 +0000 (16:07 +0100)]
Merge pull request #2153 from moisseev/symorder
[WebUI] Add symbols order selector to history
Vsevolod Stakhov [Fri, 6 Apr 2018 08:58:03 +0000 (09:58 +0100)]
[Minor] Some stats logic update for the new schema
Vsevolod Stakhov [Fri, 6 Apr 2018 08:36:20 +0000 (09:36 +0100)]
[Minor] Fix setting of whitelisted rcpts and users
Alexander Moisseev [Fri, 6 Apr 2018 08:22:49 +0000 (11:22 +0300)]
[WebUI] Remove a previously-attached event handler
from symbols order selector
Vsevolod Stakhov [Thu, 5 Apr 2018 19:47:27 +0000 (20:47 +0100)]
[Minor] Fix various issues in ratelimit
Vsevolod Stakhov [Thu, 5 Apr 2018 19:22:20 +0000 (20:22 +0100)]
[Rework] Restore leaky bucket model in ratelimit plugin
Vsevolod Stakhov [Thu, 5 Apr 2018 17:47:07 +0000 (18:47 +0100)]
[Minor] Remove unused function
Alexander Moisseev [Thu, 5 Apr 2018 15:03:38 +0000 (18:03 +0300)]
[WebUI] Add symbols order selector to history
Vsevolod Stakhov [Thu, 5 Apr 2018 12:18:05 +0000 (13:18 +0100)]
[Minor] Use override_defaults from lua_util
Vsevolod Stakhov [Thu, 5 Apr 2018 11:44:59 +0000 (12:44 +0100)]
[Minor] Add generic routine to override default settings
Vsevolod Stakhov [Wed, 4 Apr 2018 15:40:31 +0000 (16:40 +0100)]
[Minor] Preserve more information in the artificial header
Issue: #2143
Vsevolod Stakhov [Wed, 4 Apr 2018 15:40:09 +0000 (16:40 +0100)]
[Minor] Change log affinity for protocol messages
Vsevolod Stakhov [Wed, 4 Apr 2018 15:31:48 +0000 (16:31 +0100)]
[Minor] Use infromation about TLS in milter mode
Vsevolod Stakhov [Wed, 4 Apr 2018 14:47:28 +0000 (15:47 +0100)]
[Fix] Stop using own localtime as DST could be messy in many cases
Vsevolod Stakhov [Wed, 4 Apr 2018 12:03:21 +0000 (13:03 +0100)]
[Feature] Allow to set lua_cpath from options
Vsevolod Stakhov [Tue, 3 Apr 2018 18:49:46 +0000 (19:49 +0100)]
[Test] Another fix for folding tests
Vsevolod Stakhov [Tue, 3 Apr 2018 18:31:59 +0000 (19:31 +0100)]
[Test] Fix folding unit tests
Vsevolod Stakhov [Tue, 3 Apr 2018 17:04:27 +0000 (18:04 +0100)]
[Feature] Implement silent logging level to minimize noise in logs
Vsevolod Stakhov [Tue, 3 Apr 2018 16:57:40 +0000 (17:57 +0100)]
[Minor] Move some important messages to higher log level
Vsevolod Stakhov [Tue, 3 Apr 2018 16:50:43 +0000 (17:50 +0100)]
[Minor] Allow to set sign headers in dkim_signing
Vsevolod Stakhov [Tue, 3 Apr 2018 16:49:52 +0000 (17:49 +0100)]
[Minor] When fold on chars skip other folding logic
Issue: #2111
Vsevolod Stakhov [Tue, 3 Apr 2018 15:38:25 +0000 (16:38 +0100)]
Merge pull request #2142 from moisseev/webui
[WebUI] Add messages total to throughput summary
Alexander Moisseev [Tue, 3 Apr 2018 14:54:27 +0000 (17:54 +0300)]
[WebUI] Add messages total to throughput summary
Vsevolod Stakhov [Tue, 3 Apr 2018 14:53:42 +0000 (15:53 +0100)]
Merge pull request #2141 from moisseev/patch-4
Update mid.inc
Vsevolod Stakhov [Tue, 3 Apr 2018 14:53:17 +0000 (15:53 +0100)]
Merge pull request #2139 from moisseev/hfilter
[Minor] Insert symbol on PTR verification DNS error
Vsevolod Stakhov [Tue, 3 Apr 2018 14:52:33 +0000 (15:52 +0100)]
Merge pull request #2138 from moisseev/patch-2
[Minor] Update HFILTER_HOSTNAME_UNKNOWN description
Vsevolod Stakhov [Tue, 3 Apr 2018 14:39:02 +0000 (15:39 +0100)]
[Minor] Remove debug
Vsevolod Stakhov [Tue, 3 Apr 2018 14:37:53 +0000 (15:37 +0100)]
[Fix|Breaking change] Use standard rules for non-oversigned headers
Issue: #2136
Vsevolod Stakhov [Tue, 3 Apr 2018 14:36:41 +0000 (15:36 +0100)]
[Fix] Another fix in folding algorithm
Vsevolod Stakhov [Tue, 3 Apr 2018 13:57:23 +0000 (14:57 +0100)]
[Fix] Add oversigning for the most important headers
Vsevolod Stakhov [Tue, 3 Apr 2018 13:51:01 +0000 (14:51 +0100)]
[Feature] Implement oversigning feature
Issue: #2136
Vsevolod Stakhov [Tue, 3 Apr 2018 13:50:37 +0000 (14:50 +0100)]
[Minor] Remove always-inline as it breaks build with specific flags
Vsevolod Stakhov [Tue, 3 Apr 2018 12:59:33 +0000 (13:59 +0100)]
[Fix] Fix support of multiple headers in sign_header
Alexander Moisseev [Tue, 3 Apr 2018 08:54:09 +0000 (08:54 +0000)]
Update mid.inc
Alexander Moisseev [Mon, 2 Apr 2018 16:19:57 +0000 (19:19 +0300)]
[Minor] Insert symbol on PTR verification DNS error
Alexander Moisseev [Mon, 2 Apr 2018 16:17:13 +0000 (16:17 +0000)]
[Minor] Update HFILTER_HOSTNAME_UNKNOWN description
Vsevolod Stakhov [Mon, 2 Apr 2018 14:34:39 +0000 (15:34 +0100)]
[Fix] Fix fold_after case to preserve multiple spaces
Vsevolod Stakhov [Mon, 2 Apr 2018 14:31:16 +0000 (15:31 +0100)]
[Minor] Fix AVX2 sanity check in clang