On 5/24/2006 8:45 PM, Michael Parker wrote:
Theo Van Dinter wrote:
On Wed, May 24, 2006 at 06:51:57PM -0500, Michael Parker wrote:
Anyone else seeing these errors in current trunk?
rulesrc/sandbox/jm/20_sendmailid.cf: WARNING: 'rules/SendmailID.pm' not
listed in manifest file, making 'tryplugin': loadplugin
Mail::SpamAssassin::Plugin::SendmailID SendmailID.pm
yes.
and then during make test:
t/basic_lint................[20375] warn: config: can not determine
userstate dir
t/basic_lint................ok
basic_lint works fine for me.
<aol> me too </aol>
t/bayesdbm..................ok 1/48plugin: failed to create instance of
plugin Mail::SpamAssassin::Plugin::SendmailID: Can't locate object
method "new" via package "Mail::SpamAssassin::Plugin::SendmailID" at
(eval 482) line 1.
I don't see that at all.
That'll happen if you don't have Time::ParseDate installed since jm's
plugin require-s (rather than use-s) it.
I'm also seeing an error in recreate.t.
Works for me.
Daryl