From 1b9869b850ba74332daebfe2cd4837d6689a64c3 Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Thu, 1 May 2025 21:06:27 +1200 Subject: [PATCH] docs(xapian): Add note about config compatibility --- docs/content/config/advanced/full-text-search.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/content/config/advanced/full-text-search.md b/docs/content/config/advanced/full-text-search.md index 45e7ffc7..01af04e4 100644 --- a/docs/content/config/advanced/full-text-search.md +++ b/docs/content/config/advanced/full-text-search.md @@ -141,4 +141,7 @@ While indexing is memory intensive, you can configure the plugin to limit the am See [#905](https://github.com/docker-mailserver/docker-mailserver/issues/905) +Attempting to enable commented out features in the config example above [may not be functional][gh::xapian-decode2text]. + [docs-faq-sa-learn-cron]: ../../faq.md#how-can-i-make-spamassassin-better-recognize-spam +[gh::xapian-decode2text]: https://github.com/orgs/docker-mailserver/discussions/4461#discussioncomment-13002388