From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23404 Path: main.gmane.org!not-for-mail From: Michel Schinz Newsgroups: gmane.emacs.gnus.general Subject: Re: "unknown extension size 10000000" when sending mail Date: 18 Jun 1999 15:45:10 +0100 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: main.gmane.org 1035161143 1812 80.91.224.250 (21 Oct 2002 00:45:43 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:45:43 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA22128 for ; Fri, 18 Jun 1999 09:47:43 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB19085; Fri, 18 Jun 1999 08:47:27 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 18 Jun 1999 08:48:16 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA16393 for ; Fri, 18 Jun 1999 08:48:06 -0500 (CDT) Original-Received: from link.csem.ch (link.csem.ch [138.131.145.25]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id JAA22111 for ; Fri, 18 Jun 1999 09:47:07 -0400 (EDT) Original-Received: from exchsrv.csem.ch by link.csem.ch; Fri, 18 Jun 1999 15:47:36 +0200 (MET DST) Original-Received: from CODER (coder.csem.ch [138.131.12.118]) by exchsrv.csem.ch with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2448.0) id M8R9TT85; Fri, 18 Jun 1999 15:45:09 +0100 Original-To: ding@gnus.org In-Reply-To: "Erik Østlyngen"'s message of "18 Jun 1999 15:27:11 +0200" Original-Lines: 31 User-Agent: Gnus/5.070063 (Pterodactyl Gnus v0.63) Emacs/20.3 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23404 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23404 "Erik Østlyngen" writes: > Hi, > > I get the message (in the message buffer) "unknown extention size > 10000000" each time I send a mail. This started to happen when I > changed to a new smtp server. Is this a message from the server, or is > it generated by some internal functions? It is generated by smtpmail-send-it when encountering unknown ESMTP extensions. To see what extensions are supported by your ESMTP server, you can try a telnet on its port 25, followed by a "EHLO" command. On my company's server, it looks like: 250-... 250-XEXCH50 250-HELP 250-ETRN 250-DSN 250-SIZE 0 250-AUTH LOGIN 250-AUTH=LOGIN 250-STARTTLS 250 TLS and smtpmail-send-it complains about many of these Microsoft extensions (like XEXCH50). Michel.