Bug 2605 - untaint_var doesn't work
Summary: untaint_var doesn't work
Status: RESOLVED WORKSFORME
Alias: None
Product: Spamassassin
Classification: Unclassified
Component: spamc/spamd (show other bugs)
Version: 2.60
Hardware: PC Linux
: P5 critical
Target Milestone: 2.70
Assignee: SpamAssassin Developer Mailing List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-18 08:19 UTC by Philippe Pezet
Modified: 2004-01-12 15:12 UTC (History)
1 user (show)



Attachment Type Modified Status Actions Submitter/CLA Status

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Pezet 2003-10-18 08:19:25 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 ?
Comment 1 Gordon Keesler 2003-11-13 13:14:06 UTC
Having the very same problem. Love how -P was removed and spamd doesn't work.. 
this sucks
Comment 2 Justin Mason 2003-11-13 14:36:40 UTC
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.
Comment 3 Justin Mason 2004-01-13 00:12:43 UTC
closing WORKSFORME due to lack of more comments; sounds like it was a leftover
from a previous installation.