<% 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:
Extra header:
Extra subject:
Embedded message:
Actions:
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 %> <% loop ANTISPAM %> <% /loop %>
Existing antispam definitions: Add new

@<% NAME %>@

Accuracy level:
Extra header:
Extra subject:
Embedded message:
Actions:
Forward_to:
Quarantine:





 
<% TEST %> <% include templates/footer.htm %>