From eefa2a06a0e2fbea1bf915f6f007ab7f534ab2ff Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 17 Apr 2025 01:47:56 +0200 Subject: [PATCH] Fix writing rules tutorial link --- conf/common.conf | 2 +- conf/composites.conf | 2 +- conf/metrics.conf | 2 +- conf/modules.conf | 2 +- conf/rspamd.conf | 2 +- conf/scores.d/content_group.conf | 2 +- conf/scores.d/fuzzy_group.conf | 2 +- conf/scores.d/headers_group.conf | 2 +- conf/scores.d/hfilter_group.conf | 2 +- conf/scores.d/mime_types_group.conf | 2 +- conf/scores.d/mua_group.conf | 2 +- conf/scores.d/phishing_group.conf | 2 +- conf/scores.d/policies_group.conf | 2 +- conf/scores.d/rbl_group.conf | 2 +- conf/scores.d/statistics_group.conf | 4 ++-- conf/scores.d/subject_group.conf | 2 +- conf/scores.d/surbl_group.conf | 2 +- conf/scores.d/whitelist_group.conf | 2 +- 18 files changed, 19 insertions(+), 19 deletions(-) diff --git a/conf/common.conf b/conf/common.conf index 023fd5125f..953e56456d 100644 --- a/conf/common.conf +++ b/conf/common.conf @@ -12,7 +12,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details lua = "$RULESDIR/rspamd.lua" diff --git a/conf/composites.conf b/conf/composites.conf index 34a6c170e5..63385cbf36 100644 --- a/conf/composites.conf +++ b/conf/composites.conf @@ -11,7 +11,7 @@ # See https://rspamd.com/doc/faq.html#what-are-the-locald-and-overrided-directories # for details # -# See https://rspamd.com/doc/tutorials/writing_rules.html and +# See https://rspamd.com/doc/developers/writing_rules.html and # https://rspamd.com/doc/configuration/composites.html for details composites { diff --git a/conf/metrics.conf b/conf/metrics.conf index 9c4358f30c..30ede54b15 100644 --- a/conf/metrics.conf +++ b/conf/metrics.conf @@ -12,7 +12,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details # DEPRECATION WARNING!! # This file is deprecated since 1.7 diff --git a/conf/modules.conf b/conf/modules.conf index 51f1f420e2..fbad4c8168 100644 --- a/conf/modules.conf +++ b/conf/modules.conf @@ -12,7 +12,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details .include(glob=true) "${CONFDIR}/modules.d/*.conf" .include(try=true, glob=true) "${CONFDIR}/modules.local.d/*.conf" \ No newline at end of file diff --git a/conf/rspamd.conf b/conf/rspamd.conf index b05a18b721..d0c5d3c23d 100644 --- a/conf/rspamd.conf +++ b/conf/rspamd.conf @@ -13,7 +13,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details .include "$CONFDIR/common.conf" diff --git a/conf/scores.d/content_group.conf b/conf/scores.d/content_group.conf index 88b4765015..50030925ea 100644 --- a/conf/scores.d/content_group.conf +++ b/conf/scores.d/content_group.conf @@ -13,7 +13,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details description = "Content rules"; diff --git a/conf/scores.d/fuzzy_group.conf b/conf/scores.d/fuzzy_group.conf index bc2f9498a6..c9f02dae31 100644 --- a/conf/scores.d/fuzzy_group.conf +++ b/conf/scores.d/fuzzy_group.conf @@ -13,7 +13,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details description = "Fuzzy hashes group"; diff --git a/conf/scores.d/headers_group.conf b/conf/scores.d/headers_group.conf index 972c6872a5..6ffdc59a7d 100644 --- a/conf/scores.d/headers_group.conf +++ b/conf/scores.d/headers_group.conf @@ -13,7 +13,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details description = "Various headers checks"; diff --git a/conf/scores.d/hfilter_group.conf b/conf/scores.d/hfilter_group.conf index 21cd11a60b..d405d81400 100644 --- a/conf/scores.d/hfilter_group.conf +++ b/conf/scores.d/hfilter_group.conf @@ -13,7 +13,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details description = "SMTP envelope filter"; diff --git a/conf/scores.d/mime_types_group.conf b/conf/scores.d/mime_types_group.conf index 13778fe917..7fdc73cce5 100644 --- a/conf/scores.d/mime_types_group.conf +++ b/conf/scores.d/mime_types_group.conf @@ -13,7 +13,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details description = "Mime attachments rules"; diff --git a/conf/scores.d/mua_group.conf b/conf/scores.d/mua_group.conf index 18ca0131ef..24497474b8 100644 --- a/conf/scores.d/mua_group.conf +++ b/conf/scores.d/mua_group.conf @@ -13,7 +13,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details description = "MUA forgeries"; diff --git a/conf/scores.d/phishing_group.conf b/conf/scores.d/phishing_group.conf index ef124bd8f0..c10f417817 100644 --- a/conf/scores.d/phishing_group.conf +++ b/conf/scores.d/phishing_group.conf @@ -13,7 +13,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details description = "Phishing in emails"; diff --git a/conf/scores.d/policies_group.conf b/conf/scores.d/policies_group.conf index 712c61523f..06739a8d36 100644 --- a/conf/scores.d/policies_group.conf +++ b/conf/scores.d/policies_group.conf @@ -13,7 +13,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details description = "SPF, DKIM, DMARC, ARC"; diff --git a/conf/scores.d/rbl_group.conf b/conf/scores.d/rbl_group.conf index 448f620304..c5bc7cb0dc 100644 --- a/conf/scores.d/rbl_group.conf +++ b/conf/scores.d/rbl_group.conf @@ -13,7 +13,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details description = "IP DNS lists"; diff --git a/conf/scores.d/statistics_group.conf b/conf/scores.d/statistics_group.conf index b46fa7adc9..b889da74f8 100644 --- a/conf/scores.d/statistics_group.conf +++ b/conf/scores.d/statistics_group.conf @@ -13,7 +13,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details description = "Statistical symbols"; @@ -26,4 +26,4 @@ symbols = { weight = -3.0; description = "Message probably ham, probability: "; } -} \ No newline at end of file +} diff --git a/conf/scores.d/subject_group.conf b/conf/scores.d/subject_group.conf index 1cc2e0c4d2..4a6d1a6175 100644 --- a/conf/scores.d/subject_group.conf +++ b/conf/scores.d/subject_group.conf @@ -13,7 +13,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details description = "Subject filters"; diff --git a/conf/scores.d/surbl_group.conf b/conf/scores.d/surbl_group.conf index 255c03214f..e51ba6dcfb 100644 --- a/conf/scores.d/surbl_group.conf +++ b/conf/scores.d/surbl_group.conf @@ -13,7 +13,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details description = "URL DNS lists"; diff --git a/conf/scores.d/whitelist_group.conf b/conf/scores.d/whitelist_group.conf index c0d20442d1..6d071b603b 100644 --- a/conf/scores.d/whitelist_group.conf +++ b/conf/scores.d/whitelist_group.conf @@ -13,7 +13,7 @@ # '$LOCAL_CONFDIR/local.d/file.conf' - to add your options or rewrite defaults # '$LOCAL_CONFDIR/override.d/file.conf' - to override the defaults # -# See https://rspamd.com/doc/tutorials/writing_rules.html for details +# See https://rspamd.com/doc/developers/writing_rules.html for details description = "White lists group"; -- 2.47.3