From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59158 Path: main.gmane.org!not-for-mail From: Slawek Zak Newsgroups: gmane.emacs.gnus.general Subject: (require "Date") on email sending Date: Mon, 15 Nov 2004 13:52:41 +0100 Message-ID: <20041115125241.GA16181@prioris.mini.pw.edu.pl> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 X-Trace: sea.gmane.org 1100523242 24736 80.91.229.6 (15 Nov 2004 12:54:02 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 15 Nov 2004 12:54:02 +0000 (UTC) Original-X-From: ding-owner+M7698@lists.math.uh.edu Mon Nov 15 13:53:48 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13] ident=mail) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1CTgMd-0006UA-00 for ; Mon, 15 Nov 2004 13:53:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu ident=lists) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1CTgMF-0005gT-00; Mon, 15 Nov 2004 06:53:23 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CTgM8-0005gN-00 for ding@lists.math.uh.edu; Mon, 15 Nov 2004 06:53:16 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CTgM4-0005P4-9b for ding@lists.math.uh.edu; Mon, 15 Nov 2004 06:53:12 -0600 Original-Received: from prioris.mini.pw.edu.pl (prioris.mini.pw.edu.pl [194.29.178.2]) by justine.libertine.org (Postfix) with ESMTP id C35523A01FF for ; Mon, 15 Nov 2004 06:53:11 -0600 (CST) Original-Received: from localhost (localhost.mini.pw.edu.pl [127.0.0.1]) by prioris.mini.pw.edu.pl (Postfix) with ESMTP id 8A660367EC5 for ; Mon, 15 Nov 2004 13:53:07 +0100 (CET) Original-Received: by prioris.mini.pw.edu.pl (Postfix, from userid 250) id C6475367EA2; Mon, 15 Nov 2004 13:52:41 +0100 (CET) Original-To: ding@gnus.org Content-Disposition: inline User-Agent: Mutt/1.4.1i X-Virus-Scanned: by AMaViS (prioris) Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59158 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59158 Hi, I've got a problem with sending emails (that's why I'm using mutt to send this one:). I've just upgraded Gnus from 0.02 to 0.03 and every time I post, following backtrace pops-up. # bind (standard-output stack-trace-on-signal debug-on-signal stack-trace-on-error debug-on-error) load-internal("Date" nil t nil nil nil) # bind (nosuffix nomessage noerror file) load("Date" nil t nil) # (unwind-protect ...) require(Date) # bind (func method-fns method-sym method function noerror gnus-command-method) gnus-server-opened((Date "")) # bind (method result silent method) gnus-check-server((Date "")) # bind (gcc cur groups group method group-art mml-externalize-attachments) # (unwind-protect ...) # (unwind-protect ...) # bind (gcc) gnus-inews-do-gcc() gnus-agent-possibly-do-gcc() run-hooks(gnus-agent-possibly-do-gcc) # (unwind-protect ...) # bind (alist success elem sent dont-barf-on-no-method message-options arg) message-send(nil) # bind (buf actions arg) message-send-and-exit(nil) # bind (command-debug-status) call-interactively(message-send-and-exit) # (condition-case ... . error) # (catch top-level ...) group variable value in gnus-inews-do-gcc() is "Date:" so it seems that header parsing is doing something wrong. I've tried various Gnusiae from CVS back to 3 months. Same problem. I've sent-mail-group-name set to "mail.sent.2004-11". My XEmacs version is 21.4.14. Any help? Thanks, /S