search for: t_uid

Displaying 3 results from an estimated 3 matches for "t_uid".

Did you mean: t_id
2018 Oct 02
2
Help for UID THREAD and SORT optimization
...e are doing: array_of_latest_messages_in_thread = [] array_of_sorted_uids = [n,n,n,n,...] // UID SORT (REVERSE DATE) UTF-8 ALL array_of_thread_uids = [n,[n,n],n,[n,n,n],[n,n],n,n,...] // UID THREAD (REFERENCES) UTF-8 ALL foreach(array_of_sorted_uids as s_uid){ ??? foreach(array_of_thread_uids as t_uids){ ??????? if(t_uids contains s_uid){ // or a function to loop recursively t_uids to search if a leaf is equal to s_uid ??????????? array_of_latest_messages_in_thread.push(s_uid) ??????????? break ??????? } ??? } } We have also made some little optimizations in the above code like for examp...
2003 Apr 16
1
errors
hi, in the yesterday cvs, an internal error in the imap message appear in the client side and in the maillog: ------------------------- Apr 16 10:01:42 red imap(zgabor): Corrupted index file /home/zgabor/Maildir/.Lists.Bugtraq/.imap.index: Invalid seen messages count (284 < 285) Apr 16 10:01:43 red imap(zgabor): Corrupted index file /home/zgabor/Maildir/.Lists.Linux/.imap.index: Invalid
2007 Feb 04
1
sambas gone wild! or why'd this happen?
...is machine. What could possibly cause set uid of -1501 on the 2nd line? Just trying to figure out what happened here, thanks for any help. # smbd -V Version 3.0.23c-2 here is one of 352 similar syslog messages: Feb 3 16:12:56 hsc58 smbd[11255]: [2007/02/03 16:12:56, 0] lib/util_sec.c:asser t_uid(95) Feb 3 16:12:56 hsc58 smbd[11255]: Failed to set uid privileges to (-1,501) no w set to (0,0) Feb 3 16:12:56 hsc58 smbd[11255]: [2007/02/03 16:12:56, 0] lib/util.c:smb_panic (1614) Feb 3 16:12:56 hsc58 smbd[11255]: PANIC (pid 11255): failed to set uid Feb 3 16:12:56 hsc58 smbd[11255]...