Page 2 of 2
Re: message marked as spam gives a razor error
Posted: 26 Sep 2014 21:48
by shawniverson
double checking....guessing my the number of hits we are getting on this topic this bug is most definitely present....
Re: message marked as spam gives a razor error
Posted: 16 Nov 2014 08:04
by VelocityAdmin
Can anyone else confirm they are still encountering this exact error? I have applied the info for the fix and it is still giving me that error.
Re: message marked as spam gives a razor error
Posted: 16 Nov 2014 14:06
by shawniverson
I am tracking this as well. If you are experiencing this issue still please provide feedback
Re: message marked as spam gives a razor error
Posted: 24 Feb 2015 07:31
by vervoto1
yes.. took a bit of time to register (greylisting

).. anyway, in a default version 3.0.0.6 updated with the latest linux patches I've encountered the same issue, manually ran razor-admin - create and -register as the error pointed me in that direction, before having a look at this forum and changing the file ownership. Changing the file ownership (the 4 steps mentioned before) was the only way to fix it.
it's running on KVM on a linux x86_64 machine, latest updates, could be that yum's upgrade scripts changed the ownership of the files after release ?
Re: message marked as spam gives a razor error
Posted: 24 Feb 2015 23:10
by shawniverson
I am going through the version history on git, could have sworn this was applied, but I just built one myself and it is not there....
Re: message marked as spam gives a razor error
Posted: 24 Feb 2015 23:14
by shawniverson
Ok, found the issue....looks like some lines make reference to pyzor when they should reference razor.
Opening new issue.
Re: message marked as spam gives a razor error
Posted: 24 Feb 2015 23:20
by shawniverson
Re: message marked as spam gives a razor error
Posted: 11 Mar 2015 12:32
by shawniverson
Re: message marked as spam gives a razor error
Posted: 27 Mar 2015 12:39
by pdwalker
3.0.0.7, build from the centos netinstall
selecting the SA Learn option of "As Spam+Report" results in the same error
warn: reporter: razor2 report failed: No such file or directory report requires authentication at /usr/local/share/perl5/Mail/SpamAssassin/Plugin/Razor2.pm
(sorry, I didn't save the line number, but it was different from Antiloops)
The following 3 commands fixed the problem
Code: Select all
sudo chown -R postfix:apache /var/spool/postfix/.razor
sudo chmod ug+rwx /var/spool/postfix/.razor
sudo chmod ug+rw /var/spool/postfix/.razor/*
(the group ownership was postfix before I changed it to apache)
Re: message marked as spam gives a razor error
Posted: 13 May 2015 14:17
by ayh20
Just for reference i also had the error:
No such file or directory report requires authentication
The above Chown/chmod's fixed that issue for me. However i then got the problem "Use of uninitialized value $hasStructureInfo in numeric" which appears to be a known 3.0.0.7 bug.
Andy
Re: message marked as spam gives a razor error
Posted: 02 Dec 2015 11:36
by woundride
Hi,
I use EFA 3.0.0.8, I've tried :
Code: Select all
sudo ln -s /var/spool/postfix/.razor /var/www/.razor
sudo chown -R postfix:apache /var/spool/postfix/.razor
sudo chmod ug+rwx /var/spool/postfix/.razor
sudo chmod ug+rw /var/spool/postfix/.razor/*
But I've always this message :
Code: Select all
SpamAssassin: Dec 2 12:09:51.221 [4799] warn: reporter: razor2 report failed: No such file or directory report requires authentication at /usr/local/share/perl5/Mail/SpamAssassin/Plugin/Razor2.pm line 177. at /usr/local/share/perl5/Mail/SpamAssassin/Plugin/Razor2.pm line 330., Dec 2 12:10:09.599 [4799] warn: reporter: SpamCop report to vmx.spamcop.net failed: Net::SMTP error, 1 message(s) examined.
Have you another idea to solve this problem please ?
Best regards.
Charles
Re: message marked as spam gives a razor error
Posted: 02 Dec 2015 13:31
by woundride
After registration and configuration
I've this message :
Code: Select all
SpamAssassin: Dec 2 14:28:01.186 [2009] warn: reporter: razor2 report failed: No such file or directory report requires authentication at /usr/local/share/perl5/Mail/SpamAssassin/Plugin/Razor2.pm line 177. at /usr/local/share/perl5/Mail/SpamAssassin/Plugin/Razor2.pm line 330., 1 message(s) examined.
Spamcop sending it's OK but i've always this message ...
Re: message marked as spam gives a razor error
Posted: 02 Dec 2015 15:04
by woundride
I'm sorry
After registration and configuration, I've execute again :
Code: Select all
sudo chown -R postfix:apache /var/spool/postfix/.razor
sudo chmod ug+rwx /var/spool/postfix/.razor
sudo chmod ug+rw /var/spool/postfix/.razor/*
And it's OK for me.
Re: message marked as spam gives a razor error
Posted: 15 Mar 2016 19:45
by skoppes
Ran into this with 3.0.0.8 - downloaded as the Hyper-V VM.
Posted details here:
viewtopic.php?t=1473
Hopefully these steps may help track-down why this happens for some people?