aboutsummaryrefslogtreecommitdiffstats
path: root/lualib
Commit message (Collapse)AuthorAgeFilesLines
...
| * [Project] Temporary fixes to start new bayes logic debugVsevolod Stakhov2023-12-041-3/+18
| |
| * [Minor] Slightly improve loggingVsevolod Stakhov2023-12-041-13/+17
| |
| * [Project] Optimise classify scriptVsevolod Stakhov2023-12-021-13/+25
| |
| * [Project] Add classify redis scriptVsevolod Stakhov2023-12-021-0/+26
| |
| * [Project] Start migration of bayes redis backend to LuaVsevolod Stakhov2023-11-291-0/+70
| |
* | [Fix] dkim_signing: siging_table: lowercase before lookupAndrew Lewis2023-11-291-1/+1
|/
* [Minor] Allow argument atoms to start from `-`Vsevolod Stakhov2023-11-161-1/+1
|
* [Minor] Relax arguments grammar for selectorsVsevolod Stakhov2023-11-161-2/+6
|
* [Minor] Do something when no successful replies are detectedVsevolod Stakhov2023-11-101-0/+4
|
* [Project] Polish output modesVsevolod Stakhov2023-11-101-10/+98
|
* [Minor] Various fixesVsevolod Stakhov2023-11-101-0/+2
|
* [Project] Add some major stuff to implement client side of the fuzzy pingVsevolod Stakhov2023-11-091-7/+60
|
* [Project] Add preliminary `rspamadm fuzzyping` commandVsevolod Stakhov2023-11-091-0/+112
|
* [Minor] lua_maps docs: apply formattingAndrew Lewis2023-11-061-10/+10
|
* [Fix] rbl: fix `exclude_local`Andrew Lewis2023-11-031-2/+0
|
* [Minor] Add selector transformer `filter_method`Vsevolod Stakhov2023-10-311-1/+22
|
* Merge pull request #4657 from fatalbanana/rbl_matchersVsevolod Stakhov2023-10-261-0/+16
|\ | | | | [Feature] rbl: support use of different matchers for return codes
| * [Minor] Reiterate on the previous changesAndrew Lewis2023-10-261-5/+5
| | | | | | | | | | - Demote message to info level - Name it returncodes_matcher for better specificity
| * [Feature] rbl: support globbed return codesAndrew Lewis2023-10-251-1/+1
| |
| * [Feature] rbl: support checking returncodes by CIDRAndrew Lewis2023-10-251-1/+1
| |
| * [Feature] rbl: support checking returncodes by regexAndrew Lewis2023-10-241-1/+1
| |
| * [Minor] rbl: support use of different matchers for return codesAndrew Lewis2023-10-241-0/+16
| |
* | [Minor] Try to fix ICAP scanners by adding use_specific_content_type parameterVsevolod Stakhov2023-10-221-5/+14
|/ | | | Issue: #4643
* [Fix] DMARC reporting: fix reporting for subdomainsAndrew Lewis2023-10-161-9/+7
| | | | - Reported by: @bilym
* Update dmarc.luadzjaivnt2023-10-121-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.luadzjaivnt2023-10-121-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.luadzjaivnt2023-10-121-3/+3
| | | Debug logs where broken, so muning functionality not working at all.
* [Minor] Apply schema for all fuzzy rulesVsevolod Stakhov2023-10-051-1/+14
|
* [Minor] Fix one corner caseVsevolod Stakhov2023-09-281-9/+14
|
* [Minor] Allow redis requests with no callbacksVsevolod Stakhov2023-09-241-2/+2
|
* Merge pull request #4608 from lbahtarliev/masterVsevolod Stakhov2023-09-221-1/+1
|\ | | | | [Fix] Change Date: header location to conform with RFC
| * [Fix] Change Date: header location to conform with RFCLyuben Bahtarliev2023-09-221-1/+1
| |
* | Update configwizard.luaDani7782023-09-181-18/+10
|/ | | FIXED dkim key generation, update from old api
* Merge branch 'rspamd:master' into masterLBahtarliev2023-09-122-3/+4
|\
| * Merge pull request #4596 from fatalbanana/rbl_numeric_urlsVsevolod Stakhov2023-09-121-1/+2
| |\ | | | | | | [Feature] rbl: support checking numeric URLs in isolation
| | * [Feature] rbl: support checking numeric URLs in isolationAndrew Lewis2023-09-111-1/+2
| | |
| * | [Fix] rspamadm mime: arguments beginning with letter `t`Andrew Lewis2023-09-111-2/+2
| |/
* | [Feature] Add ICAP Content-Type and Filename from TODO List. Simplify ↵Lyuben Bahtarliev2023-09-121-5/+7
| | | | | | | | changes. Remove unnecessary debug message.
* | [Feature] Add ICAP Content-Type and Filename from TODO ListLyuben Bahtarliev2023-09-111-2/+6
|/
* Apply suggestions from code reviewLaoDC2023-08-212-6/+6
| | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
* feel silly about this one, forgot the username param.laodc2023-08-211-1/+1
|
* else if was meant to be elseiflaodc2023-08-211-1/+1
|
* changed errors to warnings.laodc2023-08-211-1/+1
| | | | nullptr on contructor was never meant to be there
* Added support for Redis 6 ACL (username/password)laodc2023-08-213-14/+73
|
* [Fix] Fix output of non-RSA DKIM keysVsevolod Stakhov2023-08-111-5/+7
| | | | Issue: #4570
* [Fix] Do not set output type if list application failedVsevolod Stakhov2023-08-101-1/+3
|
* [Minor] Fix usageVsevolod Stakhov2023-08-071-2/+2
|
* [Fix] Fix lua schema enrichment logic for Redis paramsVsevolod Stakhov2023-08-071-21/+21
|
* [Fix] Fix merge table utilityVsevolod Stakhov2023-08-071-2/+15
|
* [Feature] Check for plugin configuration errors on `configtest`Vsevolod Stakhov2023-08-071-0/+17
|