<p dir="ltr"></p>
<p dir="ltr">On 7 Jun 2017 12:12, "Scappatura Rocco" <<a href="mailto:Rocco.Scappatura@infracom.it">Rocco.Scappatura@infracom.it</a>> wrote:<br>
><br>
> Hello Dino.<br>
><br>
> > First of all, for spam the following directive applies:<br>
> ><br>
> > $final_spam_destiny = D_DISCARD;<br>
> ><br>
> > Not<br>
> ><br>
> > $final_banned_destiny     = D_DISCARD;<br>
> ><br>
> > $final_banned_destiny is for banned files not spam.<br>
><br>
> You are quite right. I have mistyped 'final_banned_destiny' instead of 'final_spam_destiny'.<br>
><br>
> > In order to accomplish what you want, you should probably set up<br>
> ><br>
> > $final_spam_destiny = D_DISCARD;<br>
> ><br>
> > That would probably take care of all the rest of the users and then for<br>
> > the <a href="http://example.com">example.com</a> domain, create a policy for that has a really high<br>
> > spam_kill_level and assign the users you want to it. So,<br>
> > spam_kill_level of 999 would probably work.<br>
> ><br>
> > You are going to have to use a database to accomplish all this.<br>
><br>
> It is possible to use a map so to assign the value 999 to $sa_kill_level_deflt (and $sa_dsn_cutoff_level) on 'per domain' basis?<br>
><br>
> P.S.: in order to tag spam messages for *@<a href="http://example.com">example.com</a>, should I also list '<a href="http://example.com">example.com</a>' in the array @local_domains_acl?<br></p>
<p dir="ltr">You need a policy bank.  I don't use one, but there should be well documented instructions on the web and in the mailing list archives.</p>
<p dir="ltr">Simon<br><br><br></p>