Just delete tvnzbfilters.abz from misc dir and then start alt.binz.
; To use TvNZB autodownload feature you should setup filters first
; Filters are in following format:
;
; string_to_search_for | A
; string_to_search_for | D
;
; By default all is Denied. Each new item of tvnzb list goes to checking against filters. Last filter to
; match that item is the one that decides if that item should be downloaded or not. New item is item that is
; not already in list.
;
; Some examples:
;
; monk* | A
; 24.* | A
; 24.*hr.hdtv* | D
;
; In this example every new item that starts with 'monk' will be downloaded, every new item that starts with '24.'
; will be downloaded except the one that has 'hr.hdtv' in it.
;
; Before enabling the timer you should setup the list to 'New' and first refresh the list, so that all items currently
; in the list program sees as old items.