]> source.dussan.org Git - rspamd.git/log
rspamd.git
4 years ago[Feature] Neural: Introduce classes bias that allows non-equal classes learning
Vsevolod Stakhov [Mon, 16 Mar 2020 11:15:12 +0000 (11:15 +0000)]
[Feature] Neural: Introduce classes bias that allows non-equal classes learning

4 years ago[Fix] Normalize dynamic scores in ANN correctly
Vsevolod Stakhov [Mon, 16 Mar 2020 10:12:46 +0000 (10:12 +0000)]
[Fix] Normalize dynamic scores in ANN correctly

4 years ago[Minor] Add some docs
Vsevolod Stakhov [Sun, 15 Mar 2020 20:57:07 +0000 (20:57 +0000)]
[Minor] Add some docs

4 years ago[Minor] Clickhouse: Try to fix order of extra columns
Vsevolod Stakhov [Fri, 13 Mar 2020 13:51:34 +0000 (13:51 +0000)]
[Minor] Clickhouse: Try to fix order of extra columns

4 years ago[Minor] Fix old broken logic compatibility
Vsevolod Stakhov [Thu, 12 Mar 2020 14:56:38 +0000 (14:56 +0000)]
[Minor] Fix old broken logic compatibility

4 years ago[Minor] Oops, fix html urls processing
Vsevolod Stakhov [Thu, 12 Mar 2020 14:26:53 +0000 (14:26 +0000)]
[Minor] Oops, fix html urls processing

4 years ago[Fix] Fix lua symbols scores registration when config does not define scores
Vsevolod Stakhov [Thu, 12 Mar 2020 12:27:40 +0000 (12:27 +0000)]
[Fix] Fix lua symbols scores registration when config does not define scores

4 years agoMerge pull request #3298 from korgoth1/master
Vsevolod Stakhov [Wed, 11 Mar 2020 19:50:21 +0000 (19:50 +0000)]
Merge pull request #3298 from korgoth1/master

[Test] URL compose map

4 years ago[Test] URL compose map 3298/head
korgoth1 [Wed, 11 Mar 2020 19:45:07 +0000 (22:45 +0300)]
[Test] URL compose map

4 years ago[Minor] Zero terminate id string
Vsevolod Stakhov [Wed, 11 Mar 2020 17:56:34 +0000 (17:56 +0000)]
[Minor] Zero terminate id string

4 years ago[Fix] Plug memory leak introduced by #3153
Vsevolod Stakhov [Wed, 11 Mar 2020 17:53:43 +0000 (17:53 +0000)]
[Fix] Plug memory leak introduced by #3153

4 years agoRevert "[Minor] Filter nil values in rspamd_config:get_all_opt"
Vsevolod Stakhov [Wed, 11 Mar 2020 14:56:29 +0000 (14:56 +0000)]
Revert "[Minor] Filter nil values in rspamd_config:get_all_opt"

This reverts commit af30ca1eb035d6824107c1f55613099c6331cbdb.

4 years ago[Minor] Fix bitset size
Vsevolod Stakhov [Wed, 11 Mar 2020 14:41:13 +0000 (14:41 +0000)]
[Minor] Fix bitset size

4 years ago[Minor] Filter nil values in rspamd_config:get_all_opt
Vsevolod Stakhov [Wed, 11 Mar 2020 14:32:33 +0000 (14:32 +0000)]
[Minor] Filter nil values in rspamd_config:get_all_opt

4 years ago[Minor] Allow to push objects to lua replacing UCL_NULL
Vsevolod Stakhov [Wed, 11 Mar 2020 14:31:38 +0000 (14:31 +0000)]
[Minor] Allow to push objects to lua replacing UCL_NULL

4 years ago[Minor] Oops, remove g_free dtor
Vsevolod Stakhov [Wed, 11 Mar 2020 09:32:25 +0000 (09:32 +0000)]
[Minor] Oops, remove g_free dtor

4 years agoMerge pull request #3292 from tech-ozon-io/segfault_01_master
Vsevolod Stakhov [Tue, 10 Mar 2020 16:31:39 +0000 (16:31 +0000)]
Merge pull request #3292 from tech-ozon-io/segfault_01_master

[Minor] Segfault for some configuration.

4 years ago[Minor] Segfault for some configuration. 3292/head
Thierry Fournier [Sat, 7 Mar 2020 13:48:31 +0000 (14:48 +0100)]
[Minor] Segfault for some configuration.

