New KAM rule

General eFa discussion
Post Reply
gregecslo
Posts: 52
Joined: 09 Sep 2018 17:55

New KAM rule

Post by gregecslo »

Hi.

I noticed that since 3 days ago I have new thing in spam report called: KAM_SIGONLY

What is this?
Can`t find anything about it...
smyers119
Posts: 108
Joined: 29 Nov 2019 11:36

Re: New KAM rule

Post by smyers119 »

#Nothing but sig
body __KAM_SIGONLY1 /.{0,10}--/i
tflags __KAM_SIGONLY1 nosubject

meta KAM_SIGONLY (__KAM_SIGONLY1 >= 1)
score KAM_SIGONLY 1.5
describe KAM_SIGONLY Messages is (mostly) just a signature

#SigOnly spam
meta KAM_SIGONLY2 (KAM_SIGONLY + (__KAM_DIDYOUBODY + __KAM_DIDYOUSUBJ >= 1) >= 2)
score KAM_SIGONLY2 1.5
describe KAM_SIGONLY2 Junk Messages using (mostly) just a signature
Post Reply