SA Learn -> As Spam+Report -> Warning
Posted: 12 Oct 2017 07:53
				
				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:
330: 
Does the reporting function work on your site?
			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");<---------------------
      }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");<---------------------
    }
  }