Path: utzoo!utgpu!watmath!uunet!tut.cis.ohio-state.edu!photon.stars.flab.fujitsu.junet!umerin From: umerin@photon.stars.flab.fujitsu.junet (Masanobu UMEDA) Newsgroups: gnu.emacs.gnus Subject: GNUS mail, KILL files Message-ID: <8901260016.AA00334@photon.stars.flab.fujitsu.junet> Date: 26 Jan 89 00:16:41 GMT References: <89Jan21.153044est.28710@nexus.yorku.ca> Sender: daemon@tut.cis.ohio-state.edu Reply-To: info-gnus-english@cis.ohio-state.edu Distribution: gnu Organization: The Internet Lines: 32 From: Mike Marques Date: Sat, 21 Jan 89 15:30:32 EST >-- bursting Peter Neumann's Risks Digest didn't work. What is the >format problem? > I found that I couldn't burst any Digests at all except for one. The problem appears to be that undigestify.el does not like the individual messages in a digest not to have To: fields. I modified undigestify.el's following code (add lines with >) : (or (mail-fetch-field "Reply-To") (mail-fetch-field "To") (mail-fetch-field "Apparently-To") > ; CMM, added the following, seems to work with > ; most digests (all so far) > (mail-fetch-field "From"))) Please use the following hook. That's all. This will be a default in the next coming GNUS 3.11. Sorry for my late reply. (setq gnus-Select-digest-hook '(lambda () ;; Reply-To: is required by `undigestify-rmail-message'. (or (mail-position-on-field "Reply-to" t) (progn (mail-position-on-field "Reply-to") (insert (gnus-fetch-field "From")))))) Masanobu UMEDA umerin@flab.Fujitsu.JUNET umerin%flab.Fujitsu.JUNET@uunet.uu.NET