When the configuration file contains only these two lines, rspamd
try to send log which announce that it can bind the soket, but
"bind_conf" is NULL and it is dereferenced, so we have a segfault.

   worker "normal" {
   }

This patch fix the segfault.

4 years ago[Minor] Allocate variable in the pool and avoid malloc
Vsevolod Stakhov [Tue, 10 Mar 2020 15:59:20 +0000 (15:59 +0000)]
[Minor] Allocate variable in the pool and avoid malloc

4 years ago[Fix] Fix variables replacement in mempool
Vsevolod Stakhov [Tue, 10 Mar 2020 15:48:56 +0000 (15:48 +0000)]
[Fix] Fix variables replacement in mempool

4 years agoMerge pull request #3294 from tech-ozon-io/compile_error
Vsevolod Stakhov [Tue, 10 Mar 2020 12:08:46 +0000 (12:08 +0000)]
Merge pull request #3294 from tech-ozon-io/compile_error

[Minor] Compilation error with __has_attribuute operator

4 years ago[Fix] Stat_redis_backend: Fix memory leak and simplify learn path
Vsevolod Stakhov [Mon, 9 Mar 2020 16:59:54 +0000 (16:59 +0000)]
[Fix] Stat_redis_backend: Fix memory leak and simplify learn path

4 years ago[Minor] Fuzzy_backend_redis: Improve logging
Vsevolod Stakhov [Mon, 9 Mar 2020 13:09:52 +0000 (13:09 +0000)]
[Minor] Fuzzy_backend_redis: Improve logging

4 years ago[Minor] Compilation error with __has_attribuute operator 3294/head
Thierry Fournier [Sun, 8 Mar 2020 09:16:13 +0000 (10:16 +0100)]
[Minor] Compilation error with __has_attribuute operator

GCC recommands to add alternative to __has_attribute operator:

https://gcc.gnu.org/onlinedocs/cpp/_005f_005fhas_005fattribute.html

4 years ago[Minor] Another dkim logs improvement
Vsevolod Stakhov [Mon, 9 Mar 2020 12:37:22 +0000 (12:37 +0000)]
[Minor] Another dkim logs improvement

4 years ago[Test] Sort hash tables in tests
Vsevolod Stakhov [Mon, 9 Mar 2020 12:11:11 +0000 (12:11 +0000)]
[Test] Sort hash tables in tests

4 years ago[Rework] Urls: update lua libraries
Vsevolod Stakhov [Mon, 9 Mar 2020 10:45:26 +0000 (10:45 +0000)]
[Rework] Urls: update lua libraries

4 years ago[Rework] Urls: adopt html related stuff
Vsevolod Stakhov [Sat, 7 Mar 2020 16:32:14 +0000 (16:32 +0000)]
[Rework] Urls: adopt html related stuff

4 years ago[Rework] Urls: more rework of the urls sets
Vsevolod Stakhov [Sat, 7 Mar 2020 12:15:51 +0000 (12:15 +0000)]
[Rework] Urls: more rework of the urls sets

4 years ago[Rework] Urls: rework urls hash structure
Vsevolod Stakhov [Fri, 6 Mar 2020 15:58:22 +0000 (15:58 +0000)]
[Rework] Urls: rework urls hash structure

4 years ago[Rework] Rework URL structure: adjust tld part
Vsevolod Stakhov [Fri, 6 Mar 2020 14:03:20 +0000 (14:03 +0000)]
[Rework] Rework URL structure: adjust tld part

4 years ago[Rework] Rework URL structure: more structure optimisations
Vsevolod Stakhov [Fri, 6 Mar 2020 13:14:41 +0000 (13:14 +0000)]
[Rework] Rework URL structure: more structure optimisations

4 years ago[Rework] Rework URL structure: host field
Vsevolod Stakhov [Fri, 6 Mar 2020 12:01:37 +0000 (12:01 +0000)]
[Rework] Rework URL structure: host field

4 years ago[Rework] Rework URL structure: user field
Vsevolod Stakhov [Fri, 6 Mar 2020 11:27:24 +0000 (11:27 +0000)]
[Rework] Rework URL structure: user field

4 years agoMerge pull request #3293 from xf-/task/apple-touch-icon
Vsevolod Stakhov [Sun, 8 Mar 2020 11:45:40 +0000 (11:45 +0000)]
Merge pull request #3293 from xf-/task/apple-touch-icon

