Thanks, I'll get this fixed. It's probably causing a few clients such as Ingo (IMP) and Avelsieve (SquirrelMail) to become confused about what rules it is allowed to use?
Aaron On Wed, 2006-07-26 at 01:20 +0400, Oleg Lapshin wrote: > Hello > > As I see file src/sv_interface/script2.c there are such lines: > > 275 ext = libsieve_strconcat( "regex ", > 276 "imap4flags", > 277 ( c->support.subaddress ? "subaddress" : "" ), > 278 ( c->support.fileinto ? "fileinto " : "" ), > > Are there missing spaces at end of keywords: > 276 "imap4flags ", > ^ > 277 ( c->support.subaddress ? "subaddress " : "" ), > ^ > > ? >
