On Wed, 30 Jan 2008 22:15:18 +0100 Andrzej Adam Filip <[EMAIL PROTECTED]> 
wrote: 

AAF> Reiner Steib <[EMAIL PROTECTED]> writes:
>> On Wed, Jan 30 2008, Andrzej Adam Filip wrote:
>> 
>>> (defun message-make-message-id()
>>> (concat "<"(message-unique-id)"@xxx.fsf.hobby-site.com>"))
>> 
>> No, please don't override `message-make-message-id'.  Use
>> `message-user-fqdn', see (info "(message)News Headers").

AAF> OK.
AAF> [I use even more "elaborate" message-id generator ]

Did you see the comment in message.el:message-unique-id ?

;; If you ever change this function, make sure the new version
;; cannot generate IDs that the old version could.
;; You might for example insert a "." somewhere (not next to another dot
;; or string boundary), or modify the "fsf" string.

If your generator is better (more random) than the built-in one and
doesn't overlap, I'd love to see it.

Thanks
Ted
_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to