[WebUI] Add apple-touch-icon

4 years ago[WebUI] Add apple-touch-icon 3293/head
Xaver Maierhofer [Sat, 7 Mar 2020 18:16:35 +0000 (19:16 +0100)]
[WebUI] Add apple-touch-icon

4 years agoMerge pull request #3291 from tech-ozon-io/var_issue_master
Vsevolod Stakhov [Sat, 7 Mar 2020 17:15:18 +0000 (17:15 +0000)]
Merge pull request #3291 from tech-ozon-io/var_issue_master

[Minor] Fix --var in rspamd CLI arguments

4 years ago[Minor] --var doesn't work 3291/head
Thierry Fournier [Sat, 7 Mar 2020 09:57:10 +0000 (10:57 +0100)]
[Minor] --var doesn't work

We can add varaibels on the command line after argument or using --var parameter.
When --var is used, an assertion is triggered:

   ./rspamd.install/bin/rspamd --var LOGDIR=/tmp/
   (rspamd:7171): GLib-CRITICAL **: g_hash_table_insert_internal: assertion 'hash_table != NULL' failed

The hash table is not initialized, because the table is initialized after
the argument parser.

This patch initialize the hash table on demand.

Note: the patch is tested on 1.9 version and not on master, because I can't compile the master branch.

Note: I suggest to backport the patch on 1.9 version

4 years agoMerge pull request #3289 from moisseev/webui
Vsevolod Stakhov [Fri, 6 Mar 2020 10:58:46 +0000 (10:58 +0000)]
Merge pull request #3289 from moisseev/webui

[WebUI] Add auto-refresh interval settings

4 years ago[WebUI] Add auto-refresh interval settings 3289/head
moisseev [Fri, 6 Mar 2020 08:07:27 +0000 (11:07 +0300)]
[WebUI] Add auto-refresh interval settings

4 years ago[Minor] Clickhouse: Use IF NOT EXISTS clause in migrations
Vsevolod Stakhov [Thu, 5 Mar 2020 12:17:22 +0000 (12:17 +0000)]
[Minor] Clickhouse: Use IF NOT EXISTS clause in migrations

4 years ago[Minor] Add some sanity checks
Vsevolod Stakhov [Thu, 5 Mar 2020 11:49:20 +0000 (11:49 +0000)]
[Minor] Add some sanity checks

4 years agoMerge pull request #3288 from HeinleinSupport/master
Vsevolod Stakhov [Thu, 5 Mar 2020 10:08:52 +0000 (10:08 +0000)]
Merge pull request #3288 from HeinleinSupport/master

[Fix] metadata_exporter default formatter

4 years ago[Fix] metadata_exporter default formatter 3288/head
Carsten Rosenberg [Wed, 4 Mar 2020 20:04:10 +0000 (21:04 +0100)]
[Fix] metadata_exporter default formatter

4 years ago[Minor] Fix some issues with lua scripts invocation
Vsevolod Stakhov [Wed, 4 Mar 2020 19:36:11 +0000 (19:36 +0000)]
[Minor] Fix some issues with lua scripts invocation

4 years ago[Feature] Add support for scripts in fuzzy storage
Vsevolod Stakhov [Wed, 4 Mar 2020 16:20:57 +0000 (16:20 +0000)]
[Feature] Add support for scripts in fuzzy storage

4 years ago[Minor] Add helper to alter metatables
Vsevolod Stakhov [Wed, 4 Mar 2020 12:47:45 +0000 (12:47 +0000)]
[Minor] Add helper to alter metatables

4 years agoMerge pull request #3286 from moisseev/webui
Vsevolod Stakhov [Tue, 3 Mar 2020 18:13:26 +0000 (18:13 +0000)]
Merge pull request #3286 from moisseev/webui

[Minor] Remove leftover CSS rule set

4 years ago[Minor] Remove leftover CSS rule set 3286/head
moisseev [Tue, 3 Mar 2020 16:47:15 +0000 (19:47 +0300)]
[Minor] Remove leftover CSS rule set

4 years ago[Minor] Fix some corner case with l tag in DKIM
Vsevolod Stakhov [Tue, 3 Mar 2020 13:19:22 +0000 (13:19 +0000)]
[Minor] Fix some corner case with l tag in DKIM

