Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Align scores of Spamhaus DBL, SURBL, URIBL DNSBL symbols | twesterhever | 2023-08-02 | 1 | -12/+12 |
| | | | | | | | | | | Given that they have about the same false positive rate, it makes sense to treat them equal in terms of scoring: - Particular threats (phishing, malware) are scored a bit higher than mere spam domain listings - "Abused legitimate" listings are scored lower for some DNSBLs already, this has now been aligned. - For SURBL, cracked and abused sites are treated with the same score. | ||||
* | [Minor] Increase score of URIBL_XBL | twesterhever | 2023-08-02 | 1 | -1/+1 |
| | | | | | This aids with detecting FQDNs hosted on hacked machines, such as used in Fast Flux-style botnet spam. | ||||
* | [Minor] Reduce score of URIBL_SBL_CSS | twesterhever | 2023-08-02 | 1 | -1/+1 |
| | | | | | | | Given that CSS is an automated component of SBL, this should not receive the same scoring as manually conducted SBL listings. Particularly for shared hosting environments, CSS hits on IP addresses derived from FQDNs sometimes were found to be scored a bit too high. | ||||
* | Merge pull request #4556 from twesterhever/temp-improve-freemail-aff | Vsevolod Stakhov | 2023-08-02 | 1 | -1/+1 |
|\ | | | | | [Minor] Improve catch rates of FREEMAIL_AFF | ||||
| * | [Minor] Improve catch rates of FREEMAIL_AFF | twesterhever | 2023-08-02 | 1 | -1/+1 |
| | | |||||
* | | Add composites exclusions for known Apple Mail bad symbols | Dmitriy Alekseev | 2023-07-11 | 1 | -0/+8 |
|/ | |||||
* | Merge pull request #4507 from ↵ | Vsevolod Stakhov | 2023-06-03 | 1 | -2/+9 |
|\ | | | | | | | | | twesterhever/temp-composites-thread-hijacking-injector [Rules] Add thread hijacking composite rule | ||||
| * | [Minor] Fix RCVD_UNAUTH_PBL | twesterhever | 2023-06-02 | 1 | -2/+2 |
| | | |||||
| * | [Rules] Add thread hijacking composite rule | twesterhever | 2023-06-02 | 1 | -0/+7 |
| | | |||||
* | | Merge pull request #4505 from ↵ | Vsevolod Stakhov | 2023-06-03 | 2 | -2/+2 |
|\ \ | | | | | | | | | | | | | twesterhever/temp-misc-cleanups-and-housekeeping-v2 [Minor] Assorted cleanup and housekeeping of configuration files, take 2 | ||||
| * | | [Minor] Fix quirk in CRACKED_SURBL rule description | twesterhever | 2023-05-26 | 1 | -1/+1 |
| | | | |||||
| * | | [Minor] Improve various rule descriptions | twesterhever | 2023-05-26 | 1 | -1/+1 |
| | | | |||||
* | | | [Minor] Improve HACKED_WP_PHISHING coverage | twesterhever | 2023-06-02 | 2 | -3/+3 |
| |/ |/| | |||||
* | | [Enhancement] Add composite rule for messages only containing a redirector URL | twesterhever | 2023-05-26 | 1 | -0/+6 |
|/ | |||||
* | [Conf] Remove outdated composite rules | Vsevolod Stakhov | 2023-05-09 | 1 | -10/+0 |
| | |||||
* | [Feature] Allow to use other methods when fasttext detection is enabled | Vsevolod Stakhov | 2023-05-02 | 1 | -0/+3 |
| | |||||
* | [Conf] Add missing attributes for the language detection configuration | Vsevolod Stakhov | 2023-04-30 | 1 | -0/+15 |
| | |||||
* | [Conf] Add language detection configuration | Vsevolod Stakhov | 2023-04-29 | 2 | -0/+16 |
| | |||||
* | [Conf] Add `one_shot` to some specific multimap rules | Vsevolod Stakhov | 2023-04-23 | 1 | -0/+7 |
| | |||||
* | [Feature] Add extra symbol when URL redirector reaches nested limit | Vsevolod Stakhov | 2023-04-22 | 1 | -0/+5 |
| | | | | Issue: #4406 | ||||
* | fix incorrect asn references in bimi.conf | Mehmet Tolga Avcioglu | 2023-02-23 | 1 | -3/+4 |
| | |||||
* | Merge pull request #4351 from korgoth1/master | Vsevolod Stakhov | 2023-02-22 | 1 | -0/+9 |
|\ | | | | | Checking for redirector url in mail | ||||
| * | Update conf/modules.d/multimap.conf | korgoth1 | 2022-11-27 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com> | ||||
| * | Checking for redirector url in mail | korgoth1 | 2022-11-27 | 1 | -0/+9 |
| | | |||||
* | | Merge branch 'master' into temp-propose-alternative-solution-to-xbl-any-hack | Vsevolod Stakhov | 2023-02-19 | 18 | -298/+247 |
|\ \ | |||||
| * | | [Minor] Sort maps.d contents for better readability | twesterhever | 2023-02-17 | 3 | -199/+167 |
| | | | |||||
| * | | [Minor] Improve readability of composites rule configuration | twesterhever | 2023-02-17 | 1 | -9/+6 |
| | | | |||||
| * | | [Minor] Add newline at EOF where missing | twesterhever | 2023-02-17 | 7 | -7/+5 |
| | | | |||||
| * | | [Minor] Improve readability of RBL module configuration file | twesterhever | 2023-02-17 | 1 | -5/+4 |
| | | | |||||
| * | | [Minor] Remove orphaned SARBL directives | twesterhever | 2023-02-17 | 2 | -12/+0 |
| | | | |||||
| * | | [Minor] Unify configuration file structure | twesterhever | 2023-02-17 | 3 | -5/+5 |
| | | | |||||
| * | | [Minor] Improve content rule descriptions | twesterhever | 2023-02-17 | 1 | -4/+3 |
| | | | |||||
| * | | [Minor] Improve readability of policies group configuration file | twesterhever | 2023-02-17 | 1 | -4/+0 |
| | | | |||||
| * | | [Minor] Add project URL for MSBL | twesterhever | 2023-02-17 | 1 | -2/+2 |
| | | | |||||
| * | | [Minor] Add "blocked" tag to DBL_BLOCKED_OPENRESOLVER and DBL_BLOCKED | twesterhever | 2023-02-17 | 1 | -2/+2 |
| | | | |||||
| * | | [Minor] Improve SURBL rule descriptions | twesterhever | 2023-02-17 | 1 | -26/+26 |
| | | | |||||
| * | | [Minor] Improve readability of RBL/SURBL configuration files | twesterhever | 2023-02-17 | 2 | -1/+5 |
| | | | |||||
| * | | [Minor] Add "blocked" tag to *_SPAMHAUS_BLOCKED_OPENRESOLVER and ↵ | twesterhever | 2023-02-17 | 1 | -4/+4 |
| | | | | | | | | | | | | *_SPAMHAUS_BLOCKED | ||||
| * | | [Minor] Improve RBL rule descriptions | twesterhever | 2023-02-17 | 1 | -20/+20 |
| | | | |||||
| * | | [Minor] Update NiX spam project URL | twesterhever | 2023-02-17 | 1 | -1/+1 |
| | | | |||||
* | | | [Minor] Replace "Spamhaus XBL any" hack with a more clear solution | twesterhever | 2023-02-17 | 2 | -10/+1 |
|/ / | |||||
* | | conf/modules.d/arc.conf: fix parameter name | Jan Smutny | 2023-01-31 | 1 | -1/+1 |
| | | | | | | | | rename symbol_sign -> sign_symbol | ||||
* | | [Conf] Fix hashbl | Vsevolod Stakhov | 2022-12-21 | 1 | -1/+1 |
| | | |||||
* | | [Conf] RBL: Fix selector | Vsevolod Stakhov | 2022-12-18 | 1 | -1/+2 |
| | | |||||
* | | [Conf] Preliminary try to add SURBL hashbl support (WIP) | Vsevolod Stakhov | 2022-12-17 | 1 | -0/+24 |
| | | |||||
* | | [Conf] Reduce the default timeout | Vsevolod Stakhov | 2022-11-30 | 1 | -1/+1 |
|/ | |||||
* | [Conf] Clarify `timeout` in rspamd_proxy | Vsevolod Stakhov | 2022-11-26 | 1 | -1/+8 |
| | |||||
* | Merge pull request #4308 from frederikbosch/patch-1 | Vsevolod Stakhov | 2022-10-19 | 1 | -1/+11 |
|\ | | | | | [Rules] Penalize bounce spam | ||||
| * | Update composites.conf | Frederik Bosch | 2022-10-17 | 1 | -1/+1 |
| | | |||||
| * | Composites should not be recursive | Frederik Bosch | 2022-10-12 | 1 | -1/+1 |
| | |