X-Git-Url: https://code.th-h.de/?p=usenet%2Fyapfaq.git;a=blobdiff_plain;f=yapfaq.cfg;h=53a9354fe9baa6332f44e9da8bef7920b261a94c;hp=0e4eb8cf4894df05a735995a1d10e731a3ca251d;hb=647af2ea073bb605e68f605ffd5f1738cb408034;hpb=dc88d13997616fb7f984c7867e675eee50662069;ds=sidebyside diff --git a/yapfaq.cfg b/yapfaq.cfg index 0e4eb8c..53a9354 100644 --- a/yapfaq.cfg +++ b/yapfaq.cfg @@ -1,13 +1,43 @@ -Name = 'testpost' #Name wird in der MID verwendet. -File = 'test.txt' #File mit dem Posting ($File.cfg enthält Daten über letztes Posting/MID, muß also am Anfang leer sein) -Posting-frequency = '1d' #Möglich sind d,w,m,y -From = 'test@domain.invalid' #Der From -Subject = 'No reply - Ignore' #Das Subject -NGs = 'de.test' #Die NGs -Fup2 = 'poster' #Fup2 -MID-Format = '<%n-%d.%m.%y@domain.invalid>'#Die MID sieht so aus, %n ist der Name. +# name of your project +Name = 'testpost' + +# file to post (complete body and pseudo-headers) +# ($File.cfg contains data on last posting and last MID) +File = 'test.txt' + +# how often your project should be posted +# use (d)ay OR (w)eek OR (m)onth OR (y)ear +Posting-frequency = '1d' + +# time period after which the posting should expire +# use (d)ay OR (w)eek OR (m)onth OR (y)ear +Expires = '3m' + +# header "From:" +From = 'test@domain.invalid' + +# 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:" +Fup2 = 'poster' + +# Message-ID ("%n" is $Name) +MID-Format = '<%n-%d.%m.%y@domain.invalid>' + +# Supersede last posting? Supersede = yes -ExtraHeader = 'Approved: foo@dch-faq.de -X-Header: Some text' #Use this for custom headers like Approved. -# Weitere Postings mit "=====" abtrennen. +# extra headers (appended verbatim) +# use this for custom headers like "Approved:" +ExtraHeader = 'Approved: moderator@domain.invalid +X-Header: Some text' + +# other projects may follow separated with "=====" +# =====