Amjad Qasem via Exim-users (So 25 Mär 2018 16:16:13 CEST):
> Dear all,
>
> I'm try to add Exim filter to make mail as spam , but I don't know
> the command or the action to change the Spam static, as below
>
> if ("$h_from:" contains "x...@gmail.com")
>then
> spam_score = 100 ???
> end
Dear all,
I'm try to add Exim filter to make mail as spam , but I don't know
the command or the action to change the Spam static, as below
if ("$h_from:" contains "x...@gmail.com")
then
spam_score = 100 ???
endif
or
if ("$h_from:" contains "x...@gmail.com")
then
X-Spam-Score = Y