Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | [Project] Temporary fixes to start new bayes logic debug | Vsevolod Stakhov | 2023-12-04 | 1 | -3/+18 | |
| | | ||||||
| * | [Minor] Slightly improve logging | Vsevolod Stakhov | 2023-12-04 | 1 | -13/+17 | |
| | | ||||||
| * | [Project] Optimise classify script | Vsevolod Stakhov | 2023-12-02 | 1 | -13/+25 | |
| | | ||||||
| * | [Project] Add classify redis script | Vsevolod Stakhov | 2023-12-02 | 1 | -0/+26 | |
| | | ||||||
| * | [Project] Start migration of bayes redis backend to Lua | Vsevolod Stakhov | 2023-11-29 | 1 | -0/+70 | |
| | | ||||||
* | | [Fix] dkim_signing: siging_table: lowercase before lookup | Andrew Lewis | 2023-11-29 | 1 | -1/+1 | |
|/ | ||||||
* | [Minor] Allow argument atoms to start from `-` | Vsevolod Stakhov | 2023-11-16 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Relax arguments grammar for selectors | Vsevolod Stakhov | 2023-11-16 | 1 | -2/+6 | |
| | ||||||
* | [Minor] Do something when no successful replies are detected | Vsevolod Stakhov | 2023-11-10 | 1 | -0/+4 | |
| | ||||||
* | [Project] Polish output modes | Vsevolod Stakhov | 2023-11-10 | 1 | -10/+98 | |
| | ||||||
* | [Minor] Various fixes | Vsevolod Stakhov | 2023-11-10 | 1 | -0/+2 | |
| | ||||||
* | [Project] Add some major stuff to implement client side of the fuzzy ping | Vsevolod Stakhov | 2023-11-09 | 1 | -7/+60 | |
| | ||||||
* | [Project] Add preliminary `rspamadm fuzzyping` command | Vsevolod Stakhov | 2023-11-09 | 1 | -0/+112 | |
| | ||||||
* | [Minor] lua_maps docs: apply formatting | Andrew Lewis | 2023-11-06 | 1 | -10/+10 | |
| | ||||||
* | [Fix] rbl: fix `exclude_local` | Andrew Lewis | 2023-11-03 | 1 | -2/+0 | |
| | ||||||
* | [Minor] Add selector transformer `filter_method` | Vsevolod Stakhov | 2023-10-31 | 1 | -1/+22 | |
| | ||||||
* | Merge pull request #4657 from fatalbanana/rbl_matchers | Vsevolod Stakhov | 2023-10-26 | 1 | -0/+16 | |
|\ | | | | | [Feature] rbl: support use of different matchers for return codes | |||||
| * | [Minor] Reiterate on the previous changes | Andrew Lewis | 2023-10-26 | 1 | -5/+5 | |
| | | | | | | | | | | - 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/+1 | |
| | | ||||||
| * | [Feature] rbl: support checking returncodes by CIDR | Andrew Lewis | 2023-10-25 | 1 | -1/+1 | |
| | | ||||||
| * | [Feature] rbl: support checking returncodes by regex | Andrew Lewis | 2023-10-24 | 1 | -1/+1 | |
| | | ||||||
| * | [Minor] rbl: support use of different matchers for return codes | Andrew Lewis | 2023-10-24 | 1 | -0/+16 | |
| | | ||||||
* | | [Minor] Try to fix ICAP scanners by adding use_specific_content_type parameter | Vsevolod Stakhov | 2023-10-22 | 1 | -5/+14 | |
|/ | | | | Issue: #4643 | |||||
* | [Fix] DMARC reporting: fix reporting for subdomains | Andrew Lewis | 2023-10-16 | 1 | -9/+7 | |
| | | | | - Reported by: @bilym | |||||
* | Update dmarc.lua | dzjaivnt | 2023-10-12 | 1 | -3/+3 | |
| | | | | | | | | | | | | 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 | |||||
* | Update dmarc.lua | dzjaivnt | 2023-10-12 | 1 | -1/+1 | |
| | | | | | | | | | | | | 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} | |||||
* | Update dmarc.lua | dzjaivnt | 2023-10-12 | 1 | -3/+3 | |
| | | | Debug logs where broken, so muning functionality not working at all. | |||||
* | [Minor] Apply schema for all fuzzy rules | Vsevolod Stakhov | 2023-10-05 | 1 | -1/+14 | |
| | ||||||
* | [Minor] Fix one corner case | Vsevolod Stakhov | 2023-09-28 | 1 | -9/+14 | |
| | ||||||
* | [Minor] Allow redis requests with no callbacks | Vsevolod Stakhov | 2023-09-24 | 1 | -2/+2 | |
| | ||||||
* | Merge pull request #4608 from lbahtarliev/master | Vsevolod Stakhov | 2023-09-22 | 1 | -1/+1 | |
|\ | | | | | [Fix] Change Date: header location to conform with RFC | |||||
| * | [Fix] Change Date: header location to conform with RFC | Lyuben Bahtarliev | 2023-09-22 | 1 | -1/+1 | |
| | | ||||||
* | | Update configwizard.lua | Dani778 | 2023-09-18 | 1 | -18/+10 | |
|/ | | | FIXED dkim key generation, update from old api | |||||
* | Merge branch 'rspamd:master' into master | LBahtarliev | 2023-09-12 | 2 | -3/+4 | |
|\ | ||||||
| * | Merge pull request #4596 from fatalbanana/rbl_numeric_urls | Vsevolod Stakhov | 2023-09-12 | 1 | -1/+2 | |
| |\ | | | | | | | [Feature] rbl: support checking numeric URLs in isolation | |||||
| | * | [Feature] rbl: support checking numeric URLs in isolation | Andrew Lewis | 2023-09-11 | 1 | -1/+2 | |
| | | | ||||||
| * | | [Fix] rspamadm mime: arguments beginning with letter `t` | Andrew Lewis | 2023-09-11 | 1 | -2/+2 | |
| |/ | ||||||
* | | [Feature] Add ICAP Content-Type and Filename from TODO List. Simplify ↵ | Lyuben Bahtarliev | 2023-09-12 | 1 | -5/+7 | |
| | | | | | | | | changes. Remove unnecessary debug message. | |||||
* | | [Feature] Add ICAP Content-Type and Filename from TODO List | Lyuben Bahtarliev | 2023-09-11 | 1 | -2/+6 | |
|/ | ||||||
* | Apply suggestions from code review | LaoDC | 2023-08-21 | 2 | -6/+6 | |
| | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com> | |||||
* | feel silly about this one, forgot the username param. | laodc | 2023-08-21 | 1 | -1/+1 | |
| | ||||||
* | else if was meant to be elseif | laodc | 2023-08-21 | 1 | -1/+1 | |
| | ||||||
* | changed errors to warnings. | laodc | 2023-08-21 | 1 | -1/+1 | |
| | | | | nullptr on contructor was never meant to be there | |||||
* | Added support for Redis 6 ACL (username/password) | laodc | 2023-08-21 | 3 | -14/+73 | |
| | ||||||
* | [Fix] Fix output of non-RSA DKIM keys | Vsevolod Stakhov | 2023-08-11 | 1 | -5/+7 | |
| | | | | Issue: #4570 | |||||
* | [Fix] Do not set output type if list application failed | Vsevolod Stakhov | 2023-08-10 | 1 | -1/+3 | |
| | ||||||
* | [Minor] Fix usage | Vsevolod Stakhov | 2023-08-07 | 1 | -2/+2 | |
| | ||||||
* | [Fix] Fix lua schema enrichment logic for Redis params | Vsevolod Stakhov | 2023-08-07 | 1 | -21/+21 | |
| | ||||||
* | [Fix] Fix merge table utility | Vsevolod Stakhov | 2023-08-07 | 1 | -2/+15 | |
| | ||||||
* | [Feature] Check for plugin configuration errors on `configtest` | Vsevolod Stakhov | 2023-08-07 | 1 | -0/+17 | |
| |