Why not just use a conditional union or function (not sure about MySQL here). We do this now for our Spam rules from Amavis. We just use a function that selects the specific users rules, or the groups rules, or the default rules.
I don't see why the sieve select couldn't work the same way if you really wanted it to. You could change the select statement in the code then make your own custom function. It would be nice if you could customize your own SQL statements at runtime. FreeRadius does this which we customized the snot out of this way. -- David A. Niblett | email: [EMAIL PROTECTED] Network Administrator | Phone: (352) 334-3400 Gainesville Regional Utilities | Web: http://www.gru.net/ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marc Dirix Sent: Tuesday, May 23, 2006 12:44 PM To: DBMail mailinglist Subject: Re: [Dbmail] sieve script for all users Sorry, I have to pass this question to Aaron, you'd have to look into sieve. Havin sieve work on ACL, would be a nice feature. Op 23-mei-2006, om 12:42 heeft Alexander Benaguev het volgende geschreven: > Marc Dirix wrote: > >> Just anyone, as given by the -u option. > > so, dbmail have no native possibility to create system-wide sieve > scripts, right? how about group-wide scripts? > > Thanks for your advice, > Alexander > _______________________________________________ > Dbmail mailing list > [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail > _______________________________________________ Dbmail mailing list [email protected] https://mailman.fastxs.nl/mailman/listinfo/dbmail
