2010-02-25 16:16:49 +01:00
|
|
|
# name of your project
|
2010-05-15 19:16:40 +02:00
|
|
|
Name = 'sample'
|
2010-02-25 16:16:49 +01:00
|
|
|
|
|
|
|
# file to post (complete body and pseudo-headers)
|
|
|
|
# ($File.cfg contains data on last posting and last MID)
|
2010-05-15 19:16:40 +02:00
|
|
|
File = 'sample.txt'
|
2010-02-25 16:16:49 +01:00
|
|
|
|
|
|
|
# how often your project should be posted
|
|
|
|
# use (d)ay OR (w)eek OR (m)onth OR (y)ear
|
|
|
|
Posting-frequency = '1d'
|
|
|
|
|
2010-02-25 12:55:04 +01:00
|
|
|
# time period after which the posting should expire
|
|
|
|
# use (d)ay OR (w)eek OR (m)onth OR (y)ear
|
2010-04-14 09:10:05 +02:00
|
|
|
# This setting is optional. Default: 3m
|
|
|
|
# Expires = '3m'
|
2010-02-25 12:55:04 +01:00
|
|
|
|
2010-02-25 16:16:49 +01:00
|
|
|
# header "From:"
|
2010-05-15 19:16:40 +02:00
|
|
|
From = 'John Doe <john-doe@example.com>'
|
2010-02-25 16:16:49 +01:00
|
|
|
|
|
|
|
# header "Subject:"
|
|
|
|
# (may contain "%LM" which will be replaced by the contents of the
|
|
|
|
# Last-Modified pseudo header).
|
|
|
|
Subject = 'test noreply ignore'
|
|
|
|
|
|
|
|
# comma-separated list of newsgroup(s) to post to
|
|
|
|
# (header "Newsgroups:")
|
|
|
|
NGs = 'de.test'
|
|
|
|
|
|
|
|
# header "Followup-To:"
|
2010-04-14 09:10:05 +02:00
|
|
|
# This setting is optional. Default: unset
|
|
|
|
# Fup2 = 'poster'
|
2010-02-25 16:16:49 +01:00
|
|
|
|
|
|
|
# Message-ID ("%n" is $Name)
|
2010-05-15 19:16:40 +02:00
|
|
|
# This setting is optional. Default: <%n-%y-%m-%d@YOURHOST>
|
|
|
|
# MID-Format = '<%n-%y-%m-%d@domain.invalid>'
|
2010-02-25 16:16:49 +01:00
|
|
|
|
2017-08-19 15:49:45 +02:00
|
|
|
# Character Encoding
|
|
|
|
# This setting is optional. Default: UTF-8
|
|
|
|
# Charset = ISO-8859-15
|
|
|
|
|
2010-02-25 16:16:49 +01:00
|
|
|
# Supersede last posting?
|
2010-04-14 09:10:05 +02:00
|
|
|
# This setting is optional. Default: unset
|
2010-02-20 17:03:56 +01:00
|
|
|
Supersede = yes
|
|
|
|
|
2010-02-25 16:16:49 +01:00
|
|
|
# extra headers (appended verbatim)
|
|
|
|
# use this for custom headers like "Approved:"
|
2010-04-14 09:10:05 +02:00
|
|
|
# This setting is optional. Default: unset
|
2010-02-25 16:16:49 +01:00
|
|
|
ExtraHeader = 'Approved: moderator@domain.invalid
|
|
|
|
X-Header: Some text'
|
|
|
|
|
|
|
|
# other projects may follow separated with "====="
|
|
|
|
# =====
|