######################################################################## ; ; suspend.ini Version 2.0 ; ============= ; Translation 27.5.2001 by hamster.resourcez@gmx.co.uk ; ; Notes: ; ; - Comments to have start with ';' ; ; - Blanks between parameter and value are allowed. ; ; - Parameter and values are not case-sensitive. ; ; ; Description of Sections: ; ; Following parameter are no longer supported in version 2.0: ; ; Section [Script]: ; Popup.Start= [ 0 | ] ; Popup.Done = [ 0 | ] ; Section [Suspend] ; InitDelay = [ ] Default: 0 ; ; ; Section [Script]: ; ; - Language used for output. ; ; Language = [ Laguage ID ] Default: EN ; ; Following ID's are currently available: ; EN = English ; DE = German ; ; ; Section [Internal]: ; ; do - not - touch ! ; ; ; Section [Suspend]: ; ; - Newsgroup, in which a notification about inconsistancies ; or changes will be posted (Changes will also be ; crossposted to the relevant groups) ; ; NewsGroup = [ ] Default: ; ; ; - Restore all pulls (i.e. before deleting/disusing the script) ; ; ; ResumeAll = [ yes | no ] Default: no ; ; ; - Repost notification of suspended pulls after being purged. ; ; Refresh = [ yes | no ] Default: yes ; ; ; - Fixing found inconsistancies ; ; AutoFix = [ yes | no ] Default: yes ; ; ; - Suspended groups will be set to 'Read-Only', to ensure that ; any followup's will not be posted, and therefore seem to ; "disapear". ; ; ReadOnly = [ yes | no ] Default: yes ; ; ; - Timeframe until a group will be suspended (the value will ; not be checked if e.g. '-2' is entered, then everything ; will be checked against "day after tomorrow"). The date used ; for the comparison is not "today" but the day of the latest access, ; so that even a shorttimeframe of e.g. 2 days will not lead to a summary ; suspension after a Bankholiday weekend. (see also notes to ; Section [Delay]). ; ; Delay = [ ] Default: 7 ; ; ; - Timeframe for groups that have not been read yet. ; This will be used instead of 'delay' (unlike in the previous ; version were the values were added) ; (see also notes to Section [Delay]). ; FirstDelay = [ ] Default: 7 ; ; ; Section [Delay]: ; ; Here individual suspend-settings can be set for groups. This is ; useful for groups that are of special interest and therefore ; should not be suspended (at least not as fast) even if they haven't ; been read for a while. There is no difference made for unread groups. ; ; note: the value '0' or negative values have the following effect: ; 0 This group will never be suspended ; -1 This group will always be suspended (any number below 0) ; ; Examples: ; ; hamster.cancelreport=-1 # always suspended ; hamster.de.announce= 0 # never suspended ; hamster.de.config = 14 ; hamster.de.misc = 14 ; hamster.de.newuser = 14 ; hamster.de.talk = 14 ; hamster.de.tools = 14 ; ; Translator's note: if you are using CopyIf's 'Mixgroup' function ; you either use the 'touch' command in CopyIf or use this section ; to ensure that the 'source' groups keep getting pulled ; ######################################################################## [Script] ;Popup.Start = 1 ;Popup.Done = 1 [Internal] [Suspend] ;NewsGroup = internal.misc ;ResumeAll = no ;Refresh = no ;AutoFix = yes ;Delay = 7 ;FirstDelay = 7 ;ReadOnly = yes [Delay] ;hamster.de.announce=14 ;hamster.de.config=14 ;hamster.de.misc=14 ;hamster.de.newuser=14 ;hamster.de.talk=14 ;hamster.de.tools=14