]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
Fix writing rules tutorial link 5436/head
authorSandro <sandro.jaeckel@gmail.com>
Wed, 16 Apr 2025 23:47:56 +0000 (01:47 +0200)
committerSandro Jäckel <sandro.jaeckel@gmail.com>
Wed, 16 Apr 2025 23:58:51 +0000 (01:58 +0200)
18 files changed:
conf/common.conf
conf/composites.conf
conf/metrics.conf
conf/modules.conf
conf/rspamd.conf
conf/scores.d/content_group.conf
conf/scores.d/fuzzy_group.conf
conf/scores.d/headers_group.conf
conf/scores.d/hfilter_group.conf
conf/scores.d/mime_types_group.conf
conf/scores.d/mua_group.conf
conf/scores.d/phishing_group.conf
conf/scores.d/policies_group.conf
conf/scores.d/rbl_group.conf
conf/scores.d/statistics_group.conf
conf/scores.d/subject_group.conf
conf/scores.d/surbl_group.conf
conf/scores.d/whitelist_group.conf

index 023fd5125f2f5569cf6c68d587a00d76d91b42da..953e56456defd4fd6c1ccf76a6949841126b361d 100644 (file)
@@ -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"
 
index 34a6c170e5d7b06651a4d92d5f114619317f1201..63385cbf3610839474fb197ab7158bda08164cd5 100644 (file)
@@ -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 {
index 9c4358f30ce52a4204550f8372337ae4368047b5..30ede54b15ae5638e538e00e8dd91920c603398b 100644 (file)
@@ -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
index 51f1f420e22ec16114689361544f69a4cc062baf..fbad4c81687a7d941fa36f7d502a1628c448093b 100644 (file)
@@ -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
index b05a18b7216dfee439f56074dffdafd61e0521b8..d0c5d3c23d3882d081af614c5fd4a05f237f99a5 100644 (file)
@@ -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"
 
index 88b476501536ad845d02a55d67417907a3b4999e..50030925ea42da887eb4ea3d555223dbc6bf001b 100644 (file)
@@ -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";
 
index bc2f9498a67e7ba24ae531811e6ca3a818bac6dc..c9f02dae31dcf747d5f0b7fbc52f4dd88479c794 100644 (file)
@@ -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";
 
index 972c6872a50b44314410db53d74b64a550fda409..6ffdc59a7d7830a48f8c6c26ed2311d7cdf2eae5 100644 (file)
@@ -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";
 
index 21cd11a60b55e176cb75bb6f1021205886b18fc5..d405d81400613b42fe599cc47dd2ed77afafa289 100644 (file)
@@ -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";
 
index 13778fe9175f32586abd151566da9b93f89c9c5b..7fdc73cce5460d36eb4ab9a8fedac881f1287381 100644 (file)
@@ -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";
 
index 18ca0131ef298b2863213f9254fc2960404ed67b..24497474b86cb6af57326c32ed38fdddb96abddd 100644 (file)
@@ -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";
 
index ef124bd8f04850e3901b62b1dae3c285819e6bd9..c10f4178176799007807696240b87a49f7116e3d 100644 (file)
@@ -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";
 
index 712c61523fc9b134089b463d6318a090845bbd93..06739a8d36dbf5f8f76f8a3217991c10acdbc182 100644 (file)
@@ -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";
 
index 448f6203041cddaa91674b5ebd15b4ea48580f02..c5bc7cb0dc5ed11e7a745febc8709cb609b3df33 100644 (file)
@@ -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";
 
index b46fa7adc9d3be404a15d7339e5978d53276c380..b889da74f8f5f71b4b0fba44e1d32b64546106ff 100644 (file)
@@ -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
+}
index 1cc2e0c4d233a9ff7758d60b203270348dbc4022..4a6d1a6175dfbdc578117489156d0135a21b554c 100644 (file)
@@ -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";
 
index 255c03214fb5fa075b413c97b4996ba27e16323e..e51ba6dcfbe0a633ca8fa4fac55fad073f492ab1 100644 (file)
@@ -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";
 
index c0d20442d18e7324942d21687b666f12d7d5685f..6d071b603ba82faea2ad71ef15302d1c26d82483 100644 (file)
@@ -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";