]> source.dussan.org Git - rspamd.git/log
rspamd.git
7 years ago[Minor] Add the same duplicates protection for all fuzzy hashes types
Vsevolod Stakhov [Sat, 27 May 2017 22:45:24 +0000 (23:45 +0100)]
[Minor] Add the same duplicates protection for all fuzzy hashes types

7 years ago[Fix] Do not add exact hashes from different parts
Vsevolod Stakhov [Sat, 27 May 2017 22:44:04 +0000 (23:44 +0100)]
[Fix] Do not add exact hashes from different parts

7 years ago[Fix] Skip text parts when checking binary parts in fuzzy check
Vsevolod Stakhov [Sat, 27 May 2017 22:43:45 +0000 (23:43 +0100)]
[Fix] Skip text parts when checking binary parts in fuzzy check

7 years ago[CritFix] Zero fill sockaddr_un
Vsevolod Stakhov [Thu, 25 May 2017 11:38:49 +0000 (12:38 +0100)]
[CritFix] Zero fill sockaddr_un

7 years ago[Fix] Fix memory leak when accepting from unix sockets
Vsevolod Stakhov [Wed, 24 May 2017 09:12:25 +0000 (10:12 +0100)]
[Fix] Fix memory leak when accepting from unix sockets

7 years ago[CritFix] Fix accepting on IPv6 sockets
Vsevolod Stakhov [Wed, 24 May 2017 09:18:45 +0000 (10:18 +0100)]
[CritFix] Fix accepting on IPv6 sockets

7 years agoRelease 1.5.8 1.5.8
Vsevolod Stakhov [Tue, 23 May 2017 17:31:17 +0000 (18:31 +0100)]
Release 1.5.8

* [CritFix] Fix memory leak in fuzzy check
* [CritFix] Fix memory leak in maps scheduling
* [Feature] Multimap: email:domain:tld filter
* [Fix] DKIM Signing: avoid nil index when From header is missing
* [Fix] Do not set bayes probability if we don't use it
* [Fix] Do not stop on illegal unicode points - replace them
* [Fix] Fix brain-damaged spamc protocol for now
* [Fix] Fix Redis timeout set
* [Fix] Fix spamc support in rspamd proxy
* [Fix] Multimap: Received IP filters with Redis
* [Fix] Parse rgb[a](x,x,x[,x]) css colors
* [Fix] Reresolve upstreams even if there is a single server there
* [Fix] Treat empty address as valid
* [Fix] Try harder to detect CTE
* [Fix] Try to deal with v4 mapped to v6 addresses on accept
* [Minor] Add `wsf` and `hta` bad archive extensions
* [Minor] Fix configuration option
* [Minor] Fix result parsing for SAVAPI
* [Minor] Further logging improvements
* [Minor] Improve logging of errors
* [Minor] Prevent MID_CONTAINS_FROM from firing on empty address
* [Minor] Reduce digit->number transmission penalty
* [Minor] Relax CTYPE_MISSING_DISPOSITION rule

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
7 years ago[Fix] Try harder to detect CTE
Vsevolod Stakhov [Tue, 23 May 2017 17:29:34 +0000 (18:29 +0100)]
[Fix] Try harder to detect CTE

Issue: #1468

7 years ago[Minor] Prevent MID_CONTAINS_FROM from firing on empty address
Andrew Lewis [Tue, 23 May 2017 15:42:55 +0000 (17:42 +0200)]
[Minor] Prevent MID_CONTAINS_FROM from firing on empty address

7 years ago[Fix] Fix spamc support in rspamd proxy
Vsevolod Stakhov [Fri, 19 May 2017 15:55:28 +0000 (16:55 +0100)]
[Fix] Fix spamc support in rspamd proxy

7 years ago[Fix] Fix brain-damaged spamc protocol for now
Vsevolod Stakhov [Fri, 19 May 2017 15:45:31 +0000 (16:45 +0100)]
[Fix] Fix brain-damaged spamc protocol for now

