Page 2 of 2

Re: Use Mailscanner to Filter Subject Text

Posted: 15 Oct 2023, 09:08
by andyhans
Thanks @Sergio and Thanks @jameswang :)

Re: Use Mailscanner to Filter Subject Text

Posted: 15 Oct 2023, 19:20
by Sergio
If you want, you can do rules like this, per example for bitcoin scams:

Code: Select all

body   __SERGIO_BITCOIN01 /bitcoin address can\'t be tracked/i
body   __SERGIO_BITCOIN02 /central intelligence agency/i
body   __SERGIO_BITCOIN03 /do not get money from you/i
body   __SERGIO_BITCOIN04 /forum in the deep web|bought from hackers the access/i

meta     ASERGIO_BITCOINS ( __SERGIO_BITCOIN01 + __SERGIO_BITCOIN02 + __SERGIO_BITCOIN03 + __SERGIO_BITCOIN04 >= 1 )
describe ASERGIO_BITCOINS BitCoin Scam
score    ASERGIO_BITCOINS 22