From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/59176 Path: main.gmane.org!not-for-mail From: Katsumi Yamaoka Newsgroups: gmane.emacs.gnus.general Subject: Re: (require "Date") on email sending Date: Tue, 16 Nov 2004 09:41:36 +0900 Organization: Emacsen advocacy group Message-ID: References: <20041115125241.GA16181@prioris.mini.pw.edu.pl> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1100565824 25598 80.91.229.6 (16 Nov 2004 00:43:44 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 16 Nov 2004 00:43:44 +0000 (UTC) Cc: ding@gnus.org Original-X-From: ding-owner+M7716@lists.math.uh.edu Tue Nov 16 01:43:30 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 1CTrRS-0007Sl-00 for ; Tue, 16 Nov 2004 01:43:30 +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 1CTrPu-0007e3-00; Mon, 15 Nov 2004 18:41:54 -0600 Original-Received: from util2.math.uh.edu ([129.7.128.23]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1CTrPl-0007dv-00 for ding@lists.math.uh.edu; Mon, 15 Nov 2004 18:41:45 -0600 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util2.math.uh.edu with esmtp (Exim 4.30) id 1CTrPj-00071M-Hc for ding@lists.math.uh.edu; Mon, 15 Nov 2004 18:41:43 -0600 Original-Received: from washington.hostforweb.net (washington.hostforweb.net [69.61.11.2]) by justine.libertine.org (Postfix) with ESMTP id D68263A0055 for ; Mon, 15 Nov 2004 18:41:42 -0600 (CST) Original-Received: from localhost ([127.0.0.1]) by washington.hostforweb.net with esmtpa (Exim 4.42) id 1CTrPl-0003hX-GW; Mon, 15 Nov 2004 19:41:45 -0500 Original-To: Slawek Zak X-Face: #kKnN,xUnmKia.'[pp`;Omh}odZK)?7wQSl"4o04=EixTF+V[""w~iNbM9ZL+.b*_CxUmFk B#Fu[*?MZZH@IkN:!"\w%I_zt>[$nm7nQosZ<3eu;B:$Q_:p!',P.c0-_Cy[dz4oIpw0ESA^D*1Lw= L&i*6&( User-Agent: Gnus/5.110003 (No Gnus v0.3) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:4hF6ZJbIOKwWyStRv3JkRjrLsX4= X-Hashcash: 1:20:041116:zaks@prioris.mini.pw.edu.pl::zYmVcGtjGNEBRNkE:00000000000000000000000000000000000Gyp X-Hashcash: 1:20:041116:ding@gnus.org::yh3g1KfQCM55HN/T:00002n12 X-Antivirus-Scanner: Clean mail though you should still use an Antivirus X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - washington.hostforweb.net X-AntiAbuse: Original Domain - gnus.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - jpl.org X-Source: X-Source-Args: X-Source-Dir: Precedence: bulk Original-Sender: ding-owner@lists.math.uh.edu Xref: main.gmane.org gmane.emacs.gnus.general:59176 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:59176 >>>>> In <20041115125241.GA16181@prioris.mini.pw.edu.pl> Slawek Zak wrote: > 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. > load("Date" nil t nil) > require(Date) > gnus-server-opened((Date "")) > gnus-check-server((Date "")) > gnus-inews-do-gcc() > gnus-agent-possibly-do-gcc() > run-hooks(gnus-agent-possibly-do-gcc) > message-send(nil) > message-send-and-exit(nil) That's strange but IIRC, I have seen the same problem somewhere. I guess there's something wrong in the `gnus-message-archive-group' variable. If it contains "Date", please let us know the exact value (using `C-h v' or `M-x describe-variable'). Otherwise, you will need to look for the string "Date" in your configuration files (.gnus.el, .gnus, .emacs, .newsrc.eld, etc.). > 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. There's a similar example in the Gnus Info manual: How about storing all news messages in one file, but storing all mail messages in one file per month: (setq gnus-message-archive-group '((if (message-news-p) "misc-news" (concat "mail." (format-time-string "%Y-%m")))))