I've researched for an answer to this question and can't find anything.
I have Postfix running on Debian Stretch. I will soon be setting up Rspamd.
Here's the logic of what I want to have happen when spam arrives:
- Postfix receives a message from the contact form on my website (via PHPMailer)
- Postfix sends the message to Rspamd for processing
- Rspamd flags the message as spam and adds appropriate headers
- Postfix does NOT send the message to me@mydomain.net, but rather spam@mydomain.net
From what I gather, it seems that milters do not have this ability. How can this be accomplished?