<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 11.00.9600.16476"></HEAD>
<BODY style="FONT: 10pt Segoe UI; MARGIN: 4px 4px 1px">
<DIV>Spam Actions currently support use of custom().</DIV>
<DIV>&nbsp;</DIV>
<DIV>Can support be added for MCP Actions as well?</DIV>
<DIV>&nbsp;</DIV>
<DIV>All that is needed is the following code is&nbsp; in MCPMessage.pm in the " foreach $action (@actions) {" loop</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp; #&nbsp;Begin Code Added</DIV>
<DIV>&nbsp;&nbsp;&nbsp; if ($action =~ /^custom\((.*)\)/) {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MailScanner::Config::CallCustomAction($this, 'yes', $1);<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; $action = 'custom';<BR>&nbsp;&nbsp;&nbsp; }</DIV>
<DIV>&nbsp;&nbsp;&nbsp; # End Code Added</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>Shawn Iverson<BR>Rush County Schools<BR>District Technology Coordinator<BR><A href="mailto:iversons@rushville.k12.in.us">iversons@rushville.k12.in.us</A></DIV></BODY></HTML>