summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Better update handling, especially when updating empty table to non-empty tableandryyy2017-03-232-246/+280
|
* [Minor] Fix changes to SPOOF_REPLYTOAndrew Lewis2017-03-231-0/+1
|
* Merge pull request #1549 from moisseev/webuiAndrew Lewis2017-03-231-1/+1
|\ | | | | [WebUI] Unbreak WebUI
| * [WebUI] Unbreak WebUIAlexander Moisseev2017-03-231-1/+1
|/
* [Minor] Check for duplicates in wait queue for symbols depsVsevolod Stakhov2017-03-221-3/+32
|
* Merge pull request #1548 from fatalbanana/srtVsevolod Stakhov2017-03-221-13/+17
|\ | | | | [Minor] Use SMTP recipients for SPOOF_REPLYTO rule
| * [Minor] Use SMTP recipients for SPOOF_REPLYTO ruleAndrew Lewis2017-03-221-13/+17
|/
* [Minor] Fix previous commitVsevolod Stakhov2017-03-221-26/+34
|
* [Fix] Check all watcher's dependenciesVsevolod Stakhov2017-03-221-5/+10
|
* [WebUI] Remove datatablesVsevolod Stakhov2017-03-224-202/+0
|
* Merge pull request #1546 from moisseev/webuiVsevolod Stakhov2017-03-222-20/+24
|\ | | | | [WebUI] Use Footable to draw Throughput summary table
| * [WebUI] Use Footable to draw Throughput summary tableAlexander Moisseev2017-03-212-20/+24
| |
* | [Fix] Preserve order of options in symbolsVsevolod Stakhov2017-03-225-26/+41
| |
* | [Minor] Fix some issues when dealing with scoresVsevolod Stakhov2017-03-211-5/+2
| |
* | [Feature] Resolve url chains in url_redirector moduleVsevolod Stakhov2017-03-211-2/+14
| |
* | [Feature] Support checking for redirector in Lua SURBLVsevolod Stakhov2017-03-211-0/+66
| |
* | [Fix] Fix parsing of dot at the end of the addressVsevolod Stakhov2017-03-212-2/+2
| | | | | | | | Issue: #1543
* | [Fix] Fix parsing of lua table argumentsVsevolod Stakhov2017-03-211-4/+5
| |
* | [Fix] Fix lists in whitelist pluginVsevolod Stakhov2017-03-211-30/+41
|/
* [Fix] Fix options and shots matchVsevolod Stakhov2017-03-202-34/+43
|
* [Feature] Allow to specify maximum number of shots for symbolsVsevolod Stakhov2017-03-209-33/+99
|
* [WebUI] Try to normalize frequenciesVsevolod Stakhov2017-03-201-0/+28
|
* [WebUI] Add sender, recipients and subject columnsVsevolod Stakhov2017-03-201-4/+32
|
* [WebUI] Rework v2 symbols displayVsevolod Stakhov2017-03-201-2/+15
|
* [WebUI] Fix sortingVsevolod Stakhov2017-03-201-14/+51
|
* [Minor] DMARC: Add descriptive errors; properly handle empty domainAndrew Lewis2017-03-201-1/+7
|
* [WebUI] Humanize sizesVsevolod Stakhov2017-03-201-2/+4
|
* [WebUI] Add flexible columnsVsevolod Stakhov2017-03-201-50/+210
|
* Merge pull request #1537 from andryyy/masterVsevolod Stakhov2017-03-205-123/+144
|\ | | | | [WebUI] Symbols table to footable, minor fixes
| * Fix styles of symbols tableandre.peters2017-03-191-7/+7
| |
| * Fix date for all history items, draw error table with footableandre.peters2017-03-191-29/+26
| |
| * Re-add table-hover class, remove table-log class to apply styles with footablesandre.peters2017-03-191-13/+2
| |
| * Use FooTable to draw symbol tableandre.peters2017-03-191-42/+99
| |
| * Use data id to identify input fieldandre.peters2017-03-191-3/+4
| |
| * Prepare table for FooTableandre.peters2017-03-191-14/+1
| |
| * Removed unused values and renamed othersandre.peters2017-03-191-23/+13
| |
* | [Fix] Rspamadm grep: deal with unusually-formatted logsAndrew Lewis2017-03-201-2/+2
| |
* | [Minor] Fix aarch64 buildVsevolod Stakhov2017-03-191-1/+1
|/
* [Minor] Add workaround for learn condition when no symbols definedVsevolod Stakhov2017-03-191-0/+4
| | | | Issue: #1536
* [WebUI] Initial move towards footableVsevolod Stakhov2017-03-183-90/+113
|
* [WebUI] Add footableVsevolod Stakhov2017-03-182-0/+11
|
* [Feature] Add spoofed rulesVsevolod Stakhov2017-03-181-0/+54
| | | | Contributed by: Steve Freegard
* [Minor] Allow to take ownership on rspamd_textVsevolod Stakhov2017-03-181-0/+28
|
* [Minor] Allow to pass data transparently to lua from redisVsevolod Stakhov2017-03-181-24/+74
|
* [Fix] Do not crash if cannot decode qp encoded partVsevolod Stakhov2017-03-181-7/+20
|
* [Minor] Update version to 1.5.4Vsevolod Stakhov2017-03-171-1/+1
|
* Release 1.5.31.5.3Vsevolod Stakhov2017-03-171-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/glSVsevolod Stakhov2017-03-171-1/+4
|\ | | | | [Minor] Greylisting: fix greylist_min_score
| * [Minor] Greylisting: fix greylist_min_scoreAndrew Lewis2017-03-171-1/+4
| |
* | Merge pull request #1533 from fatalbanana/dkxVsevolod Stakhov2017-03-171-2/+6
|\ \ | |/ |/| [Minor] DKIM signing: lower-case both of envelope/header domains