[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: spamassassin dumps core with latest current.
David Lebel (lebel@lebel.org) wrote:
> On Tuesday, July 30, 2002, at 05:14 , Han wrote:
>
> > I guess that that is not an option, but being patient and suffering
> > the spam is. I'll keep an eye on possible solutions. Thanks for
> > pointing this out to me.
>
> This seems to "fix" it. Don't ask me why. It's been a while since I
> hacked Perl, and I seems to don't remember the difference between
> "use" and "require".
Brilliant. It works, but the line numbers are different. Are you running
the beta verion? :)
Cya, Han.
--- /usr/local/bin/spamd.orig Wed Jul 31 03:27:56 2002
+++ /usr/local/bin/spamd Wed Jul 31 03:28:17 2002
@@ -13,7 +13,7 @@
use strict;
use Socket;
use Carp;
-use Mail::SpamAssassin;
+require Mail::SpamAssassin;
use Mail::SpamAssassin::NoMailAudit;
use Sys::Syslog qw(:DEFAULT setlogsock);
use POSIX qw(setsid);