On Tue, May 29, 2007, Marc Dirix <[EMAIL PROTECTED]> said: > *** dbmail-sievecmd *** > Opening connection to database... > Opening connection to authentication... > Ok. Connected! > May 29 20:35:52 Error:[sql] dbpgsql.c,db_query(+284): query failed > [INSERT INTO > dbmail_sievescripts (owner_idnr, name, script, active) VALUES (4,'@! > temp-script! > @', ' > require "vacation"; > require "fileinto"; > vacation > :days 1 > :subject "Out of Office Reply" > "Test vacation note. > > This is an u with '':ü > This is an e with '': é > This is an a with ^: â
Are these latin1 or utf8 from your terminal? There aren't any conversions taking place in dbmail-sievecmd; it's basically a dumb tool for accessing the dbmail_sievescripts table. > "; > ', 0)] : [ERROR: invalid byte sequence for encoding "UTF8": 0xfc > HINT: This error can also happen if the byte sequence does not match > the encodi > ng expected by the server, which is controlled by "client_encoding". > ] Aaron _______________________________________________ DBmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
