SA Learn -> As Spam+Report -> Warning

Report bugs and workarounds
Post Reply
DaN
Posts: 240
Joined: 19 Nov 2014 10:04
Location: Earth

SA Learn -> As Spam+Report -> Warning

Post by DaN »

Hi,

in message detail viewe i've clicked on "SA Learn" -> "As Spam+Report" and after a couple of seconds i've get:
Result Messages:
SpamAssassin: Oct zz xx:xx:xx.xxx [yyy] warn: reporter: razor2 report failed: No such file or directory report requires authentication at /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Razor2.pm line 177. at /usr/share/perl5/vendor_perl/Mail/SpamAssassin/Plugin/Razor2.pm line 330., 1 message(s) examined.

177:

Code: Select all

	$ident = $rc->get_ident
	    or die("$type requires authentication");<---------------------
      }
330:

Code: Select all

  if ($err) {
    chomp $err;
    if ($err =~ /(?:could not connect|network is unreachable)/) {
      # make this a dbg(); SpamAssassin will still continue,
      # but without Razor checking.  otherwise there may be
      # [i]DSNs and errors in syslog etc.[/i], yuck
      dbg("$debug: razor2 $type could not connect to any servers");
    } elsif ($err =~ /timeout/i) {
      dbg("$debug: razor2 $type timed out connecting to servers");
    } else {
      warn("$debug: razor2 $type failed: $! $err");<---------------------
    }
  }
Does the reporting function work on your site?
Post Reply