7 years ago[Minor] Reduce digit->number transmission penalty
Vsevolod Stakhov [Wed, 10 May 2017 10:49:14 +0000 (11:49 +0100)]
[Minor] Reduce digit->number transmission penalty

Issue: #1630

7 years ago[Fix] Parse rgb[a](x,x,x[,x]) css colors
Vsevolod Stakhov [Thu, 11 May 2017 21:57:42 +0000 (22:57 +0100)]
[Fix] Parse rgb[a](x,x,x[,x]) css colors

7 years ago[Fix] Reresolve upstreams even if there is a single server there
Vsevolod Stakhov [Mon, 15 May 2017 10:24:21 +0000 (11:24 +0100)]
[Fix] Reresolve upstreams even if there is a single server there

7 years ago[Minor] Improve logging of errors
Vsevolod Stakhov [Mon, 15 May 2017 14:02:23 +0000 (15:02 +0100)]
[Minor] Improve logging of errors

7 years ago[Fix] Do not set bayes probability if we don't use it
Vsevolod Stakhov [Mon, 15 May 2017 15:33:15 +0000 (16:33 +0100)]
[Fix] Do not set bayes probability if we don't use it

7 years ago[Minor] Further logging improvements
Vsevolod Stakhov [Mon, 15 May 2017 21:29:19 +0000 (22:29 +0100)]
[Minor] Further logging improvements

7 years ago[Feature] Multimap: email:domain:tld filter
Andrew Lewis [Tue, 16 May 2017 12:12:02 +0000 (14:12 +0200)]
[Feature] Multimap: email:domain:tld filter

7 years ago[Minor] Add `wsf` and `hta` bad archive extensions
Alexander Moisseev [Wed, 17 May 2017 06:01:15 +0000 (09:01 +0300)]
[Minor] Add `wsf` and `hta` bad archive extensions

7 years ago[Fix] Try to deal with v4 mapped to v6 addresses on accept
Vsevolod Stakhov [Wed, 17 May 2017 17:57:06 +0000 (18:57 +0100)]
[Fix] Try to deal with v4 mapped to v6 addresses on accept

7 years ago[Minor] Relax CTYPE_MISSING_DISPOSITION rule
Andrew Lewis [Thu, 18 May 2017 11:29:39 +0000 (13:29 +0200)]
[Minor] Relax CTYPE_MISSING_DISPOSITION rule

7 years ago[Fix] Fix Redis timeout set
Vsevolod Stakhov [Fri, 19 May 2017 15:12:57 +0000 (16:12 +0100)]
[Fix] Fix Redis timeout set

Issue: #1646

7 years ago[Fix] Do not stop on illegal unicode points - replace them
Vsevolod Stakhov [Sat, 20 May 2017 08:58:10 +0000 (09:58 +0100)]
[Fix] Do not stop on illegal unicode points - replace them

7 years ago[Fix] Treat empty address as valid
Vsevolod Stakhov [Sat, 20 May 2017 11:18:38 +0000 (12:18 +0100)]
[Fix] Treat empty address as valid

7 years ago[Minor] Fix result parsing for SAVAPI
Christian Roessner [Fri, 5 May 2017 10:00:25 +0000 (12:00 +0200)]
[Minor] Fix result parsing for SAVAPI

7 years ago[Fix] Multimap: Received IP filters with Redis
Andrew Lewis [Tue, 9 May 2017 12:19:55 +0000 (14:19 +0200)]
[Fix] Multimap: Received IP filters with Redis

 - Issue: #1623
 - Reported by: @andryyy

7 years ago[Minor] Fix configuration option
Andrew Lewis [Fri, 5 May 2017 09:37:06 +0000 (11:37 +0200)]
[Minor] Fix configuration option

7 years agoIs not write
André Peters [Fri, 5 May 2017 05:55:44 +0000 (07:55 +0200)]
Is not write

