aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #4657 from fatalbanana/rbl_matchersVsevolod Stakhov2023-10-261-8/+68
|\
| * [Minor] Reiterate on the previous changesAndrew Lewis2023-10-261-4/+4
| * [Feature] rbl: support globbed return codesAndrew Lewis2023-10-251-1/+11
| * [Feature] rbl: support checking returncodes by CIDRAndrew Lewis2023-10-251-19/+41
| * [Feature] rbl: support checking returncodes by regexAndrew Lewis2023-10-241-0/+13
| * [Minor] rbl: support use of different matchers for return codesAndrew Lewis2023-10-241-3/+18
* | Merge pull request #4656 from twesterhever/temp-tighten-attachment-policyVsevolod Stakhov2023-10-251-6/+25
|\ \
| * | [Minor] Remove duplicate *.app attachment typetwesterhever2023-10-251-1/+0
| * | Revert "[Minor] Increase scoring of *.exe attachments"twesterhever2023-10-241-1/+1
| * | [Minor] Add additional bad attachment typestwesterhever2023-10-221-0/+11
| * | [Minor] Increase scoring of *.exe attachmentstwesterhever2023-10-221-1/+1
| * | [Minor] Incorporate additional bad attachments from Microsofttwesterhever2023-10-221-0/+9
| * | [Minor] Refer to third parties for attachment handling whenever possibletwesterhever2023-10-221-6/+6
* | | [Minor] Improve diagnosticsVsevolod Stakhov2023-10-241-7/+15
* | | [Fix] Deal with fmtlib exceptions properlyVsevolod Stakhov2023-10-231-139/+166
|/ /
* / [Minor] Simplify by using <filesystem>Vsevolod Stakhov2023-10-211-64/+33
|/
* [Fix] DMARC reporting: fix reporting for subdomainsAndrew Lewis2023-10-161-1/+1
* [Minor] Treat *.cue attachments as harmfultwesterhever2023-10-131-0/+1
* [Feature] Allow to set HTTP auth parameters for the mapsVsevolod Stakhov2023-10-021-4/+58
* [Minor] RBL: Show DNS verification failure reasonVsevolod Stakhov2023-09-261-13/+19
* [Fix] Fix format string and some length issuesVsevolod Stakhov2023-09-262-12/+27
* [Minor] Fix symbol nameVsevolod Stakhov2023-09-251-2/+2
* [Minor] Insert `UNKNOWN_SENDER` for the new sendersVsevolod Stakhov2023-09-251-1/+21
* [Project] Fix various issuesVsevolod Stakhov2023-09-241-4/+14
* [Conf] Add new plugin default configurationVsevolod Stakhov2023-09-241-2/+11
* [Minor] Fix misprintVsevolod Stakhov2023-09-231-1/+1
* [Feature] Draft `known_senders` pluginVsevolod Stakhov2023-09-231-0/+205
* Merge pull request #4602 from fatalbanana/rbl_numeric_urls_againVsevolod Stakhov2023-09-201-4/+25
|\
| * [Minor] Revisit numeric_urlsAndrew Lewis2023-09-191-4/+25
* | [Minor] Modernize lua_util_encode_base64Vsevolod Stakhov2023-09-201-27/+10
|/
* [Minor] Imply LEFTMOST flag on regexps with conditionsVsevolod Stakhov2023-09-181-0/+3
* [Minor] Refactor logging function to join console and fileVsevolod Stakhov2023-09-164-240/+243
* [Minor] Replace placeVsevolod Stakhov2023-09-131-3/+5
* [Minor] Another stuff missingVsevolod Stakhov2023-09-132-0/+2
* [Minor] Forgotten depVsevolod Stakhov2023-09-131-0/+1
* [Fix] Do not pollute public headers with libev internalsVsevolod Stakhov2023-09-136-8/+46
* [Feature] Use backward-cpp instead of manual libunwind stuffVsevolod Stakhov2023-09-134-74/+70
* [Minor] Use a more standard way to initialize libunwindVsevolod Stakhov2023-09-131-5/+7
* [Minor] Improve error messageVsevolod Stakhov2023-09-131-18/+23
* [Rework] Breaking: return back to semverVsevolod Stakhov2023-09-131-3/+11
* Merge branch 'rspamd:master' into masterLBahtarliev2023-09-123-13/+16
|\
| * Merge pull request #4596 from fatalbanana/rbl_numeric_urlsVsevolod Stakhov2023-09-121-1/+4
| |\
| | * [Feature] rbl: support checking numeric URLs in isolationAndrew Lewis2023-09-111-1/+4
| * | [Minor] API docs: lua_ip: fix function nameAndrew Lewis2023-09-121-10/+10
| * | [Minor] Misplaced brace...Vsevolod Stakhov2023-09-111-1/+1
| * | [Fix] Fix grammar definition for content-disposition attributesVsevolod Stakhov2023-09-111-2/+2
| |/
* | [Feature] Add ICAP Content-Type and Filename from TODO List. Simplify changes...Lyuben Bahtarliev2023-09-121-9/+2
* | [Feature] Add ICAP Content-Type and Filename from TODO ListLyuben Bahtarliev2023-09-111-2/+9
|/
* Merge pull request #4594 from fatalbanana/symbols_prefixesVsevolod Stakhov2023-09-101-1/+1
|\
| * [Fix] rbl: really fix dependency registration when symbols_prefixes is usedAndrew Lewis2023-09-091-1/+1