Hi Thomas,
> defer message = Please try again later
> condition = ${if eq{$spam_action}{soft reject}}
Means if Rspamd suggests "soft reject" action for whatever reason
(greylisting, ratelimits, ...) - Exim obliges by temporarily rejecting
the message.
> Is that right? I'm asking because a greylitsed mail never revcovers from
> being greylisted. Also i ask myself
> why is it saying "soft reject" and in the WebGui there is "greylist" shown?
> Is there a reason for that?
If you have "greylist" action being returned in scan results probably
greylist module is not active. Have you configured Redis?
https://rspamd.com/doc/configuration/redis.html
> My last question is for the WebUI. Is it possible to show the sender
> address instead of the message id on the history page?
Redis history shows sender addresses:
https://rspamd.com/doc/modules/history_redis.html
Best,
-AL.