Don't know the actual impact...

7 years ago[CritFix] Fix memory leak in maps scheduling
Vsevolod Stakhov [Sun, 7 May 2017 13:47:41 +0000 (14:47 +0100)]
[CritFix] Fix memory leak in maps scheduling

7 years ago[CritFix] Fix memory leak in fuzzy check
Vsevolod Stakhov [Sun, 7 May 2017 13:20:29 +0000 (14:20 +0100)]
[CritFix] Fix memory leak in fuzzy check

7 years ago[Fix] DKIM Signing: avoid nil index when From header is missing
Andrew Lewis [Thu, 4 May 2017 15:16:52 +0000 (17:16 +0200)]
[Fix] DKIM Signing: avoid nil index when From header is missing

7 years agoRevert "[Minor] Fix build with pcre2"
Vsevolod Stakhov [Tue, 2 May 2017 13:57:59 +0000 (14:57 +0100)]
Revert "[Minor] Fix build with pcre2"

This reverts commit a8d06b734a7006c01b65e49aec5e429afe615442.

7 years agoRelease 1.5.7 1.5.7
Vsevolod Stakhov [Tue, 2 May 2017 13:26:54 +0000 (14:26 +0100)]
Release 1.5.7

* [CritFix] Fix corruption when multiple fuzzy are defined
* [CritFix] Fix learn condition in fuzzy check
* [Feature] Add rules to detect bad 8bit characters in From and To
* [Feature] DKIM signing: sign_networks/local address specific
use_domain settings
* [Feature] Support numeric arguments for Redis requests
* [Fix] Deal with 8bit characters in email addresses
* [Fix] Fix couple of issues in FORWARDED rule
* [Fix] Fix passing data to log helper when many symbols defined
* [Fix] Fix R_BAD_CTE_7BIT rule
* [Fix] Fix REPLYTO_UNPARSEABLE rule
* [Fix] Fix setting of email address
* [Fix] Rspamadm grep: Disable Lua patterns in string search by default
* [Minor] Add Lua 5.3 workaround
* [Minor] Add lua methods to detect if a part has 8bit characters
* [Minor] Allow session-less lua dns requests
* [Minor] Allow to append greylist end time to message reported
* [Minor] Avoid `nil` table
* [Minor] Disable dkim_signing if redis is specified but not configured
* [Minor] Fix build with pcre2
* [Minor] Fix rule
* [Minor] Fix warnings
* [Minor] Format floating point number
* [Minor] Push email flags to the lua API
* [Minor] Silence some warnings
* [Minor] Silence warning
* [Minor] Try all hostname regexps to find the most significant one
* [WebUI] Fix add header filter in history

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
7 years ago[CritFix] Fix corruption when multiple fuzzy are defined
Vsevolod Stakhov [Tue, 2 May 2017 12:52:19 +0000 (13:52 +0100)]
[CritFix] Fix corruption when multiple fuzzy are defined

If there are two fuzzy storages with the same algorithm but one of them
uses encryption, then the encryption procedure could corrupt
non-encrypted requests. This patch decouples encryption from caching
removing this issue.

Issue: #1611

7 years ago[Minor] Fix warnings
Vsevolod Stakhov [Fri, 28 Apr 2017 11:12:31 +0000 (12:12 +0100)]
[Minor] Fix warnings

7 years ago[Minor] Fix build with pcre2
Andrew Lewis [Fri, 28 Apr 2017 13:27:58 +0000 (15:27 +0200)]
[Minor] Fix build with pcre2

7 years ago[Fix] Fix REPLYTO_UNPARSEABLE rule
Vsevolod Stakhov [Fri, 28 Apr 2017 11:48:52 +0000 (12:48 +0100)]
[Fix] Fix REPLYTO_UNPARSEABLE rule

7 years ago[CritFix] Fix learn condition in fuzzy check
Vsevolod Stakhov [Fri, 28 Apr 2017 10:54:21 +0000 (11:54 +0100)]
[CritFix] Fix learn condition in fuzzy check

