-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Theo Van Dinter writes: > On Tue, Jan 20, 2004 at 09:48:52PM -0500, Theo Van Dinter wrote: > > just got rid of Message.pm which may be confusing for some folks. I was > > thinking MsgContainer, but not sure if that's the right choice either. > > FYI, in my dev tree, I renamed MIME/Parser.pm to MsgParser, and MIME.pm > to MsgContainer. I'm still open to suggestions, but I figured I should > pick something and move forward for now. :) Good plan. BTW I'm leaning towards reusing Mail::SpamAssassin::Message as the replacement for MsgContainer for now. Bear in mind it'll need to be in here: my $spamtest = Mail::SpamAssassin->new(); my $mail = Mail::SpamAssassin::SomethingOrOther->new(data => [EMAIL PROTECTED]); my $status = $spamtest->check ($mail); so it's user-visible. - --j. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) Comment: Exmh CVS iD8DBQFADgooQTcbUG5Y7woRAlCJAKDbo0P7ShrNXpZLITGGsxqr4waPygCgwA+k FxL/OGYtmmbv0Y63lFwyBxU= =rJ6E -----END PGP SIGNATURE-----
