You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2015/09/07 11:22:36 UTC

[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

https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7243

--- Comment #1 from Mark Martinec <Ma...@ijs.si> ---
> 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.

-- 
You are receiving this mail because:
You are the assignee for the bug.