From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/23359 Path: main.gmane.org!not-for-mail From: "Bruce Z. Lysik" Newsgroups: gmane.emacs.gnus.general Subject: Problem sending mail Date: Wed, 16 Jun 1999 10:22:45 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <199906161422.KAA00722@logrus.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035161106 1558 80.91.224.250 (21 Oct 2002 00:45:06 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 00:45:06 +0000 (UTC) Return-Path: Original-Received: from farabi.math.uh.edu (farabi.math.uh.edu [129.7.128.57]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA23592 for ; Wed, 16 Jun 1999 10:16:09 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by farabi.math.uh.edu (8.9.1/8.9.1) with ESMTP id JAB25957; Wed, 16 Jun 1999 09:15:52 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 16 Jun 1999 09:16:38 -0500 (CDT) Original-Received: from sclp3.sclp.com (root@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id JAA12984 for ; Wed, 16 Jun 1999 09:16:28 -0500 (CDT) Original-Received: from logrus.com (ct-hartford-hiper2125.javanet.com [209.150.38.127]) by sclp3.sclp.com (8.8.5/8.8.5) with ESMTP id KAA23565 for ; Wed, 16 Jun 1999 10:15:30 -0400 (EDT) Original-Received: (from eldrik@localhost) by logrus.com (8.8.7/8.8.7) id KAA00722; Wed, 16 Jun 1999 10:22:45 -0400 Original-To: ding@gnus.org X-attribution: BZL X-Url: http://www.logrus.com/~eldrik Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:23359 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:23359 Hi folks. I'm unable to send news at all. First some data: pgnus 0.87, XEmacs 20.4. When I try C-c C-c to send I get an error. Here's the backtrace: Signaling: (error "Illegal address: nil") signal(error ("Illegal address: nil")) cerror("Illegal address: %s" nil) apply(cerror ("Illegal address: %s" nil)) error("Illegal address: %s" nil) mail-extract-address-components(nil) message-check-news-header-syntax() message-check-news-syntax() message-send-news(nil) message-send-via-news(nil) message-send(nil) message-send-and-exit(nil) call-interactively(message-send-and-exit) This error only occurs when pgnus reads my .gnus.el file. But I can't find anything in it that is incorrect. Following my signature is the file. (Since I can't figure out how to use MIME to attach it.) Any help is appreciated. -- Bruce Z. Lysik http://www.logrus.com/~eldrik GCS d++(-) a-- C++ ULS+++$ P+++$ L++ E+ W+++ N++ w--- M-- V PS PE Y+ PGP+ t+ 5++ X+ R+ tv+ b++ DI+ G e++ h+ r y+ s -- .gnus.el -- (setq gnus-group-sort-function 'gnus-group-sort-groups-by-method) (autoload 'gnus-junk-complain "gnus-junk" "(not loaded yet)" t) (add-hook 'gnus-sum-load-hook (lambda nil (define-key gnus-summary-mode-map [(?$)] 'gnus-junk-complain))) (setq gnus-message-archive-group '((if (message-news-p) "sent-news" (concat "sent-mail-" (format-time-string "%Y-%m" (current-time)))))) (setq message-required-mail-headers '( (X-attribution . "BZL") (X-Url . "http://www.logrus.com/~eldrik") )) (setq message-required-news-headers '( (X-attribution . "BZL") (X-Url . "http://www.logrus.com/~eldrik") )) (setq gnus-secondary-select-methods '((nnml "private")) nnmail-split-methods '( ("mail.important.lissy" "^From:.*sweetdreamer80@hotmail.com") ("mail.important.lissy" "^From:.*Pat Joyce") ("mail.common.ding" "^To:.*ding@gnus.org") ("mail.common.ding" "^CC:.*ding@gnus.org") ("mail.common.tinyfugue" "^To:.*tinyfugue@tcp.com") ("mail.common.tinyfugue" "^CC:.*tinyfugue@tcp.com") ("mail.common.bugtraq" "^To:.*BUGTRAQ@netspace.org") ("mail.common.bugtraq" "^CC:.*BUGTRAQ@netspace.org") ("mail.common.gnome-list" "^To:.*gnome-list@gnome.org") ("mail.common.gnome-list" "^CC:.*gnome-list@gnome.org") ("mail.common.wearhard" "^To:.*wear-hard@haven.org") ("mail.common.wearhard" "^CC:.*wear-hard@haven.org") ("mail.common.pilot-unix" "^To:.*pilot-unix@hcirisc.cs.binghamton.edu") ("mail.common.pilot-unix" "^CC:.*pilot-unix@hcirisc.cs.binghamton.edu") ("mail.common.pilot-unix" "^To:.*pilot-unix@lists.best.com") ("mail.common.pilot-unix" "^CC:.*pilot-unix@lists.best.com") ("mail.common.gnucash" "^To:.*gnucash") ("mail.common.gnucash" "^CC:.*gnucash") ("mail.common.system" "^From:.*Cron") ("mail.important.other" ""))) (setq gnus-auto-expirable-newsgroups "mail.common") (setq gnus-permanently-visible-groups "mail") (setq nnmail-expiry-wait-function (lambda (group) (cond ((string= group "mail.important.lissy") 'never) ((string= group "mail.important.save") 'never) ((string= group "mail.common.bugtraq") 31) ((string= group "mail.common.system") 'immediate) ((string= group "mail.common.tinyfugue") 1) ((string= group "mail.common.ding") 1) ((string= group "mail.common.gnome-list") 1) ((string= group "mail.common.wearhard") 1) ((string= group "mail.common.pilot-unix") 1) ((string= group "mail.common.gnucash") 1) ((string= group "mail.important.other") 7) (t 7))))