On Fri, 4 Jul 2008 17:18:18 -0700 (PDT), Memnon Anon
<[EMAIL PROTECTED]> said:

> How can I find out?
> Could anyone give me a hint how to avoid this behaviour and let
> the server set my message id?

Did you try ?

(add-hook 'message-send-hook
          (lambda ()
            (message-remove-header "Message-ID" t)))

You also have 'message-send-mail-hook and 'message-send-news-hook to further
refine.

Hope this helps.

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

Reply via email to