Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update surbl_group.conf | Slavko | 2024-08-29 | 1 | -2/+2 |
| | |||||
* | [Rework] Resolve rdns in a separate function | Vsevolod Stakhov | 2024-08-06 | 2 | -8/+8 |
| | | | | | | | Historically, it was done in `once_received` module, however, that check must be done early, even before settings (as they could rely on hostname). Hence, it was discussed to move this code to a separate rule. | ||||
* | [Conf] Add SenderScore Reputationlist RBL | moisseev | 2024-07-31 | 1 | -0/+61 |
| | |||||
* | Rename unrecognized SenderScore RBL result symbol | moisseev | 2024-07-29 | 1 | -1/+1 |
| | |||||
* | Set SenderScore RPBL scores | moisseev | 2024-07-29 | 1 | -15/+15 |
| | |||||
* | [Conf] Add SenderScore RPBL return codes | moisseev | 2024-07-28 | 1 | -1/+91 |
| | |||||
* | [Conf] Add R_SPF_PLUSALL symbol with some score | Vsevolod Stakhov | 2024-07-18 | 1 | -0/+5 |
| | |||||
* | Exclude MIME_BAD_UNICODE false positive (#5030) | Dmitriy Alekseev | 2024-06-26 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | * Update composites.conf * Update composites.conf * Update composites.conf * Update composites.conf * Update mime_types_group.conf * Update mime_types_group.conf * Update composites.conf | ||||
* | [Conf] Add missing symbol | Vsevolod Stakhov | 2024-06-19 | 1 | -0/+4 |
| | |||||
* | [Minor] Increase RDNS_NONE score to 2.0 | twesterhever | 2024-04-09 | 1 | -1/+1 |
| | |||||
* | [Minor] Add more returnbits to surbl configuration | Andrew Lewis | 2024-01-31 | 1 | -0/+12 |
| | |||||
* | Merge pull request #4575 from dragoangel/feat/add-phishing-feed-exclusions | Vsevolod Stakhov | 2023-08-22 | 1 | -0/+4 |
|\ | | | | | [Feature] Support feed exclusions in phishing module | ||||
| * | Update phishing_group.conf | Dmitriy Alekseev | 2023-08-16 | 1 | -0/+4 |
| | | |||||
* | | [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 #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 | 1 | -2/+2 |
|/ | |||||
* | [Feature] Add extra symbol when URL redirector reaches nested limit | Vsevolod Stakhov | 2023-04-22 | 1 | -0/+5 |
| | | | | Issue: #4406 | ||||
* | Merge branch 'master' into temp-propose-alternative-solution-to-xbl-any-hack | Vsevolod Stakhov | 2023-02-19 | 7 | -73/+66 |
|\ | |||||
| * | [Minor] Remove orphaned SARBL directives | twesterhever | 2023-02-17 | 1 | -6/+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 | 1 | -6/+1 |
|/ | |||||
* | [Conf] Add missing groups for whitelist module symbols | Vsevolod Stakhov | 2022-05-26 | 1 | -0/+8 |
| | | | | Issue: #4169 | ||||
* | [Enhancement] Adjust scores of Spamhaus SBL hits | twesterhever | 2022-04-09 | 1 | -2/+2 |
| | |||||
* | [Minor] Add max scores for some groups | Vsevolod Stakhov | 2022-03-23 | 2 | -0/+4 |
| | |||||
* | [Conf] Score MIME_OBFUSCATED_ARCHIVE to 8 points | Vsevolod Stakhov | 2022-01-13 | 1 | -0/+5 |
| | |||||
* | Assign weights to Mailspike Whitelists | Jean-Louis Dupond | 2021-12-17 | 1 | -15/+15 |
| | | | | | | | Assign a weight to the MAILSPIKE whitelist RBL symbols. Use the same but negative weight as its blacklist counterparts. Also fix some indents in the file | ||||
* | Uncomment but disable SpamHaus URIBL | Jean-Louis Dupond | 2021-11-29 | 1 | -36/+42 |
| | | | | | | | Fix the Spamhaus URIBL and uncomment but disable it. This way it can be easily enabled in local.d without the need to copy the whole block. Symbols are also ignored as this will generate a warning otherwise. | ||||
* | [Conf] Set one_shot for URIBL rules by default | moisseev | 2021-11-12 | 1 | -6/+34 |
| | |||||
* | [Conf] Align ARC scores with DKIM scores | Vsevolod Stakhov | 2021-03-13 | 1 | -2/+2 |
| | |||||
* | [Rework] Phishing: Split from redirectors usage | Vsevolod Stakhov | 2021-02-25 | 1 | -0/+4 |
| | |||||
* | [Conf] Add R_DKIM_PERMFAIL to the metric | Vsevolod Stakhov | 2021-01-08 | 1 | -0/+5 |
| | |||||
* | whitelist_group.conf: Fix typo in description | Niklas Hambüchen | 2020-10-17 | 1 | -1/+1 |
| | |||||
* | [Feature] Add BOUNCE rule | Anton Yuzhaninov | 2020-08-10 | 1 | -0/+4 |
| | |||||
* | [Conf] Spf: Add R_SPF_PERMFAIL symbol | Vsevolod Stakhov | 2020-06-15 | 1 | -0/+5 |
| | |||||
* | [Conf] Register a known symbol | Vsevolod Stakhov | 2020-06-15 | 1 | -0/+4 |
| | |||||
* | [Conf] Fix fat-fingers typo | Vsevolod Stakhov | 2020-06-12 | 1 | -1/+1 |
| | | | | Noted by: @RvdE | ||||
* | [Conf] Add missing symbols | Vsevolod Stakhov | 2020-06-12 | 2 | -0/+21 |
| |