<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body>
<div style="color: rgb(33, 33, 33); background-color: rgb(255, 255, 255);" dir="auto">
What is the job of amavis if it doesn't filtered ? </div>
<div style="color: rgb(33, 33, 33); background-color: rgb(255, 255, 255);" dir="auto">
<br>
</div>
<div style="color: rgb(33, 33, 33); background-color: rgb(255, 255, 255);" dir="auto">
I am not understanding your using of amavis your like the poop ? </div>
<div id="ms-outlook-mobile-signature">
<div><br>
</div>
Télécharger <a href="https://aka.ms/AAb9ysg">Outlook pour Android</a></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> amavis-users <amavis-users-bounces+dorianbrice=hotmail.fr@amavis.org> on behalf of Alex <mysqlstudent@gmail.com><br>
<b>Sent:</b> Wednesday, April 21, 2021 3:55:16 AM<br>
<b>To:</b> amavis-users@amavis.org <amavis-users@amavis.org><br>
<b>Subject:</b> Bypass scanning based on recipient</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hi,<br>
<br>
I'm aware of how to create a policy bank for trusted senders based on<br>
IP address, but I don't understand how to bypass scanning for a<br>
particular recipient on the local host.<br>
<br>
I'm currently using amavisd in conjunction with postfix and<br>
spamassassin. Mail is relayed to an internal host through this host.<br>
<br>
I'd like to create an address that receives all email from amavis<br>
without first being filtered, even if it's malicious, while all other<br>
users in the domain are filtered.<br>
<br>
Where can I find instructions on how to do this?<br>
<br>
I understand I can do something like this for the entire domain, but<br>
is it even possible to do it for a single address in the domain?<br>
<br>
@spam_lovers_maps = ( ['sampledomain.org'] );<br>
@bypass_spam_checks_maps = ( ['sampledomain.org'] );<br>
<br>
Perhaps it has something to do with policy banks?<br>
<br>
$policy_bank{'SURVEY'} = {<br>
  originating => 1,<br>
  bypass_virus_checks_maps  => [1],<br>
  bypass_spam_checks_maps   => [1],<br>
  bypass_banned_checks_maps => [1],<br>
  bypass_header_checks_maps => [1],<br>
};<br>
<br>
Thanks,<br>
Alex<br>
</div>
</span></font></div>
</body>
</html>