{tbl.open,width:100%,align:center,heading:Post Filter Selection} {filterFileDisplay}
Field NameLast ModifiedFile SizeOptions
{tbl.close}
  {tbl.open,width:100%,align:center,heading:Post Filter Editing}
{filterFileEdit}


{button1}{helpInline("postFilterSyntax")}

Post Filter Help Information

Filters contain 3 columns, delimated by the ~ character on a single line. You may have as many as you like. Post Filters stop processing when a match is found or until it reaches the end of the listing or D (default).

Column 1 (action):
   S = Case sensitive string search
   E = Case sensitive string match
   D = Set default for field

Column 2 (match/search string):
   Case sensitive

Column 3 (Replacement string):
   Case sensitive


Replace 9 with 5 Example:
E~9~5

Replace SMTP with 25 Example:
S~SMTP~25

Set default port of 1024 Example:
D~NULL~1024

{tbl.close}