I found error.
patch:
--- db.c.orig 2006-01-24 11:29:53.000000000 +0300
+++ db.c 2006-01-24 11:29:57.000000000 +0300
@@ -477,7 +477,7 @@
const char *query_result = NULL;
snprintf(query, DEF_QUERYSIZE,
"SELECT script from %ssievescripts where "
- "owner_idnr = %llu' and name = '%s'",
+ "owner_idnr = %llu and name = '%s'",
DBPFX,user_idnr, scriptname);
if (db_query(query) == -1) {
Do sieve scripts work now?
--
Oleg Lapshin
