]> source.dussan.org Git - rspamd.git/log
rspamd.git
7 years agoMerge pull request #1472 from fatalbanana/cmk
Vsevolod Stakhov [Thu, 2 Mar 2017 16:20:11 +0000 (16:20 +0000)]
Merge pull request #1472 from fatalbanana/cmk

[Minor] More cmake fixes

7 years ago[Minor] More cmake fixes 1472/head
Andrew Lewis [Thu, 2 Mar 2017 15:39:39 +0000 (17:39 +0200)]
[Minor] More cmake fixes

7 years ago[Fix] Fix lua exports from plugins during reload
Vsevolod Stakhov [Thu, 2 Mar 2017 14:50:50 +0000 (14:50 +0000)]
[Fix] Fix lua exports from plugins during reload

7 years ago[CritFix] Fix setting of raw key for signing
Vsevolod Stakhov [Thu, 2 Mar 2017 14:19:58 +0000 (14:19 +0000)]
[CritFix] Fix setting of raw key for signing

7 years agoMerge pull request #1471 from dehnli/redirectors-lst
Vsevolod Stakhov [Thu, 2 Mar 2017 13:28:38 +0000 (13:28 +0000)]
Merge pull request #1471 from dehnli/redirectors-lst

[Minor] Update redirectors list

7 years ago[Minor] Update redirectors list 1471/head
dehnli [Thu, 2 Mar 2017 13:23:20 +0000 (17:23 +0400)]
[Minor] Update redirectors list

7 years ago[Minor] Update version number
Vsevolod Stakhov [Thu, 2 Mar 2017 13:05:10 +0000 (13:05 +0000)]
[Minor] Update version number

7 years ago[CritFix] Fix processing of stop_patterns with `\0` character
Vsevolod Stakhov [Thu, 2 Mar 2017 12:13:38 +0000 (12:13 +0000)]
[CritFix] Fix processing of stop_patterns with `\0` character

Issue: #1468
Reported by: @gibzer

7 years ago[Fix] Fix prefilters action scores
Vsevolod Stakhov [Thu, 2 Mar 2017 11:45:25 +0000 (11:45 +0000)]
[Fix] Fix prefilters action scores

7 years agoMerge pull request #1467 from fatalbanana/cmake
Vsevolod Stakhov [Thu, 2 Mar 2017 10:49:49 +0000 (10:49 +0000)]
Merge pull request #1467 from fatalbanana/cmake

[Minor] Help cmake find gthread

7 years ago[Minor] Help cmake find gthread 1467/head
Andrew Lewis [Wed, 1 Mar 2017 17:31:09 +0000 (19:31 +0200)]
[Minor] Help cmake find gthread

7 years agoRelease 1.5.0
Vsevolod Stakhov [Wed, 1 Mar 2017 14:15:51 +0000 (14:15 +0000)]
Release 1.5.0

