Release 0.8
[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
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
TH
17# header "From:"
18From = 'test@domain.invalid'
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)
e16539c9
TH
34# This setting is optional. Default: <%n-%d.%m.%y@YOURHOST>
35# MID-Format = '<%n-%d.%m.%y@domain.invalid>'
d196f6ed
TH
36
37# Supersede last posting?
e16539c9 38# This setting is optional. Default: unset
dc88d139 39Supersede = yes
dc88d139 40
d196f6ed
TH
41# extra headers (appended verbatim)
42# use this for custom headers like "Approved:"
e16539c9 43# This setting is optional. Default: unset
d196f6ed
TH
44ExtraHeader = 'Approved: moderator@domain.invalid
45X-Header: Some text'
46
47# other projects may follow separated with "====="
48# =====
This page took 0.012519 seconds and 4 git commands to generate.