[Dovecot] maildir file name flags out of order?
I was trying to figure out why my false-positive spam messages were being tagged as "personal" by thunderbird, and I noticed a possible problem. According to DJB: http://cr.yp.to/proto/maildir.html
New flags may be defined later. Flags must be stored in ASCII order: e.g., "2,FRS".
Looking at my maildir, I am seeing flags out of order, such as "2,Sdae"
Shouldn't that be "2,Sade"?
-Aaron
On Thu, 2007-04-19 at 13:27 -0400, Aaron Solochek wrote:
I was trying to figure out why my false-positive spam messages were being tagged as "personal" by thunderbird, and I noticed a possible problem. According to DJB: http://cr.yp.to/proto/maildir.html
New flags may be defined later. Flags must be stored in ASCII order: e.g., "2,FRS".
Looking at my maildir, I am seeing flags out of order, such as "2,Sdae"
Shouldn't that be "2,Sade"?
Yes, it should. Fixed: http://dovecot.org/list/dovecot-cvs/2007-May/008736.html
participants (2)
-
Aaron Solochek
-
Timo Sirainen