Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Really fix the issue | Vsevolod Stakhov | 2023-10-27 | 1 | -2/+2 |
| | |||||
* | [Fix] A workaround for brain-damaged std::filesystem behaviour | Vsevolod Stakhov | 2023-10-27 | 1 | -13/+2 |
| | | | | Issue: #4665 | ||||
* | Merge pull request #4657 from fatalbanana/rbl_matchers | Vsevolod Stakhov | 2023-10-26 | 1 | -8/+68 |
|\ | | | | | [Feature] rbl: support use of different matchers for return codes | ||||
| * | [Minor] Reiterate on the previous changes | Andrew Lewis | 2023-10-26 | 1 | -4/+4 |
| | | | | | | | | | | - Demote message to info level - Name it returncodes_matcher for better specificity | ||||
| * | [Feature] rbl: support globbed return codes | Andrew Lewis | 2023-10-25 | 1 | -1/+11 |
| | | |||||
| * | [Feature] rbl: support checking returncodes by CIDR | Andrew Lewis | 2023-10-25 | 1 | -19/+41 |
| | | |||||
| * | [Feature] rbl: support checking returncodes by regex | Andrew Lewis | 2023-10-24 | 1 | -0/+13 |
| | | |||||
| * | [Minor] rbl: support use of different matchers for return codes | Andrew Lewis | 2023-10-24 | 1 | -3/+18 |
| | | |||||
* | | Merge pull request #4656 from twesterhever/temp-tighten-attachment-policy | Vsevolod Stakhov | 2023-10-25 | 1 | -6/+25 |
|\ \ | | | | | | | Tighten rspamd's attachment policy | ||||
| * | | [Minor] Remove duplicate *.app attachment type | twesterhever | 2023-10-25 | 1 | -1/+0 |
| | | | | | | | | | | | | Reported by @fatalbanana. | ||||
| * | | Revert "[Minor] Increase scoring of *.exe attachments" | twesterhever | 2023-10-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Reverted based on feedback by @moisseev. This reverts commit 8171424d846a3e33b5d0f9f7f4ee09ec8d553a03. | ||||
| * | | [Minor] Add additional bad attachment types | twesterhever | 2023-10-22 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - app: Executable Application, blocked in Outlook by default - aspx: Active Server Page Extended, blocked in Outlook by default - dll: Dynamic-link Library - dqy: Microsoft Query File, blocking recommended in MS365 - iqy: ditto - mht: MHTML File, often abused for phishing and exploit attempts - mhtml: ditto - oqy: Microsoft Query File, blocking recommended in MS365 - rqy: ditto - slk: Microsoft Symbolic Link - wim: Windows Imaging Format | ||||
| * | | [Minor] Increase scoring of *.exe attachments | twesterhever | 2023-10-22 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | These are already banned in most environments, including GMail and Outlook. We may as well bump this score up to 4 eventually. | ||||
| * | | [Minor] Incorporate additional bad attachments from Microsoft | twesterhever | 2023-10-22 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These are as follows: - htc: HTML Component File - pyc: Compiled Python Script - pyo: Optimized Compiled Python Module - pyw: Python Script To Be Executed With Suppressed Terminal Window - pyz: Python Zip Application - pyzw: Python Zip Application - vhd: Virtual Hard Disk - vhdx: Virtual Hard Disk Extended - wsf: Windows Script File Note that the Python file types remain unscored in archives, so distribution of these in source tarballs and the like is not affected by this commit. Source: https://support.microsoft.com/en-us/office/blocked-attachments-in-outlook-434752e1-02d3-4e90-9124-8b81e49a8519?ui=en-us&rs=en-us&ad=us | ||||
| * | | [Minor] Refer to third parties for attachment handling whenever possible | twesterhever | 2023-10-22 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | This avoids confusion and enqueries to the rspamd project, if it is made clear that the decision to score certain attachments high has been incorporated from a well-known third party, such as Google's or Microsoft's attachment handling policy. | ||||
* | | | [Minor] Improve diagnostics | Vsevolod Stakhov | 2023-10-24 | 1 | -7/+15 |
| | | | |||||
* | | | [Fix] Deal with fmtlib exceptions properly | Vsevolod Stakhov | 2023-10-23 | 1 | -139/+166 |
|/ / | |||||
* / | [Minor] Simplify by using <filesystem> | Vsevolod Stakhov | 2023-10-21 | 1 | -64/+33 |
|/ | |||||
* | [Fix] DMARC reporting: fix reporting for subdomains | Andrew Lewis | 2023-10-16 | 1 | -1/+1 |
| | | | | - Reported by: @bilym | ||||
* | [Minor] Treat *.cue attachments as harmful | twesterhever | 2023-10-13 | 1 | -0/+1 |
| | | | | Rationale: https://arstechnica.com/information-technology/2023/10/one-click-remote-code-exploit-in-cd-cue-files-affects-most-gnome-based-linux-distros/ | ||||
* | [Feature] Allow to set HTTP auth parameters for the maps | Vsevolod Stakhov | 2023-10-02 | 1 | -4/+58 |
| | |||||
* | [Minor] RBL: Show DNS verification failure reason | Vsevolod Stakhov | 2023-09-26 | 1 | -13/+19 |
| | |||||
* | [Fix] Fix format string and some length issues | Vsevolod Stakhov | 2023-09-26 | 2 | -12/+27 |
| | |||||
* | [Minor] Fix symbol name | Vsevolod Stakhov | 2023-09-25 | 1 | -2/+2 |
| | |||||
* | [Minor] Insert `UNKNOWN_SENDER` for the new senders | Vsevolod Stakhov | 2023-09-25 | 1 | -1/+21 |
| | |||||
* | [Project] Fix various issues | Vsevolod Stakhov | 2023-09-24 | 1 | -4/+14 |
| | |||||
* | [Conf] Add new plugin default configuration | Vsevolod Stakhov | 2023-09-24 | 1 | -2/+11 |
| | |||||
* | [Minor] Fix misprint | Vsevolod Stakhov | 2023-09-23 | 1 | -1/+1 |
| | |||||
* | [Feature] Draft `known_senders` plugin | Vsevolod Stakhov | 2023-09-23 | 1 | -0/+205 |
| | |||||
* | Merge pull request #4602 from fatalbanana/rbl_numeric_urls_again | Vsevolod Stakhov | 2023-09-20 | 1 | -4/+25 |
|\ | | | | | [Minor] Revisit numeric_urls | ||||
| * | [Minor] Revisit numeric_urls | Andrew Lewis | 2023-09-19 | 1 | -4/+25 |
| | | |||||
* | | [Minor] Modernize lua_util_encode_base64 | Vsevolod Stakhov | 2023-09-20 | 1 | -27/+10 |
|/ | |||||
* | [Minor] Imply LEFTMOST flag on regexps with conditions | Vsevolod Stakhov | 2023-09-18 | 1 | -0/+3 |
| | |||||
* | [Minor] Refactor logging function to join console and file | Vsevolod Stakhov | 2023-09-16 | 4 | -240/+243 |
| | |||||
* | [Minor] Replace place | Vsevolod Stakhov | 2023-09-13 | 1 | -3/+5 |
| | |||||
* | [Minor] Another stuff missing | Vsevolod Stakhov | 2023-09-13 | 2 | -0/+2 |
| | |||||
* | [Minor] Forgotten dep | Vsevolod Stakhov | 2023-09-13 | 1 | -0/+1 |
| | |||||
* | [Fix] Do not pollute public headers with libev internals | Vsevolod Stakhov | 2023-09-13 | 6 | -8/+46 |
| | |||||
* | [Feature] Use backward-cpp instead of manual libunwind stuff | Vsevolod Stakhov | 2023-09-13 | 4 | -74/+70 |
| | |||||
* | [Minor] Use a more standard way to initialize libunwind | Vsevolod Stakhov | 2023-09-13 | 1 | -5/+7 |
| | |||||
* | [Minor] Improve error message | Vsevolod Stakhov | 2023-09-13 | 1 | -18/+23 |
| | |||||
* | [Rework] Breaking: return back to semver | Vsevolod Stakhov | 2023-09-13 | 1 | -3/+11 |
| | |||||
* | Merge branch 'rspamd:master' into master | LBahtarliev | 2023-09-12 | 3 | -13/+16 |
|\ | |||||
| * | Merge pull request #4596 from fatalbanana/rbl_numeric_urls | Vsevolod Stakhov | 2023-09-12 | 1 | -1/+4 |
| |\ | | | | | | | [Feature] rbl: support checking numeric URLs in isolation | ||||
| | * | [Feature] rbl: support checking numeric URLs in isolation | Andrew Lewis | 2023-09-11 | 1 | -1/+4 |
| | | | |||||
| * | | [Minor] API docs: lua_ip: fix function name | Andrew Lewis | 2023-09-12 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | - Also clarify description - Make sure example is appropriate | ||||
| * | | [Minor] Misplaced brace... | Vsevolod Stakhov | 2023-09-11 | 1 | -1/+1 |
| | | | |||||
| * | | [Fix] Fix grammar definition for content-disposition attributes | Vsevolod Stakhov | 2023-09-11 | 1 | -2/+2 |
| |/ | |||||
* | | [Feature] Add ICAP Content-Type and Filename from TODO List. Simplify ↵ | Lyuben Bahtarliev | 2023-09-12 | 1 | -9/+2 |
| | | | | | | | | changes. Remove unnecessary debug message. | ||||
* | | [Feature] Add ICAP Content-Type and Filename from TODO List | Lyuben Bahtarliev | 2023-09-11 | 1 | -2/+9 |
|/ |