Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better update handling, especially when updating empty table to non-empty table | andryyy | 2017-03-23 | 2 | -246/+280 |
| | |||||
* | [Minor] Fix changes to SPOOF_REPLYTO | Andrew Lewis | 2017-03-23 | 1 | -0/+1 |
| | |||||
* | Merge pull request #1549 from moisseev/webui | Andrew Lewis | 2017-03-23 | 1 | -1/+1 |
|\ | | | | | [WebUI] Unbreak WebUI | ||||
| * | [WebUI] Unbreak WebUI | Alexander Moisseev | 2017-03-23 | 1 | -1/+1 |
|/ | |||||
* | [Minor] Check for duplicates in wait queue for symbols deps | Vsevolod Stakhov | 2017-03-22 | 1 | -3/+32 |
| | |||||
* | Merge pull request #1548 from fatalbanana/srt | Vsevolod Stakhov | 2017-03-22 | 1 | -13/+17 |
|\ | | | | | [Minor] Use SMTP recipients for SPOOF_REPLYTO rule | ||||
| * | [Minor] Use SMTP recipients for SPOOF_REPLYTO rule | Andrew Lewis | 2017-03-22 | 1 | -13/+17 |
|/ | |||||
* | [Minor] Fix previous commit | Vsevolod Stakhov | 2017-03-22 | 1 | -26/+34 |
| | |||||
* | [Fix] Check all watcher's dependencies | Vsevolod Stakhov | 2017-03-22 | 1 | -5/+10 |
| | |||||
* | [WebUI] Remove datatables | Vsevolod Stakhov | 2017-03-22 | 4 | -202/+0 |
| | |||||
* | Merge pull request #1546 from moisseev/webui | Vsevolod Stakhov | 2017-03-22 | 2 | -20/+24 |
|\ | | | | | [WebUI] Use Footable to draw Throughput summary table | ||||
| * | [WebUI] Use Footable to draw Throughput summary table | Alexander Moisseev | 2017-03-21 | 2 | -20/+24 |
| | | |||||
* | | [Fix] Preserve order of options in symbols | Vsevolod Stakhov | 2017-03-22 | 5 | -26/+41 |
| | | |||||
* | | [Minor] Fix some issues when dealing with scores | Vsevolod Stakhov | 2017-03-21 | 1 | -5/+2 |
| | | |||||
* | | [Feature] Resolve url chains in url_redirector module | Vsevolod Stakhov | 2017-03-21 | 1 | -2/+14 |
| | | |||||
* | | [Feature] Support checking for redirector in Lua SURBL | Vsevolod Stakhov | 2017-03-21 | 1 | -0/+66 |
| | | |||||
* | | [Fix] Fix parsing of dot at the end of the address | Vsevolod Stakhov | 2017-03-21 | 2 | -2/+2 |
| | | | | | | | | Issue: #1543 | ||||
* | | [Fix] Fix parsing of lua table arguments | Vsevolod Stakhov | 2017-03-21 | 1 | -4/+5 |
| | | |||||
* | | [Fix] Fix lists in whitelist plugin | Vsevolod Stakhov | 2017-03-21 | 1 | -30/+41 |
|/ | |||||
* | [Fix] Fix options and shots match | Vsevolod Stakhov | 2017-03-20 | 2 | -34/+43 |
| | |||||
* | [Feature] Allow to specify maximum number of shots for symbols | Vsevolod Stakhov | 2017-03-20 | 9 | -33/+99 |
| | |||||
* | [WebUI] Try to normalize frequencies | Vsevolod Stakhov | 2017-03-20 | 1 | -0/+28 |
| | |||||
* | [WebUI] Add sender, recipients and subject columns | Vsevolod Stakhov | 2017-03-20 | 1 | -4/+32 |
| | |||||
* | [WebUI] Rework v2 symbols display | Vsevolod Stakhov | 2017-03-20 | 1 | -2/+15 |
| | |||||
* | [WebUI] Fix sorting | Vsevolod Stakhov | 2017-03-20 | 1 | -14/+51 |
| | |||||
* | [Minor] DMARC: Add descriptive errors; properly handle empty domain | Andrew Lewis | 2017-03-20 | 1 | -1/+7 |
| | |||||
* | [WebUI] Humanize sizes | Vsevolod Stakhov | 2017-03-20 | 1 | -2/+4 |
| | |||||
* | [WebUI] Add flexible columns | Vsevolod Stakhov | 2017-03-20 | 1 | -50/+210 |
| | |||||
* | Merge pull request #1537 from andryyy/master | Vsevolod Stakhov | 2017-03-20 | 5 | -123/+144 |
|\ | | | | | [WebUI] Symbols table to footable, minor fixes | ||||
| * | Fix styles of symbols table | andre.peters | 2017-03-19 | 1 | -7/+7 |
| | | |||||
| * | Fix date for all history items, draw error table with footable | andre.peters | 2017-03-19 | 1 | -29/+26 |
| | | |||||
| * | Re-add table-hover class, remove table-log class to apply styles with footables | andre.peters | 2017-03-19 | 1 | -13/+2 |
| | | |||||
| * | Use FooTable to draw symbol table | andre.peters | 2017-03-19 | 1 | -42/+99 |
| | | |||||
| * | Use data id to identify input field | andre.peters | 2017-03-19 | 1 | -3/+4 |
| | | |||||
| * | Prepare table for FooTable | andre.peters | 2017-03-19 | 1 | -14/+1 |
| | | |||||
| * | Removed unused values and renamed others | andre.peters | 2017-03-19 | 1 | -23/+13 |
| | | |||||
* | | [Fix] Rspamadm grep: deal with unusually-formatted logs | Andrew Lewis | 2017-03-20 | 1 | -2/+2 |
| | | |||||
* | | [Minor] Fix aarch64 build | Vsevolod Stakhov | 2017-03-19 | 1 | -1/+1 |
|/ | |||||
* | [Minor] Add workaround for learn condition when no symbols defined | Vsevolod Stakhov | 2017-03-19 | 1 | -0/+4 |
| | | | | Issue: #1536 | ||||
* | [WebUI] Initial move towards footable | Vsevolod Stakhov | 2017-03-18 | 3 | -90/+113 |
| | |||||
* | [WebUI] Add footable | Vsevolod Stakhov | 2017-03-18 | 2 | -0/+11 |
| | |||||
* | [Feature] Add spoofed rules | Vsevolod Stakhov | 2017-03-18 | 1 | -0/+54 |
| | | | | Contributed by: Steve Freegard | ||||
* | [Minor] Allow to take ownership on rspamd_text | Vsevolod Stakhov | 2017-03-18 | 1 | -0/+28 |
| | |||||
* | [Minor] Allow to pass data transparently to lua from redis | Vsevolod Stakhov | 2017-03-18 | 1 | -24/+74 |
| | |||||
* | [Fix] Do not crash if cannot decode qp encoded part | Vsevolod Stakhov | 2017-03-18 | 1 | -7/+20 |
| | |||||
* | [Minor] Update version to 1.5.4 | Vsevolod Stakhov | 2017-03-17 | 1 | -1/+1 |
| | |||||
* | Release 1.5.31.5.3 | Vsevolod Stakhov | 2017-03-17 | 1 | -0/+50 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * [Conf] Add composite for hacked wordpress phishing * [CritFix] Fix base64 decoding when there are unparseable characters * [Feature] Additional symbol metadata in metadata exporter * [Feature] Add method to get protocol reply from Lua * [Feature] Add symbols when tagged rcpt/sender are normalised * [Feature] Add task:get_symbols_all() function * [Feature] Allow multiple formats of DKIM signing key * [Feature] Allow to cache and use flexible protocol reply * [Feature] Allow to set one_shot flag from register_symbol * [Feature] Allow to skip certain types of hashes when learning fuzzy * [Feature] Cache and insert scan time into the protocol * [Feature] Detect newlines in rspamc --mime * [Feature] DKIM signing: support use of maps * [Feature] Greylist: Support excluding low-scoring messages from greylisting * [Feature] Implement lua history in controller * [Feature] Implement redis history querying * [Feature] Preliminary implementation of redis history plugin * [Feature] Support using request headers in settings * [Fix] Change default template to deal with non-ASCII characters * [Fix] Deal with lists of maps in whitelist module * [Fix] DKIM signing: use domain-specific signing key * [Fix] Do not reallocate completed zstd buffer * [Fix] Do not use local_addrs in proxy * [Fix] Fix crash when resolver is undefined * [Fix] Fix double free when closing lua_tcp connections * [Fix] Fix for lua 5.3 * [Fix] Fix freeing of arrays iterators * [Fix] Fix issue with task:get_symbol and symbols with no metric * [Fix] Fix log line duplication in `rspamadm grep` * [Fix] Fix memory corruption on termination * [Fix] Fix out-of-bound access in base64 decode * [Fix] Fix ratelimit + greylisting * [Fix] Fix subject rewriting * [Fix] Fix task:set_recipients function * [Fix] Fix URI_COUNT_ODD rule * [Fix] Follow the traditional symbols conventions in RCPT_COUNT rule * [Fix] Greylist: Suppress greylist action for whitelisted hosts too * [Fix] Metadata exporter: use rule-specific settings for emails * [Fix] Properly set missing fields in exporter * [Fix] Proxy: max_retries option * [Fix] RCPT_COUNT fixes * [Fix] Rework HAS_X_PRIO rule to match symbols conventions * [Fix] Update issues in ac-trie * [Fix] Use optimised base64 decoding in DKIM * [WebUI] Add preliminary v2 history parser * [WebUI] Allow different history parsers * [WebUI] Display symbols * [WebUI] Rework history v2 function Signed-off-by: Vsevolod Stakhov <vsevolod@highsecure.ru> | ||||
* | Merge pull request #1534 from fatalbanana/glS | Vsevolod Stakhov | 2017-03-17 | 1 | -1/+4 |
|\ | | | | | [Minor] Greylisting: fix greylist_min_score | ||||
| * | [Minor] Greylisting: fix greylist_min_score | Andrew Lewis | 2017-03-17 | 1 | -1/+4 |
| | | |||||
* | | Merge pull request #1533 from fatalbanana/dkx | Vsevolod Stakhov | 2017-03-17 | 1 | -2/+6 |
|\ \ | |/ |/| | [Minor] DKIM signing: lower-case both of envelope/header domains |