4 years ago[Fix] Another brain damage html standard adoptions
Vsevolod Stakhov [Mon, 2 Mar 2020 16:52:39 +0000 (16:52 +0000)]
[Fix] Another brain damage html standard adoptions

4 years ago[Fix] Fix parsing of the html tags with no spaces after attributes
Vsevolod Stakhov [Mon, 2 Mar 2020 12:41:11 +0000 (12:41 +0000)]
[Fix] Fix parsing of the html tags with no spaces after attributes

4 years ago[Test] URL compose map
korgoth1 [Sat, 29 Feb 2020 19:17:34 +0000 (22:17 +0300)]
[Test] URL compose map

4 years ago[Test] Fix tests
Vsevolod Stakhov [Sat, 29 Feb 2020 12:33:33 +0000 (12:33 +0000)]
[Test] Fix tests

4 years ago[Fix] Fix tlds extraction if custom composition rules are used
Vsevolod Stakhov [Sat, 29 Feb 2020 12:30:35 +0000 (12:30 +0000)]
[Fix] Fix tlds extraction if custom composition rules are used

4 years agoMerge pull request #3281 from korgoth1/master
Vsevolod Stakhov [Sat, 29 Feb 2020 12:05:15 +0000 (12:05 +0000)]
Merge pull request #3281 from korgoth1/master

[Test] URL compose map

4 years ago[Test] URL compose map 3281/head
korgoth1 [Sat, 29 Feb 2020 11:52:27 +0000 (14:52 +0300)]
[Test] URL compose map

4 years agoMerge remote-tracking branch 'upstream/master'
korgoth1 [Fri, 28 Feb 2020 17:58:17 +0000 (20:58 +0300)]
Merge remote-tracking branch 'upstream/master'

4 years ago[Test] URL compose map
korgoth1 [Fri, 28 Feb 2020 17:52:45 +0000 (20:52 +0300)]
[Test] URL compose map

4 years ago[Minor] Copy&paste error
Vsevolod Stakhov [Fri, 28 Feb 2020 16:43:42 +0000 (16:43 +0000)]
[Minor] Copy&paste error

4 years ago[Minor] Allow to dump symbols and groups using configdump
Vsevolod Stakhov [Fri, 28 Feb 2020 16:25:15 +0000 (16:25 +0000)]
[Minor] Allow to dump symbols and groups using configdump

4 years ago[Minor] Oops, misprint
Vsevolod Stakhov [Thu, 27 Feb 2020 17:18:20 +0000 (17:18 +0000)]
[Minor] Oops, misprint

4 years ago[Minor] Lua_task: Add more consistency to get_from
Vsevolod Stakhov [Thu, 27 Feb 2020 17:14:52 +0000 (17:14 +0000)]
[Minor] Lua_task: Add more consistency to get_from

4 years ago[Fix] Fix logging issue
Vsevolod Stakhov [Thu, 27 Feb 2020 15:36:53 +0000 (15:36 +0000)]
[Fix] Fix logging issue

4 years ago[Fix] Fix opaque maps logic
Vsevolod Stakhov [Thu, 27 Feb 2020 15:33:04 +0000 (15:33 +0000)]
[Fix] Fix opaque maps logic

4 years ago[Minor] Show long compilation warning
Vsevolod Stakhov [Thu, 27 Feb 2020 15:07:56 +0000 (15:07 +0000)]
[Minor] Show long compilation warning

4 years ago[Minor] Update version to 2.5
Vsevolod Stakhov [Wed, 26 Feb 2020 13:31:41 +0000 (13:31 +0000)]
[Minor] Update version to 2.5

4 years agoRelease 2.4 2.4
Vsevolod Stakhov [Wed, 26 Feb 2020 13:29:56 +0000 (13:29 +0000)]
Release 2.4

