| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|/ / |
|
|\ \
| |/
|/| |
[WebUI] Update map editor
|
| |
| |
| |
| | |
CodeJar 3.7.0 -> 4.2.0
|
| | |
|
| |
| |
| |
| | |
* [Fix] Emergency fix for the hyperscan path error
|
| | |
|
| |
| |
| |
| | |
Issue: #4665
|
| | |
|
|/
|
|
|
|
|
|
|
|
| |
* [Feature] rbl: support checking returncodes by CIDR
* [Feature] rbl: support checking returncodes by regex
* [Feature] rbl: support globbed return codes
* [Fix] DMARC reporting: fix reporting for subdomains
* [Fix] Deal with fmtlib exceptions properly
* [Fix] backport fix for dlfcn.h from backward-cpp
* [Rules] Blank spam detection
|
|\
| |
| | |
[Feature] rbl: support use of different matchers for return codes
|
| |
| |
| |
| |
| | |
- Demote message to info level
- Name it returncodes_matcher for better specificity
|
| | |
|
| | |
|
| | |
|
| | |
|
|\ \
| | |
| | | |
Tighten rspamd's attachment policy
|
| | |
| | |
| | |
| | | |
Reported by @fatalbanana.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Reverted based on feedback by @moisseev.
This reverts commit 8171424d846a3e33b5d0f9f7f4ee09ec8d553a03.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
- 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
|
| | |
| | |
| | |
| | |
| | | |
These are already banned in most environments, including GMail and
Outlook. We may as well bump this score up to 4 eventually.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
|\ \ \
| | | |
| | | | |
[WebUI] Fix history table vanishing
|
| |/ /
| | |
| | |
| | | |
on repeated rows per page input
|
| | | |
|
|/ / |
|
| |
| |
| |
| | |
Issue: #4643
|
|/ |
|
|\
| |
| | |
[Minor] RSPAMD_SHAREDIR is called SHAREDIR in configuration
|
| | |
|
|\ \
| |/
|/| |
[Test] Banish luacheck from functional tests
|
| |
| |
| |
| | |
- Use luacheck from GitLab
|
|\ \
| |/
|/| |
[Fix] DMARC reporting: fix reporting for subdomains
|
|/
|
|
| |
- Reported by: @bilym
|
|\
| |
| | |
[WebUI] Add control to invert action filter
|
| |
| |
| |
| |
| |
| | |
to scan results and history tables
Issue: #4098
|
| |
| |
| |
| |
| | |
as the ability to set dropdown value through the FooTable options
is not used in the project.
|
| |
| |
| |
| | |
Issue: #4634
|
|\ \
| | |
| | | |
Dzjaivnt patch 1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
With name:
dmarc; dmarc.lua:191: munging debug: {[domain] = domain.tld [flags] = {[valid] = true, [braced] = true}, [name] = Name [domain.tld], [raw] = <user@domain.tld>, [addr] = user@domain.tld, [user] = user}
dmarc; dmarc.lua:234: munged DMARC header for domain.tld: Name [domain.tld] via mark <otheruser@otherdomain.tld> -> user@domain.tld
Without name:
dmarc; dmarc.lua:191: munging debug: {[domain] = domain.tld [flags] = {[valid] = true, [braced] = true}, [name] = , [raw] = <user@domain.tld>, [addr] = user@domain.tld, [user] = user}
dmarc.lua:234: munged DMARC header for domain.tld: user via otheruser <otheruser@otherdomain.tld> -> user@domain.tld
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When from.name is Nil its still show up, with != "" not
Then you get
From: via user <user@domain.tld>
Instead of
From: otheruser via user <user@domain.tld>
Debug:
2023-10-12 12:08:15 #725504(normal) <0b948d>; dmarc; dmarc.lua:191: munging debug: {[user] = user, [domain] = domain.tld, [flags] = {[valid] = true}, [name] = , [raw] = user@domain.tld, [addr] = user@domain.tld}
|
| | |
| | |
| | | |
Debug logs where broken, so muning functionality not working at all.
|
|\ \ \
| | | |
| | | | |
[Minor] Treat *.cue attachments as harmful
|
| | | |
| | | |
| | | |
| | | | |
Rationale: https://arstechnica.com/information-technology/2023/10/one-click-remote-code-exploit-in-cd-cue-files-affects-most-gnome-based-linux-distros/
|
|\ \ \ \
| |/ / /
|/| | | |
[Rules] Blank spam detection
|
|/ / / |
|
| | | |
|
|\ \ \
| |/ /
|/| | |
[Minor] Make compiling with backward-cpp optional
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
https://github.com/bombela/backward-cpp/commit/65fc89e210655aaa707337bc21d19f45805ac8a2
backport fix for powerpc as well
https://github.com/bombela/backward-cpp/commit/4bec538c996e155d487db9aef0fc2f1996202f8e
|
|/ / |
|