<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>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.<br>
</p>
<pre style="font-size: 15.6px; color: rgb(0, 0, 0); font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); text-decoration-style: initial; text-decoration-color: initial;">require ["copy"];</pre>
<p># Forward Spam<br>
if header :contains "X-Spam-Flag" "YES" { <br>
</p>
<p> redirect :copy <a class="moz-txt-link-rfc2396E" href="mailto:foo@bar.com">"foo@bar.com"</a>;</p>
<p> # Stop here so that we do not reply on spams<br>
stop;<br>
}</p>
<p>Could be an option.</p>
<p>Phil<br>
</p>
<div class="moz-cite-prefix">On 01/01/2019 01:23, Admin Beckspaced
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:d52681be-fc26-e318-5315-bb98fc7cb5da@beckspaced.com">Hello
there,
<br>
<br>
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?
<br>
<br>
if yes ... how would accomplish that?
<br>
<br>
the reason is ... on my mailboxes I don't receive that much SPAM.
<br>
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.
<br>
<br>
Thanks, greetings & all the best wishes for 2019 ;)
<br>
Becki
<br>
<br>
</blockquote>
</body>
</html>