Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] rbl: revisit previous change | Andrew Lewis | 2023-12-15 | 1 | -1/+1 |
| | |||||
* | [Project] Try to do strings concatenation in C | Vsevolod Stakhov | 2023-12-14 | 2 | -5/+3 |
| | |||||
* | [Minor] rbl: try harder to identify lua patterns | Andrew Lewis | 2023-12-13 | 1 | -2/+2 |
| | |||||
* | Merge pull request #4742 from fatalbanana/rbl_url_whitelist | Vsevolod Stakhov | 2023-12-12 | 1 | -0/+2 |
|\ | | | | | [Feature] rbl: support disabling or replacing url_whitelist per RBL | ||||
| * | [Feature] rbl: support disabling or replacing url_whitelist per RBL | Andrew Lewis | 2023-12-12 | 1 | -0/+2 |
| | | |||||
* | | [Minor] Have bayes use global redis settings | Andrew Lewis | 2023-12-12 | 1 | -6/+19 |
|/ | |||||
* | [Minor] Fix learned stats | Vsevolod Stakhov | 2023-12-11 | 1 | -5/+4 |
| | |||||
* | Merge pull request #4718 from rspamd/vstakhov-bayes-rework | Vsevolod Stakhov | 2023-12-10 | 5 | -13/+243 |
|\ | | | | | Migrate bayes redis backend to Lua scripts | ||||
| * | [Project] Add some stats | Vsevolod Stakhov | 2023-12-08 | 2 | -12/+61 |
| | | |||||
| * | [Project] Various fixes | Vsevolod Stakhov | 2023-12-08 | 1 | -2/+2 |
| | | |||||
| * | [Rework] Use strings for int64_t | Vsevolod Stakhov | 2023-12-08 | 3 | -5/+5 |
| | | | | | | | | | | | | It seems there is no easy way to use int64 in Redis Lua, hence, we have to use strings. It's much more expensive but still some advantage over the previous schema. | ||||
| * | [Minor] Fix keys name | Vsevolod Stakhov | 2023-12-08 | 1 | -2/+2 |
| | | |||||
| * | [Project] Add some basic learning | Vsevolod Stakhov | 2023-12-07 | 2 | -3/+3 |
| | | |||||
| * | [Project] Add bayes learn script | Vsevolod Stakhov | 2023-12-07 | 2 | -2/+38 |
| | | |||||
| * | [Minor] Add initial stat callback | Vsevolod Stakhov | 2023-12-07 | 1 | -2/+20 |
| | | |||||
| * | [Project] Further caching logic modifications | Vsevolod Stakhov | 2023-12-06 | 1 | -1/+1 |
| | | |||||
| * | [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 |
|\ |