May 10, 2023
31
20
8
Ich habe eine SA-Custom Regel gegen die aktuellen Bitcoin Spamwellen geschrieben. Bei Gefallen bitte um weitere Optimierung. Benutzung natürlich auf eigene Gefahr.
gehört in /etc/mail/spamassassin/custom.cf

Code:
body __BEC_KRYPTOINVEST1        /(?:(Bitcoin|Krypto))/
tflags __BEC_KRYPTOINVEST1      multiple maxhits=3
body __BEC_KRYPTOINVEST2        /(?:(Ausgangskapital|Ersteinzahlung|Geldverdienprogramm|Initialkapital|-Programm|Millionärs-|-Methode|Handelsplattform|Investitionen|Reichtums-|Portal))/i
tflags __BEC_KRYPTOINVEST2      multiple maxhits=2
meta BEC_KRYPTOINVEST   ( ( __BEC_KRYPTOINVEST1 >= 3) && ( __BEC_KRYPTOINVEST2 >= 2 ) )
describe BEC_KRYPTOINVEST       Kryptoinvest
score BEC_KRYPTOINVEST          6
 
  • Like
Reactions: JohnRanger
Ich habe eine SA-Custom Regel gegen die aktuellen Bitcoin Spamwellen geschrieben. Bei Gefallen bitte um weitere Optimierung. Benutzung natürlich auf eigene Gefahr.
gehört in /etc/mail/spamassassin/custom.cf

Code:
body __BEC_KRYPTOINVEST1        /(?:(Bitcoin|Krypto))/
tflags __BEC_KRYPTOINVEST1      multiple maxhits=3
body __BEC_KRYPTOINVEST2        /(?:(Ausgangskapital|Ersteinzahlung|Geldverdienprogramm|Initialkapital|-Programm|Millionärs-|-Methode|Handelsplattform|Investitionen|Reichtums-|Portal))/i
tflags __BEC_KRYPTOINVEST2      multiple maxhits=2
meta BEC_KRYPTOINVEST   ( ( __BEC_KRYPTOINVEST1 >= 3) && ( __BEC_KRYPTOINVEST2 >= 2 ) )
describe BEC_KRYPTOINVEST       Kryptoinvest
score BEC_KRYPTOINVEST          6
Danke dafür :) Hab sie noch etwas erweitert:

Code:
body __BEC_KRYPTOINVEST1        /(?:(Bitcoin|Krypto|Genesis|250|1500|passiven|passivem|Einkommen|ETF|BlackRock|Investment))/
tflags __BEC_KRYPTOINVEST1      multiple maxhits=3
body __BEC_KRYPTOINVEST2        /(?:(Ausgangskapital|Ersteinzahlung|Geldverdienprogramm|Initialkapital|-Programm|Millionärs-|-Methode|Handelsplattform|Investitionen|Reichtums-|Portal))/i
tflags __BEC_KRYPTOINVEST2      multiple maxhits=2
meta BEC_KRYPTOINVEST   ( ( __BEC_KRYPTOINVEST1 >= 3) && ( __BEC_KRYPTOINVEST2 >= 2 ) )
describe BEC_KRYPTOINVEST       Kryptoinvest
score BEC_KRYPTOINVEST          8
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!