spam score for each test in header
Ryan Bingham
ryanb at AACRAO.ORG
Tue May 27 03:01:14 IST 2003
patchIt looks like this was the issue with line 245. In my SA.pm, I had the
following:
my($HighScoreVal);
and the patch was expecting:
my($HighScoreVal, $pid2delete);
I'm not sure why this was different in my SA.pm as I haven't modified it
from the installation. In any case, I went ahead and manually updated the
lines that failed, changing line 245 to
my($HighScoreVal, $pid2delete, $IncludeScores);
and inserting
$IncludeScores = MailScanner::Config::Value('listsascores', $Message);
Everything seems to be working now. Hopefully I didn't do anything stupid.
Thanks again Julian for an awesome program!!
Ryan
----- Original Message -----
From: Ryan Bingham
To: MAILSCANNER at JISCMAIL.AC.UK
Sent: Monday, May 26, 2003 4:46 PM
Subject: Re: spam score for each test in header
Hello all,
I tried applying the patches Julian posted for displaying the test scores in
the header. On one system it worked fine, but on two other (seemingly
identical) servers, I got the following error after running "patch <
SA.pm.patch":
patching file SA.pm
Hunk #1 FAILED at 245.
Hunk #2 succeeded at 208 (offset -54 lines).
1 out of 3 hunks FAILED -- saving rejects to file SA.pm.rej
I've attached my SA.pm file and the SA.pm.rej output. I'm running Redhat 8
with MailScanner 4.13-3 and SpamAssassin 2.55.
Thanks in advance for any assistance.
Ryan
More information about the MailScanner
mailing list