jdow wrote: >I tend to get spamd errors on some messages that may be related to the >spam markup. The messages get as far as this bug report and processing >terminates with no spam markup at all. >===8<--- > error: Insecure dependency in eval while running setuid at >/usr/lib/perl5/site_perl/5.8.5/Mail/SpamAssassin/PerMsgStatus.pm line 2091._ >No such file or directory, continuing >===8<--- >
I'd be looking closely at all your "full" type rules. The offending line is the execution of a regex for a "full" rule. Clearly a normal rule should not be referencing any files, so it's probably a typo in a rule which causes a regex to attempt to access a file.