From f3af869644266206ca5197ab39f0ad841e20d22f Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 19 Mar 2009 09:43:13 -0700 Subject: [PATCH] document the default headers --- Debbugs/Mail.pm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/Debbugs/Mail.pm b/Debbugs/Mail.pm index 032dea9..3ca09bf 100644 --- a/Debbugs/Mail.pm +++ b/Debbugs/Mail.pm @@ -101,6 +101,8 @@ In list context, returns an array of headers. In scalar context, returns headers for shoving in a mail message after encoding using encode_headers. +=head3 options + =over =item queue_file -- the queue file which will generate this set of @@ -123,6 +125,37 @@ passed through. =back +=head3 default headers + +=over + +=item X-Loop -- set to the maintainer e-mail + +=item From -- set to the maintainer e-mail + +=item To -- set to Unknown recipients + +=item Subject -- set to Unknown subject + +=item Message-ID -- set appropriately (see code) + +=item Precedence -- set to bulk + +=item References -- set to the full set of message ids that are known +(from data and the msgid option) + +=item In-Reply-To -- set to msg id or the msgid from data + +=item X-Project-PR-Message -- set to pr_msg with the bug number appended + +=item X-Project-PR-Package -- set to the package of the bug + +=item X-Project-PR-Keywords -- set to the keywords of the bug + +=item X-Project-PR-Source -- set to the source of the bug + +=back + =cut sub default_headers { -- 2.39.2