Re: How to debug spamassassin.

2005-12-13 Thread Jonathan Allen
Matt Kettler wrote: > Jonathan Allen wrote: > > Installing Net::Ident says: > >t/0use.. > > Net::Ident::_export_hooks() called too early to check prototype at > > /root/.cpan/build/Net-Ident-1.20/blib/lib/Net/Ident.pm line 29. > > I wouldn't bother with this one. It's only u

Re: How to debug spamassassin.

2005-12-13 Thread Matt Kettler
Jonathan Allen wrote: > > Installing Net::Ident says: > >t/0use.. > Net::Ident::_export_hooks() called too early to check prototype at > /root/.cpan/build/Net-Ident-1.20/blib/lib/Net/Ident.pm line 29. I wouldn't bother with this one. It's only used if you pass the the --a

Re: How to debug spamassassin.

2005-12-13 Thread Patrick Sneyers
It is off by default in 3.1. # Razor2 is disabled here because it is not available for unlimited free # use. It is currently free for personal use, subject to capacity # constraints. See the Cloudmark SpamNet Service Policy for more details. Plug-in conf is in v310.pre (/etc/mail/spamassassi

Re: How to debug spamassassin.

2005-12-13 Thread Jonathan Allen
Patrick Sneyers wrote: > http://razor.sourceforge.net/ > Razor2::Client::Agent is not on Cpan. Install it manually. > Start with razor-agents-sdk, which installs dependencies... Thank you - this is now installed and shows as loaded during the diagnostic output. Does it need to be explicitly told

Re: How to debug spamassassin.

2005-12-13 Thread Patrick Sneyers
http://razor.sourceforge.net/ Razor2::Client::Agent is not on Cpan. Install it manually. Start with razor-agents-sdk, which installs dependencies... Patrick Sneyers Op 13-dec-05, om 12:00 heeft Jonathan Allen het volgende geschreven: Trying to install Razor2::Client::Agent gives: cpan> ins

Re: How to debug spamassassin.

2005-12-13 Thread Jonathan Allen
Jim Knuth wrote: > spamassassin -D --lint 2>&1 |more Thanks - that has been really useful. I noticed that in the list of modules mine says: [18501] dbg: diag: module not installed: LWP::UserAgent ('require' failed) [18501] dbg: diag: module not installed: HTTP::Date ('require' failed) so

Re: How to debug spamassassin.

2005-12-12 Thread Jim Knuth
Heute (13.12.2005/07:08 Uhr) schrieb M. Lewis ([EMAIL PROTECTED]), > spamassassin -D --lint > Will give you a world of information about SpamAssassin. uuuh, too many information all at once. It`s better to use spamassassin -D --lint 2>&1 |more > HTH, > Mike > Its Azfar wrote: >> I want to ma

Re: How to debug spamassassin.

2005-12-12 Thread M. Lewis
spamassassin -D --lint Will give you a world of information about SpamAssassin. HTH, Mike Its Azfar wrote: I want to make sure that razor,pyzor,dcc and bayes learning is working or not. I dont know i have installed these packages or not. ANy one help me configuring these things on freebsd. _