diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2025-04-18 13:29:33 +0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-18 13:29:33 +0600 |
commit | 5b48df549375cbbf5ce969c6d56d7dd593de171e (patch) | |
tree | 5ae1d4786a5bccb1f9b445e428e6b9b6ed18d00b | |
parent | 5744f94d67ab2a129c852dfa58cd1f4837cd740d (diff) | |
parent | eefa2a06a0e2fbea1bf915f6f007ab7f534ab2ff (diff) | |
download | rspamd-master.tar.gz rspamd-master.zip |
Fix writing rules tutorial link
-rw-r--r-- | conf/common.conf | 2 | ||||
-rw-r--r-- | conf/composites.conf | 2 | ||||
-rw-r--r-- | conf/metrics.conf | 2 | ||||
-rw-r--r-- | conf/modules.conf | 2 | ||||
-rw-r--r-- | conf/rspamd.conf | 2 | ||||
-rw-r--r-- | conf/scores.d/content_group.conf | 2 | ||||
-rw-r--r-- | conf/scores.d/fuzzy_group.conf | 2 | ||||
-rw-r--r-- | conf/scores.d/headers_group.conf | 2 | ||||
-rw-r--r-- | conf/scores.d/hfilter_group.conf | 2 | ||||
-rw-r--r-- | conf/scores.d/mime_types_group.conf | 2 | ||||
-rw-r--r-- | conf/scores.d/mua_group.conf | 2 | ||||
-rw-r--r-- | conf/scores.d/phishing_group.conf | 2 | ||||
-rw-r--r-- | conf/scores.d/policies_group.conf | 2 | ||||
-rw-r--r-- | conf/scores.d/rbl_group.conf | 2 | ||||
-rw-r--r-- | conf/scores.d/statistics_group.conf | 4 | ||||
-rw-r--r-- | conf/scores.d/subject_group.conf | 2 | ||||
-rw-r--r-- | conf/scores.d/surbl_group.conf | 2 | ||||
-rw-r--r-- | 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 023fd5125..953e56456 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 34a6c170e..63385cbf3 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 9c4358f30..30ede54b1 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 51f1f420e..fbad4c816 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 b05a18b72..d0c5d3c23 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 88b476501..50030925e 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 bc2f9498a..c9f02dae3 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 972c6872a..6ffdc59a7 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 21cd11a60..d405d8140 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 13778fe91..7fdc73cce 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 18ca0131e..24497474b 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 ef124bd8f..c10f41781 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 712c61523..06739a8d3 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 448f62030..c5bc7cb0d 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 b46fa7adc..b889da74f 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 1cc2e0c4d..4a6d1a617 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 255c03214..e51ba6dcf 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 c0d20442d..6d071b603 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"; |