7 years ago[Minor] Allow session-less lua dns requests
Vsevolod Stakhov [Fri, 28 Apr 2017 09:07:45 +0000 (10:07 +0100)]
[Minor] Allow session-less lua dns requests

7 years ago[Minor] Avoid `nil` table
Alexander Moisseev [Thu, 27 Apr 2017 17:37:37 +0000 (20:37 +0300)]
[Minor] Avoid `nil` table

7 years ago[Fix] Fix couple of issues in FORWARDED rule
Vsevolod Stakhov [Thu, 27 Apr 2017 16:51:11 +0000 (17:51 +0100)]
[Fix] Fix couple of issues in FORWARDED rule

7 years ago[Fix] Fix passing data to log helper when many symbols defined
Vsevolod Stakhov [Wed, 26 Apr 2017 19:34:41 +0000 (20:34 +0100)]
[Fix] Fix passing data to log helper when many symbols defined

7 years ago[Feature] DKIM signing: sign_networks/local address specific use_domain settings
Andrew Lewis [Wed, 26 Apr 2017 14:12:43 +0000 (16:12 +0200)]
[Feature] DKIM signing: sign_networks/local address specific use_domain settings

 - Issue: #1582

7 years ago[Minor] Silence warning
Andrew Lewis [Tue, 25 Apr 2017 15:19:29 +0000 (17:19 +0200)]
[Minor] Silence warning

7 years ago[Fix] Rspamadm grep: Disable Lua patterns in string search by default
Andrew Lewis [Tue, 25 Apr 2017 14:36:34 +0000 (16:36 +0200)]
[Fix] Rspamadm grep: Disable Lua patterns in string search by default

7 years ago[Feature] Add rules to detect bad 8bit characters in From and To
Vsevolod Stakhov [Tue, 25 Apr 2017 12:44:16 +0000 (13:44 +0100)]
[Feature] Add rules to detect bad 8bit characters in From and To

7 years ago[Minor] Push email flags to the lua API
Vsevolod Stakhov [Tue, 25 Apr 2017 12:29:13 +0000 (13:29 +0100)]
[Minor] Push email flags to the lua API

7 years ago[Fix] Deal with 8bit characters in email addresses
Vsevolod Stakhov [Tue, 25 Apr 2017 12:21:51 +0000 (13:21 +0100)]
[Fix] Deal with 8bit characters in email addresses

7 years ago[Fix] Fix setting of email address
Vsevolod Stakhov [Tue, 25 Apr 2017 09:43:07 +0000 (10:43 +0100)]
[Fix] Fix setting of email address

7 years ago[Minor] Fix rule
Vsevolod Stakhov [Tue, 25 Apr 2017 09:08:12 +0000 (10:08 +0100)]
[Minor] Fix rule

7 years ago[Minor] Silence some warnings
Andrew Lewis [Tue, 25 Apr 2017 08:50:38 +0000 (10:50 +0200)]
[Minor] Silence some warnings

7 years ago[Fix] Fix R_BAD_CTE_7BIT rule
Vsevolod Stakhov [Mon, 24 Apr 2017 16:06:55 +0000 (17:06 +0100)]
[Fix] Fix R_BAD_CTE_7BIT rule

Issue: #1590

7 years ago[Minor] Add lua methods to detect if a part has 8bit characters
Vsevolod Stakhov [Mon, 24 Apr 2017 15:59:10 +0000 (16:59 +0100)]
[Minor] Add lua methods to detect if a part has 8bit characters

7 years ago[Fetaure] Add method that detects 8 bit characters in text parts
Vsevolod Stakhov [Mon, 24 Apr 2017 15:52:59 +0000 (16:52 +0100)]
[Fetaure] Add method that detects 8 bit characters in text parts

