Merge branch 'Options'
[usenet/yapfaq.git] / yapfaq.cfg
1 # name of your project
2 Name = 'testpost'
3
4 # file to post (complete body and pseudo-headers)
5 # ($File.cfg contains data on last posting and last MID)
6 File = 'test.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 Expires = '3m'
15
16 # header "From:"
17 From = 'test@domain.invalid'
18
19 # header "Subject:"
20 # (may contain "%LM" which will be replaced by the contents of the
21 #  Last-Modified pseudo header).
22 Subject = 'test noreply ignore'
23
24 # comma-separated list of newsgroup(s) to post to
25 # (header "Newsgroups:")
26 NGs = 'de.test'
27
28 # header "Followup-To:"
29 Fup2 = 'poster'
30
31 # Message-ID ("%n" is $Name)
32 MID-Format = '<%n-%d.%m.%y@domain.invalid>'
33
34 # Supersede last posting?
35 Supersede = yes
36
37 # extra headers (appended verbatim)
38 # use this for custom headers like "Approved:"
39 ExtraHeader = 'Approved: moderator@domain.invalid
40 X-Header: Some text'
41
42 # other projects may follow separated with "====="
43 # =====
This page took 0.010404 seconds and 3 git commands to generate.