SA Bugzilla – Bug 7243
warn: archive-iterator: no access to start: No such file or directory at /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/ArchiveIterator.pm
Last modified: 2018-02-04 16:37:54 UTC
I installed Spamassassin 3.4.1 in my linux server, when I run spamassassin start and it shows error as below: Sep 7 11:09:54.925 [10713] warn: archive-iterator: no access to start: No such file or directory at /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/ArchiveIterator.pm line 833. Sep 7 11:09:54.925 [10713] warn: archive-iterator: unable to open start: No such file or directory I can find ArchiveIterator.pm in directory /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin,what's problem and who can help me?
> Sep 7 11:09:54.925 [10713] warn: archive-iterator: no access to start: No > such file or directory at > /usr/lib/perl5/site_perl/5.8.8/Mail/SpamAssassin/ArchiveIterator.pm line 833. line 833: @s or warn "archive-iterator: no access to $mail: $!"; ArchiveIterator thinks the name of your mail file is 'start', but such file does not exist. Looks like an invocation mistake.
Also, after install, did you run sa-update to make sure you have a set of rules?
Spamassassin is trying to read email message named "start", I think this is an invocation error and not a bug.
Running the command "spamassassin start" is not how one starts the SpamAssassin daemon (spamd.) How one does that varies by platform, but on various versions of Linux may be one of these: /etc/init.d/spamassassin start /etc/rc.d/spamassassin start systemctl start spamassassin