7 years ago[Feature] Support numeric arguments for Redis requests
Vsevolod Stakhov [Sun, 23 Apr 2017 10:10:31 +0000 (11:10 +0100)]
[Feature] Support numeric arguments for Redis requests

7 years ago[Minor] Format floating point number
Vsevolod Stakhov [Sun, 23 Apr 2017 10:10:17 +0000 (11:10 +0100)]
[Minor] Format floating point number

7 years ago[Minor] Add Lua 5.3 workaround
Vsevolod Stakhov [Sun, 23 Apr 2017 09:59:34 +0000 (10:59 +0100)]
[Minor] Add Lua 5.3 workaround

7 years ago[WebUI] Fix add header filter in history
Andrew Lewis [Fri, 21 Apr 2017 15:01:01 +0000 (17:01 +0200)]
[WebUI] Fix add header filter in history

 - Issue: #1604
 - Reported by: @dimejo

7 years ago[Minor] Allow to append greylist end time to message reported
Vsevolod Stakhov [Thu, 20 Apr 2017 19:01:46 +0000 (20:01 +0100)]
[Minor] Allow to append greylist end time to message reported

7 years ago[Minor] Try all hostname regexps to find the most significant one
Vsevolod Stakhov [Thu, 20 Apr 2017 19:09:06 +0000 (20:09 +0100)]
[Minor] Try all hostname regexps to find the most significant one

7 years ago[Minor] Disable dkim_signing if redis is specified but not configured
Vsevolod Stakhov [Thu, 20 Apr 2017 18:52:05 +0000 (19:52 +0100)]
[Minor] Disable dkim_signing if redis is specified but not configured

7 years agoRelease 1.5.6 1.5.6
Vsevolod Stakhov [Wed, 19 Apr 2017 16:10:21 +0000 (17:10 +0100)]
Release 1.5.6

* [Feature] Add unigramms support in bayes
* [Feature] Allow configurable sign headers for DKIM
* [Feature] Allow to add unigramm metatokens from Lua
* [Feature] DKIM Signing: envelope match exception for local IPs
* [Feature] UCL: register parser variables from Lua
* [Fix] Always try to adjust filename
* [Fix] Do extra copy to ensure that original content is never touched
* [Fix] Fix SPOOF_REPLYTO rule
* [Fix] Ignore Rmilter added Received
* [Fix] More fixes for hashed email dnsbls
* [Fix] Plug memory leak in chartable module
* [WebUI] Display multiple alerts at once

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
7 years agoMerge pull request #1602 from smfreegard/rules_20170419
Vsevolod Stakhov [Wed, 19 Apr 2017 15:16:07 +0000 (16:16 +0100)]
Merge pull request #1602 from smfreegard/rules_20170419

Add INFO_TO_INFO_LU rule

7 years agoAdd INFO_TO_INFO_LU rule 1602/head
Steve Freegard [Wed, 19 Apr 2017 15:01:56 +0000 (16:01 +0100)]
Add INFO_TO_INFO_LU rule

7 years ago[Minor] Lower CTYPE_MIXED_BOGUS score
Vsevolod Stakhov [Wed, 19 Apr 2017 14:02:21 +0000 (15:02 +0100)]
[Minor] Lower CTYPE_MIXED_BOGUS score

7 years ago[Minor] Remove confusing warning about exp overflow
Vsevolod Stakhov [Wed, 19 Apr 2017 13:53:49 +0000 (14:53 +0100)]
[Minor] Remove confusing warning about exp overflow

7 years agoMerge pull request #1601 from fatalbanana/ucl
Vsevolod Stakhov [Tue, 18 Apr 2017 17:52:46 +0000 (18:52 +0100)]
Merge pull request #1601 from fatalbanana/ucl

[Feature] UCL: register parser variables from Lua

7 years ago[Fix] Fix SPOOF_REPLYTO rule
Vsevolod Stakhov [Tue, 18 Apr 2017 17:50:15 +0000 (18:50 +0100)]
[Fix] Fix SPOOF_REPLYTO rule

