19 Aug 1992 09:43
Re: last call on smtp-8bittransport
Julian Onions <j.onions <at> xtel.co.uk>
1992-08-19 07:43:46 GMT
1992-08-19 07:43:46 GMT
> Hi Neil, > > (Per repeated requests, I'm moving this to the smtp list.) > > > SIZE provides worthless information. It specifies the message size. > > But it is defined to specify it as an approximation. What is an > > approximation? Is a 1000% error permitted? I did suggest earlier, but > > to no avail, that the data to SIZE include either > > > > estimated size error bound > > or > > lower size bound upper size bound > > SIZE is an upper bound, so it equals estimated size + error. In addition, > SIZE is given in kilobytes. It's hard (for me) to imagine a case where > the addition of headers will make a meaningful difference. The case of > a small message with an encyclopedia of headers doesn't really apply until > their total exceeds 64K. The client should have a pretty good idea of a > reasonable upper bound on the message (including headers it adds). The > server should treat the estimate as correct. Just a comment on this - something that I've found from implementing PP. You can be quite easily fooled by the actual size of the message and the envelope. One of the X.400 conformance tests is to see if an implementation can handle 32767 recipients (I might say PP can given sufficient VM - it takes a while though!). However this testing broke a number of assumptions. If you have a 1K message with 32767 recipients then a back-of-the-envelope calculation shows that you whilst the DATA size is 1K (no one is going to type 32767 addresses into a To line -(Continue reading)
RSS Feed