aboutsummaryrefslogtreecommitdiffstats
path: root/conf
Commit message (Collapse)AuthorAgeFilesLines
* [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 #4556 from twesterhever/temp-improve-freemail-affVsevolod Stakhov2023-08-021-1/+1
|\ | | | | [Minor] Improve catch rates of FREEMAIL_AFF
| * [Minor] Improve catch rates of FREEMAIL_AFFtwesterhever2023-08-021-1/+1
| |
* | Add composites exclusions for known Apple Mail bad symbolsDmitriy Alekseev2023-07-111-0/+8
|/
* Merge pull request #4507 from ↵Vsevolod Stakhov2023-06-031-2/+9
|\ | | | | | | | | twesterhever/temp-composites-thread-hijacking-injector [Rules] Add thread hijacking composite rule
| * [Minor] Fix RCVD_UNAUTH_PBLtwesterhever2023-06-021-2/+2
| |
| * [Rules] Add thread hijacking composite ruletwesterhever2023-06-021-0/+7
| |
* | 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-022-3/+3
| |/ |/|
* | [Enhancement] Add composite rule for messages only containing a redirector URLtwesterhever2023-05-261-0/+6
|/
* [Conf] Remove outdated composite rulesVsevolod Stakhov2023-05-091-10/+0
|
* [Feature] Allow to use other methods when fasttext detection is enabledVsevolod Stakhov2023-05-021-0/+3
|
* [Conf] Add missing attributes for the language detection configurationVsevolod Stakhov2023-04-301-0/+15
|
* [Conf] Add language detection configurationVsevolod Stakhov2023-04-292-0/+16
|
* [Conf] Add `one_shot` to some specific multimap rulesVsevolod Stakhov2023-04-231-0/+7
|
* [Feature] Add extra symbol when URL redirector reaches nested limitVsevolod Stakhov2023-04-221-0/+5
| | | | Issue: #4406
* fix incorrect asn references in bimi.confMehmet Tolga Avcioglu2023-02-231-3/+4
|
* Merge pull request #4351 from korgoth1/masterVsevolod Stakhov2023-02-221-0/+9
|\ | | | | Checking for redirector url in mail
| * Update conf/modules.d/multimap.confkorgoth12022-11-271-1/+1
| | | | | | Co-authored-by: Vsevolod Stakhov <vsevolod@rspamd.com>
| * Checking for redirector url in mailkorgoth12022-11-271-0/+9
| |
* | Merge branch 'master' into temp-propose-alternative-solution-to-xbl-any-hackVsevolod Stakhov2023-02-1918-298/+247
|\ \
| * | [Minor] Sort maps.d contents for better readabilitytwesterhever2023-02-173-199/+167
| | |
| * | [Minor] Improve readability of composites rule configurationtwesterhever2023-02-171-9/+6
| | |
| * | [Minor] Add newline at EOF where missingtwesterhever2023-02-177-7/+5
| | |
| * | [Minor] Improve readability of RBL module configuration filetwesterhever2023-02-171-5/+4
| | |
| * | [Minor] Remove orphaned SARBL directivestwesterhever2023-02-172-12/+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-172-10/+1
|/ /
* | conf/modules.d/arc.conf: fix parameter nameJan Smutny2023-01-311-1/+1
| | | | | | | | rename symbol_sign -> sign_symbol
* | [Conf] Fix hashblVsevolod Stakhov2022-12-211-1/+1
| |
* | [Conf] RBL: Fix selectorVsevolod Stakhov2022-12-181-1/+2
| |
* | [Conf] Preliminary try to add SURBL hashbl support (WIP)Vsevolod Stakhov2022-12-171-0/+24
| |
* | [Conf] Reduce the default timeoutVsevolod Stakhov2022-11-301-1/+1
|/
* [Conf] Clarify `timeout` in rspamd_proxyVsevolod Stakhov2022-11-261-1/+8
|
* Merge pull request #4308 from frederikbosch/patch-1Vsevolod Stakhov2022-10-191-1/+11
|\ | | | | [Rules] Penalize bounce spam
| * Update composites.confFrederik Bosch2022-10-171-1/+1
| |
| * Composites should not be recursiveFrederik Bosch2022-10-121-1/+1
| |