<% include templates/header.htm %>
<% if SHOW == "ADD" %>
Enter new antispam directive: <% if SHOW_WARN == "ADD" %>
Please choose another name. This one is in the list already (see below).
<% /if %>
Name:
Accuracy level:
<% loop ACCURACY_LIST %>
selected<% /if %>><% LIST_OPT %>
<% /loop %>
Extra header:
<% loop EXTRA_HEADER_LIST %>
selected<% /if %>><% LIST_OPT %>
<% /loop %>
Extra subject:
<% loop EXTRA_SUBJECT_LIST %>
selected<% /if %>><% LIST_OPT %>
<% /loop %>
Embedded message:
<% loop EMBEDDED_MSG_LIST %>
selected<% /if %>><% LIST_OPT %>
<% /loop %>
Actions:
<% loop ACTIONS_LIST %>
selected<% /if %>><% LIST_OPT %>
<% /loop %>
Quarantine:
<% /if %> <% if SHOW == "DEL" %>
Delete this antispam directive?
Name:
<% NAME %>
Accuracy level:
<% ACCURACY %>
Extra header:
<% EXTRA_HEADER %>
Extra subject:
<% EXTRA_SUBJECT %>
Embedded message:
<% EMBEDDED_MSG %>
Actions:
<% ACTIONS %>
Quarantine:
<% QUARANTINE %>
<% /if %>
Existing antispam definitions:
Add new
<% loop ANTISPAM %>
@<% NAME %>@
Accuracy level:
<% loop ACCURACY_LIST %>
selected<% /if %>><% LIST_OPT %>
<% /loop %>
Extra header:
<% loop EXTRA_HEADER_LIST %>
selected<% /if %>><% LIST_OPT %>
<% /loop %>
Extra subject:
<% loop EXTRA_SUBJECT_LIST %>
selected<% /if %>><% LIST_OPT %>
<% /loop %>
Embedded message:
<% loop EMBEDDED_MSG_LIST %>
selected<% /if %>><% LIST_OPT %>
<% /loop %>
Actions:
<% loop ACTIONS_LIST %>
selected<% /if %>><% LIST_OPT %>
<% /loop %>
Forward_to:
Quarantine:
<% /loop %>
<% TEST %> <% include templates/footer.htm %>