I get warnings about tainting when I run spamassassin from /etc/procmailrc .

Since this is an unsafe way to run programs, perl turns on taint checking for extra security, and quite rightly too.

Adding the line DROPPRIVS=yes to the top of /etc/procmailrc will fix it, by telling procmail to run the script safely.

  • No labels