https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6736
--- Comment #4 from Kevin A. McGrail <[email protected]> 2011-12-28 14:42:54 UTC --- (In reply to comment #3) > /etc/cron.daily/saupdate.pl > > #!/usr/bin/perl > > #<snipped unrelated> > > system("/usr/bin/sa-compile") > > #<snipped unrelated> > > exit; Again, this is likely not an SA issue. You are wrapping the call to sa-compile and not providing it with the path you want due to your local configuration. The simplest fix is a ln -s to re2c in /usr/bin. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
