I do this for one of my POP3 customers they have an account set up to
send all the spam@ to so they can check it for false positives.
require ["copy"];
# Forward Spam
if header :contains "X-Spam-Flag" "YES" {
redirect :copy "[email protected]";
# Stop here so that we do not reply on spams
stop;
}
Could be an option.
Phil
On 01/01/2019 01:23, Admin Beckspaced wrote:
Hello there,
is it possible to send a copy of the email to another account if the
spam score of the email is higher than let's say 5 points?
if yes ... how would accomplish that?
the reason is ... on my mailboxes I don't receive that much SPAM.
But other mail boxes do ... so I would like to be able to send a copy
to myself once it reaches a SPAM score higher than 5 points.
Thanks, greetings & all the best wishes for 2019 ;)
Becki