aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [Minor] Always stop event on connection resetVsevolod Stakhov2019-10-271-2/+1
|
* [Fix] Lot's of fixes in maps check logicVsevolod Stakhov2019-10-273-29/+94
|
* [Feature] Allow to explicitly set events backendVsevolod Stakhov2019-10-275-33/+97
|
* [Fix] Plug memory leakVsevolod Stakhov2019-10-261-3/+5
|
* [Fix] Fix crash on parts with no cdVsevolod Stakhov2019-10-261-1/+1
|
* [Fix] Fix event loop creationVsevolod Stakhov2019-10-261-1/+1
|
* [Minor] Fix error propagationVsevolod Stakhov2019-10-261-0/+4
|
* Merge pull request #3122 from philr/fix_dmarc_reporting_addr_loggingVsevolod Stakhov2019-10-261-1/+1
|\ | | | | [Fix] Fix not logging DMARC reporting addresses
| * [Minor] Fix not logging DMARC reporting addresses.Phil Ross2019-10-261-1/+1
| | | | | | | | | | `reporting_addr` uses the email address strings as keys so `table.concat` won't produce any output.
* | Merge pull request #3121 from philr/fix_url_reputation_filterVsevolod Stakhov2019-10-261-5/+9
|\ \ | | | | | | [Fix] Reputation: Fix a failure when calcuating URL reputation
| * | [Fix] Fix a failure calcuating URL reputation.Phil Ross2019-10-251-5/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `url_reputation_filter` was attempting to lookup the token key returned in the `get_token` callback in an integer-indexed table of requests. Change to looking up the request by its index. Commit 73d2cee changed from using `gen_url_queries` to `lua_util.extract_specific_urls` in the assignment of `requests`. The latter just returns a list of URLs. The former returns the TLD along with the number of hits. The URL score calculation uses the number of hits. Revert to using `gen_url_queries`.
* | | [Minor] Another uuencode fixVsevolod Stakhov2019-10-251-15/+13
| |/ |/|
* | [Minor] Sigh, another next_check fixes for HTTP mapsVsevolod Stakhov2019-10-251-17/+10
| |
* | [Fix] Uuencode: Fix parsing of corrupted uuencodeVsevolod Stakhov2019-10-252-4/+7
| |
* | [Minor] Arc: Fix symbol insertionVsevolod Stakhov2019-10-251-1/+1
| |
* | [Minor] Update cached files when checking HTTP mapsVsevolod Stakhov2019-10-251-2/+78
| |
* | [Minor] Reduce remainVsevolod Stakhov2019-10-251-0/+1
| |
* | [Feature] SPF: Allow to disable AAAA checks in configurationVsevolod Stakhov2019-10-253-48/+71
| |
* | [Minor] Oops, check for UBRK_DONE firstVsevolod Stakhov2019-10-251-3/+3
| |
* | [Minor] Try to fix HTTP maps check timeoutsVsevolod Stakhov2019-10-251-10/+14
| |
* | [Minor] Remove another crapVsevolod Stakhov2019-10-251-1/+0
| |
* | [Minor] Cleanup crapVsevolod Stakhov2019-10-252-18/+0
| |
* | [Feature] Spf: Add limits configuration supportVsevolod Stakhov2019-10-251-0/+52
| |
* | [Feature] Implement configurable limits for SPF lookupsVsevolod Stakhov2019-10-252-10/+65
| |
* | Merge pull request #3120 from moisseev/patch-2Vsevolod Stakhov2019-10-251-1/+1
|\ \ | | | | | | [Minor] Fix misprint
| * | [Minor] Fix misprintAlexander Moisseev2019-10-241-1/+1
|/ /
* | [Minor] Neural: Fix random samplingVsevolod Stakhov2019-10-241-2/+5
| | | | | | | | Issue: #3119
* | Merge pull request #3118 from moisseev/patch-1Vsevolod Stakhov2019-10-241-3/+1
|\ \ | | | | | | [Conf] Update neural.conf
| * | [Conf] Update neural.confAlexander Moisseev2019-10-241-3/+1
| | |
* | | [Minor] Add safety check when using icu ubrk iteratorsVsevolod Stakhov2019-10-244-9/+46
|/ /
* | Merge pull request #3115 from citrin/fix-lua-url-docVsevolod Stakhov2019-10-231-1/+2
|\ \ | | | | | | Fix docs for rspamd_url lua module
| * | [Minor] Document `image` flag in url:get_flags()Anton Yuzhaninov2019-10-231-0/+1
| | |
| * | [Minor] Fix doc comment for url.initAnton Yuzhaninov2019-10-231-1/+1
| | |
* | | [Feature] Support uuencodingVsevolod Stakhov2019-10-233-0/+68
| | |
* | | [Feature] Add support of uudecodeVsevolod Stakhov2019-10-232-17/+182
|/ /
* | [Feature] Support segwit BTC addresses, fix LTC verificationVsevolod Stakhov2019-10-231-31/+123
| |
* | [Fix] Fix support of disable_monitoring in rblVsevolod Stakhov2019-10-231-0/+1
| |
* | [Minor] Fix documentationVsevolod Stakhov2019-10-231-1/+4
| |
* | [Minor] Spamassassin: Exclude symbol name from optionsVsevolod Stakhov2019-10-231-3/+8
| |
* | Merge pull request #3114 from citrin/drone-convertVsevolod Stakhov2019-10-231-58/+117
|\ \ | | | | | | Drone convert
| * | Default stack size should be enough for build without ASANAnton Yuzhaninov2019-10-231-2/+1
| | | | | | | | | | | | It can be useful to know if stack usage will be too high.
| * | Remove unused CMake variableAnton Yuzhaninov2019-10-231-2/+1
| | | | | | | | | | | | | | | If was removed in: https://github.com/rspamd/rspamd/commit/03eabb4c570d30b30d2406fe4ce40d5073be2861
| * | Convert Drone pipeline to Drone 1.x syntaxAnton Yuzhaninov2019-10-231-57/+118
| |/
* | Merge pull request #3112 from denpaforks/p0f-develVsevolod Stakhov2019-10-232-4/+4
|\ \ | | | | | | [Minor] Fixes for p0f plugin
| * | [Minor] Fix x-os-fingerprint headerdenpamusic2019-10-231-3/+3
| | | | | | | | | | | | Pass correct parameter to add_header function and use double when unpacking integers from mempool
| * | [Minor] Skip cache on missing datadenpamusic2019-10-231-1/+1
| |/
* | Merge pull request #3111 from philr/fix_dmarc_report_sendingVsevolod Stakhov2019-10-231-14/+16
|\ \ | |/ |/| [Fix] Fix issues sending DMARC reports
| * [Fix] Fix issues sending DMARC reports.Phil Ross2019-10-231-14/+16
|/ | | | | | | | | | | | | | | | | | | | | | Processing the email template was causing a parse error (#3054). This was caused by the use of `{% ... %}` statements instead of `{= ... =}` output expressions. The message was failing to be sent over SMTP, closing the socket after reading the response to the DATA command and logging the following errors: > lua_tcp_arg_toiovec: bad argument at position -1 > lua_tcp_add_write: tcp request has bad data argument at pos 3 This was caused by the number of substitutions made by `gsub` being added to the message table. Sending would stop after processing the first message. This was caused by the sendmail callback function missing a call to `get_reporting_domain` on a successful outcome. Resolves #3054.
* [Minor] Do not crash if redis cache cannot be reachedVsevolod Stakhov2019-10-221-1/+1
|
* [Minor] Log error in a more straightforward wayVsevolod Stakhov2019-10-221-1/+2
|