Craig Hughes wrote: > Actually, we dropped Mail::Audit since it doesn't work in a variety of > situations, and replaced it with our own version, > Mail::SpamAssassin::NoMailAudit -- change the line to use > that class instead > (and the "use" line at the beginning of the file) and you > should be ok.
I added at the beginning: use Mail::SpamAssassin::NoMailAudit; and then changed the offending line (line 69 in this modified version) to: $mail = Mail::SpamAssassin::NoMailAudit->new(%args); I get the same error as if I just use Mail::Audit, which is: Can't call method "mail" on an undefined value at /usr/local/lib/perl5/site_perl/5.005/Mail/SpamAssassin/SMTP/SmartHost.pm line 24. The version you're distributing with SA is just plain broken (doesn't have a "use" line), and even when "fixed", seems to not work. You may want to correct this; I'm surprised there haven't been others having similar problems before now. thanks all! johnS _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk