Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Minor] Forgotten in the previous commit | Vsevolod Stakhov | 2017-02-16 | 1 | -4/+8 | |
| | ||||||
* | [Fix] Do not destroy session when not all finish scripts are done | Vsevolod Stakhov | 2017-02-16 | 1 | -0/+3 | |
| | ||||||
* | [Fix] Fix writing of user to roll history | Vsevolod Stakhov | 2017-02-15 | 1 | -1/+1 | |
| | | | | | Issue: #1429 Reported by: @moisseev | |||||
* | [Minor] Treat urls in subject as displayed only | Vsevolod Stakhov | 2017-02-15 | 1 | -0/+3 | |
| | ||||||
* | [Feature] Support setting subject in force actions module | Andrew Lewis | 2017-02-15 | 1 | -3/+7 | |
| | ||||||
* | [Feature] Support setting metric subject from Lua | Andrew Lewis | 2017-02-15 | 1 | -0/+28 | |
| | ||||||
* | [Feature] Various new features in metadata exporter module | Andrew Lewis | 2017-02-15 | 1 | -15/+222 | |
| | ||||||
* | [Fix] Fix tokens usage | Vsevolod Stakhov | 2017-02-14 | 2 | -5/+8 | |
| | ||||||
* | [Fix] Do not stop symbols planning if async events are pending | Vsevolod Stakhov | 2017-02-14 | 1 | -1/+2 | |
| | | | | Issue: #1425 | |||||
* | [Fix] Ignore lua metatokens in bayes for now | Vsevolod Stakhov | 2017-02-14 | 1 | -0/+5 | |
| | ||||||
* | [Rework] Use a special structure for stats tokens | Vsevolod Stakhov | 2017-02-14 | 10 | -29/+70 | |
| | ||||||
* | [Minor] Filter artificial Received header in multimap by default | Andrew Lewis | 2017-02-13 | 1 | -0/+5 | |
| | | | | - Also filter headers in CHECK_RECEIVED rule | |||||
* | [Minor] Fix lint | Vsevolod Stakhov | 2017-02-13 | 1 | -2/+2 | |
| | ||||||
* | [Fix] Fix urls and emails hashes | Vsevolod Stakhov | 2017-02-13 | 4 | -9/+28 | |
| | ||||||
* | [Fix] More heuristic fixes for phishing detection | Vsevolod Stakhov | 2017-02-13 | 1 | -0/+19 | |
| | ||||||
* | [Minor] Add method to find displayed urls | Vsevolod Stakhov | 2017-02-13 | 1 | -0/+23 | |
| | ||||||
* | [Feature] Add heuristic to find displayed URLs | Vsevolod Stakhov | 2017-02-13 | 3 | -3/+46 | |
| | ||||||
* | [Feature] Allow to return options as a table | Vsevolod Stakhov | 2017-02-13 | 1 | -0/+11 | |
| | ||||||
* | [Minor] Fix corner cases in non-ascii characters counter | Vsevolod Stakhov | 2017-02-13 | 1 | -0/+4 | |
| | ||||||
* | [Minor] Add nan protection for ipscore | Vsevolod Stakhov | 2017-02-13 | 1 | -0/+3 | |
| | ||||||
* | [Feature] Implement received headers flags | Vsevolod Stakhov | 2017-02-13 | 4 | -1/+49 | |
| | ||||||
* | [Fix] Improve OMOGRAPH_URL rule | Vsevolod Stakhov | 2017-02-13 | 1 | -1/+6 | |
| | | | | | | - Calculate omographs in each dot component separately - Normalize omographs - Count utf8 characters properly | |||||
* | [Minor] Fix plugins to work with the default settings | Vsevolod Stakhov | 2017-02-12 | 2 | -1/+1 | |
| | ||||||
* | [Feature] Store relational order of all headers in a message | Vsevolod Stakhov | 2017-02-11 | 3 | -24/+31 | |
| | ||||||
* | [Fetaure] Use metatokens from Lua in Bayes | Vsevolod Stakhov | 2017-02-11 | 1 | -14/+38 | |
| | ||||||
* | [Fix] Fix Content-Type in HTTP requests | Vsevolod Stakhov | 2017-02-10 | 1 | -6/+41 | |
| | | | | | Issue: #1410 Reported by: @cgt | |||||
* | [Minor] Allow to cache values for task from Lua API | Vsevolod Stakhov | 2017-02-10 | 1 | -12/+26 | |
| | ||||||
* | [Minor] Add fast 52 bits hash to Lua | Vsevolod Stakhov | 2017-02-10 | 1 | -0/+53 | |
| | ||||||
* | Merge pull request #1409 from fatalbanana/MM5 | Vsevolod Stakhov | 2017-02-10 | 1 | -3/+3 | |
|\ | | | | | Multimap: fixes for filters | |||||
| * | [Fix] Multimap: Fixes for email filters | Andrew Lewis | 2017-02-10 | 1 | -3/+3 | |
| | | ||||||
* | | [Minor] Use more precise system function to print floating point | Vsevolod Stakhov | 2017-02-10 | 1 | -71/+19 | |
| | | ||||||
* | | [Minor] Disable lua files execution for now | Vsevolod Stakhov | 2017-02-10 | 1 | -0/+2 | |
| | | ||||||
* | | [Minor] Use isfinite instead of isnormal because of '0.0' | Vsevolod Stakhov | 2017-02-10 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #1407 from fatalbanana/max | Vsevolod Stakhov | 2017-02-09 | 1 | -7/+1 | |
|\ | | | | | Multimap: don't try handle gaps in Received headers | |||||
| * | [Minor] Don't try handle gaps in Received headers | Andrew Lewis | 2017-02-09 | 1 | -7/+1 | |
| | | ||||||
* | | [Feature] Add per-task lua cache to reuse 'heavy' objects | Vsevolod Stakhov | 2017-02-09 | 3 | -100/+191 | |
| | | ||||||
* | | [Feature] Store all received headers in lua | Vsevolod Stakhov | 2017-02-09 | 3 | -1/+8 | |
| | | ||||||
* | | [Minor] Fix lengths when parsing email addresses | Vsevolod Stakhov | 2017-02-09 | 1 | -3/+3 | |
| | | ||||||
* | | [Fix] Fix couple of cornercases with email addresses | Vsevolod Stakhov | 2017-02-09 | 1 | -7/+41 | |
| | | ||||||
* | | [Minor] Improve events debugging | Vsevolod Stakhov | 2017-02-09 | 1 | -39/+50 | |
| | | ||||||
* | | [Minor] Zero structure before using | Vsevolod Stakhov | 2017-02-09 | 1 | -1/+1 | |
| | | ||||||
* | | [Fix] Fix processing of emails with name only | Vsevolod Stakhov | 2017-02-09 | 1 | -1/+22 | |
|/ | ||||||
* | Merge pull request #1406 from fatalbanana/mm | Vsevolod Stakhov | 2017-02-08 | 1 | -11/+22 | |
|\ | | | | | [Minor] Multimap Received headers: fixes | |||||
| * | [Minor] Multimap Received headers: fixes | Andrew Lewis | 2017-02-08 | 1 | -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 id | Vsevolod Stakhov | 2017-02-08 | 1 | -6/+25 | |
|/ | | | | Issue: #1403 | |||||
* | Merge pull request #1405 from fatalbanana/lip | Vsevolod Stakhov | 2017-02-08 | 1 | -0/+1 | |
|\ | | | | | [Fix] Lua IP from string should be invalid if parsing failed | |||||
| * | [Fix] Lua IP from string should be invalid if parsing failed | Andrew Lewis | 2017-02-08 | 1 | -0/+1 | |
| | | ||||||
* | | Merge pull request #1404 from fatalbanana/mm | Vsevolod Stakhov | 2017-02-08 | 1 | -78/+189 | |
|\ \ | | | | | | | [Feature] Multimap: Received header processing | |||||
| * | | [Feature] Multimap: Received header processing | Andrew Lewis | 2017-02-08 | 1 | -0/+91 | |
| | | | ||||||
| * | | [Minor] Multimap: use table lookup to determine processing | Andrew Lewis | 2017-02-08 | 1 | -79/+99 | |
| |/ |