Add option '-s': pipe article to script.
[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
14Expires = '3m'
15
d196f6ed
TH
16# header "From:"
17From = '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).
22Subject = 'test noreply ignore'
23
24# comma-separated list of newsgroup(s) to post to
25# (header "Newsgroups:")
26NGs = 'de.test'
27
28# header "Followup-To:"
29Fup2 = 'poster'
30
31# Message-ID ("%n" is $Name)
32MID-Format = '<%n-%d.%m.%y@domain.invalid>'
33
34# Supersede last posting?
dc88d139 35Supersede = yes
dc88d139 36
d196f6ed
TH
37# extra headers (appended verbatim)
38# use this for custom headers like "Approved:"
39ExtraHeader = 'Approved: moderator@domain.invalid
40X-Header: Some text'
41
42# other projects may follow separated with "====="
43# =====
This page took 0.011902 seconds and 4 git commands to generate.