On Tue, Dec 19, 2006 at 03:40:19PM -0600, [EMAIL PROTECTED] wrote:
> Problem solved. I was not acquiring the PerMsgStatus object correctly
> from the options passed to "check_start".
> I misled myself with the ReplaceTags plugin using the variable "$pms" and I
> thought that was the PerMsgStatus o
Problem solved. I was not acquiring the PerMsgStatus object correctly
from the options passed to "check_start".
I misled myself with the ReplaceTags plugin using the variable "$pms" and I
thought that was the PerMsgStatus object. But in that code,
$pms->{permsgstatus} is it.
thanks
Hi. Were writing an in house plugin. Our SA version is 3.1.5. Basically we
have a lot of rules
based on data from a database. We want to hit the data base once and
then have all the rules beable to check the data to score accordingly
similar to how Bayes works.
>From reading the M::SA::Plugin do