Hi,
Here is what I did to the settings.php file:
// Enforce tag_level <= tag2_level <=
kill_level
if ($spam_tag2_level > $spam_kill_level) {
$spam_tag2_level = $spam_kill_level;
}
if ($spam_tag_level > $spam_tag2_level) {
$spam_tag_level = $spam_tag2_level;
}
// Enforce spam kill level according to spam
destiny
if ($spam_destiny == "label") {
$spam_kill_level = 999;
}
// commented out by zli
// else {
// $spam_kill_level = $spam_tag2_level;
// }
I guess I just commented out the else line of code. I
modified the
subject line of the emails when the spam score is between 5
and 8.
Everything above 8 is quarantined.
Jacky
ps. Sorry David, it is supposed to go to the list.
David Morton wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
>
> On Jul 26, 2007, at 4:40 PM, Miranda Hawarden-Ogata
wrote:
>
>> A while ago I recall seeing some discussions on the
list about how the
>> "Quarantine Spam when Score is >="
setting was not really
>> implemented and
>> basically you could not have Maia label messages as
spam and still
>> deliver
>> them if they scored under a certain value.
>>
>> I just wanted to check on the status of this as I'm
not sure if
>> this is the
>> same thing as the multi-layered spam/ham thresholds
item I came
>> across in
>> the wiki. One of my users is having this problem
that while he
>> wants all
>> email labeled as spam if it scores above a 4, he
wants messages
>> quarantined
>> only if they score above an 8, since that area of
scores 4-8 is a
>> problem
>> area for him. I thought this had been implemented
in 1.0.2 but when
>> we tried
>> to set the values, it did not
"stick"....
>
>
> No, that has not been implemented yet.
>
>
> David Morton
> Maia Mailguard http://www.maiamailguard
.com
> mortonda dgrmm.net
>
>
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.5 (Darwin)
>
>
iD8DBQFGqSE5Uy30ODPkzl0RAjetAJ96RBEXvSiXMbboBu9gwp5NAUErsgCf
cXTB
> /nUsWazqFqkJMq8i9UK3ano=
> =YU1s
> -----END PGP SIGNATURE-----
> _______________________________________________
> Maia-users mailing list
> Maia-users renaissoft.com
> http://www.renaissoft.com/mailman/listinfo/maia-users
_______________________________________________
Maia-users mailing list
Maia-users renaissoft.com
http://www.renaissoft.com/mailman/listinfo/maia-users
|