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