Add Charset setting to config file.
[usenet/yapfaq.git] / yapfaq.cfg.sample
CommitLineData
d196f6ed 1# name of your project
c4765a39 2Name = 'sample'
d196f6ed
TH
3
4# file to post (complete body and pseudo-headers)
5# ($File.cfg contains data on last posting and last MID)
c4765a39 6File = 'sample.txt'
d196f6ed
TH
7
8# how often your project should be posted
9# use (d)ay OR (w)eek OR (m)onth OR (y)ear
10Posting-frequency = '1d'
11
0c6ebe78
TH
12# time period after which the posting should expire
13# use (d)ay OR (w)eek OR (m)onth OR (y)ear
e16539c9
TH
14# This setting is optional. Default: 3m
15# Expires = '3m'
0c6ebe78 16
d196f6ed 17# header "From:"
c4765a39 18From = 'John Doe <john-doe@example.com>'
d196f6ed
TH
19
20# header "Subject:"
21# (may contain "%LM" which will be replaced by the contents of the
22# Last-Modified pseudo header).
23Subject = 'test noreply ignore'
24
25# comma-separated list of newsgroup(s) to post to
26# (header "Newsgroups:")
27NGs = 'de.test'
28
29# header "Followup-To:"
e16539c9
TH
30# This setting is optional. Default: unset
31# Fup2 = 'poster'
d196f6ed
TH
32
33# Message-ID ("%n" is $Name)
c4765a39
TH
34# This setting is optional. Default: <%n-%y-%m-%d@YOURHOST>
35# MID-Format = '<%n-%y-%m-%d@domain.invalid>'
d196f6ed 36
3b06ebf9
TH
37# Character Encoding
38# This setting is optional. Default: UTF-8
39# Charset = ISO-8859-15
40
d196f6ed 41# Supersede last posting?
e16539c9 42# This setting is optional. Default: unset
dc88d139 43Supersede = yes
dc88d139 44
d196f6ed
TH
45# extra headers (appended verbatim)
46# use this for custom headers like "Approved:"
e16539c9 47# This setting is optional. Default: unset
d196f6ed
TH
48ExtraHeader = 'Approved: moderator@domain.invalid
49X-Header: Some text'
50
51# other projects may follow separated with "====="
52# =====
This page took 0.012875 seconds and 4 git commands to generate.