Expand POD.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2026-01-20 00:52:16 +01:00
parent 6e68ad79f5
commit 81119ec2d5

View file

@ -718,7 +718,9 @@ files need to be in B<datadir>.
=head3 Headers file
Needs to have at least I<From:>, I<Subject:> and I<Newsgroups:> and
can contain all other headers that the posting should have.
can contain all other headers that the posting should have. Headers
must conform to RFC 5536 and RFC 5322 and use MIME encoded words for
8bit characters. B<yapfaq> won't convert headers.
I<Subject:> may contain a I<%LM> placeholder that will be replaced
with the I<Last-modified:> pseudo-header from the text file
@ -746,11 +748,13 @@ will be replaced with a I<Supersedes:> header containing the
I<Message-ID> of the last posted article.
If a I<Posting-Frequency:> header is present, it must contain a time
period in the same way as for I<Expires:>, e.g. I<Posting-Frequency: 1m>
for a monthly posting. The I<Posting-Frequency:> header will be
removed. Alternatively a I<Posting-Frequency:> pseudo-header in the
text file may be used (see below). If no I<Posting-Frequency:> is set,
the default ist one month (I<1m>).
period in the same way as for I<Expires:>, e.g. I<Posting-Frequency:
1m> for a monthly posting, or the keyword B<none>. The
I<Posting-Frequency:> header will be removed after parsing.
Alternatively a I<Posting-Frequency:> pseudo-header in the text file
may be used (see below). If no I<Posting-Frequency:> is set anywhere,
the default ist one month (I<1m>). I<Posting-Frequency: none> disables
automatic postings.
B<Example headers file>