User Guide
120 Kaspersky Anti-Spam 2.0 Enterprise Edition / ISP Edition
<DoReject />
3. black hole – delete message (do not send it further) without generating
a message to the sender:
<DoBlackHole />
4. skip – stop execution of all current filter profile rules and start execution
of the next profile:
<DoSkip />
5. bounce – generate a notification of message rejection to the sender.
<DoBounce />
6. change recipient – Change the list of message recipients:
• delete specified recipient’s address (delete):
<DoRcptDelete email="e@mail" />
• add the address (address list) specified in the rule (add) to the
recipients list.
<DoRcptAdd new="e@mail;e@mail2" />
• change addresses of all recipients to the address (address list)
specified in the rule (replace all):
<DoRcptReplaceAll new="e@mail;e@mail2"/>
The ${SMTP_FROM} macrovariable indicating the sender’s
address specified in the SMTP-envelope can be used when
specifying a new address.
7. Change header – Add (change) message header specified in the rule:
• delete all headers with the specified name if the message had
any (delete):
<DoHeaderDelete header="name"/>
• delete the old value (if the message had such value), add your
own as specified in the rule (replace):
<DoHeaderReplace header="name" value = "new
value"/>
• add new value specified in the rule (add) to the header, leaving
the old value unchanged:
<DoHeaderAdd header="name" value = "new
value"/>










