Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | 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 | |||||
| * | [Minor] DKIM signing: lower-case both of envelope/header domains | Andrew Lewis | 2017-03-17 | 1 | -2/+6 | |
| | | ||||||
* | | Merge pull request #1532 from fatalbanana/dkc | Vsevolod Stakhov | 2017-03-17 | 1 | -1/+2 | |
|\| | | | | | [Minor] Lower-case DKIM domain sooner | |||||
| * | [Minor] Lower-case DKIM domain sooner | Andrew Lewis | 2017-03-17 | 1 | -1/+2 | |
|/ | ||||||
* | [Minor] Update lua-fun | Vsevolod Stakhov | 2017-03-17 | 1 | -8/+25 | |
| | ||||||
* | [Minor] Lowercase dkim domain for signing | Vsevolod Stakhov | 2017-03-17 | 1 | -0/+1 | |
| | ||||||
* | [Minor] Update doxydown tool | Vsevolod Stakhov | 2017-03-17 | 1 | -85/+295 | |
| | ||||||
* | Merge pull request #1528 from fatalbanana/gls | Vsevolod Stakhov | 2017-03-17 | 1 | -0/+13 | |
|\ | | | | | [Feature] Greylist: Support excluding low-scoring messages | |||||
| * | [Feature] Greylist: Support excluding low-scoring messages from greylisting | Andrew Lewis | 2017-03-16 | 1 | -0/+13 | |
| | | ||||||
* | | [WebUI] Display symbols | Vsevolod Stakhov | 2017-03-16 | 1 | -3/+3 | |
| | | ||||||
* | | [Fix] Fix for lua 5.3 | Vsevolod Stakhov | 2017-03-16 | 1 | -3/+3 | |
|/ | ||||||
* | [Fix] Fix out-of-bound access in base64 decode | Vsevolod Stakhov | 2017-03-16 | 2 | -2/+2 | |
| | ||||||
* | [Fix] Fix URI_COUNT_ODD rule | Vsevolod Stakhov | 2017-03-16 | 1 | -3/+7 | |
| | ||||||
* | [Fix] Fix double free when closing lua_tcp connections | Vsevolod Stakhov | 2017-03-16 | 1 | -3/+8 | |
| | ||||||
* | [Fix] Use optimised base64 decoding in DKIM | Vsevolod Stakhov | 2017-03-16 | 1 | -53/+23 | |
| | ||||||
* | [CritFix] Fix base64 decoding when there are unparseable characters | Vsevolod Stakhov | 2017-03-16 | 2 | -4/+22 | |
| | ||||||
* | [Feature] Allow multiple formats of DKIM signing key | Vsevolod Stakhov | 2017-03-16 | 3 | -91/+149 | |
| | ||||||
* | Merge pull request #1526 from fatalbanana/dmm | Vsevolod Stakhov | 2017-03-16 | 1 | -2/+13 | |
|\ | | | | | [Minor] DKIM signing: ensure variables in path are replaced | |||||
| * | [Minor] DKIM signing: ensure variables in path are replaced | Andrew Lewis | 2017-03-15 | 1 | -2/+13 | |
| | | | | | | | | - Also use lpeg | |||||
* | | [Fix] Fix subject rewriting | Vsevolod Stakhov | 2017-03-16 | 1 | -0/+1 | |
|/ | ||||||
* | [Minor] Use regexps for greylist whitelist | Vsevolod Stakhov | 2017-03-15 | 1 | -1/+1 | |
| | ||||||
* | Merge pull request #1525 from fatalbanana/dm | Vsevolod Stakhov | 2017-03-15 | 1 | -6/+33 | |
|\ | | | | | [Feature] DKIM signing: support use of maps | |||||
| * | [Feature] DKIM signing: support use of maps | Andrew Lewis | 2017-03-15 | 1 | -6/+33 | |
| | | ||||||
* | | [WebUI] Rework history v2 function | Vsevolod Stakhov | 2017-03-15 | 1 | -14/+36 | |
| | | ||||||
* | | [Minor] Fix lua stack for history | Vsevolod Stakhov | 2017-03-15 | 1 | -8/+4 | |
| | | ||||||
* | | [Minor] Save extra fields in history | Vsevolod Stakhov | 2017-03-15 | 1 | -0/+3 | |
| | | ||||||
* | | [Fix] Fix memory corruption on termination | Vsevolod Stakhov | 2017-03-15 | 1 | -0/+3 | |
| | | ||||||
* | | [Minor] Change keys in protocol as '-' symbol is bad | Vsevolod Stakhov | 2017-03-15 | 1 | -2/+2 | |
|/ | ||||||
* | [WebUI] Add preliminary v2 history parser | Vsevolod Stakhov | 2017-03-15 | 1 | -1/+34 | |
| | ||||||
* | [WebUI] Allow different history parsers | Vsevolod Stakhov | 2017-03-15 | 1 | -31/+71 | |
| | ||||||
* | Merge pull request #1524 from fatalbanana/hr2 | Vsevolod Stakhov | 2017-03-14 | 1 | -2/+2 | |
|\ | | | | | [Minor] Redis history: fix number of rows | |||||
| * | [Minor] Redis history: fix number of rows | Andrew Lewis | 2017-03-14 | 1 | -2/+2 | |
|/ | ||||||
* | Merge pull request #1523 from fatalbanana/confighelp | Vsevolod Stakhov | 2017-03-14 | 2 | -1/+6 | |
|\ | | | | | [Proxy] Fix max_retries option | |||||
| * | [Fix] Proxy: max_retries option | Andrew Lewis | 2017-03-14 | 1 | -1/+1 | |
| | | ||||||
| * | [Test] Test `rspamadm confighelp` doesn't yield an error | Andrew Lewis | 2017-03-14 | 1 | -0/+5 | |
| | | ||||||
* | | [Minor] Save unix time in redis history | Vsevolod Stakhov | 2017-03-14 | 1 | -0/+3 | |
| | |