Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Feature] Add function to transliterate utf8 to ascii with some normalisation | Vsevolod Stakhov | 2023-07-20 | 2 | -0/+89 |
| | |||||
* | [Minor] Remove assertion in lieu of a log message | Vsevolod Stakhov | 2023-07-17 | 1 | -1/+4 |
| | | | | | Issue: #4533 Closes: #4533 | ||||
* | Another try for RHEL9 | Vsevolod Stakhov | 2023-07-17 | 1 | -0/+9 |
| | |||||
* | [Minor] Another try to use the proper linker | Vsevolod Stakhov | 2023-07-16 | 3 | -3/+5 |
| | |||||
* | [Minor] Do not use lld when clang is not the compiler... | Vsevolod Stakhov | 2023-07-16 | 1 | -1/+9 |
| | |||||
* | Merge pull request #4541 from sthen/patch-1 | Vsevolod Stakhov | 2023-07-15 | 1 | -7/+2 |
|\ | | | | | replace ECDSA_sign_setup/ECDSA_sign_ex with ECDSA_sign | ||||
| * | replace ECDSA_sign_setup/ECDSA_sign_ex with ECDSA_sign | Stuart Henderson | 2023-07-15 | 1 | -7/+2 |
|/ | | | | | There's no need to use ECDSA_sign_setup/ECDSA_sign_ex separately, a single call to ECDSA_sign will handle everything that's needed here. Avoids breakage with a soon-to-be-committed change to LibreSSL to remove ECDSA_sign_setup/ex from libcrypto. | ||||
* | Merge pull request #4539 from dragoangel/patch-3 | Vsevolod Stakhov | 2023-07-13 | 1 | -1/+1 |
|\ | | | | | [Minor] A bit better apple_x_mailer regex | ||||
| * | Adjust apple_x_mailer regex | Dmitriy Alekseev | 2023-07-12 | 1 | -1/+1 |
| | | |||||
| * | [Minor] A bit better apple_x_mailer regex | Dmitriy Alekseev | 2023-07-12 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #4538 from dragoangel/patch-2 | Vsevolod Stakhov | 2023-07-12 | 2 | -3/+28 |
|\ | | | | | [Feature] Detect Apple Mail and remove scores for their known common behavior | ||||
| * | Optimize apple_ios_x_mailer regex | Dmitriy Alekseev | 2023-07-12 | 1 | -1/+1 |
| | | |||||
| * | Add composites exclusions for known Apple Mail bad symbols | Dmitriy Alekseev | 2023-07-11 | 1 | -0/+8 |
| | | |||||
| * | Support regex rules to detect Apple Mail | Dmitriy Alekseev | 2023-07-11 | 1 | -3/+20 |
| | | |||||
* | | Merge pull request #4537 from moesoha/relay/ip_map | Vsevolod Stakhov | 2023-07-11 | 5 | -0/+75 |
|\ \ | |/ |/| | [Feature] external_relay: add ip_map strategy | ||||
| * | [Feature] external_relay: add ip_map strategy | Soha Jin | 2023-07-11 | 5 | -0/+72 |
| | | |||||
| * | [Fix] test external_relay: count should always be the last rule, | Soha Jin | 2023-07-11 | 1 | -0/+3 |
|/ | | | | as it have no matching condition | ||||
* | [Minor] Fix another `enum` usage in fmt | Vsevolod Stakhov | 2023-07-09 | 1 | -1/+1 |
| | | | | Issue: #4482 | ||||
* | Merge pull request #4532 from mrueg/bookworm | Vsevolod Stakhov | 2023-07-06 | 1 | -2/+2 |
|\ | | | | | Dockerfile: Switch to bookworm | ||||
| * | Dockerfile: Switch to bookworm | Manuel Rüger | 2023-07-05 | 1 | -2/+2 |
|/ | |||||
* | [Minor] Fix fuzzy_unlearn_handler when a flag is specified | Vsevolod Stakhov | 2023-07-05 | 1 | -1/+1 |
| | | | | Issue: #4531 | ||||
* | [Minor] One more compatibility fix | Vsevolod Stakhov | 2023-07-03 | 1 | -1/+1 |
| | |||||
* | [Minor] Try to be more compatible | Vsevolod Stakhov | 2023-07-02 | 1 | -1/+1 |
| | |||||
* | [Minor] Lua_magic: Try to reduce fp rate for html heuristic | Vsevolod Stakhov | 2023-07-02 | 1 | -2/+2 |
| | |||||
* | [Minor] Fix log message | Vsevolod Stakhov | 2023-07-01 | 1 | -2/+2 |
| | |||||
* | [Minor] Try to save ratelimits from the proper worker | Vsevolod Stakhov | 2023-07-01 | 1 | -3/+6 |
| | |||||
* | [Feature] Save fuzzy ratelimit buckets | Vsevolod Stakhov | 2023-07-01 | 1 | -0/+123 |
| | |||||
* | [Minor] Do not block rate limit elements in fuzzy forever | Vsevolod Stakhov | 2023-07-01 | 1 | -4/+17 |
| | |||||
* | [Feature] Allow fuzzy workers to exchange blocked information | Vsevolod Stakhov | 2023-07-01 | 4 | -7/+147 |
| | |||||
* | [Minor] Remove redundant check | Vsevolod Stakhov | 2023-06-26 | 1 | -4/+1 |
| | |||||
* | [Feature] Preliminary implementation of dynamic composites | Vsevolod Stakhov | 2023-06-25 | 2 | -4/+109 |
| | |||||
* | [Minor] Missing include? | Vsevolod Stakhov | 2023-06-24 | 1 | -0/+1 |
| | |||||
* | [Tests] Add unit tests | Vsevolod Stakhov | 2023-06-24 | 2 | -0/+45 |
| | |||||
* | [Minor] Add utility to split strings on some character | Vsevolod Stakhov | 2023-06-24 | 1 | -0/+18 |
| | |||||
* | [Minor] Add utility to iterate over a list of newline separated strings | Vsevolod Stakhov | 2023-06-24 | 1 | -0/+29 |
| | |||||
* | 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 |
| | | |||||
* | | Merge pull request #4520 from mariojansen/master | Vsevolod Stakhov | 2023-06-23 | 1 | -2/+8 |
|\ \ | | | | | | | if elasticsearch_version >= 7 we should not send the _type to elastic… | ||||
| * | | 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 | ||||
* | | Merge pull request #4497 from twesterhever/temp-improve-has-google-redir | Vsevolod Stakhov | 2023-06-22 | 1 | -2/+2 |
|\ \ | |/ |/| | [Enhancement] Improve detection of Google redirection URLs | ||||
| * | [Minor] Remove superfluous '|' in regular expression | twesterhever | 2023-06-22 | 1 | -1/+1 |
| | | |||||
| * | [Minor] Simplify regular expression for HAS_GOOGLE_REDIR | twesterhever | 2023-06-22 | 1 | -1/+1 |
| | | | | | | | | https://github.com/rspamd/rspamd/pull/4497#issuecomment-1586265815 | ||||
| * | [Enhancement] Improve detection of Google redirection URLs | twesterhever | 2023-05-26 | 1 | -2/+2 |
| | | | | | | | | | | The list is derived from Firefox' static HPKP entires, retrieved from: https://searchfox.org/mozilla-central/source/security/manager/ssl/StaticHPKPins.h | ||||
* | | Merge pull request #4518 from twesterhever/temp-chm-suffix | Vsevolod Stakhov | 2023-06-20 | 1 | -96/+96 |
|\ \ | | | | | | | [Minor] Increase score for .chm attachments | ||||
| * | | [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 |
|/ / | |||||
* | | Merge pull request #4517 from JasonStephenson/bugfix/7z-cte-fix | Vsevolod Stakhov | 2023-06-19 | 1 | -1/+1 |
|\ \ | | | | | | | Use the correct mime format for 7z | ||||
| * | | Use the correct mime format for 7z | Jason Stephenson | 2023-06-19 | 1 | -1/+1 |
|/ / |