* [CritFix] Fix parsing of the content type attributes
* [Feature] Clickhouse: Add extra columns support
* [Feature] Rbl: Add url_compose_map option for RBL rules
* [Fix] 'R' flag is for all headers regexp
* [Fix] Allow to reset settings id from Lua (e.g. because of the priority)
* [Fix] Avoid collisions in mempool variables by changing fuzzy caching logic
* [Fix] Avoid strdup usage for symbols options
* [Fix] Do not trust stat(2) it lies
* [Fix] Filter all options for symbols to have sane characters
* [Fix] Fix all headers iteration
* [Fix] Fix allowed_settings for neural
* [Fix] Fix listen socket parsing
* [Fix] Fix maps expressions evaluation
* [Fix] Fix sentinel connections leak by using async connections
* [Fix] Fix smtp message on passthrough result
* [Fix] Fix tld compositon rules
* [Fix] Fuzzy_storage: Do not check for shingles if a direct hash has been found
* [Fix] Lua_mime: Do not perform QP encoding for 7bit parts
* [Fix] Neural: Distinguish missing symbols from symbols with low scores
* [Fix] Support listening on systemd sockets by name
* [Project] Add lua_urls_compose library
* [Project] Allow to set a custom log function to the logger
* [Project] CDB maps: Start making cdb a first class citizen
* [Project] Clickhouse: Add extra columns concept
* [Project] Fix urls composition rules, add unit tests
* [Project] Unify cdb maps
* [Rework] Logger infrastructure rework
* [Rework] Refactor libraries structure
* [Rework] Rework SSL caching
* [Rework] Update snowball stemmer to 2.0 and remove all crap aside of UTF8

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
4 years agoMerge pull request #3277 from HeinleinSupport/master
Vsevolod Stakhov [Wed, 26 Feb 2020 11:25:10 +0000 (11:25 +0000)]
Merge pull request #3277 from HeinleinSupport/master

[Minor] Fix metadata_exporter extra mail recipients

4 years ago[Minor] Fix metadata_exporter extra mail recipients 3277/head
Carsten Rosenberg [Wed, 26 Feb 2020 11:03:01 +0000 (12:03 +0100)]
[Minor] Fix metadata_exporter extra mail recipients

4 years ago[Test] Disable broken clickhouse test
Vsevolod Stakhov [Wed, 26 Feb 2020 10:24:26 +0000 (10:24 +0000)]
[Test] Disable broken clickhouse test

4 years ago[Fix] Fix listen socket parsing
Vsevolod Stakhov [Tue, 25 Feb 2020 19:40:16 +0000 (19:40 +0000)]
[Fix] Fix listen socket parsing

Issue: #3254

4 years ago[Fix] Do not trust stat(2) it lies
Vsevolod Stakhov [Tue, 25 Feb 2020 19:39:55 +0000 (19:39 +0000)]
[Fix] Do not trust stat(2) it lies

Issue: #3254

4 years ago[Minor] Fix some more tld issues and tld tests
Vsevolod Stakhov [Tue, 25 Feb 2020 18:52:36 +0000 (18:52 +0000)]
[Minor] Fix some more tld issues and tld tests

4 years ago[Fix] Fix tld compositon rules
Vsevolod Stakhov [Tue, 25 Feb 2020 17:01:00 +0000 (17:01 +0000)]
[Fix] Fix tld compositon rules

Issue: #3248, #3268

4 years ago[Fix] Neural: Distinguish missing symbols from symbols with low scores
Vsevolod Stakhov [Tue, 25 Feb 2020 16:04:57 +0000 (16:04 +0000)]
[Fix] Neural: Distinguish missing symbols from symbols with low scores

4 years ago[Minor] Allow to work with non-registered symbols
Vsevolod Stakhov [Tue, 25 Feb 2020 15:31:55 +0000 (15:31 +0000)]
[Minor] Allow to work with non-registered symbols

4 years ago[Minor] Neural: Various fixes in neural module
Vsevolod Stakhov [Tue, 25 Feb 2020 15:28:37 +0000 (15:28 +0000)]
[Minor] Neural: Various fixes in neural module

4 years ago[Minor] Allow to set process title for lua processes
Vsevolod Stakhov [Tue, 25 Feb 2020 13:29:01 +0000 (13:29 +0000)]
[Minor] Allow to set process title for lua processes

4 years ago[Fix] Fix allowed_settings for neural
Vsevolod Stakhov [Tue, 25 Feb 2020 13:02:40 +0000 (13:02 +0000)]
[Fix] Fix allowed_settings for neural

Issue: #3270

4 years ago[Rework] Update snowball stemmer to 2.0 and remove all crap aside of UTF8
Vsevolod Stakhov [Tue, 25 Feb 2020 09:55:31 +0000 (09:55 +0000)]
[Rework] Update snowball stemmer to 2.0 and remove all crap aside of UTF8

4 years ago[Feature] Rbl: Add url_compose_map option for RBL rules
Vsevolod Stakhov [Mon, 24 Feb 2020 20:42:53 +0000 (20:42 +0000)]
[Feature] Rbl: Add url_compose_map option for RBL rules

