Hello, All.
Could anyone tell me where I can find some information regarding
sorting, that takes place at smtp delivery time (actually by
dbmail-smtp)?
I explored the code a bit and found out that there may be some items
in the config file (SQLREGEX, LIBSIEVE) that isn't documented
anywhere.
Also the sort.c contains the following (in sort_and_deliver)
_comments_:
if (do_regex) {
/* Call out to Jonas' regex sorting function!
* */
// ret = db_regexsort(useridnr, header, actions);
trace(TRACE_ERROR,
"%s, %s: Regex sort is enabled in dbmail.conf, but has
not been compiled",
__FILE__, __func__);
}
Why is it so?
Is it just planned to be implenented?..
The main idea that I want to try =) is sorting mail in the IMAP
folders by the server, not by users.
I know about smth like IMAPFilter, but I think that it'll be better
if it is done by DBMail (or otherwise I'll have to use Exim for
that...)
--
With best regards, Danil.