Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Jesper Harder <harder@myrealbox.com>
Subject: Re: "The message size is too large..."?
Date: Wed, 18 Dec 2002 00:19:32 +0100	[thread overview]
Message-ID: <m3vg1sdyij.fsf@defun.localdomain> (raw)
In-Reply-To: <wkadj4uud7.fsf@TheWorld.com>

Joe Fineman <jcf@TheWorld.com> 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".


           reply	other threads:[~2002-12-17 23:19 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <wkadj4uud7.fsf@TheWorld.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m3vg1sdyij.fsf@defun.localdomain \
    --to=harder@myrealbox.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).