Issue: #3267

4 years ago[Project] Fix urls composition rules, add unit tests
Vsevolod Stakhov [Mon, 24 Feb 2020 20:14:38 +0000 (20:14 +0000)]
[Project] Fix urls composition rules, add unit tests

4 years ago[Minor] Fix null logging object in the logger
Vsevolod Stakhov [Mon, 24 Feb 2020 20:14:25 +0000 (20:14 +0000)]
[Minor] Fix null logging object in the logger

4 years ago[Project] Add lua_urls_compose library
Vsevolod Stakhov [Mon, 24 Feb 2020 16:34:50 +0000 (16:34 +0000)]
[Project] Add lua_urls_compose library

4 years ago[Minor] Add method to check hyperscan support to multipattern library
Vsevolod Stakhov [Mon, 24 Feb 2020 16:34:14 +0000 (16:34 +0000)]
[Minor] Add method to check hyperscan support to multipattern library

4 years ago[Minor] Improve fuzzy updates logging
Vsevolod Stakhov [Mon, 24 Feb 2020 14:39:21 +0000 (14:39 +0000)]
[Minor] Improve fuzzy updates logging

4 years ago[Minor] Add fuzzy hash creation time to the log
Vsevolod Stakhov [Mon, 24 Feb 2020 14:05:50 +0000 (14:05 +0000)]
[Minor] Add fuzzy hash creation time to the log

4 years ago[Fix] Fuzzy_storage: Do not check for shingles if a direct hash has been found
Vsevolod Stakhov [Mon, 24 Feb 2020 14:00:26 +0000 (14:00 +0000)]
[Fix] Fuzzy_storage: Do not check for shingles if a direct hash has been found

4 years ago[Fix] Avoid collisions in mempool variables by changing fuzzy caching logic
Vsevolod Stakhov [Mon, 24 Feb 2020 11:59:40 +0000 (11:59 +0000)]
[Fix] Avoid collisions in mempool variables by changing fuzzy caching logic

4 years ago[Minor] Lpeg: Improve logging on type mismatch
Vsevolod Stakhov [Mon, 24 Feb 2020 09:49:30 +0000 (09:49 +0000)]
[Minor] Lpeg: Improve logging on type mismatch

4 years ago[Minor] Explicitly convert things to strings
Vsevolod Stakhov [Mon, 24 Feb 2020 09:48:43 +0000 (09:48 +0000)]
[Minor] Explicitly convert things to strings

Issue: #3272

4 years ago[Minor] Implement additional_address_bcc feature
Vsevolod Stakhov [Mon, 24 Feb 2020 09:31:42 +0000 (09:31 +0000)]
[Minor] Implement additional_address_bcc feature

Issue: #3242

4 years ago[Minor] Allow lua maps to process opaque texts
Vsevolod Stakhov [Sat, 22 Feb 2020 09:59:43 +0000 (09:59 +0000)]
[Minor] Allow lua maps to process opaque texts

4 years agoMerge pull request #3273 from moisseev/milter-headers
Vsevolod Stakhov [Sat, 22 Feb 2020 09:36:52 +0000 (09:36 +0000)]
Merge pull request #3273 from moisseev/milter-headers

[Minor] Make X-Rspamd-Server configurable

4 years ago[Minor] Make X-Rspamd-Server configurable 3273/head
Alexander Moisseev [Sat, 22 Feb 2020 07:19:46 +0000 (10:19 +0300)]
[Minor] Make X-Rspamd-Server configurable

4 years ago[Minor] Fix strict config checks
Vsevolod Stakhov [Fri, 21 Feb 2020 11:08:13 +0000 (11:08 +0000)]
[Minor] Fix strict config checks

4 years ago[Minor] Throw away crappy stuff
Vsevolod Stakhov [Thu, 20 Feb 2020 21:48:19 +0000 (21:48 +0000)]
[Minor] Throw away crappy stuff

4 years ago[Fix] Fix smtp message on passthrough result
Vsevolod Stakhov [Thu, 20 Feb 2020 21:35:41 +0000 (21:35 +0000)]
[Fix] Fix smtp message on passthrough result

Issue: #3269

4 years ago[Minor] Improve documentation
Vsevolod Stakhov [Thu, 20 Feb 2020 21:20:29 +0000 (21:20 +0000)]
[Minor] Improve documentation