Den 06.12.2022 22.53, skrev Konstantin Ryabitsev: > Hi, all: > > Final feature before 0.11 (hopefully) -- there is a new test mode for b4 send > that will only email the series to yourself instead of the actual destinations > listed in "To" or "Cc" headers. > > This should be particularly useful to anyone using the web submission > endpoint, because this will allow them to see any post-processing that the > remote will do to their patches (such as rewriting From: for DMARC purposes). > I've always sent the patches to myself for a final check before sending them off, so this is perfect. But it doesn't work for me yet: $ ~/projects/b4/b4.sh send --hide-cover-to-cc --reflect Converted the branch to 1 messages --- To: dri-devel@lists.freedesktop.org tzimmermann@suse.de kernel test robot Noralf Trønnes --- [PATCH] drm/gud: Fix missing include --- Ready to: - send the above messages to just noralf@tronnes.org (REFLECT MODE) - via web endpoint: https://lkml.kernel.org/_b4_submit Press Enter to proceed or Ctrl-C to abort --- Reflecting via web endpoint https://lkml.kernel.org/_b4_submit Error from endpoint: This service only accepts patches --- CRITICAL: Was not able to send messages. $ ~/projects/b4/b4.sh --version 0.11.0-dev-b77ec Cover letter: $ git show 6c2812de7efe commit 6c2812de7efe27951c95c9f736215675009da3fb Author: Noralf Trønnes Date: Wed Dec 7 12:58:01 2022 +0100 dummy Cc: dri-devel@lists.freedesktop.org Cc: tzimmermann@suse.de --- b4-submit-tracking --- # This section is used internally by b4 prep for tracking purposes. { "series": { "revision": 1, "change-id": "20221207-gud-missing-include-9ccf56382f8a", "base-branch": null } } I've attached the 'b4 send --hide-cover-to-cc -o' output. Noralf.