summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Release 1.0.01.0.0Vsevolod Stakhov2015-09-171-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Rework symbols processing: - Improve sorting logic for symbols - Organize processing into multiple stages - Added asynchronous watchers for symbols - Added ability to organize dependencies between symbols * Fixed URL redirector: - Use optimized POE loop - Organize dependencies - Fix startup * New sqlite3 backend: - Allow to have per-languages and per-user statistics - Allow sqlite3 to be used as statistics backend * Store tokenizer configuration within statfiles * Improve bayes statistics: - Use headers and images metainformation in bayes - Suggest using of pre-processed tokens for statistics - Fix tokens normalization for OSB algorithm * Rewrite url parsing: - Fix numerous issues with url extraction and normalization - Fix mailto urls * Fix settings plugin to allow custom actions scores * Improve rbl plugin * Allow capturing patterns in rspamd lua regexp library * Add GTUBE support * Fix spamc legacy support * Add DKIM support to RBL module * Fix issues with multiple DKIM signatures * Fix issue if rspamd cannot create statfiles (#331) * Rework parts and task structure: - Now text_parts, parts and received are arrays - Pre-allocate arrays with some reasonable defaults - Use arrays instead of lists in plugins and checks - Remove unused fields from task structure - Rework mime_foreach callback function - Remove deprecated scan_milliseconds field * Add ip_score plugin support (not enabled by default): - Can check for asn/country and network using DNS lookups - Can store and load reputation from redis server * Improve PARTS_DIFFER rule to count merely different words * New HTML parser: - Parses HTML parts using a set of state machines - Extracts useful data and exports it to lua functions: + Styles + Images + URLs + Colors + Structure elements - Added HTML rules for some checks * New version of LUA DNS API * Table versions of many functions in LUA API * Improve rspamc client: - Print execution time - Allow executing of external commands and passing output to them - Allow mime output mode when rspamc alters message according to rspamd checks and send it to an external command or stdout * Allow scanning of local files using HTTP requests * Rework configuration system: - Rules are now moved from the $CONFDIR to $RULESDIR to avoid ambiguity - All modules configurations are now split in $CONFDIR/modules.d/* to simplify upgrades - Move hfilter to plugins - Allow plugins and rules to define default scores to simplify metrics setup - Include overrides for all modules to honor local/automatic parameters - Tune scores for many modules * Rework and enable DMARC plugin * Add whitelist plugin for SPF/DKIM/DMARC based whitelisting * Add some common domains to whitelists shipped with rspamd * Rework logging: - Now each log entry supports module name and a `tag`. Tag is used to identify unique objects (such as tasks) when checking log files - It is possible to turn on debugging for the specific modules - Systemd logging is fixed * Improve spamassassin plugin. - Now headers are matched more like SA - Improve support of Message-ID - Add support of ToCc header type - Fix :addr and :name in headers regexps * Resurrect rrd support code * Save controller stats between restarts * Fixed tonns of bugs * Added tonns of minor improvements and features * Added more unit tests * Create functional tests framework * Added documentation for missing modules * Added rpm/deb repositories and scripts * Updated WebUI and libucl externals Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru>
* Add 0.9.10 changelog entry.Vsevolod Stakhov2015-09-171-0/+9
|
* Merge pull request #370 from fatalbanana/masterVsevolod Stakhov2015-09-171-2/+2
|\ | | | | Fix DKIM RBL
| * Fix DKIM RBLAndrew Lewis2015-09-171-2/+2
|/
* Update linux build specs.Vsevolod Stakhov2015-09-172-22/+35
|
* Set one shot mode for dkim.Vsevolod Stakhov2015-09-171-0/+1
|
* Further reduce hfilter weights.Vsevolod Stakhov2015-09-171-17/+17
|
* Check DKIM domain when whitelisting by DKIM signature.Vsevolod Stakhov2015-09-171-4/+21
|
* Improve dkim domains validation for DMARCVsevolod Stakhov2015-09-171-7/+9
|
* Indexes start from 1 in lua!!!!Vsevolod Stakhov2015-09-171-1/+1
|
* Sanitize spaces in headers' start.Vsevolod Stakhov2015-09-171-0/+5
|
* Enable systemd logging in systemd configuration.Vsevolod Stakhov2015-09-171-0/+1
|
* Add special knob for systemd logging.Vsevolod Stakhov2015-09-173-8/+30
|
* Add facebookmail.com to dmarc whitelist.Vsevolod Stakhov2015-09-161-0/+1
|
* Adjust scores for whitelists slightly.Vsevolod Stakhov2015-09-162-4/+5
|
* Use tld for whitelisting.Vsevolod Stakhov2015-09-161-7/+2
|
* Fix wrongly placed g_string_free.Vsevolod Stakhov2015-09-162-1/+11
|
* Allow optional multiplier for whitelists.Vsevolod Stakhov2015-09-162-7/+34
|
* Fix logging in DNS.Vsevolod Stakhov2015-09-161-4/+4
|
* Print IP address in logs.Vsevolod Stakhov2015-09-161-2/+3
|
* Add whitelist configuration.Vsevolod Stakhov2015-09-163-0/+408
|
* Use new statistics format in the default config.Vsevolod Stakhov2015-09-161-15/+24
|
* Match domain name for simple dkim signatures.Vsevolod Stakhov2015-09-161-1/+11
|
* Add Karp-Rabin algorithm for substrings search.Vsevolod Stakhov2015-09-162-0/+46
|
* Fix multiple DKIM signatures for relaxed method.Vsevolod Stakhov2015-09-162-2/+5
|
* Fix a stupid mistake in module name.Vsevolod Stakhov2015-09-151-1/+1
|
* Another issue with nested depends.Vsevolod Stakhov2015-09-151-1/+1
|
* Improve url log output.Vsevolod Stakhov2015-09-151-3/+21
|
* Print 'from: ' in logs if a task has no `user` specifiedVsevolod Stakhov2015-09-151-0/+11
|
* Add default dmarc configuration.Vsevolod Stakhov2015-09-152-0/+28
|
* Stop logging of encrypted passwords.Vsevolod Stakhov2015-09-151-24/+2
|
* Save controller statistics between restarts.Vsevolod Stakhov2015-09-151-0/+198
|
* Fix rrd tests.Vsevolod Stakhov2015-09-151-3/+2
|
* Fix rra updates.Vsevolod Stakhov2015-09-151-18/+22
|
* Fix bugs in pdp calculations.Vsevolod Stakhov2015-09-151-22/+6
|
* Add debugging to rrd code.Vsevolod Stakhov2015-09-152-77/+93
|
* Update rrd code.Vsevolod Stakhov2015-09-152-44/+61
|
* Update rrd test.Vsevolod Stakhov2015-09-151-14/+47
|
* Add utility to get calendar ticks.Vsevolod Stakhov2015-09-152-0/+22
|
* Fix dependencies nesting.Vsevolod Stakhov2015-09-151-1/+3
|
* Add whitelist documentation.Vsevolod Stakhov2015-09-151-0/+76
|
* Fix scanning via controller.Vsevolod Stakhov2015-09-152-15/+36
|
* Update interface.Vsevolod Stakhov2015-09-151-0/+0
|
* Add initial version of the whitelist plugin.Vsevolod Stakhov2015-09-141-0/+153
|
* Fix parsing of lua tables.Vsevolod Stakhov2015-09-142-7/+12
|
* Improve error handler for lua_pcall.Vsevolod Stakhov2015-09-142-15/+14
|
* Print stack trace on lua errors.Vsevolod Stakhov2015-09-143-48/+91
|
* Unbreak logging in the settings module.Vsevolod Stakhov2015-09-141-5/+5
|
* Fix variable name.Vsevolod Stakhov2015-09-141-2/+2
|
* Rework dmarc to the dependencies system.Vsevolod Stakhov2015-09-141-5/+9
|