Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [Feature] Draft `known_senders` plugin | Vsevolod Stakhov | 2023-09-23 | 1 | -0/+205 | |
| | ||||||
* | [Minor] Revisit numeric_urls | Andrew Lewis | 2023-09-19 | 1 | -4/+25 | |
| | ||||||
* | Merge branch 'rspamd:master' into master | LBahtarliev | 2023-09-12 | 1 | -1/+4 | |
|\ | ||||||
| * | [Feature] rbl: support checking numeric URLs in isolation | Andrew Lewis | 2023-09-11 | 1 | -1/+4 | |
| | | ||||||
* | | [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 | |
|/ | ||||||
* | [Fix] rbl: really fix dependency registration when symbols_prefixes is used | Andrew Lewis | 2023-09-09 | 1 | -1/+1 | |
| | ||||||
* | [Fix] Fix various issues in the `url_redirector` plugin | Vsevolod Stakhov | 2023-09-07 | 1 | -4/+6 | |
| | ||||||
* | [Minor] Remove unwanted debug logging | Andrew Lewis | 2023-09-06 | 1 | -1/+0 | |
| | ||||||
* | Merge pull request #4575 from dragoangel/feat/add-phishing-feed-exclusions | Vsevolod Stakhov | 2023-08-22 | 1 | -14/+102 | |
|\ | | | | | [Feature] Support feed exclusions in phishing module | |||||
| * | Update phishing.lua | Dmitriy Alekseev | 2023-08-21 | 1 | -23/+43 | |
| | | ||||||
| * | Update phishing.lua | Dmitriy Alekseev | 2023-08-16 | 1 | -5/+73 | |
| | | ||||||
* | | changed errors to warnings. | laodc | 2023-08-21 | 1 | -2/+1 | |
| | | | | | | | | nullptr on contructor was never meant to be there | |||||
* | | Added support for Redis 6 ACL (username/password) | laodc | 2023-08-21 | 1 | -1/+8 | |
|/ | ||||||
* | Rename exported to be more explicit | Jason Lingohr | 2023-08-15 | 1 | -10/+10 | |
| | ||||||
* | Add new exporter to push JSON to a raw TCP socket; for example to Graylog. | Jason Lingohr | 2023-08-14 | 1 | -0/+37 | |
| | ||||||
* | [Fix] Fix `url:set_redirected` method | Vsevolod Stakhov | 2023-08-09 | 1 | -2/+3 | |
| | ||||||
* | [Fix] Fix lua schema enrichment logic for Redis params | Vsevolod Stakhov | 2023-08-07 | 3 | -7/+8 | |
| | ||||||
* | [Minor] Move config stuff out | Vsevolod Stakhov | 2023-08-07 | 3 | -4/+4 | |
| | ||||||
* | [Minor] Allow to log configuration errors from plugins | Vsevolod Stakhov | 2023-08-07 | 3 | -2/+8 | |
| | ||||||
* | [Minor] Reformat all Lua code, no functional changes | Vsevolod Stakhov | 2023-08-07 | 46 | -2012/+2371 | |
| | ||||||
* | [Minor] Distinguish failures from unknown errors | Vsevolod Stakhov | 2023-08-07 | 1 | -97/+124 | |
| | ||||||
* | fix: redis schema parsing | Simon Hauser | 2023-08-04 | 3 | -7/+7 | |
| | ||||||
* | [Minor] Minor fixes for previous ratelimit changes | Andrew Lewis | 2023-07-24 | 1 | -1/+1 | |
| | ||||||
* | [Feature] external_relay: add ip_map strategy | Soha Jin | 2023-07-11 | 1 | -0/+42 | |
| | ||||||
* | Merge pull request #4519 from twesterhever/temp-html-attachments | Vsevolod Stakhov | 2023-06-23 | 1 | -17/+24 | |
|\ | | | | | [Enhancement] Treat HTML attachments as (slightly) bad | |||||
| * | [Minor] Fix missing and superflous comma | twesterhever | 2023-06-23 | 1 | -2/+2 | |
| | | | | | | | | Thanks, @moisseev! | |||||
| * | Keep attachment filename suffix lists sorted | twesterhever | 2023-06-22 | 1 | -15/+15 | |
| | | ||||||
| * | Treat HTML attachments as bad | twesterhever | 2023-06-22 | 1 | -1/+8 | |
| | | ||||||
* | | if elasticsearch_version >= 7 we should not send the _type to elasticsearch, ↵ | Mario Jansen | 2023-06-23 | 1 | -2/+8 | |
|/ | | | | deprecated in es 7, obsolete in es 8 | |||||
* | [Minor] Increase score for attachment types already blocked by GMail and Outlook | twesterhever | 2023-06-20 | 1 | -95/+95 | |
| | | | | https://github.com/rspamd/rspamd/pull/4518#issuecomment-1598655957 | |||||
* | [Minor] Increase score for .chm attachments | twesterhever | 2023-06-20 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Use 1.0 as static score for dynamic symbols, erm | Vsevolod Stakhov | 2023-06-18 | 1 | -1/+1 | |
| | ||||||
* | [Fix] Try harder to clean pending bucket | Vsevolod Stakhov | 2023-06-17 | 1 | -3/+50 | |
| | | | | Issue: #4467 | |||||
* | [Minor] Add additional bad extensions | twesterhever | 2023-06-02 | 1 | -0/+5 | |
| | ||||||
* | [Minor] Fix leftover | Vsevolod Stakhov | 2023-05-30 | 1 | -1/+1 | |
| | ||||||
* | [Minor] Pet luacheck | Vsevolod Stakhov | 2023-05-29 | 1 | -2/+2 | |
| | ||||||
* | [Project] Allow to register multimap symbols dynamically | Vsevolod Stakhov | 2023-05-29 | 1 | -72/+95 | |
| | ||||||
* | [Minor] Simplify multimap code | Vsevolod Stakhov | 2023-05-29 | 1 | -22/+30 | |
| | ||||||
* | [Fix] rbl: fix dependency registration when symbols_prefixes is used | Andrew Lewis | 2023-05-26 | 1 | -2/+4 | |
| | ||||||
* | [Minor] Fix old bug that score was not converted to a number | Vsevolod Stakhov | 2023-05-15 | 1 | -1/+1 | |
| | ||||||
* | [Feature] Allow to read options from maps in the multimap plugin | Vsevolod Stakhov | 2023-05-13 | 1 | -17/+28 | |
| | | | | Issue: #4468 | |||||
* | [Minor] Use utf8 compatible comparison | Vsevolod Stakhov | 2023-04-25 | 1 | -1/+2 | |
| | ||||||
* | [Minor] Improve options | Vsevolod Stakhov | 2023-04-22 | 1 | -2/+14 | |
| | ||||||
* | [Feature] Add extra symbol when URL redirector reaches nested limit | Vsevolod Stakhov | 2023-04-22 | 1 | -2/+23 | |
| | | | | Issue: #4406 | |||||
* | fixup! arc.lua: fix signature of ARC-Seal header | Jan Smutny | 2023-03-31 | 1 | -0/+2 | |
| | ||||||
* | arc.lua: fix signature of ARC-Seal header | Jan Smutny | 2023-03-30 | 1 | -1/+1 | |
| | | | | | | The ARC Set header field values must be supplied to the hash function in increasing instance order, starting at 1. Defined in https://www.rfc-editor.org/rfc/rfc8617.html#section-5.1.1. | |||||
* | arc.lua: fix usage of ARC-Authentication-Results in arc_sign_seal func | Jan Smutny | 2023-03-30 | 1 | -2/+3 | |
| | | | | | | | The ARC-Authentication-Results header field was gathered in function arc_sign_seal directly from headers. This commit adds the sorted ARC-Authentication-Results header to cache which is then reused in arc_sign_seal function. | |||||
* | [Minor] Move redis scripts from ratelimit file to simplify checks | Vsevolod Stakhov | 2023-03-25 | 1 | -148/+6 | |
| | ||||||
* | [Fix] Fix url reputation plugin | Vsevolod Stakhov | 2023-03-03 | 1 | -28/+17 | |
| | | | | Issue: #4415 |