Hi everyone Although I love the new filter proposition, I would just as much enjoy a custom filter for the frozen/deleted 'queue'. I've been working on a way to do custom actions when a mail gets frozen and the only way is to poll xmail once in a while. Going to a more event based procedure would simplify a lot.
And another thing while I'm at it: A server.tab configurable way of setting the log file name. For the moment I have to recompile the server to use: char* MscLogFilePath(...) { .... sprintf(pszLogFilePath, "%s%s.%04d%02d", szLogsDir, pszLogFile, tmLogFileTime.tm_year + 1900, tmLogFileTime.tm_mon + 1); .... } I like it more to have one big log file per month instead of 30 smaller ones. (Davide: Shal I do a first go for you to review?) Greets Loris - To unsubscribe from this list: send the line "unsubscribe xmail" in the body of a message to [EMAIL PROTECTED] For general help: send the line "help" in the body of a message to [EMAIL PROTECTED]