SA Bugzilla – Bug 2605
untaint_var doesn't work
Last modified: 2004-01-12 15:12:43 UTC
I recently upgraded perl to 5.8.1 release and spamassassin to 2.60. installation goes OK. but when launching daemon /usr/local/bin/spamd -d I get the error message Undefined subroutine &Mail::SpamAssassin::Util::untaint_var called at line 91. apparently all patches from your bug list have been applied (changes list till sept 32, 2003). any hint ?
Having the very same problem. Love how -P was removed and spamd doesn't work.. this sucks
Gordon, -P is now the default. Phillipe -- could you verify that the 2.60 version of Mail::SpamAssassin::Util.pm is the only one on the system? "find /usr -name 'Util.pm' -ls" should list all of them. It sounds like you may have an old version of SA installed somewhere, and /usr/local/bin/spamd is from 2.60, but using the SA modules from a different version.
closing WORKSFORME due to lack of more comments; sounds like it was a leftover from a previous installation.