http://bugzilla.spamassassin.org/show_bug.cgi?id=3889





------- Additional Comments From [EMAIL PROTECTED]  2005-04-12 07:48 -------
Subject: Re:  Debug code is hard to use in third-party code

On Mon, Apr 11, 2005 at 11:04:44PM -0700, [EMAIL PROTECTED] wrote:
> 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:
> 
> $Mail::SpamAssassin::DEBUG = 1;
> $Mail::SpamAssassin::facilities{all} = 1;
> my $msg = new Mail::SpamAssassin::Message({parsenow => 1});

Right.  I didn't say "couldn't", I said "shouldn't". ;)

There's no reason to load the whole M::SA when it's fairly unnecessary to do
so, such as using our message parser and not running any rules, etc.





------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

Reply via email to