Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4495 from twesterhever/temp-onoin-url | Vsevolod Stakhov | 2023-06-04 | 1 | -1/+1 |
|\ | | | | | [Minor] Move HAS_ONION_URI from "experimental" to "url" group | ||||
| * | [Minor] Move HAS_ONION_URI from "experimental" to "url" group | twesterhever | 2023-05-26 | 1 | -1/+1 |
| | | |||||
* | | Apply suggestions from code review | Vsevolod Stakhov | 2023-06-03 | 2 | -3/+3 |
| | | |||||
* | | [Minor] Fix description of MIME_HTML_ONLY | twesterhever | 2023-06-02 | 1 | -1/+1 |
| | | | | | | | | Thanks, @moisseev! | ||||
* | | [Minor] Improve various rule descriptions | twesterhever | 2023-05-26 | 5 | -75/+71 |
|/ | |||||
* | [Feature] Add controller endpoint to get fuzzy hashes from messages | Vsevolod Stakhov | 2023-05-20 | 2 | -0/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Sample usage: ``` curl -XPOST 'http://localhost:11334/plugins/fuzzy/hashes?flag=1' --data-binary '@-' < file ``` Sample output: ```json { "hashes": { "local": [ "24b6e7de2f489778d828c827079c48bacb086f816d0a7acabbe42e8d0da703b89b913176ad67eefaf5b54fa59f5e0ecfc7015846c4043fcfb0c7a4ed7a235025", "72789777cbec926f4143de4c08c87acc3fbf3b909b5c39f1edcf82ed12e2d8bc2f56be8d68ee681feccf44ca04e3eca5b8ec039cb84a0d40e22258c370a10cbb" ], "rspamd.com": [ "24b6e7de2f489778d828c827079c48bacb086f816d0a7acabbe42e8d0da703b89b913176ad67eefaf5b54fa59f5e0ecfc7015846c4043fcfb0c7a4ed7a235025", "72789777cbec926f4143de4c08c87acc3fbf3b909b5c39f1edcf82ed12e2d8bc2f56be8d68ee681feccf44ca04e3eca5b8ec039cb84a0d40e22258c370a10cbb" ], }, "success": true } ``` Issue: #4489 | ||||
* | [Minor] Account for one more undisclosed-recipients address variant | Anton Yuzhaninov | 2023-02-25 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into temp-add-ipfs-heuristics | Vsevolod Stakhov | 2023-02-20 | 9 | -12/+37 |
|\ | |||||
| * | add Betterbird to `user_agent_thunderbird` | georglauterbach | 2023-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | See https://github.com/Betterbird/thunderbird-patches/issues/125 for reference. This way, Rspamd will not add `FORGED_MUA_MOZILLA_MAIL_MSGID_UNKNOWN` to mails sent perfectly find with Betterbird. Betterbird (<https://www.betterbird.eu/>) is an adjusted version of Thunderbird, fixing many bugs and adding long-wanted features. It is a common and well-known alternative to Thunderbird, so I think the addition is justified. | ||||
| * | Merge pull request #4397 from twesterhever/temp-misc-cleanups-and-housekeeping | Vsevolod Stakhov | 2023-02-17 | 6 | -6/+3 |
| |\ | | | | | | | [Minor] Assorted cleanup and housekeeping of configuration files | ||||
| | * | [Minor] Fix some whitespace issues | twesterhever | 2023-02-17 | 6 | -6/+3 |
| | | | |||||
| * | | Merge pull request #4401 from twesterhever/temp-google-firebase | Vsevolod Stakhov | 2023-02-17 | 1 | -0/+7 |
| |\ \ | | | | | | | | | [Enhancement] Add rule to detect Google Firebase URLs | ||||
| | * | | [Enhancement] Add rule to detect Google Firebase URLs | twesterhever | 2023-02-17 | 1 | -0/+7 |
| | |/ | |||||
| * / | [Enhancement] Make Google URL redirection rules productive | twesterhever | 2023-02-17 | 1 | -5/+5 |
| |/ | |||||
| * | Fix pcall() argument in rspamd.lua | dpetrov67 | 2023-02-14 | 1 | -1/+1 |
| | | |||||
| * | [Fix] received: filtering of artificial header | Kako, Chang | 2023-01-12 | 1 | -1/+1 |
| | | |||||
| * | [Rules] Mid: Add MID_END_EQ_FROM_USER_PART rule | Vsevolod Stakhov | 2022-12-23 | 1 | -0/+21 |
| | | | | | | | | Issue: #4299 | ||||
| * | [Minor] Use unicode property for currency detection | Vsevolod Stakhov | 2022-10-29 | 1 | -1/+1 |
| | | | | | | | | Issue: #4320 | ||||
| * | [Rules] Reduce score of HTTP_TO_HTTPS - subject to remove completely | Vsevolod Stakhov | 2022-10-18 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Regexp is case-insensitive, omit redundant characters | twesterhever | 2022-11-06 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Fix rule comment | twesterhever | 2022-11-06 | 1 | -1/+1 |
| | | |||||
* | | [Minor] Limit CIDv1 detection to 128 bytes | twesterhever | 2022-11-06 | 1 | -1/+1 |
| | | | | | | As requested by @vstakhov in https://github.com/rspamd/rspamd/pull/4310#pullrequestreview-1148226107, try to limit the performance impact of this regular expression. However, given that there does not seem to be a hard limit for CIDv1s in IPFS itself, using an hashing algorithm with large output my permit miscreants to get around this rule. | ||||
* | | [Minor] Implement multibase prefixes for IPFS gateway URL rule | twesterhever | 2022-11-06 | 1 | -2/+2 |
| | | |||||
* | | [Minor] Clarify that IPFS *gateway* URLs are likely considered malicious | twesterhever | 2022-11-06 | 1 | -2/+2 |
| | | |||||
* | | [Enhancement] Add IPFS URL heuristic | twesterhever | 2022-10-15 | 1 | -1/+16 |
|/ | |||||
* | [Rework] Reiterate on priorities | Vsevolod Stakhov | 2022-09-10 | 1 | -16/+16 |
| | |||||
* | [Minor] Update more copyright years/email | Vsevolod Stakhov | 2022-03-27 | 5 | -5/+5 |
| | |||||
* | [Minor] Update my email and the copyright year | Vsevolod Stakhov | 2022-03-25 | 9 | -9/+9 |
| | |||||
* | [Rules] Slightly reduce MULTIPLE_FROM score | Vsevolod Stakhov | 2022-03-23 | 1 | -1/+1 |
| | |||||
* | Spelling (#4086) | Josh Soref | 2022-02-22 | 3 | -7/+7 |
| | | | [Rework] Massive spelling fix from @jsoref | ||||
* | [Minor] Oops, fix foldl call | Vsevolod Stakhov | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | [Minor] Fix some issues in URI_COUNT_ODD rule | Vsevolod Stakhov | 2022-01-11 | 1 | -4/+2 |
| | | | | Issue: #4037 | ||||
* | [Minor] Fix rule | Vsevolod Stakhov | 2021-11-30 | 1 | -1/+1 |
| | |||||
* | [Rules] Remove ancient and inefficient rules | Vsevolod Stakhov | 2021-11-29 | 1 | -43/+0 |
| | |||||
* | [Rules] Fix old rules to stop global functions usage | Vsevolod Stakhov | 2021-11-29 | 1 | -46/+72 |
| | |||||
* | [Feature] JSON endpoint for querying maps | Andrew Lewis | 2021-11-17 | 1 | -1/+65 |
| | |||||
* | [Minor] Skip bitcoin address check for very long words | Anton Yuzhaninov | 2021-09-17 | 1 | -2/+4 |
| | | | | | | Exclude very long words (which can be extracted e. g. from some text attachments) from bitcoin address check to avoid excessive resource usage. | ||||
* | [Rules] Improve zero font rule | Vsevolod Stakhov | 2021-09-07 | 1 | -2/+2 |
| | |||||
* | [Minor] Regexp: Extend upstream spam filter regexp | Sebastian Lipponer | 2021-08-21 | 1 | -1/+3 |
| | |||||
* | [Rules] Micro-optimize X_PHP_EVAL | Anton Yuzhaninov | 2021-08-05 | 1 | -1/+1 |
| | | | | | Remove /i flag from regexp string "eval()'d code" is always in lower case. While here use long string format for readability. | ||||
* | [Minor] Fix checks safety | Vsevolod Stakhov | 2021-07-19 | 1 | -2/+4 |
| | |||||
* | [Minor] Add safety guards | Vsevolod Stakhov | 2021-07-08 | 1 | -2/+2 |
| | |||||
* | [Fix] Fix an edge case in BITCOIN_ADDR rule | Andrew Lewis | 2021-06-23 | 1 | -2/+3 |
| | | | | | - when using PCRE - and different address types are present | ||||
* | [Minor] Pet luacheck | Vsevolod Stakhov | 2021-06-14 | 1 | -2/+0 |
| | |||||
* | [Project] Rework html visibility rule | Vsevolod Stakhov | 2021-06-14 | 1 | -34/+14 |
| | |||||
* | [Rules] Fix zerofont rule (partially) | Vsevolod Stakhov | 2021-06-12 | 1 | -1/+3 |
| | |||||
* | [Rules] Extend OLD_X_MAILER | Anton Yuzhaninov | 2021-05-22 | 1 | -3/+4 |
| | | | | Add more old iPhone/iPad Mail versions to the regexp. | ||||
* | [Rules] Extend FORGED_X_MAILER | Anton Yuzhaninov | 2021-05-22 | 1 | -3/+10 |
| | | | | | Match in FORGED_X_MAILER fake iPhone Mail header with a random string in place of iOS build number, e. g. iPhone Mail (WKN0M) | ||||
* | [Rules] Fix CTYPE_MIXED_BOGUS for text attachments | Vsevolod Stakhov | 2021-05-19 | 1 | -1/+1 |
| | | | | Issue: #3748 | ||||
* | [Minor] Fix bit operations logic | Vsevolod Stakhov | 2021-05-13 | 1 | -5/+6 |
| |