From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "David Vanderschel" Newsgroups: gmane.emacs.help Subject: SMTP transaction failure Date: Sun, 4 Jan 2004 01:53:57 -0600 Organization: hardly ever ;-) Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: <2I-dnceKGtkLW2qiU-KYiQ@texas.net> NNTP-Posting-Host: deer.gmane.org X-Trace: sea.gmane.org 1073203572 4662 80.91.224.253 (4 Jan 2004 08:06:12 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 4 Jan 2004 08:06:12 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Jan 04 09:06:09 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Ad3Gy-00053C-00 for ; Sun, 04 Jan 2004 09:06:09 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1Ad4AG-0002pz-VD for geh-help-gnu-emacs@m.gmane.org; Sun, 04 Jan 2004 04:03:16 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!small1.nntp.aus1.giganews.com!border3.nntp.aus1.giganews.com!intern1.nntp.aus1.giganews.com!nntp.giganews.com!nntp.texas.net!news.texas.net.POSTED!not-for-mail Original-NNTP-Posting-Date: Sun, 04 Jan 2004 01:53:58 -0600 Original-Newsgroups: gnu.emacs.help X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Original-Lines: 78 Original-X-Trace: sv3-198iJAWrkIY4WxYrYYTwSZGJcDUkjgh+QPzeOko0MkRLBE3Exjq0WWVYzSgQHMhryajrDkKzEtGvExL!y+DamvZkNpedy6K2vwP016UYfPVvSEhsimpKDtY2II9dyhSkNzIsZeas4p4= Original-X-Complaints-To: abuse@texas.net X-DMCA-Complaints-To: abuse@texas.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 Original-Xref: shelby.stanford.edu gnu.emacs.help:119749 Original-To: help-gnu-emacs@gnu.org X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: main.gmane.org gmane.emacs.help:15692 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:15692 I can no longer send email from emacs. This had been working for years. Any insight that might lead to a restoration of function would be appreciated. I am running 20.7 on Windows 98. See backtrace and SMTP session buffer appended below. Things I changed recently: (These are probably red herrings.) I installed a simple D-Link broadband router. (However, I have successfully sent email from emacs on several days since the router was put in the path.) I installed McAfee VirusScan 8.0. (However, even when I disable it from starting at startup, I still cannot send email from emacs.) I can send email using OE 6.0 with no problem. I suspect that my ISP has made some change in the behaviour of its SMTP servers which has somehow confounded emacs. Thanks for any pointers, David V. ______________________________________________________________________ Backtrace: Signaling: (error "Sending failed; SMTP protocol error") signal(error ("Sending failed; SMTP protocol error")) error("Sending failed; SMTP protocol error") smtpmail-send-it() message-send-mail(nil) message-send-via-mail(nil) message-send(nil) message-send-and-exit(nil) call-interactively(message-send-and-exit) ______________________________________________________________________ SMTP session buffer: 220 ms-smtp-03-eri0.texas.rr.com ESMTP Welcome to Road Runner. WARNING: *** FOR AUTHORIZED USE ONLY! *** EHLO UNKNOWN 250-ms-smtp-03-eri0.texas.rr.com Hello cs679154-172.austin.rr.com [67.9.154.172], pleased to meet you 250-ENHANCEDSTATUSCODES 250-PIPELINING 250-8BITMIME 250-SIZE 20971520 250-ETRN 250-DELIVERBY 250 HELP MAIL FROM: SIZE=215 250 2.1.0 ... Sender ok RCPT TO: 250 2.1.5 ... Recipient ok DATA 354 . 500 5.5.1 Command unrecognized: "To: DJV4@austin.rr.com" 500 5.5.1 Command unrecognized: "Subject: test" 500 5.5.1 Command unrecognized: "X-Mailer: ntemacs 20.7 on Windows 98" 500 5.5.1 Command unrecognized: "From: David Vanderschel " 500 5.5.1 Command unrecognized: "Date: 04 Jan 2004 01:29:33 -0600" 500 5.5.1 Command unrecognized: "Message-ID: " 500 5.5.1 Command unrecognized: "Lines: 0" 500 5.5.1 Command unrecognized: "" 500 5.5.1 Command unrecognized: "" 500 5.5.1 Command unrecognized: "." QUIT 221 2.0.0 ms-smtp-03-eri0.texas.rr.com closing connection ______________________________________________________________________