Re: Detect Emoticons in Subject: CHAOS

2021-05-20 Thread Benny Pedersen
On 2021-05-20 22:33, Clive Jacques wrote: Here is a good example of such an email (attached, stripped of identifying info). This attachment is suspicious because its type doesn't match the type declared in the message. If you do not trust the sender, you shouldn't open it in the browser becau

Re: Detect Emoticons in Subject: CHAOS

2021-05-20 Thread RW
On Thu, 20 May 2021 15:35:21 -0400 Jared Hall wrote: > Clive Jacques wrote: > > # Local Rule for Emoticons in subject > > subject        EMOTICON_IN_SUBJECT      Subject =~ /\p{Emoticons}/ > > The following regex will detect a good amount of Emojis: > > |/[\u{1f300}-\u{1f5ff}\u{1f900}-\u{1f9ff

Re: Detect Emoticons in Subject: CHAOS

2021-05-20 Thread Jared Hall
Clive Jacques wrote: Hi, I've been using SA a long time.  Lately, I'm getting more and more spam with emoticons in the subject line.  I'd say about 90% of my emails with emoticons in the subject are spam.  I'd like to create a local rule which scores email with emoticons in the subject.  I sa