From f9539ec28dfeb1dfdb975cd3b22ccd387b0dfa61 Mon Sep 17 00:00:00 2001
From: Stephan Bosch <stephan@rename-it.nl>
Date: Tue, 3 Jun 2008 13:02:00 +0200
Subject: [PATCH] Made lda sieve plugin save and load binaries.

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

diff --git a/src/plugins/lda-sieve/lda-sieve-plugin.c b/src/plugins/lda-sieve/lda-sieve-plugin.c
index a6b74c248..465a0c208 100644
--- a/src/plugins/lda-sieve/lda-sieve-plugin.c
+++ b/src/plugins/lda-sieve/lda-sieve-plugin.c
@@ -92,10 +92,10 @@ static int lda_sieve_run
 	ehandler = sieve_logfile_ehandler_create(scriptlog);
 
 	if ( debug )
-		i_info("sieve: Compiling script %s", script_path);
+		i_info("sieve: Opening script %s", script_path);
 
-	if ( (sbin=sieve_compile(script_path, ehandler)) == NULL ) {
-		i_error("sieve: Failed to compile script. "
+	if ( (sbin=sieve_open(script_path, ehandler)) == NULL ) {
+		i_error("sieve: Failed to open script. "
 			"Log should be available as %s", scriptlog);
 
 		sieve_error_handler_unref(&ehandler);
-- 
GitLab