From f002157d2eb5162d0fcf9ea5d9b973f8f6787963 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Fri, 7 Aug 2009 23:19:51 +0200
Subject: [PATCH] Fixed broken wiki reference in error message.

---
 src/plugins/lda-sieve/lda-sieve-plugin.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/plugins/lda-sieve/lda-sieve-plugin.c b/src/plugins/lda-sieve/lda-sieve-plugin.c
index 0ea73f8d0..217d02d49 100644
--- a/src/plugins/lda-sieve/lda-sieve-plugin.c
+++ b/src/plugins/lda-sieve/lda-sieve-plugin.c
@@ -109,8 +109,9 @@ static const char *lda_sieve_get_personal_path(struct mail_user *user)
 		}
 	} else {
 		if ( home == NULL || *home == '\0' ) {
-			sieve_sys_error("per-user script path is unknown. See "
-				"http://wiki.dovecot.org/LDA/Sieve#location");
+			sieve_sys_error(
+				"path to user's main active personal script is unknown. "
+				"See http://wiki.dovecot.org/LDA/Sieve/Dovecot#configuration");
 			return NULL;
 		}
 
-- 
GitLab