On Tue, Jan 20, 2004 at 09:12:09PM -0800, Justin Mason wrote: > my $spamtest = Mail::SpamAssassin->new(); > my $mail = Mail::SpamAssassin::SomethingOrOther->new(data => [EMAIL > PROTECTED]); > my $status = $spamtest->check ($mail); > > so it's user-visible.
Well, actually it's still not user-visible. It'll be: my $mail = Mail::SpamAssassin::MsgParser->new([EMAIL PROTECTED]); It's a bit confusing because you call MsgParser but get back a MsgContainer. The MsgParser code could, theoretically, go into M::SA::Util, but ... -- Randomly Generated Tagline: "... he's gay, he's gotta be gay... look at his boyfriend." - Prof. O'Donnell
pgpIyZzDtp0yB.pgp
Description: PGP signature