7 years ago[Feature] UCL: register parser variables from Lua 1601/head
Andrew Lewis [Tue, 18 Apr 2017 14:32:42 +0000 (16:32 +0200)]
[Feature] UCL: register parser variables from Lua

7 years ago[Fix] Do extra copy to ensure that original content is never touched
Vsevolod Stakhov [Tue, 18 Apr 2017 09:03:05 +0000 (10:03 +0100)]
[Fix] Do extra copy to ensure that original content is never touched

7 years ago[Minor] Import changes from public suffix list
Andrew Lewis [Tue, 18 Apr 2017 07:52:14 +0000 (09:52 +0200)]
[Minor] Import changes from public suffix list

7 years ago[Minor] DKIM signing: deal with ambiguous settings better
Andrew Lewis [Tue, 18 Apr 2017 07:51:03 +0000 (09:51 +0200)]
[Minor] DKIM signing: deal with ambiguous settings better

7 years agoMerge pull request #1596 from cpragadeesh/html_test_improv
Vsevolod Stakhov [Mon, 17 Apr 2017 17:11:37 +0000 (18:11 +0100)]
Merge pull request #1596 from cpragadeesh/html_test_improv

HTML content extraction tests improvement

7 years ago[Minor] Disable IPv6 for SEM RBL
Vsevolod Stakhov [Mon, 17 Apr 2017 16:42:31 +0000 (17:42 +0100)]
[Minor] Disable IPv6 for SEM RBL

7 years ago[Minor] Reduce log noise
Vsevolod Stakhov [Mon, 17 Apr 2017 16:25:40 +0000 (17:25 +0100)]
[Minor] Reduce log noise

7 years agoMerge pull request #1599 from moisseev/headers
Vsevolod Stakhov [Mon, 17 Apr 2017 09:55:37 +0000 (10:55 +0100)]
Merge pull request #1599 from moisseev/headers

[Minor] Suppress CTYPE_MIXED_BOGUS for yandex.ru web-mail

7 years ago[Minor] Suppress CTYPE_MIXED_BOGUS for yandex.ru web-mail 1599/head
Alexander Moisseev [Mon, 17 Apr 2017 08:51:21 +0000 (11:51 +0300)]
[Minor] Suppress CTYPE_MIXED_BOGUS for yandex.ru web-mail

7 years ago[Minor] Slightly increase weight of URL_IN_SUBJECT rule
Vsevolod Stakhov [Sun, 16 Apr 2017 19:54:54 +0000 (20:54 +0100)]
[Minor] Slightly increase weight of URL_IN_SUBJECT rule

7 years ago[Fix] Ignore Rmilter added Received
Vsevolod Stakhov [Sun, 16 Apr 2017 13:46:43 +0000 (14:46 +0100)]
[Fix] Ignore Rmilter added Received

Issue: #1587

7 years ago[Minor] Explicitly reset all fields in context on init
Vsevolod Stakhov [Fri, 14 Apr 2017 19:17:36 +0000 (20:17 +0100)]
[Minor] Explicitly reset all fields in context on init

7 years agohtml content extraction test improv 1596/head
Pragadeesh C [Fri, 14 Apr 2017 13:32:37 +0000 (06:32 -0700)]
html content extraction test improv

7 years ago[Feature] Allow configurable sign headers for DKIM
Vsevolod Stakhov [Fri, 14 Apr 2017 08:46:17 +0000 (09:46 +0100)]
[Feature] Allow configurable sign headers for DKIM

Issue: #1595

7 years ago[Fix] Always try to adjust filename
Vsevolod Stakhov [Fri, 14 Apr 2017 08:24:07 +0000 (09:24 +0100)]
[Fix] Always try to adjust filename

Issue: #1591

7 years ago[Feature] Allow to add unigramm metatokens from Lua
Vsevolod Stakhov [Thu, 13 Apr 2017 17:01:07 +0000 (18:01 +0100)]
[Feature] Allow to add unigramm metatokens from Lua

