aboutsummaryrefslogtreecommitdiffstats
path: root/conf/scores.d
Commit message (Collapse)AuthorAgeFilesLines
* Update surbl_group.confSlavko2024-08-291-2/+2
|
* [Rework] Resolve rdns in a separate functionVsevolod Stakhov2024-08-062-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 RBLmoisseev2024-07-311-0/+61
|
* Rename unrecognized SenderScore RBL result symbolmoisseev2024-07-291-1/+1
|
* Set SenderScore RPBL scoresmoisseev2024-07-291-15/+15
|
* [Conf] Add SenderScore RPBL return codesmoisseev2024-07-281-1/+91
|
* [Conf] Add R_SPF_PLUSALL symbol with some scoreVsevolod Stakhov2024-07-181-0/+5
|
* Exclude MIME_BAD_UNICODE false positive (#5030)Dmitriy Alekseev2024-06-261-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 symbolVsevolod Stakhov2024-06-191-0/+4
|
* [Minor] Increase RDNS_NONE score to 2.0twesterhever2024-04-091-1/+1
|
* [Minor] Add more returnbits to surbl configurationAndrew Lewis2024-01-311-0/+12
|
* Merge pull request #4575 from dragoangel/feat/add-phishing-feed-exclusionsVsevolod Stakhov2023-08-221-0/+4
|\ | | | | [Feature] Support feed exclusions in phishing module
| * Update phishing_group.confDmitriy Alekseev2023-08-161-0/+4
| |
* | [Minor] Align scores of Spamhaus DBL, SURBL, URIBL DNSBL symbolstwesterhever2023-08-021-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_XBLtwesterhever2023-08-021-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_CSStwesterhever2023-08-021-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 Stakhov2023-06-032-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 descriptiontwesterhever2023-05-261-1/+1
| |
| * [Minor] Improve various rule descriptionstwesterhever2023-05-261-1/+1
| |
* | [Minor] Improve HACKED_WP_PHISHING coveragetwesterhever2023-06-021-2/+2
|/
* [Feature] Add extra symbol when URL redirector reaches nested limitVsevolod Stakhov2023-04-221-0/+5
| | | | Issue: #4406
* Merge branch 'master' into temp-propose-alternative-solution-to-xbl-any-hackVsevolod Stakhov2023-02-197-73/+66
|\
| * [Minor] Remove orphaned SARBL directivestwesterhever2023-02-171-6/+0
| |
| * [Minor] Unify configuration file structuretwesterhever2023-02-173-5/+5
| |
| * [Minor] Improve content rule descriptionstwesterhever2023-02-171-4/+3
| |
| * [Minor] Improve readability of policies group configuration filetwesterhever2023-02-171-4/+0
| |
| * [Minor] Add project URL for MSBLtwesterhever2023-02-171-2/+2
| |
| * [Minor] Add "blocked" tag to DBL_BLOCKED_OPENRESOLVER and DBL_BLOCKEDtwesterhever2023-02-171-2/+2
| |
| * [Minor] Improve SURBL rule descriptionstwesterhever2023-02-171-26/+26
| |
| * [Minor] Improve readability of RBL/SURBL configuration filestwesterhever2023-02-172-1/+5
| |
| * [Minor] Add "blocked" tag to *_SPAMHAUS_BLOCKED_OPENRESOLVER and ↵twesterhever2023-02-171-4/+4
| | | | | | | | *_SPAMHAUS_BLOCKED
| * [Minor] Improve RBL rule descriptionstwesterhever2023-02-171-20/+20
| |
| * [Minor] Update NiX spam project URLtwesterhever2023-02-171-1/+1
| |
* | [Minor] Replace "Spamhaus XBL any" hack with a more clear solutiontwesterhever2023-02-171-6/+1
|/
* [Conf] Add missing groups for whitelist module symbolsVsevolod Stakhov2022-05-261-0/+8
| | | | Issue: #4169
* [Enhancement] Adjust scores of Spamhaus SBL hitstwesterhever2022-04-091-2/+2
|
* [Minor] Add max scores for some groupsVsevolod Stakhov2022-03-232-0/+4
|
* [Conf] Score MIME_OBFUSCATED_ARCHIVE to 8 pointsVsevolod Stakhov2022-01-131-0/+5
|
* Assign weights to Mailspike WhitelistsJean-Louis Dupond2021-12-171-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 URIBLJean-Louis Dupond2021-11-291-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 defaultmoisseev2021-11-121-6/+34
|
* [Conf] Align ARC scores with DKIM scoresVsevolod Stakhov2021-03-131-2/+2
|
* [Rework] Phishing: Split from redirectors usageVsevolod Stakhov2021-02-251-0/+4
|
* [Conf] Add R_DKIM_PERMFAIL to the metricVsevolod Stakhov2021-01-081-0/+5
|
* whitelist_group.conf: Fix typo in descriptionNiklas Hambüchen2020-10-171-1/+1
|
* [Feature] Add BOUNCE ruleAnton Yuzhaninov2020-08-101-0/+4
|
* [Conf] Spf: Add R_SPF_PERMFAIL symbolVsevolod Stakhov2020-06-151-0/+5
|
* [Conf] Register a known symbolVsevolod Stakhov2020-06-151-0/+4
|
* [Conf] Fix fat-fingers typoVsevolod Stakhov2020-06-121-1/+1
| | | | Noted by: @RvdE
* [Conf] Add missing symbolsVsevolod Stakhov2020-06-122-0/+21
|