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