|
Cindy:
The true size limit for a raw email message is: 15,000,000 bytes...
Anything above that size _will_ be bounced back to the sender with an error message...
When I speak of raw size, that means that when someone sends you a 1Mb image, it must be converted into a mail safe format... Think of uuencoding a 1Mb image, where the resultant increase in size would be 30%...
A general rule of thumb, is that if someone sends you a binary file, the true size of the file may have been 11Mb, but the *raw* size would be 16Mb due to the binary ==> ASCII encoding...
There is no current way to notify you that you were to receive an email that was oversized... It either makes it to you, or it gets bounced back - (as it should)...
Now as far as the sender not receiving the bounce, that can be for multiple reasons:
1) Their Return-Path is not valid... (happens *a lot* actually)
2) Where they sent it from has no restriction on size of outbound email (or is extremely high), however they have limits on the inbound email... What their email system does with the email from there is up to them...
3) They have spam filters, that either chokes on testing the email or it ships it off to a blackhole of sorts...
4) <Insert One Million other reasons here>
If you need to receive large files that their raw size is over 10Mb, then it is best to use the FTP protocol, which is designed for just that reason... Large emails are HARD on spam filters, because they email must be completely read into memory first, and then scanned...
--
Terra
--feasibility--
FutureQuest
<EDIT: The limit was raised to 14.30Mb>
Last edited by Terra : 02-17-2003 at 10:42 PM.
|