Toll, Eric wrote:
hello list:
I just set up a box who is: FreeBSD 6.1
Perl 5.8.7
Spamassassin 3.1.6
and when I: spamassassin -D --lint, I get the following: [67350] dbg: plugin: loading Mail::SpamAssassin::Plugin::URIDNSBL from @INC
[67350] dbg: plugin: registered
Mail::SpamAssassin::Plugin::URIDNSBL=HASH(0x8ea1124)
[67350] dbg: plugin: loading Mail::SpamAssassin::Plugin::Hashcash from @INC
[67350] dbg: plugin: registered
Mail::SpamAssassin::Plugin::Hashcash=HASH(0x8f24638)
[67350] dbg: plugin: loading Mail::SpamAssassin::Plugin::SPF from @INC
[67350] dbg: plugin: registered Mail::SpamAssassin::Plugin::SPF=HASH(0x8eae7e8)
[67350] dbg: plugin: loading Mail::SpamAssassin::Plugin::DCC from @INC
[67350] dbg: dcc: local tests only, disabling DCC

3.1.6+ disables network tests during lint as they don't need to be run to confirm a working config.

If you suspect problems with something a network test relies on (another Perl module, program, etc.) then running a test message through with debug enabled will provide you with the additional info.


Daryl

Reply via email to