Custom Spam Scanner?
Dhawal Doshy
dhawal at NETMAGICSOLUTIONS.COM
Sat Jul 2 13:28:33 IST 2005
[ The following text is in the "ISO-8859-1" character set. ]
[ Your display is set for the "US-ASCII" character set. ]
[ Some characters may be displayed incorrectly. ]
Julian Field wrote:
> Has anyone tried using the Custom Spam Scanner plugin facility I wrote
> for you the other day?
>
> I would be interested to hear if people think it is sufficient, or
> whether it really needs additional functionality.
Hi Julian,
This one change was required.. though i am not too sure if i am doing
the right thing..
[root at mxinfinite MailScanner]# diff -u Message.pm.orig Message.pm
--- Message.pm.orig 2005-07-02 17:49:04.091516600 +0530
+++ Message.pm 2005-07-02 17:49:27.060024856 +0530
@@ -444,7 +444,7 @@
# Do the Custom Spam Checker
my($gsscore, $gsreport);
if (MailScanner::Config::Value('gsscanner', $this)) {
- ($gsscore, $gsreport) = MailScanner::GenericSpam::Checks($this);
+ ($gsscore, $gsreport) =
MailScanner::CustomConfig::GenericSpamScanner($this);
$this->{gshits} = $gsscore;
}
btw, this is MS version 4.43.7
- dhawal
------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the Wiki (http://wiki.mailscanner.info/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).
Support MailScanner development - buy the book off the website!
More information about the MailScanner
mailing list