Spammails mit chinesischen Zeichen

Klaus Tachtler klaus at tachtler.net
Sa Sep 12 06:28:10 CEST 2026


Hallo Andreas,

das finde ich die beste Lösung. Danke fürs teilen.


Grüße
Klaus.

11.09.2026 11:39:13 Andreas Günther via Postfixbuch-users <postfixbuch-users at listen.jpberlin.de>:

> Am Freitag, 11. September 2026, 09:23:51 Mitteleuropäische Sommerzeit schrieb Timm Schneider via Postfixbuch-users:
>> Hallo.
>>
>>
>> Gibt es eine Möglichkeit diese(Mails mit chinesischen Zeichen) zu
>> unterbinden?
>>
>>
>> Grüße
>> Timm Schneider
> 
> Ja,
> ich habe das mittels Rspamd gelöst. In der
> */etc/rspamd/local.d/*multimap.conf:
> 
> MIXED_NONLATIN_SUBJECT {
>    type = "header";
>    header = "Subject";
>    map = "${LOCAL_CONFDIR}/local.d/maps.d/mixed_nonlatin.map[https://mixed_nonlatin.map]";
>    symbol = "MIXED_NONLATIN_SUBJECT";
>    description = "Cyrillic, Chinese, Arabic or other non-Latin subject";
>    regexp = true;
>    score = 6.0;
>    action = "reject";
> }
> 
> 
> Unter */etc/rspamd/local.d/maps.d:*
> cat mixed_nonlatin.map[https://mixed_nonlatin.map]
> /\p{Cyrillic}/u
> /\p{Han}/u
> /\p{Arabic}/u
> /\p{Hangul}/u
> /\p{Hiragana}/u
> /\p{Katakana}/u
> /[\x{0100}-\x{024F}]/u
> 
> Ich hoffe, das beantwortet Deine Frage.
> 
> Viele Grüße
> Andreas
> 

-- 

---------------------------------------
e-Mail  : klaus at tachtler.net
Homepage: https://www.tachtler.net
DokuWiki: https://dokuwiki.tachtler.net
---------------------------------------



Mehr Informationen über die Mailingliste Postfixbuch-users