From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/1629 Path: news.gmane.org!not-for-mail From: Jesper Harder Newsgroups: gmane.emacs.gnus.user Subject: Re: "The message size is too large..."? Date: Wed, 18 Dec 2002 00:19:32 +0100 Organization: http://purl.org/harder/ Message-ID: References: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138668349 12115 80.91.229.2 (31 Jan 2006 00:45:49 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 00:45:49 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:29:27 2006 Original-Path: quimby.gnus.org!newsfeed1.e.nsc.no!nsc.no!nextra.com!news.tele.dk!news.tele.dk!small.news.tele.dk!not-for-mail Original-Newsgroups: gnu.emacs.gnus X-Face: ^RrvqCr7c,P$zTR:QED"@h9+BTm-"fjZJJ-3=OU7.)i/K]<.J88}s>'Z_$r; Joe Fineman writes: > The message size is too large, should it be sent partially? y or n > > in the minibuffer. If I answer no, it seems to send the whole > attachment -- or at least, my customers have not complained. The > reprobation is perplexing, tho -- too large for what or whom? ,----[ RFC 1427, section 4 ] | | An SMTP server may have a fixed upper limit on message size. Any | attempt by a client to transfer a message which is larger than this | fixed upper limit will fail. In addition, a server normally has | limited space with which to store incoming messages. Transfer of a | message may therefore also fail due to a lack of storage space, but | might succeed at a later time. | | A client using the unextended SMTP protocol defined in [1], can only | be informed of such failures after transmitting the entire message to | the server (which discards the transferred message). `---- Gnus doesn't know if there is such a limit for a particular server, so it chooses a default maximum value (1000000 bytes). If you know the limit for your server[1] you can set `message-send-mail-partially-limit' accordingly (nil for no limit). [1] telnet and issue "EHLO".