Release 0.8
[usenet/yapfaq.git] / yapfaq.cfg
... / ...
CommitLineData
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# 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:"
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:"
30# This setting is optional. Default: unset
31# Fup2 = 'poster'
32
33# Message-ID ("%n" is $Name)
34# This setting is optional. Default: <%n-%d.%m.%y@YOURHOST>
35# MID-Format = '<%n-%d.%m.%y@domain.invalid>'
36
37# Supersede last posting?
38# This setting is optional. Default: unset
39Supersede = yes
40
41# extra headers (appended verbatim)
42# use this for custom headers like "Approved:"
43# This setting is optional. Default: unset
44ExtraHeader = 'Approved: moderator@domain.invalid
45X-Header: Some text'
46
47# other projects may follow separated with "====="
48# =====
This page took 0.009622 seconds and 4 git commands to generate.