Path: utzoo!utgpu!jarvis.csri.toronto.edu!clyde.concordia.ca!uunet!tut.cis.ohio-state.edu!LCS.MIT.EDU!mly From: mly@LCS.MIT.EDU Newsgroups: gnu.emacs.bug Subject: rfc822.el fix Message-ID: <9001161230.aa02303@mintaka.lcs.mit.edu> Date: 16 Jan 90 17:30:06 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 11 (rfc822-addresses "scp@blanche.LANL>GOV (Stephen C. Pope)") went into a loop. A fix is to change line 288 of rfc822.el from ((looking-at "[][\000-\037\177-\377@;:\\.]") to ((looking-at "[][\000-\037\177-\377@;:\\.>]") There may well be a larger class of bugs in dealing with such buggy addresses (for characters other than #\>); however it's been a long time since I last looked at rfc822.el.