http://bugzilla.spamassassin.org/show_bug.cgi?id=3889
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Additional Comments From [EMAIL PROTECTED] 2005-04-11 23:04 -------
It should be fine for M:S:Message to depend on M:S, including
setting of debugging. That's very common in Perl modules.
This works fine:
#!/usr/bin/perl
use Mail::SpamAssassin;
use Mail::SpamAssassin::Message;
$Mail::SpamAssassin::DEBUG = 1;
$Mail::SpamAssassin::facilities{all} = 1;
my $msg = new Mail::SpamAssassin::Message({parsenow => 1});
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.