summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* [Minor] Forgotten in the previous commitVsevolod Stakhov2017-02-161-4/+8
|
* [Fix] Do not destroy session when not all finish scripts are doneVsevolod Stakhov2017-02-161-0/+3
|
* [Fix] Fix writing of user to roll historyVsevolod Stakhov2017-02-151-1/+1
| | | | | Issue: #1429 Reported by: @moisseev
* [Minor] Treat urls in subject as displayed onlyVsevolod Stakhov2017-02-151-0/+3
|
* [Feature] Support setting subject in force actions moduleAndrew Lewis2017-02-151-3/+7
|
* [Feature] Support setting metric subject from LuaAndrew Lewis2017-02-151-0/+28
|
* [Feature] Various new features in metadata exporter moduleAndrew Lewis2017-02-151-15/+222
|
* [Fix] Fix tokens usageVsevolod Stakhov2017-02-142-5/+8
|
* [Fix] Do not stop symbols planning if async events are pendingVsevolod Stakhov2017-02-141-1/+2
| | | | Issue: #1425
* [Fix] Ignore lua metatokens in bayes for nowVsevolod Stakhov2017-02-141-0/+5
|
* [Rework] Use a special structure for stats tokensVsevolod Stakhov2017-02-1410-29/+70
|
* [Minor] Filter artificial Received header in multimap by defaultAndrew Lewis2017-02-131-0/+5
| | | | - Also filter headers in CHECK_RECEIVED rule
* [Minor] Fix lintVsevolod Stakhov2017-02-131-2/+2
|
* [Fix] Fix urls and emails hashesVsevolod Stakhov2017-02-134-9/+28
|
* [Fix] More heuristic fixes for phishing detectionVsevolod Stakhov2017-02-131-0/+19
|
* [Minor] Add method to find displayed urlsVsevolod Stakhov2017-02-131-0/+23
|
* [Feature] Add heuristic to find displayed URLsVsevolod Stakhov2017-02-133-3/+46
|
* [Feature] Allow to return options as a tableVsevolod Stakhov2017-02-131-0/+11
|
* [Minor] Fix corner cases in non-ascii characters counterVsevolod Stakhov2017-02-131-0/+4
|
* [Minor] Add nan protection for ipscoreVsevolod Stakhov2017-02-131-0/+3
|
* [Feature] Implement received headers flagsVsevolod Stakhov2017-02-134-1/+49
|
* [Fix] Improve OMOGRAPH_URL ruleVsevolod Stakhov2017-02-131-1/+6
| | | | | | - Calculate omographs in each dot component separately - Normalize omographs - Count utf8 characters properly
* [Minor] Fix plugins to work with the default settingsVsevolod Stakhov2017-02-122-1/+1
|
* [Feature] Store relational order of all headers in a messageVsevolod Stakhov2017-02-113-24/+31
|
* [Fetaure] Use metatokens from Lua in BayesVsevolod Stakhov2017-02-111-14/+38
|
* [Fix] Fix Content-Type in HTTP requestsVsevolod Stakhov2017-02-101-6/+41
| | | | | Issue: #1410 Reported by: @cgt
* [Minor] Allow to cache values for task from Lua APIVsevolod Stakhov2017-02-101-12/+26
|
* [Minor] Add fast 52 bits hash to LuaVsevolod Stakhov2017-02-101-0/+53
|
* Merge pull request #1409 from fatalbanana/MM5Vsevolod Stakhov2017-02-101-3/+3
|\ | | | | Multimap: fixes for filters
| * [Fix] Multimap: Fixes for email filtersAndrew Lewis2017-02-101-3/+3
| |
* | [Minor] Use more precise system function to print floating pointVsevolod Stakhov2017-02-101-71/+19
| |
* | [Minor] Disable lua files execution for nowVsevolod Stakhov2017-02-101-0/+2
| |
* | [Minor] Use isfinite instead of isnormal because of '0.0'Vsevolod Stakhov2017-02-101-1/+1
|/
* Merge pull request #1407 from fatalbanana/maxVsevolod Stakhov2017-02-091-7/+1
|\ | | | | Multimap: don't try handle gaps in Received headers
| * [Minor] Don't try handle gaps in Received headersAndrew Lewis2017-02-091-7/+1
| |
* | [Feature] Add per-task lua cache to reuse 'heavy' objectsVsevolod Stakhov2017-02-093-100/+191
| |
* | [Feature] Store all received headers in luaVsevolod Stakhov2017-02-093-1/+8
| |
* | [Minor] Fix lengths when parsing email addressesVsevolod Stakhov2017-02-091-3/+3
| |
* | [Fix] Fix couple of cornercases with email addressesVsevolod Stakhov2017-02-091-7/+41
| |
* | [Minor] Improve events debuggingVsevolod Stakhov2017-02-091-39/+50
| |
* | [Minor] Zero structure before usingVsevolod Stakhov2017-02-091-1/+1
| |
* | [Fix] Fix processing of emails with name onlyVsevolod Stakhov2017-02-091-1/+22
|/
* Merge pull request #1406 from fatalbanana/mmVsevolod Stakhov2017-02-081-11/+22
|\ | | | | [Minor] Multimap Received headers: fixes
| * [Minor] Multimap Received headers: fixesAndrew Lewis2017-02-081-11/+22
| | | | | | | | | | | | - Deal with gaps in Received headers indexes - Deal with rspamd_ip values - Fix min_pos/max_pos
* | [Fix] Filter bad characters from message idVsevolod Stakhov2017-02-081-6/+25
|/ | | | Issue: #1403
* Merge pull request #1405 from fatalbanana/lipVsevolod Stakhov2017-02-081-0/+1
|\ | | | | [Fix] Lua IP from string should be invalid if parsing failed
| * [Fix] Lua IP from string should be invalid if parsing failedAndrew Lewis2017-02-081-0/+1
| |
* | Merge pull request #1404 from fatalbanana/mmVsevolod Stakhov2017-02-081-78/+189
|\ \ | | | | | | [Feature] Multimap: Received header processing
| * | [Feature] Multimap: Received header processingAndrew Lewis2017-02-081-0/+91
| | |
| * | [Minor] Multimap: use table lookup to determine processingAndrew Lewis2017-02-081-79/+99
| |/