From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/46233 Path: main.gmane.org!not-for-mail From: Chris Halverson Newsgroups: gmane.emacs.gnus.general Subject: Problems replying to Eudora emails Date: Fri, 23 Aug 2002 08:14:17 -0500 Organization: Halverson.org Sender: owner-ding@hpc.uh.edu Message-ID: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1030108504 9107 127.0.0.1 (23 Aug 2002 13:15:04 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 23 Aug 2002 13:15:04 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 17iEHE-0002Ml-00 for ; Fri, 23 Aug 2002 15:15:00 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17iEGz-0005xa-00; Fri, 23 Aug 2002 08:14:45 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 23 Aug 2002 08:15:17 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id IAA02793 for ; Fri, 23 Aug 2002 08:15:04 -0500 (CDT) Original-Received: (qmail 19532 invoked by alias); 23 Aug 2002 13:14:18 -0000 Original-Received: (qmail 19527 invoked from network); 23 Aug 2002 13:14:18 -0000 Original-Received: from khan.completeis.com (206.144.247.11) by gnus.org with SMTP; 23 Aug 2002 13:14:18 -0000 Original-Received: from khan.completeis.com (localhost [127.0.0.1]) by khan.completeis.com (8.12.2/8.12.2) with ESMTP id g7NDEHRj009025 for ; Fri, 23 Aug 2002 08:14:17 -0500 (CDT) Original-Received: (from cdh@localhost) by khan.completeis.com (8.12.2/8.12.2/Submit) id g7NDEHuM009024; Fri, 23 Aug 2002 08:14:17 -0500 (CDT) X-Authentication-Warning: khan.completeis.com: cdh set sender to cdh@CompleteIS.com using -f Original-To: ding@gnus.org X-URL: http://www.halverson.org/ X-Attribution: cdh Original-Lines: 81 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) XEmacs/21.4 (Honest Recruiter, sparc-sun-solaris2.8) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:46233 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:46233 My brother uses Eudora 5.1 Pro on Windows for email. Whenever he sends me something, I cannot reply correctly. I am using Gnus CVS version and am still having problems. I installed Eudora on my laptop and tried it myself (my brother has a history of "fixing" things, so I needed to verify :). The sample email is: From nobody Thu Aug 22 12:33:35 2002 Return-Path: Received: from cdh.halverson.org (pc2-19.mptelecom.net [216.70.19.2]) by khan.completeis.com (8.12.2/8.12.2) with SMTP id g7LIkaRk001706 for ; Wed, 21 Aug 2002 13:46:36 -0500 (CDT) Message-Id: <5.1.0.14.2.20020821134557.00b39b50@mail.halverson.org> X-Sender: cdh@mail.halverson.org X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Wed, 21 Aug 2002 13:46:19 -0500 To: cdh@halverson.org From: Chris Halverson Subject: test from eudora Mime-Version: 1.0 Content-Type: multipart/mixed; x-avg-checked=avg-ok-28686ECD; boundary="=======5643117C=======" X-Spam-Status: No, hits=-2.1 required=5.0 tests=FROM_AND_TO_SAME version=2.31 X-Spam-Level: --=======5643117C======= Content-Type: text/plain; x-avg-checked=avg-ok-28686ECD; charset=us-ascii; format=flowed Content-Transfer-Encoding: 8bit This is just a test. --=======5643117C======= Content-Type: text/plain; charset=us-ascii; x-avg=cert; x-avg-checked=avg-ok-28686ECD Content-Disposition: inline --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.381 / Virus Database: 214 - Release Date: 8/2/2002 --=======5643117C=======-- When I try to reply, I get a Signaling: (wrong-type-argument stringp nil) error. Gnus drops me into the CC line w/ the To line filled in correctly as well as the Subject and references line. A backtrace follows: Signaling: (wrong-type-argument stringp nil) wrong-type-argument(stringp nil) replace-in-string(nil "\"" "") (let ((beg ...) (email ...)) (end-of-line) (narrow-to-region beg (point)) (goto-char (point-min)) (while (search-forward "\"" nil t) (replace-match "")) (goto-char (point-min)) (if (search-forward email nil t) (let* ... ...)) (unless (re-search-forward ".*@.*" nil t) (widen) (forward-line 1) (beginning-of-line) (delete-region beg ...))) (save-restriction (message-goto-cc) (beginning-of-line) (let (... ...) (end-of-line) (narrow-to-region beg ...) (goto-char ...) (while ... ...) (goto-char ...) (if ... ...) (unless ... ... ... ... ...))) (save-excursion (save-restriction (message-goto-cc) (beginning-of-line) (let ... ... ... ... ... ... ... ...))) (if gnus-pers-cc-fix (save-excursion (save-restriction ... ... ...))) (progn (if (and ... ...) (let ... ...) (setq gnus-personality-last-used personality)) (if (and from ...) (progn ...)) (if gnus-pers-cc-fix (save-excursion ...)) (if (and extras ...) (progn ... ... ... ... ...)) (if (and signature ...) (let ... ... ... ... ...)) (goto-char (point-min)) (search-forward mail-header-separator) (forward-line 1) (beginning-of-line)) (let* ((values ...) (foo1 ...) (fromfoo ...) (from ...) (foo ...) (extrasfoo ...) (extras ...) (foo2 ...) (signaturesfoo ...) (signature ...)) (progn (if ... ... ...) (if ... ...) (if gnus-pers-cc-fix ...) (if ... ...) (if ... ...) (goto-char ...) (search-forward mail-header-separator) (forward-line 1) (beginning-of-line))) (if (or personality (assoc "default" gnus-personalities)) (let* (... ... ... ... ... ... ... ... ... ...) (progn ... ... ... ... ... ... ... ... ...)) (let* (... ... ... ... ... ... ... ... ... ... ...) (progn ... ... ... ... ...))) gnus-personality-use("Halverson") (if personality (gnus-personality-use (car personality)) (gnus-personality-use)) (progn (while (and ... ...) (setq personality ... split ...)) (if personality (gnus-personality-use ...) (gnus-personality-use))) (let ((split gnus-personality-electric-headers) personality) (progn (while ... ...) (if personality ... ...))) (if gnus-personality-electric-headers (let (... personality) (progn ... ...)) (progn (cond ... ... ...))) gnus-personality-electric-headers(((Subject . "Re: test from eudora") (To . "Chris Halverson ") (References . "<5.1.0.14.2.20020821134557.00b39b50@mail.halverson.org>"))) (lambda nil (gnus-personality-electric-headers headers))() run-hooks((lambda nil (gnus-personality-electric-headers headers))) message-setup-1(((Subject . "Re: test from eudora") (To . "Chris Halverson ") (References . "<5.1.0.14.2.20020821134557.00b39b50@mail.halverson.org>")) # nil) message-setup(((Subject . "Re: test from eudora") (To . "Chris Halverson ") (References . "<5.1.0.14.2.20020821134557.00b39b50@mail.halverson.org>")) #) message-reply(nil nil) gnus-summary-reply((1499) nil) gnus-summary-reply-with-original(nil) call-interactively(gnus-summary-reply-with-original) Any ideas? These are the _only_ emails that I have problems with. Thanks!! cdh -- Chris D. Halverson http://www.halverson.org/