Theo Van Dinter wrote:
> -1
> 
> Don't use M::SA unless its necessary (no reason to load a bajillion
> things).  Just use M::SA::Message.

I see that Mail::SpamAssassin->parse just calls
Mail::SpamAssassin::Message->new and returns the Message object. Is this the
correct syntax to use then instead of the call to parse() ?

 my $ma = Mail::SpamAssassin::Message->new({message=>$dataref});

If that's it I'll make the change.

 -- sidney

Reply via email to