On Thursday, July 29, 2004, 3:22:59 PM, Ray Dzek wrote:
Pretty vanilla RH 8 machine with Perl 5.8. Any ideas?
Do you have URI installed? The first few lines of SpamCopURI.pm are:
package Mail::SpamAssassin::SpamCopURI;
use strict; use URI; use URI::QueryParam; use URI::Escape qw(uri_unescape);
Jeff C.