Ilja Booij <[EMAIL PROTECTED]> said: > Ilja Booij wrote: > > > > > I've just found a showstopper bug in DBMail 2.0 CVS. > > > > Mozilla Thunderbird sends its mailsize as {mailsize+} instead of {mailsize} >
Interesting, the Thunderbird way is precisely how this is specified in LMTP. I figured that they'd borrowed that from SMTP or IMAP or something nearby. In RFC 3051 (IMAP), there's this entry in the grammar section: literal = "{" number "}" CRLF *CHAR8 ; Number represents the number of CHAR8s It looks like the Thunderbird folks might have a bug on their hands! Aaron --