On Sun, 9 May 2004, Binaya wrote: > Dear all, > > I am running spamassassin 2.44 in my Red Hat Linux 9.0 machine > which is running sendmail. I have seen some errors in it which is as below. > Will anyone please let me know what may be going wrong and which file should > I check for more information. ? > > May 9 13:52:50 kopila spamd[29726]: Scalar found where operator expected at > (eval 24) line 28, near "} $self" > May 9 13:52:50 kopila spamd[29726]: ^I(Missing operator before $self?) > May 9 13:52:50 kopila spamd[29726]: Failed to run header SpamAssassin > tests, skipping some: syntax error at (eval 24) line 28, near "} $self"
never seen those error, but try using spamd with option -D ( set it at the initscript, starting spamd). this gives more debug information in your syslog/maillog. have you tried 'spamassassin --lint' ? its a syntax check for all .cf files. just in case something is broken, the command will report it. and finaly, upgrade to at least 2.63. many changes have been done since 2.44, not to mention those rbl updates. regards, Matthias
