6 Feb
2007
6 Feb
'07
3:11 p.m.
Quoting Timo Sirainen:
maildir_tag = W=${eval:$message_size+$message_linecount}
This does not work, as $message_linecount is not correct (obviously, some headers are not counted). Probably a bug, I'll have a look there.
to get filenames like new/1170546076.H147536P16502.ymmv.de:W=354 Or should it be "...:,W=354"? No, there must not be ':'. So ...,W=1234 is correct.
Oh. Unfortunately, Exim always adds ":" after the the "1170767045.H941467P3018.ymmv.de" part when maildir_tag is set.
Shouldn't it be "...ymmv.de:2,W=1234" to conform with the Maildir++ spec?