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