Hi List, I am programming a sql canonuser-plugin. In short it does a sql-statement (SELECT main_account FROM accounts WHERE address=’%s’) This plugin is to be used in cyrus-imap. All my code works fine. But: the canonuser-plugin is called multiple times within the same context. For instance: --- DB: main_account address webmaster@xxxxxxxxxx lars@xxxxxxxxxx lars@xxxxxxxxxx webmaster@xxxxxxxxxxxxxx my code does (at the moment!) only one select statement, but is called twice. When I ask for webmaster@xxxxxxxxxxxxxx sasl sends webmaster@t – because the length given back is the length from the first select. My problem is it seems like the code is called twice at the same time. Is this a problem of sasl or of imap? Regards, Lars |