Ted Zlatanov <[EMAIL PROTECTED]> writes: > 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.
I do not suggest changing message-unique-id function :-) I merely suggest using "any host" in fsf.hobby-site.com as domain part of generated "message-id:". > If your generator is better (more random) than the built-in one and > doesn't overlap, I'd love to see it. I personally use external (perl) script that gets message-unique-id via its command line parameters. I think it would be gross overkill for *most* users of gnus. -- [pl>en Andrew] Andrzej Adam Filip : [EMAIL PROTECTED] : [EMAIL PROTECTED] "And it should be the law: If you use the word `paradigm' without knowing what the dictionary says it means, you go to jail. No exceptions." -- David Jones @ Megatest Corporation _______________________________________________ info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
