• WCSAP v2.07 New Features - Include command and Multiple Filter Files

    From winserver.support@winserver.com@1:124/5013 to All on Sat Jan 19 06:19:02 2019
    Date: Thu, 19 Jan 2006 07:19:01 -0400
    From: "WINSERVER SUPPORT" <winserver.support@winserver.com>
    To: all
    Subject: WCSAP v2.07 New Features - Include command and Multiple Filter Files Newsgroups: winserver.public.gamma.testing
    Message-ID: <1137673515.40.0@winserver.com>
    X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
    Lines: 53

    With WCSAP, it read a WCSAPFILTER.TXT file as defined by the WCSAP.INI
    command:

    ;--------------------------
    Section Filter Options
    ;--------------------------
    FilterList wc:\wcsap\wcsapfilter.txt

    New with WCSAP v2.07 (part of 451.6), the following was added:

    o Reading Multiple Filter Files

    The WCSAP.INI FilterList command can now be a wildcard specification,
    such as:

    FilterList wc:\wcsap\wcsapfilter*.txt

    This allows us now to create and share a new rules as files when we are
    sharing common/generic rules.

    o Filter Include Command:

    Alternatively, you can also use a new INCLUDE command within the WCSAPFILTER.TXT or any filter file:

    include wc:\wcsap\wcsapfilter-rule1.txt
    include wc:\wcsap\wcsapfilter-rule2.txt
    include wc:\wcsap\wcsapfilter-rule3.txt
    include wc:\wcsap\wcsapfilter-rule4.txt
    etc.

    Example Implementation:

    You might want to clean your WCSAPFILTER.TXT file by consolidating all
    your rejects and accepts into separate files:

    wcsapfilter-rejects.txt
    wcsapfilter-accepts.txt

    First, you keep the WCSAP.INI FilterList command as:

    FilterList wc:\wcsap\wcsapfilter.txt

    and in the WCSAPFILTER.TXT, you simple use two INCLUDE commands:

    Default Test
    LogRule True
    include wc:\wcsap\wcsapfilter-rejects.txt
    include wc:\wcsap\wcsapfilter-accepts.txt

    ---
    Hector
    * Origin: Prison Board BBS Mesquite Tx //telnet.RDFIG.NET www. (1:124/5013)