<div dir="ltr"><div class="gmail_default" style="font-size:small"><br></div><br><div class="gmail_quote"><div dir="ltr">On Tue, 18 Sep 2018 at 09:13, Miguel Almeida <<a href="mailto:migueldealmeida@gmail.com">migueldealmeida@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><p>My postfix installation is working correctly (delivery via dovecot, spam filtering via amavis - spamassasin).</p><p>I receive emails in <a href="http://itc.com" target="_blank">itc.com</a> and <a href="http://bbv.com" target="_blank">bbv.com</a> domains. For the emails that sent to, <a href="http://bbv.com" target="_blank">bbv.com</a> amavis is not adding the spam headers (which I have configured to be always added, via $sa_tag_level_defltĀ  = -20;)<br></p><div><br></div><div>I initially had the following inĀ  /etc/amavis/conf.d/05-domain_id:</div><div><br></div><div>$mydomain = "<a href="http://itc.com" target="_blank">itc.com</a>";<br>@local_domains_acl = ( ".$mydomain");</div><div><br></div><div>I have tried to add my second domain in two ways:<br></div><div>@local_domains_acl = ( ".$mydomain", ".<a href="http://bbv.com" target="_blank">bbv.com</a>" );</div><div>and <br></div><div>@local_domains_maps = ( [".$mydomain", ".<a href="http://bbv.com" target="_blank">bbv.com</a>"]);</div><div>(and both)</div><div><br></div><div>But the headers are not added.</div><div>Here is an example log (with log_level = 5) of an email received at <a href="mailto:info@bbv.com" target="_blank">info@bbv.com</a>: <br></div><div><a href="https://gist.github.com/mmalmeida/b3523d9ec2fbab5d4aac3fed28961bf1" target="_blank">https://gist.github.com/mmalmeida/b3523d9ec2fbab5d4aac3fed28961bf1</a></div><div><br></div><div>I can successfully see the email headers added if I change $mydomain to <a href="http://bbv.com" target="_blank">bbv.com</a>.</div><div><br></div><div>Can you help me understand why I am not able to have both domains with the spam headers added at the same time?</div></div></div></div></div></div></div></div></div></blockquote><div><br></div><div class="gmail_default" style="font-size:small">I think there is a bug in amavis so that headers are not always added when the score is above $sa_tag_level_deflt. Maybe it only arises if $sa_tag_level_deflt<0? I tried $sa_tag_level_deflt=-999 and found that still a lot of emails did not have info headers added. (I was then I believe using amavis v2.10.)</div></div></div>