* [Conf] Add configurations for asn, clickhouse and dcc
* [Conf] Add default config for url redirector plugin
* [Conf] Add the default config for greylist module
* [Conf] Allow to edit all local maps from WebUI by default
* [CritFix] Deal with absent headers in DKIM
* [CritFix] Do not trust remote shingles count
* [CritFix] Fix bad memory leak in TLS certificates validation
* [CritFix] Fix critical memory issues with radix maps
* [CritFix] Fix descriptors leak on reload
* [CritFix] Fix headers selection in DKIM verification
* [CritFix] Fix parsing of boundaries that end with `--`
* [CritFix] Repair PTR_ARRAY_FOREACH macro
* [Feature] Add CORS support to the controller
* [Feature] Add FROM_NAME_EXCESS_SPACE rule
* [Feature] Add REPLYTO_EMAIL_HAS_TITLE rule
* [Feature] Add `caseless_hash` method to `lua_util`
* [Feature] Add `rip` keyword to ratelimit module
* [Feature] Add a simple benchmark for content type parsing
* [Feature] Add boundaries parsing in content type
* [Feature] Add charset detection for text parts
* [Feature] Add content disposition parser
* [Feature] Add fallback if too many updates are failing
* [Feature] Add function to convert struct tm to time using timezone
* [Feature] Add function to normalize HTTP paths
* [Feature] Add fuzzy collection plugin
* [Feature] Add fuzzy logic for images
* [Feature] Add gmime parser to mime_tool
* [Feature] Add heuristic to detect broken messages
* [Feature] Add heuristic to find displayed URLs
* [Feature] Add heuristic to process broken email addresses
* [Feature] Add images normalization
* [Feature] Add mechanism for disabling composites (Fixes #1270)
* [Feature] Add method to create regexp from a glob pattern
* [Feature] Add mime encoding manipulation routines
* [Feature] Add mime tool to explore messages
* [Feature] Add more meta tokens from received headers
* [Feature] Add neighbours option to support Rspamd cluster in WebUI
* [Feature] Add new function to parse mime addresses
* [Feature] Add new methods for lua_tcp
* [Feature] Add own headers decoding routine
* [Feature] Add own routine to generate a message id
* [Feature] Add parser for SMTP date
* [Feature] Add per-task lua cache to reuse 'heavy' objects
* [Feature] Add plugins list path in WebUI
* [Feature] Add preliminary multipart support
* [Feature] Add preliminary version of DKIM signing module
* [Feature] Add profiling support in client output
* [Feature] Add rfc2047 grammar
* [Feature] Add rfc2047 variant for QP decoding
* [Feature] Add rmilter_headers module (Fixes #1227)
* [Feature] Add sse42 version of base64 decoding
* [Feature] Add ssse3 and avx2 base64 decoders
* [Feature] Add support of libgd
* [Feature] Add the preliminary version of redirects resolver in Lua
* [Feature] Add ucl_object_iterate_full function
* [Feature] Add url encoding function
* [Feature] Allow SOA requests in lua dns
* [Feature] Allow custom parse types in lua ucl
* [Feature] Allow plugins to register webui handlers
* [Feature] Allow to add options explicitly to symbols
* [Feature] Allow to call a callback when symbol frequency is on peak
* [Feature] Allow to call redirector script from SURBL
* [Feature] Allow to create variable length dkim keys
* [Feature] Allow to have module specific options for Redis in plugins
* [Feature] Allow to pass sign key directly from Lua
* [Feature] Allow to register configuration docs from Lua API
* [Feature] Allow to return options as a table
* [Feature] Allow to set peak callbacks from Lua
* [Feature] Allow to specify custom method for a message
* [Feature] Allow to store dkim keys in Redis
* [Feature] Allow to store messages in files
* [Feature] Apply DCT using AAN for fuzzy signature
* [Feature] Avira SAVAPI support
* [Feature] Cache and simplify DCT and jpeg decode
* [Feature] Cache libicu convertors
* [Feature] Detect URLs with suspicious omographs
* [Feature] Do not increase score for duplicate options
* [Feature] Do not trust CTE, check base64 and qp strictly
* [Feature] Dynamic reputation in URL reputation plugin
* [Feature] Extend redis lock when learning spawned
* [Feature] Filter non-utf chars from all decoded headers
* [Feature] Fix phishing detection for IDNA urls
* [Feature] Ignore bad symbols on base64 decoding
* [Feature] Ignore too wide elements in SPF
* [Feature] Implement fuzzy collection mode
* [Feature] Implement helo maps in multimap
* [Feature] Implement human readable buckets configuration
* [Feature] Implement min-hash shingles for DCT data from images
* [Feature] Implement new algorithm for fuzzy hashes of images
* [Feature] Implement new unicode normalizer
* [Feature] Implement quoted printable decoding
* [Feature] Implement received headers flags
* [Feature] Implement rspamdgrep tool
* [Feature] Implement sane checksum for config file
* [Feature] Implement url tags concept
* [Feature] Improve detection of omographs using libicu
* [Feature] Improve url redirector module
* [Feature] Multimap: Received header processing
* [Feature] Multiple improvements in the maps
* [Feature] New URL filters in multimap
* [Feature] Plugin to force actions on selected symbols
* [Feature] RBL module: support hashing for emails and helo RBL
* [Feature] Reuse URL tags in SURBL module
* [Feature] Rework RRD ds count, add conversion path
* [Feature] Rework surbl module to avoid extra redirector calls
* [Feature] Send config id to the WebUI
* [Feature] Simplify HTTPCrypt client support
* [Feature] Skip processing for large images
* [Feature] Start collection only mode implementation for fuzzy storage
* [Feature] Start import of the optimized base64 decode
* [Feature] Store all received headers in lua
* [Feature] Store relational order of all headers in a message
* [Feature] Support DKIM signing in Lua plugins
* [Feature] Support HTTPCrypt client in lua_http
* [Feature] Support setting SMTP message in multimap
* [Feature] Support setting metric subject from Lua
* [Feature] Support setting subject in force actions module
* [Feature] Treat v6 mapped addresses as v4 addresses
* [Feature] URL reputation plugin
* [Feature] Use Redis instead of memcached in URLs redirector
* [Feature] Use Rspamd rfc2047 decoder instead of gmime one
* [Feature] Use a different normalization for fuzzy images
* [Feature] Use normalized images in fuzzy hashes
* [Feature] Use own code for parsing of date
* [Feature] Use shingles for images fuzzying
* [Feature] Use t1ha for hashes, allow inlining
* [Feature] Use t1ha instead of metrohash and xxhash32
* [Feature] Various new features in metadata exporter module
* [Feature] rmilter_headers: authentication-results (#78)
* [Fix] Add additional check to mark redis connection inactive
* [Fix] Add packed attribute for protocol structure
* [Fix] Adopt OMOGRAPH_URL rule
* [Fix] Allow static maps
* [Fix] Allow to disable classifiers checks using settings and conditions
* [Fix] Another try to fix 0 length maps
* [Fix] Another try to fix corruption during maps reload
* [Fix] Another try to fix descriptors leak
* [Fix] Another try to fix reload and logger
* [Fix] Antivirus module: register virtual symbols for patterns
* [Fix] Avoid extensive reallocs
* [Fix] Avoid mempool leak in SA plugin on reload
* [Fix] Avoid race condition on saving cache and reload
* [Fix] Avoid reusing g_error (Fixes #1262)
* [Fix] Break pool connection on fatal redis errors
* [Fix] Check for NaN properly
* [Fix] Couple of fixes for date parsing
* [Fix] Date header timezone adjustments (#1279)
* [Fix] Deal with EOF properly
* [Fix] Decode filename in content disposition
* [Fix] Disable fuzzy images by default
* [Fix] Disable zero-copy mode for text parts to avoid crashes
* [Fix] Do not destroy session when not all finish scripts are done
* [Fix] Do not greyscale images
* [Fix] Do not leave parent-less workers processes on fatal errors
* [Fix] Do not lowercase Content-Disposition to perform decoding
* [Fix] Do not penalize characters just after numeric prefix
* [Fix] Do not refork workers that are intended to die
* [Fix] Do not set pre-result and update records for no `Queue-ID` messages
* [Fix] Do not skip post-filters when pre-filters have set some results
* [Fix] Do not stop symbols planning if async events are pending
* [Fix] Do not try to set keys for unencrypted requests in proxy
* [Fix] Encode URLs according to rfc3986
* [Fix] Encode URLs before sending them to the protocol
* [Fix] Filter bad characters from message id
* [Fix] Fix CTE detection heuristic
* [Fix] Fix Content-Type in HTTP requests
* [Fix] Fix IDN eslds phishing checks
* [Fix] Fix adding maps from config in Lua
* [Fix] Fix another reload memory issue
* [Fix] Fix argument returned on redis backend errors
* [Fix] Fix assertion in graph handling
* [Fix] Fix body trie matching
* [Fix] Fix build
* [Fix] Fix byte array expansion during toutf8 conversion
* [Fix] Fix charset normalisation
* [Fix] Fix checking of DKIM bodies that needs just `\n` to be added
* [Fix] Fix couple of cornercases with email addresses
* [Fix] Fix couple of issues
* [Fix] Fix dependencies tracking for callback symbols
* [Fix] Fix detection of jpeg size
* [Fix] Fix errors handling in fuzzy backend initialization
* [Fix] Fix fuzzy hashes count
* [Fix] Fix globbing and convert lists to arrays in fuzzy_check
* [Fix] Fix heuristical CTE detection for QP encoding
* [Fix] Fix ignoring of bad text parts
* [Fix] Fix indexes in array access, interleave loop
* [Fix] Fix int64 -> double conversion
* [Fix] Fix invalid memory access on reload
* [Fix] Fix issues with empty updates
* [Fix] Fix issues with quoted-printable encoding
* [Fix] Fix keys names
* [Fix] Fix lots of issues in mime parser code
* [Fix] Fix lua maps load
* [Fix] Fix macro name
* [Fix] Fix mas group score calculations
* [Fix] Fix matching of the same patterns from different tries
* [Fix] Fix memory corruprtion and leak
* [Fix] Fix memory leak in HTTP maps
* [Fix] Fix memory leak in expression destroying
* [Fix] Fix memory leak in parsing of mime names
* [Fix] Fix memory leak in safe ucl iterators
* [Fix] Fix memory leak on reload in plugins
* [Fix] Fix modules reconfigure on reload
* [Fix] Fix monitored setup fro URLBLs with IP addresses
* [Fix] Fix name of var
* [Fix] Fix new rrd updates
* [Fix] Fix out of bounds access
* [Fix] Fix parsing messages with no body
* [Fix] Fix parsing of '=' character in headers
* [Fix] Fix parsing of messages with no content type
* [Fix] Fix plugins callbacks in webui
* [Fix] Fix possible memory corruption in redis pool
* [Fix] Fix probability calculations for fuzzy redis backend
* [Fix] Fix processing errors in lua_tcp
* [Fix] Fix processing of emails with name only
* [Fix] Fix processing of non-multipart messages
* [Fix] Fix processing of parts with no valid content type
* [Fix] Fix race condition in SIGUSR2 handler
* [Fix] Fix redis options parsing when no redis servers are defined
* [Fix] Fix reload and hyperscan ready event
* [Fix] Fix reload memory issue
* [Fix] Fix rra_ptr conversion
* [Fix] Fix rrd file conversion
* [Fix] Fix setting of content-type attributes
* [Fix] Fix signing headers creation in DKIM
* [Fix] Fix stddev calculations
* [Fix] Fix surbl plugin to work with composite maps
* [Fix] Fix timezones parsing
* [Fix] Fix tokens usage
* [Fix] Fix urls and emails hashes
* [Fix] Fix usage of unsafe ucl iterators
* [Fix] Fix work with broken utf8 tokens
* [Fix] Fix writing of user to roll history
* [Fix] Forgotten worker
* [Fix] Further memory leaks fixes
* [Fix] Ignore lua metatokens in bayes for now
* [Fix] Improve OMOGRAPH_URL rule
* [Fix] Lua IP from string should be invalid if parsing failed
* [Fix] Miltiple fixes to new lua_tcp, add debugging
* [Fix] More fixes for iterators cleanup
* [Fix] More fixes to logger initialization
* [Fix] More heuristic fixes for phishing detection
* [Fix] More leaks eliminated
* [Fix] More leaks...
* [Fix] More random fixes for reload...
* [Fix] Multimap: Fixes for email filters
* [Fix] Multiple fixes for fann module
* [Fix] Multiple memory corruption fixes
* [Fix] Normalize path in HTTP router
* [Fix] Plug memory leak
* [Fix] Plug memory leak in adding radix trees
* [Fix] Plug memory leak in configuration parser
* [Fix] Plug memory leak in expressions parsing during reload
* [Fix] Plug memory leak in learning fuzzy storage
* [Fix] Plug memory leak in lua_tcp
* [Fix] Plug reload leaks
* [Fix] Plug termination memory leaks
* [Fix] Really increase lock lifetime
* [Fix] Replies module: fix symbol weight
* [Fix] Restore content type params related functions
* [Fix] Set task's subject from mime subject
* [Fix] Sigh, one more reload leak
* [Fix] Simplify images shingles
* [Fix] Some more memory issues are fixed
* [Fix] Stop hardcoding of lua in C
* [Fix] Stop processing of bad parts as text parts
* [Fix] Strictly filter bad characters when emittin json
* [Fix] Strings returned from lua are ephemeral
* [Fix] Support unix sockets for lua redis
* [Fix] Try to fix issues with reloading config
* [Fix] Try to fix race condition in redis_pool
* [Fix] Use checksum to avoid intersection between different ANNs
* [Fix] Use rspamd hashes in embedded ucl
* [Fix] Use sane default rewrite subject (*** SPAM *** %s)
* [Fix] Various collection mode fixes
* [Fix] Various fixes to mime parser
* [Fix] Various reload leak fixing
* [Fix] Whitelist certain extensions from archive checks
* [Rework] Add preliminary implementation of the mime parser
* [Rework] Adopt code for the new options
* [Rework] Change logger setup interface
* [Rework] Composite configuration (#1270)
* [Rework] Finally remove gmime dependency from Rspamd
* [Rework] Further fixes to symbols frequencies
* [Rework] Implement content type parser for mime
* [Rework] Kill all InternetAddressList usages
* [Rework] Multiple fixes for symbols cache statistics
* [Rework] Refactor struct names
* [Rework] Rework images fuzzy hashes algorithm
* [Rework] Rework lua_tcp to allow TCP dialog
* [Rework] Start massive rework to get rid of gmime
* [Rework] Start new approach for multiparts parsing
* [Rework] Start rework of mime addresses
* [Rework] Start rework of symbols cache updates
* [Rework] Start switching to libicu
* [Rework] Use a special structure for stats tokens
* [Rework] Use hash tables for symbols options
* [Rework] Use libicu instead of iconv for conversions
* [Rework] Use new scheme to parse mime parts
* [WebUI] Add Access-Control-Allow-Origin for cluster management
* [WebUI] Add Throughput graph autorefreshing (#820)
* [WebUI] Add Visibility.js library
* [WebUI] Add basic cluster support to Throughput tab
* [WebUI] Add graph legend entries for new DSes
* [WebUI] Add graph tab
* [WebUI] Add neighbours RRD data consolidation
* [WebUI] Add preliminary save symbols clustering
* [WebUI] Add server selector to navbar
* [WebUI] Add soft reject to auth stats
* [WebUI] Add summary to the Throughput tab
* [WebUI] Allow to save maps on the cluster
* [WebUI] Avoid extra graph redraw and alerts glitching
* [WebUI] Be more generous with AJAX timeout
* [WebUI] Disable error ring loading in `read only` mode
* [WebUI] Enclose table header cells with `tr`s
* [WebUI] Finish interface rework
* [WebUI] Fix RRD summary pie chart position
* [WebUI] Fix `All SERVERS` graph fot just one available server
* [WebUI] Fix case when no cluster is defined
* [WebUI] Fix compatibility with non-ES6 compliant browsers
* [WebUI] Fix config ID
* [WebUI] Fix configuration page partially
* [WebUI] Fix disabled state
* [WebUI] Fix graph dataset selector initialization
* [WebUI] Fix graph selectors state resetting
* [WebUI] Fix mouse events on throughput summary table area
* [WebUI] Fix multiple JS issues
* [WebUI] Fix pie chart displaying
* [WebUI] Fix read only
* [WebUI] Fix read only2
* [WebUI] Fix retarded datatables
* [WebUI] Fix soft reject in pie chart
* [WebUI] Fix stat widgets timers multiplication on `Refresh` click
* [WebUI] Fix symbols config
* [WebUI] Fix various errors with login form
* [WebUI] Further fixes
* [WebUI] Hide learning tab in read-only mode
* [WebUI] Initial clusters support
* [WebUI] Make legend entry colours more contrast
* [WebUI] Move configuration tab to a separate module
* [WebUI] Move history tab
* [WebUI] Move symbols config as well
* [WebUI] New sec to time function
* [WebUI] Prevent multiple clicks on `Refresh`
* [WebUI] RRD summary: Hide inner labels of tiny pie sectors
* [WebUI] RRD summary: Respect undefined values
* [WebUI] Reduce font size of graph's legend
* [WebUI] Remove orphaned font duplicates
* [WebUI] Remove unused code
* [WebUI] Replace spinner with animated glyphicon
* [WebUI] Reset refresh timer on server switching
* [WebUI] Rework interface to use requirejs
* [WebUI] Rework neighbours query function
* [WebUI] Separate attributes by space
* [WebUI] Set focus to password field (#1230)
* [WebUI] Simplify neighbours table populating
* [WebUI] Start rework of modules
* [WebUI] Stop stats refreshing if the page is hidden
* [WebUI] Turn d3pie's stuff into a reusable function,
* [WebUI] Unify send data functions
* [WebUI] Update D3Evolution to 0.0.1
* [WebUI] Update d3.js
* [WebUI] Update datatables to work with the requirejs
* [WebUI] Use unified tab click event handler,
* [WebUI] clusters for the chart
* [WebUI] fix uptime

Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
7 years agoMerge pull request #1466 from croessner/antivirus
Vsevolod Stakhov [Wed, 1 Mar 2017 13:49:05 +0000 (13:49 +0000)]
Merge pull request #1466 from croessner/antivirus

[Minor] SAVAPI deal correctly with archives

7 years ago[Minor] SAVAPI deal correctly with archives 1466/head
Christian Roessner [Wed, 1 Mar 2017 13:47:05 +0000 (14:47 +0100)]
[Minor] SAVAPI deal correctly with archives

7 years agoMerge pull request #1465 from croessner/antivirus
Vsevolod Stakhov [Wed, 1 Mar 2017 13:13:33 +0000 (13:13 +0000)]
Merge pull request #1465 from croessner/antivirus

[Minor] Chose correct virus name from returned string

7 years ago[Minor] Chose correct virus name from returned string 1465/head
Christian Roessner [Wed, 1 Mar 2017 13:10:28 +0000 (14:10 +0100)]
[Minor] Chose correct virus name from returned string

7 years ago[Minor] Add additional debug for antivirus module
Vsevolod Stakhov [Wed, 1 Mar 2017 12:29:36 +0000 (12:29 +0000)]
[Minor] Add additional debug for antivirus module

7 years agoMerge pull request #1464 from fatalbanana/avs
Vsevolod Stakhov [Wed, 1 Mar 2017 12:19:09 +0000 (12:19 +0000)]
Merge pull request #1464 from fatalbanana/avs

[Fix] Antivirus module: register virtual symbols for patterns

7 years ago[Fix] Do not skip post-filters when pre-filters have set some results
Vsevolod Stakhov [Wed, 1 Mar 2017 12:18:13 +0000 (12:18 +0000)]
[Fix] Do not skip post-filters when pre-filters have set some results

7 years ago[Fix] Antivirus module: register virtual symbols for patterns 1464/head
Andrew Lewis [Wed, 1 Mar 2017 11:12:01 +0000 (13:12 +0200)]
[Fix] Antivirus module: register virtual symbols for patterns

7 years ago[Fix] Fix redis options parsing when no redis servers are defined
Vsevolod Stakhov [Wed, 1 Mar 2017 09:35:50 +0000 (09:35 +0000)]
[Fix] Fix redis options parsing when no redis servers are defined

7 years ago[Fix] Fix monitored setup fro URLBLs with IP addresses
Vsevolod Stakhov [Wed, 1 Mar 2017 09:25:14 +0000 (09:25 +0000)]
[Fix] Fix monitored setup fro URLBLs with IP addresses

7 years ago[Fix] Do not try to set keys for unencrypted requests in proxy
Vsevolod Stakhov [Wed, 1 Mar 2017 08:46:04 +0000 (08:46 +0000)]
[Fix] Do not try to set keys for unencrypted requests in proxy

7 years agoMerge pull request #1463 from fatalbanana/configs
Vsevolod Stakhov [Tue, 28 Feb 2017 16:27:47 +0000 (16:27 +0000)]
Merge pull request #1463 from fatalbanana/configs

[Minor] Add default configs for several modules

7 years agoMerge pull request #1462 from fatalbanana/ps
Vsevolod Stakhov [Tue, 28 Feb 2017 16:26:55 +0000 (16:26 +0000)]
Merge pull request #1462 from fatalbanana/ps

[Minor] Update public suffix list

7 years ago[Minor] Add default configs for several modules 1463/head
Andrew Lewis [Tue, 28 Feb 2017 15:02:02 +0000 (17:02 +0200)]
[Minor] Add default configs for several modules

7 years ago[Minor] Update public suffix list 1462/head
Andrew Lewis [Tue, 28 Feb 2017 13:53:59 +0000 (15:53 +0200)]
[Minor] Update public suffix list

7 years agoMerge pull request #1461 from fatalbanana/utt
Vsevolod Stakhov [Tue, 28 Feb 2017 13:39:48 +0000 (13:39 +0000)]
Merge pull request #1461 from fatalbanana/utt

[Test] Test URL tag persistence

7 years agoMerge pull request #1460 from fatalbanana/avm
Vsevolod Stakhov [Tue, 28 Feb 2017 13:36:29 +0000 (13:36 +0000)]
Merge pull request #1460 from fatalbanana/avm

[Minor] Fail upstreams in antivirus module

7 years ago[Test] Test URL tag persistence 1461/head
Andrew Lewis [Tue, 28 Feb 2017 13:33:25 +0000 (15:33 +0200)]
[Test] Test URL tag persistence

7 years ago[Minor] Fail upstreams in antivirus module 1460/head
Andrew Lewis [Tue, 28 Feb 2017 13:29:02 +0000 (15:29 +0200)]
[Minor] Fail upstreams in antivirus module

7 years agoMerge pull request #1459 from moisseev/redirectors
Vsevolod Stakhov [Tue, 28 Feb 2017 13:22:31 +0000 (13:22 +0000)]
Merge pull request #1459 from moisseev/redirectors

[Minor] Update redirectors list

7 years ago[Minor] Another fix for libicu detection
Vsevolod Stakhov [Tue, 28 Feb 2017 13:21:57 +0000 (13:21 +0000)]
[Minor] Another fix for libicu detection

7 years ago[Minor] Treat bad SMTP from as broken header
Vsevolod Stakhov [Tue, 28 Feb 2017 13:21:40 +0000 (13:21 +0000)]
[Minor] Treat bad SMTP from as broken header

7 years ago[Minor] Fix enabled checks for symbols in cache
Vsevolod Stakhov [Tue, 28 Feb 2017 13:01:01 +0000 (13:01 +0000)]
[Minor] Fix enabled checks for symbols in cache

7 years ago[Minor] Some more debug for bayes skip
Vsevolod Stakhov [Tue, 28 Feb 2017 12:25:31 +0000 (12:25 +0000)]
[Minor] Some more debug for bayes skip

7 years ago[Minor] Another fix for genius system named CentOS
Vsevolod Stakhov [Tue, 28 Feb 2017 12:16:44 +0000 (12:16 +0000)]
[Minor] Another fix for genius system named CentOS

7 years ago[Minor] Add debug message when bayes symbol is disabled
Vsevolod Stakhov [Tue, 28 Feb 2017 12:15:40 +0000 (12:15 +0000)]
[Minor] Add debug message when bayes symbol is disabled

7 years ago[Minor] Support old libicu
Vsevolod Stakhov [Tue, 28 Feb 2017 11:52:28 +0000 (11:52 +0000)]
[Minor] Support old libicu

7 years ago[Minor] Update redirectors list 1459/head
Alexander Moisseev [Tue, 28 Feb 2017 06:31:55 +0000 (09:31 +0300)]
[Minor] Update redirectors list

7 years ago[Minor] Fix classifiers disabling
Vsevolod Stakhov [Mon, 27 Feb 2017 18:15:12 +0000 (18:15 +0000)]
[Minor] Fix classifiers disabling

7 years ago[Fix] Allow to disable classifiers checks using settings and conditions
Vsevolod Stakhov [Mon, 27 Feb 2017 17:44:48 +0000 (17:44 +0000)]
[Fix] Allow to disable classifiers checks using settings and conditions

7 years agoMerge pull request #1458 from fatalbanana/radix
Vsevolod Stakhov [Mon, 27 Feb 2017 16:27:18 +0000 (16:27 +0000)]
Merge pull request #1458 from fatalbanana/radix

[Test] Test map key values

7 years ago[Minor] Fix couple of charset detection issues
Vsevolod Stakhov [Mon, 27 Feb 2017 16:19:48 +0000 (16:19 +0000)]
[Minor] Fix couple of charset detection issues

7 years ago[Test] Test map key values 1458/head
Andrew Lewis [Mon, 27 Feb 2017 16:11:44 +0000 (18:11 +0200)]
[Test] Test map key values

7 years ago[Minor] Use DISCARD instead of ERROR in CGP interface
Vsevolod Stakhov [Mon, 27 Feb 2017 13:54:44 +0000 (13:54 +0000)]
[Minor] Use DISCARD instead of ERROR in CGP interface

7 years ago[Minor] Print better information about Lua found
Vsevolod Stakhov [Mon, 27 Feb 2017 12:59:05 +0000 (12:59 +0000)]
[Minor] Print better information about Lua found

7 years ago[CritFix] Fix critical memory issues with radix maps
Vsevolod Stakhov [Mon, 27 Feb 2017 12:37:02 +0000 (12:37 +0000)]
[CritFix] Fix critical memory issues with radix maps

7 years ago[Minor] Accept strign keys for radix maps
Vsevolod Stakhov [Mon, 27 Feb 2017 12:16:23 +0000 (12:16 +0000)]
[Minor] Accept strign keys for radix maps

7 years ago[Minor] Allow to parse and create stack based inet_addr_t
Vsevolod Stakhov [Mon, 27 Feb 2017 12:15:57 +0000 (12:15 +0000)]
[Minor] Allow to parse and create stack based inet_addr_t

7 years ago[Minor] Small improvements of key/value parsing of radix maps
Vsevolod Stakhov [Mon, 27 Feb 2017 12:15:27 +0000 (12:15 +0000)]
[Minor] Small improvements of key/value parsing of radix maps

7 years ago[Minor] Fix issue with chartable plugin
Vsevolod Stakhov [Sun, 26 Feb 2017 11:07:26 +0000 (11:07 +0000)]
[Minor] Fix issue with chartable plugin

7 years ago[Minor] Penalise URLs with IDNA <-> nonIDNA representations
Vsevolod Stakhov [Sat, 25 Feb 2017 17:48:42 +0000 (17:48 +0000)]
[Minor] Penalise URLs with IDNA <-> nonIDNA representations

Issue: #842

7 years ago[Minor] Check visual confusing in phishing module
Vsevolod Stakhov [Sat, 25 Feb 2017 14:47:15 +0000 (14:47 +0000)]
[Minor] Check visual confusing in phishing module

7 years ago[Minor] Use libicu for tokenizers
Vsevolod Stakhov [Sat, 25 Feb 2017 13:38:48 +0000 (13:38 +0000)]
[Minor] Use libicu for tokenizers

7 years ago[Fix] Fix IDN eslds phishing checks
Vsevolod Stakhov [Sat, 25 Feb 2017 12:36:15 +0000 (12:36 +0000)]
[Fix] Fix IDN eslds phishing checks

Issue: #842

7 years ago[Minor] Detect real charset if data is in utf-8
Vsevolod Stakhov [Fri, 24 Feb 2017 18:24:46 +0000 (18:24 +0000)]
[Minor] Detect real charset if data is in utf-8

7 years ago[Minor] Use libicu in chartable plugin
Vsevolod Stakhov [Fri, 24 Feb 2017 18:06:25 +0000 (18:06 +0000)]
[Minor] Use libicu in chartable plugin

7 years agoMerge pull request #1456 from fatalbanana/fb
Vsevolod Stakhov [Fri, 24 Feb 2017 16:28:31 +0000 (16:28 +0000)]
Merge pull request #1456 from fatalbanana/fb

[Minor] Fix domain used for monitoring

7 years ago[Minor] Fix domain used for monitoring 1456/head
Andrew Lewis [Fri, 24 Feb 2017 16:22:35 +0000 (18:22 +0200)]
[Minor] Fix domain used for monitoring

7 years agoMerge pull request #1455 from fatalbanana/tr
Vsevolod Stakhov [Fri, 24 Feb 2017 11:21:44 +0000 (11:21 +0000)]
Merge pull request #1455 from fatalbanana/tr

[Minor] URL tags: fix restoring of tags

7 years ago[Feature] Fix phishing detection for IDNA urls
Vsevolod Stakhov [Fri, 24 Feb 2017 11:20:27 +0000 (11:20 +0000)]
[Feature] Fix phishing detection for IDNA urls

Issue: #842
Reported by: @moisseev

7 years ago[Minor] URL tags: use base32 encoding 1455/head
Andrew Lewis [Fri, 24 Feb 2017 11:19:46 +0000 (13:19 +0200)]
[Minor] URL tags: use base32 encoding

7 years ago[Minor] Remove debug
Vsevolod Stakhov [Fri, 24 Feb 2017 11:06:32 +0000 (11:06 +0000)]
[Minor] Remove debug

7 years ago[Minor] URL tags: support not persisting certain tags
Andrew Lewis [Fri, 24 Feb 2017 10:53:37 +0000 (12:53 +0200)]
[Minor] URL tags: support not persisting certain tags

7 years ago[Fix] Adopt OMOGRAPH_URL rule
Vsevolod Stakhov [Fri, 24 Feb 2017 10:45:30 +0000 (10:45 +0000)]
[Fix] Adopt OMOGRAPH_URL rule

7 years ago[Minor] Add reason of confusing
Vsevolod Stakhov [Fri, 24 Feb 2017 10:45:14 +0000 (10:45 +0000)]
[Minor] Add reason of confusing

7 years ago[Feature] Improve detection of omographs using libicu
Vsevolod Stakhov [Fri, 24 Feb 2017 10:30:40 +0000 (10:30 +0000)]
[Feature] Improve detection of omographs using libicu

7 years ago[Minor] URL tags: fix restoring of tags
Andrew Lewis [Fri, 24 Feb 2017 10:06:09 +0000 (12:06 +0200)]
[Minor] URL tags: fix restoring of tags

7 years agoMerge pull request #1454 from fatalbanana/red
Vsevolod Stakhov [Fri, 24 Feb 2017 09:45:51 +0000 (09:45 +0000)]
Merge pull request #1454 from fatalbanana/red

[Minor] Use fake User-Agent in URL redirector plugin

7 years ago[Minor] Use fake User-Agent in URL redirector plugin 1454/head
Andrew Lewis [Thu, 23 Feb 2017 16:54:15 +0000 (18:54 +0200)]
[Minor] Use fake User-Agent in URL redirector plugin

7 years agoMerge pull request #1453 from fatalbanana/en
Vsevolod Stakhov [Thu, 23 Feb 2017 16:34:43 +0000 (16:34 +0000)]
Merge pull request #1453 from fatalbanana/en

[Minor] Support setting `enabled = false` on RBLs

7 years ago[Minor] Allow ascii messages with undetected charset
Vsevolod Stakhov [Thu, 23 Feb 2017 16:20:50 +0000 (16:20 +0000)]
[Minor] Allow ascii messages with undetected charset

7 years ago[Minor] Fix manual libicu detection
Vsevolod Stakhov [Thu, 23 Feb 2017 15:47:58 +0000 (15:47 +0000)]
[Minor] Fix manual libicu detection

7 years ago[Fix] Fix ignoring of bad text parts
Vsevolod Stakhov [Thu, 23 Feb 2017 15:37:41 +0000 (15:37 +0000)]
[Fix] Fix ignoring of bad text parts

7 years ago[Fix] Stop processing of bad parts as text parts
Vsevolod Stakhov [Thu, 23 Feb 2017 15:03:50 +0000 (15:03 +0000)]
[Fix] Stop processing of bad parts as text parts

7 years ago[Feature] Add charset detection for text parts
Vsevolod Stakhov [Thu, 23 Feb 2017 14:59:18 +0000 (14:59 +0000)]
[Feature] Add charset detection for text parts

7 years ago[Feature] Cache libicu convertors
Vsevolod Stakhov [Thu, 23 Feb 2017 14:24:41 +0000 (14:24 +0000)]
[Feature] Cache libicu convertors

7 years ago[Rework] Use libicu instead of iconv for conversions
Vsevolod Stakhov [Thu, 23 Feb 2017 14:03:14 +0000 (14:03 +0000)]
[Rework] Use libicu instead of iconv for conversions

7 years ago[Rework] Start switching to libicu
Vsevolod Stakhov [Thu, 23 Feb 2017 13:10:03 +0000 (13:10 +0000)]
[Rework] Start switching to libicu

7 years ago[Minor] Support setting `enabled = false` on RBLs 1453/head
Andrew Lewis [Thu, 23 Feb 2017 13:26:43 +0000 (15:26 +0200)]
[Minor] Support setting `enabled = false` on RBLs

7 years agoMerge pull request #1451 from fatalbanana/redis
Vsevolod Stakhov [Thu, 23 Feb 2017 11:37:55 +0000 (11:37 +0000)]
Merge pull request #1451 from fatalbanana/redis

[Minor] Finally fix saving of URL tags

7 years ago[Minor] Finally fix saving of URL tags 1451/head
Andrew Lewis [Thu, 23 Feb 2017 11:02:46 +0000 (13:02 +0200)]
[Minor] Finally fix saving of URL tags

7 years ago[Minor] One more tweak to start fann learning
Vsevolod Stakhov [Wed, 22 Feb 2017 17:45:31 +0000 (17:45 +0000)]
[Minor] One more tweak to start fann learning

7 years ago[Minor] Add ability to save rspamd_text in file
Vsevolod Stakhov [Wed, 22 Feb 2017 17:15:18 +0000 (17:15 +0000)]
[Minor] Add ability to save rspamd_text in file

7 years ago[Minor] Do not process large invalid zip archives
Vsevolod Stakhov [Wed, 22 Feb 2017 16:47:58 +0000 (16:47 +0000)]
[Minor] Do not process large invalid zip archives

7 years ago[CritFix] Fix parsing of boundaries that end with `--`
Vsevolod Stakhov [Wed, 22 Feb 2017 16:41:15 +0000 (16:41 +0000)]
[CritFix] Fix parsing of boundaries that end with `--`

7 years agoMerge pull request #1449 from moisseev/lists
Vsevolod Stakhov [Wed, 22 Feb 2017 16:17:45 +0000 (16:17 +0000)]
Merge pull request #1449 from moisseev/lists

[Minor] Update redirectors list

7 years agoMerge pull request #1448 from croessner/antivirus
Vsevolod Stakhov [Wed, 22 Feb 2017 16:17:10 +0000 (16:17 +0000)]
Merge pull request #1448 from croessner/antivirus

[Minor] Add log_clean option for SAVAPI

7 years agoMerge pull request #1446 from fatalbanana/rsn
Vsevolod Stakhov [Wed, 22 Feb 2017 16:16:44 +0000 (16:16 +0000)]
Merge pull request #1446 from fatalbanana/rsn

[Minor] Rmilter headers: deal with missing reasons in DMARC

7 years agoMerge pull request #1445 from fatalbanana/mex
Vsevolod Stakhov [Wed, 22 Feb 2017 16:16:32 +0000 (16:16 +0000)]
Merge pull request #1445 from fatalbanana/mex

[Minor] Use JSON in metadata exporter HTTP metadata headers

7 years ago[Minor] Update redirectors list 1449/head
Alexander Moisseev [Wed, 22 Feb 2017 13:30:37 +0000 (16:30 +0300)]
[Minor] Update redirectors list

with twitter's link shortener

7 years ago[Minor] Add log_clean option for SAVAPI 1448/head
Christian Roessner [Wed, 22 Feb 2017 12:43:01 +0000 (13:43 +0100)]
[Minor] Add log_clean option for SAVAPI

7 years ago[Minor] Rmilter headers: deal with missing reasons in DMARC 1446/head
Andrew Lewis [Wed, 22 Feb 2017 09:39:09 +0000 (11:39 +0200)]
[Minor] Rmilter headers: deal with missing reasons in DMARC

7 years ago[Minor] Use JSON in metadata exporter HTTP metadata headers 1445/head
Andrew Lewis [Tue, 21 Feb 2017 22:07:29 +0000 (00:07 +0200)]
[Minor] Use JSON in metadata exporter HTTP metadata headers

7 years ago[Minor] Fix ANN learn condition
Vsevolod Stakhov [Tue, 21 Feb 2017 16:32:41 +0000 (16:32 +0000)]
[Minor] Fix ANN learn condition

7 years ago[Fix] Multiple fixes for fann module
Vsevolod Stakhov [Tue, 21 Feb 2017 16:00:40 +0000 (16:00 +0000)]
[Fix] Multiple fixes for fann module

7 years ago[Minor] Save hostname when learning ANN
Vsevolod Stakhov [Tue, 21 Feb 2017 13:43:50 +0000 (13:43 +0000)]
[Minor] Save hostname when learning ANN

7 years ago[Minor] Add util.get_hostname routine
Vsevolod Stakhov [Tue, 21 Feb 2017 13:37:14 +0000 (13:37 +0000)]
[Minor] Add util.get_hostname routine

7 years ago[Minor] Remove obsoleted functions
Vsevolod Stakhov [Tue, 21 Feb 2017 13:37:03 +0000 (13:37 +0000)]
[Minor] Remove obsoleted functions