Notes.ini Entry



Name:

    NWallScanParts

Syntax

    NWallScanParts=HexValue

Applies to:

    Servers - Antigen NWall

Add-on:

    Yes

First Release:


    Obsolete since:


      Category:

        NWall

      Default:

        None

      UI equivalent:

        None

      Description:
      Set message redirection criteria for NWall monitor

      Defines which elements of a message if present will cause that message to be redirected.

      This setting is actually a bit mask not normally set directly. Use the Antigen Administrator to assist in defining the redirection criteria.

      There is one value that is not assignable from the Antigen administrator that allows all documents to be redirected.

      Below is a list of the bit values for each element to look for. To enable redirection on multiple elements, simply add the values together.

      Note: Be sure to append an 'h' to the value so that it is interpreted as hexadecimal.

      00000001 Stored form body field
      00000002 Stored form info field
      00000004 Stored form title field
      00000008 Stored form formula field
      00000010 Stored form autolaunch field
      00000020 Stored form LotusScript object
      00000040 Stored form LotusScript source
      00000080 Stored form action bar
      00000100 Stored form autoedit field
      00001000 Stealth records in rich text
      00002000 Button macro in rich text
      00004000 Hot link in rich text
      00008000 Hot region in rich text
      00010000 File icon in rich text
      00020000 Hotspot to OLE in rich text
      00040000 Hotspot to DDE in rich text
      00080000 Hide paragraph formula in rich text
      01000000 File attachment object
      02000000 OLE 1 object
      04000000 OLE 2 object
      08000000 Unidentified object
      10000000 Message is encrypted (sealed)
      20000000 Message is signed
      40000000 Invalid or corrupt structures found
      FFFFFFF Redirect all messages

      Example: NWallScanParts=FFFFFFFFh