Change sample yapfaq.cfg (mark optional settings).
Optional settings are mostly commented out. Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
647af2ea07
commit
e16539c99c
11
yapfaq.cfg
11
yapfaq.cfg
|
@ -11,7 +11,8 @@ Posting-frequency = '1d'
|
||||||
|
|
||||||
# time period after which the posting should expire
|
# time period after which the posting should expire
|
||||||
# use (d)ay OR (w)eek OR (m)onth OR (y)ear
|
# use (d)ay OR (w)eek OR (m)onth OR (y)ear
|
||||||
Expires = '3m'
|
# This setting is optional. Default: 3m
|
||||||
|
# Expires = '3m'
|
||||||
|
|
||||||
# header "From:"
|
# header "From:"
|
||||||
From = 'test@domain.invalid'
|
From = 'test@domain.invalid'
|
||||||
|
@ -26,16 +27,20 @@ Subject = 'test noreply ignore'
|
||||||
NGs = 'de.test'
|
NGs = 'de.test'
|
||||||
|
|
||||||
# header "Followup-To:"
|
# header "Followup-To:"
|
||||||
Fup2 = 'poster'
|
# This setting is optional. Default: unset
|
||||||
|
# Fup2 = 'poster'
|
||||||
|
|
||||||
# Message-ID ("%n" is $Name)
|
# Message-ID ("%n" is $Name)
|
||||||
MID-Format = '<%n-%d.%m.%y@domain.invalid>'
|
# This setting is optional. Default: <%n-%d.%m.%y@YOURHOST>
|
||||||
|
# MID-Format = '<%n-%d.%m.%y@domain.invalid>'
|
||||||
|
|
||||||
# Supersede last posting?
|
# Supersede last posting?
|
||||||
|
# This setting is optional. Default: unset
|
||||||
Supersede = yes
|
Supersede = yes
|
||||||
|
|
||||||
# extra headers (appended verbatim)
|
# extra headers (appended verbatim)
|
||||||
# use this for custom headers like "Approved:"
|
# use this for custom headers like "Approved:"
|
||||||
|
# This setting is optional. Default: unset
|
||||||
ExtraHeader = 'Approved: moderator@domain.invalid
|
ExtraHeader = 'Approved: moderator@domain.invalid
|
||||||
X-Header: Some text'
|
X-Header: Some text'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue