I’m thinking about defining custom symbol, that will catch emojis in the subject/title of the mails:
subject = {
symbol = 'EMOJI_SUBJECT',
score = 1.0,
match = '\\p{Emoji}',
},
Where this additional config must be written, in witch file of the rspamd configuration? Will this alone be enough or should something else be changed as well?