Hi, when running Spamassassin with Mutt I keep getting the error massage
> [5337] warn: reporter: razor2 report failed: No such file or directory
> report requires authentication at
> /usr/share/perl5/Mail/SpamAssassin/Plugin/Razor2.pm line 169. at
> /usr/share/perl5/Mail/SpamAssassin/Plugin/Razor2.pm line 317.
> 1 message(s) examined.
The lines referred to are
> 165 # Razor2 requires authentication for reporting
> 166 my $ident;
> 167 if ($type ne 'check') {
> 168 # no facility prefix on this die
> 169 $ident = $rc->get_ident
> 170 or die("$type requires authentication");
> 171 }
> 172
> 173 my @msg = ($fulltext);
and
> 312 # DSNs and errors in syslog etc., yuck
> 313 dbg("$debug: razor2 $type could not connect to any servers");
> 314 } elsif ($err =~ /timeout/i) {
> 315 dbg("$debug: razor2 $type timed out connecting to servers");
> 316 } else {
> 317 warn("$debug: razor2 $type failed: $! $err");
> 318 }
> 319 }
> 320
> 321 # razor also debugs to stdout. argh. fix it to stderr...
Can anyone suggest a fix ?
Adam Bogacki,
[EMAIL PROTECTED]
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html