martinschaible / rspamd-rules

Curated Multimaps and Rules for Rspamd
Apache License 2.0
13 stars 1 forks source link

_base_bad_sender_name_de #46

Closed jassi0001 closed 8 months ago

jassi0001 commented 8 months ago

Problem with sender Mail-Adress: microsoftnonprofit@techsoup.org Was filtered by the named filter. microsoftnonprofit@techsoup.org is a non Profit registration Site.... image I think:

Which works?

/(kundendienst|support)/n/i /(kundendienst|support)+$/i

is a little to hard

martinschaible commented 8 months ago

Silly me! I need also to add a word boundary for the beginning of the string. I will fix that within the next update.