Gnus development mailing list
 help / color / mirror / Atom feed
* [patch][x-post] message.el
       [not found]           ` <ocrvhyxzl0o.fsf@ml.com>
@ 1997-10-16 17:32             ` Colin Rafferty
  0 siblings, 0 replies; only message in thread
From: Colin Rafferty @ 1997-10-16 17:32 UTC (permalink / raw)



[-- Attachment #1.1: Type: text/plain, Size: 499 bytes --]

Hello-

I am only working with Gnus 5.5, so I don't know if this is fixed in
Quassia, but given the discussion on xemacs-beta, it doesn't seem to be.

In `message-make-fqdn', we get the result of `message-user-mail-address'.
This can be nil, but we don't check that in `message-make-fqdn'.

Here is the patch (and ChangeLog) against 5.5.  I don't know the right
way to handle this in XEmacs 19.16, 20.3 (pre-release), or the Gnus
development cycle.  I assume that Steve and Lars can work that out.


[-- Attachment #1.2: message-patch --]
[-- Type: application/octet-stream, Size: 856 bytes --]

1997-10-16  Colin Rafferty  <craffert@ml.com>

	* message.el (message-make-fqdn): Made certain that user-mail is
		  not nil.

*** message.el~	Mon Oct  6 01:00:39 1997
--- message.el	Thu Oct 16 13:11:29 1997
***************
*** 2652,2658 ****
  	   (string-match "\\." mail-host-address))
        mail-host-address)
       ;; We try `user-mail-address' as a backup.
!      ((and (string-match "\\." user-mail)
  	   (string-match "@\\(.*\\)\\'" user-mail))
        (match-string 1 user-mail))
       ;; Default to this bogus thing.
--- 2652,2659 ----
  	   (string-match "\\." mail-host-address))
        mail-host-address)
       ;; We try `user-mail-address' as a backup.
!      ((and user-mail
! 	   (string-match "\\." user-mail)
  	   (string-match "@\\(.*\\)\\'" user-mail))
        (match-string 1 user-mail))
       ;; Default to this bogus thing.

[-- Attachment #2: Type: application/pgp-signature, Size: 345 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1997-10-16 17:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <199710160844.QAA05104@charlotte.iss.nus.sg>
     [not found] ` <87g1q257fh.fsf@bittersweet.inetarena.com>
     [not found]   ` <kig4t6hbwzu.fsf@jagor.srce.hr>
     [not found]     ` <ocryb3tzpz6.fsf@ml.com>
     [not found]       ` <kigd8l5af6p.fsf@jagor.srce.hr>
     [not found]         ` <86vhyxzojz.fsf@kramer.in.aventail.com>
     [not found]           ` <ocrvhyxzl0o.fsf@ml.com>
1997-10-16 17:32             ` [patch][x-post] message.el Colin Rafferty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).