Yes, it isn't work as expected.
So you can try block this e-mail via spamassassin like in
this topic
You can add to file/create file /etc/mail/spamassassin/custom.cf
Code:
header __COUNT_RCPTS To =~ /(?:[^@,\s]+@[^@,\s]+)/
tflags __COUNT_RCPTS multiple
meta RCPTS_10_PLUS (__COUNT_RCPTS > 10)
describe RCPTS_10_PLUS block e-mail with more, than 10 recipients
score RCPTS_10_PLUS 2
and after reload smtp filters
Code:
systemctl reload pmg-smtp-filter
This rule wll add score 2 to e-mail with more than 10 recipients.
View attachment 48600
So custom rule with high spam score (30+) and mail filter to block e-mail with high spam score (30+) will block incoming e-mails with high count of recipients.