Variable: message-cross-post-note
message-cross-post-note is a customizable variable defined in
message.el.gz.
Value
"Crosspost & Followup-To: "
Documentation
Note to insert before signature to notify of cross-post and follow-up.
This variable was added, or its default value changed, in Emacs 22.1.
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/message.el.gz
(defcustom message-cross-post-note "Crosspost & Followup-To: "
"Note to insert before signature to notify of cross-post and follow-up."
:version "22.1"
:type 'string
:group 'message-various)