Hello! I use Gnus in Agent-mode, and I followed the Gnus-FAQ
,----[ (info "(gnus)[5.12]") ] | People tell me my Message-IDs are not correct, why aren't they and how | to fix it? | | Answer | ...... | | The message-ID is an unique identifier for messages you send. To make | it unique, Gnus need to know which machine name to put after the "@". | If the name of the machine where Gnus is running isn't suitable (it | probably isn't at most private machines) you can tell Gnus what to use | by saying: | [ some methods...] | | Finally you can tell Gnus not to generate a Message-ID for News at | all (and letting the server do the job) by saying | | (setq message-required-news-headers | (remove' Message-ID message-required-news-headers)) `---- So I have the above two lines in my .gnus.el. This does not work reliably when I use the Agent-mode and am `unplugged': It works when I am `unplugged', compose a message (hit `a' in the Summary buffer) and let the buffer with the message `hang around' until I am `plugged', and send it with C-c C-c. See my posting on gmane.test on 2007-04-25, `Test Gnus offline, message window left open until Gnus online': it has Message-ID: <[EMAIL PROTECTED]>. However, when I am `unplugged', compose a message (hit `a' in the Summary buffer) and queue the message with C-c C-c so that it is queued in the group `nndraft:queue', put Gnus into the `plugged' state and send it with `J S' (`gnus-group-send-queue') in the Group buffer, the Message-ID looks for example like this: Message-ID: <[EMAIL PROTECTED]>. See my posting on gmane.test on 2007-04-25, `Test Gnus offline, article queued'. I will queue this message, too, before sending, so that it will get a bad Message-ID, too. (It got a bad Message-ID -- I accidentally posted it to gmane.test -- I did `a' now on `gmane.emacs.pretest.bugs' and yanked the text into this posting, which I'll queue again. So it will get a bad Message-ID, too.) In GNU Emacs 22.0.98.1 (i686-pc-linux-gnu, GTK+ Version 2.10.6) of 2007-04-18 on whisker Windowing system distributor `The X.Org Foundation', version 11.0.70101000 configured using `configure '--prefix=/home/cschl/sw/emacs-22' '--with-gtk'' Important settings: value of $LC_ALL: nil value of $LC_COLLATE: nil value of $LC_CTYPE: nil value of $LC_MESSAGES: nil value of $LC_MONETARY: nil value of $LC_NUMERIC: nil value of $LC_TIME: nil value of $LANG: en_GB.UTF-8 locale-coding-system: utf-8 default-enable-multibyte-characters: t Major mode: Group Minor modes in effect: gnus-undo-mode: t whitespace-global-mode: t iswitchb-mode: t tooltip-mode: t tool-bar-mode: t mouse-wheel-mode: t menu-bar-mode: t file-name-shadow-mode: t global-font-lock-mode: t font-lock-mode: t unify-8859-on-encoding-mode: t utf-translate-cjk-mode: t auto-compression-mode: t column-number-mode: t line-number-mode: t transient-mark-mode: identity Recent input: [snipped] Recent messages: [snipped] _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