7 years ago[Feature] Add unigramms support in bayes
Vsevolod Stakhov [Thu, 13 Apr 2017 16:47:57 +0000 (17:47 +0100)]
[Feature] Add unigramms support in bayes

7 years ago[Feature] DKIM Signing: envelope match exception for local IPs
Andrew Lewis [Thu, 13 Apr 2017 15:00:25 +0000 (17:00 +0200)]
[Feature] DKIM Signing: envelope match exception for local IPs

 - Also for sign_networks

7 years ago[Minor] Fix configuration example
Andrew Lewis [Thu, 13 Apr 2017 11:44:57 +0000 (13:44 +0200)]
[Minor] Fix configuration example

7 years agoMerge pull request #1589 from smfreegard/rules_20170411
Andrew Lewis [Thu, 13 Apr 2017 10:41:34 +0000 (12:41 +0200)]
Merge pull request #1589 from smfreegard/rules_20170411

Fix HTTP_TO_IP in the same way as HTTP_TO_HTTPS

7 years agoFix HTTP_TO_IP in the same way as HTTP_TO_HTTPS 1589/head
Steve Freegard [Thu, 13 Apr 2017 10:38:41 +0000 (11:38 +0100)]
Fix HTTP_TO_IP in the same way as HTTP_TO_HTTPS

7 years agoMerge pull request #1588 from smfreegard/rules_20170411
Andrew Lewis [Thu, 13 Apr 2017 09:16:36 +0000 (11:16 +0200)]
Merge pull request #1588 from smfreegard/rules_20170411

Fix HTTP_TO_HTTPS where message is_html but get_html returns nil

7 years agoFix HTTP_TO_HTTPS where message is_html but get_html returns nil 1588/head
Steve Freegard [Thu, 13 Apr 2017 08:00:42 +0000 (09:00 +0100)]
Fix HTTP_TO_HTTPS where message is_html but get_html returns nil

7 years ago[Minor] Improve protocol debugging
Vsevolod Stakhov [Wed, 12 Apr 2017 15:46:50 +0000 (16:46 +0100)]
[Minor] Improve protocol debugging

7 years ago[Minor] Slightly optimise maillist plugin
Vsevolod Stakhov [Wed, 12 Apr 2017 15:23:01 +0000 (16:23 +0100)]
[Minor] Slightly optimise maillist plugin

7 years agoMerge pull request #1586 from smfreegard/rules_20170411
Vsevolod Stakhov [Wed, 12 Apr 2017 14:58:21 +0000 (15:58 +0100)]
Merge pull request #1586 from smfreegard/rules_20170411

New rules

7 years agoNew rules 1586/head
Steve Freegard [Tue, 11 Apr 2017 15:13:05 +0000 (16:13 +0100)]
New rules

7 years ago[Minor] Fix one more issue with empty maps
Vsevolod Stakhov [Tue, 11 Apr 2017 16:32:58 +0000 (17:32 +0100)]
[Minor] Fix one more issue with empty maps

7 years ago[Minor] Store full timestamp when checking logs
Vsevolod Stakhov [Tue, 11 Apr 2017 16:05:44 +0000 (17:05 +0100)]
[Minor] Store full timestamp when checking logs

7 years ago[Minor] Properly show warning
Vsevolod Stakhov [Tue, 11 Apr 2017 15:40:17 +0000 (16:40 +0100)]
[Minor] Properly show warning

7 years ago[Minor] Improve symbols in emails module
Vsevolod Stakhov [Tue, 11 Apr 2017 13:25:47 +0000 (14:25 +0100)]
[Minor] Improve symbols in emails module

7 years ago[Fix] More fixes for hashed email dnsbls
Vsevolod Stakhov [Tue, 11 Apr 2017 12:23:17 +0000 (13:23 +0100)]
[Fix] More fixes for hashed email dnsbls