From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: dhruva Newsgroups: gmane.emacs.devel Subject: Problems in sending mail using GNUS: emacs-unicode-2 and Head branch Date: Wed, 13 Dec 2006 16:05:08 +0530 Message-ID: NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1166006284 21102 80.91.229.10 (13 Dec 2006 10:38:04 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Dec 2006 10:38:04 +0000 (UTC) Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Dec 13 11:38:03 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1GuRUv-0006LM-AG for ged-emacs-devel@m.gmane.org; Wed, 13 Dec 2006 11:38:01 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuRUt-0000EN-SG for ged-emacs-devel@m.gmane.org; Wed, 13 Dec 2006 05:38:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GuRSD-0007WO-1d for emacs-devel@gnu.org; Wed, 13 Dec 2006 05:35:13 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GuRSB-0007Vq-UA for emacs-devel@gnu.org; Wed, 13 Dec 2006 05:35:12 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuRSB-0007VZ-Gp for emacs-devel@gnu.org; Wed, 13 Dec 2006 05:35:11 -0500 Original-Received: from [66.249.92.170] (helo=ug-out-1314.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GuRSA-0003l0-OI for emacs-devel@gnu.org; Wed, 13 Dec 2006 05:35:11 -0500 Original-Received: by ug-out-1314.google.com with SMTP id j3so152040ugf for ; Wed, 13 Dec 2006 02:35:09 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=hoF+kQ/Lg6w9ka9ptQ1q/tg/D86O4erYp3s7Knu4Xxl4hnDoXWAOSZU7YllQruZ9kOSDoNKfaZPZGPm7Mt/b4XX14XcnJbtc1eV20q83K2NuXOGpZWUPlilSPzGYobZUsAOjiRBsFx0eux9ca6/uK28oRc12WM74Go7ODKUJIvs= Original-Received: by 10.78.203.13 with SMTP id a13mr504858hug.1166006108364; Wed, 13 Dec 2006 02:35:08 -0800 (PST) Original-Received: by 10.78.140.9 with HTTP; Wed, 13 Dec 2006 02:35:08 -0800 (PST) Original-To: "Emacs Devel" Content-Disposition: inline X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:63674 Archived-At: Hi, I am using GNU Emacs (emacs-unicode-2) on GNU/Linux. When I use GNUS to send a mail using feedmail, I get the following error. Due to this, I am unable to send mails. I am using IMAP and SMTP to access/send mails. This used to work earlier (when I was working on windows box). In the *Message* buffer: Sending via mail... Loading feedmail...done FQM: Message action (q, i, d, e, ?)? [queue]: FQM: Immediate send... smtpmail-try-auth-methods: Wrong type argument: stringp, nil I set debug-on-error and got the following log: Debugger entered--Lisp error: (wrong-type-argument stringp nil) base64-encode-string(nil t) smtpmail-try-auth-methods(# (auth=3Dlogin (auth gssapi ntlm login) 8bitmime enhancedstatuscodes dsn etrn size) "smtp.domain.com" 25) byte-code("..................") ;; I could not paste the real contents as they are non printable smtpmail-via-smtp(("username@domain.com") #) feedmail-buffer-to-smtpmail(# # ("Deshatty.Shashank@hp.com" "udaykumar.chaudhari@hp.com")) feedmail-give-it-to-buffer-eater() feedmail-send-it-immediately() feedmail-message-action-send() feedmail-send-it() #[nil "=08 " [message-send-mail-function] 1]() gnus-agent-send-mail() message-send-mail(nil) message-send-via-mail(nil) message-send(nil) message-send-and-exit(nil) call-interactively(message-send-and-exit) --=20 dhruva (dk) Contents reflect my personal views only!