[Exim] Skip SPAM check for SMTP Auth'd and local sent mail

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Derrick
Data:  
Para: exim-users
Assunto: [Exim] Skip SPAM check for SMTP Auth'd and local sent mail
Exim-4.30/exiscan-14

Is there a way to not check for SPAM on SMTP Authenticated users? And same
for mail originating local? (i.e. - webmail) I did some searches, couldn't
find much to help, but maybe I was searching using the wrong words...

Here's my current config

acl_check_content:

  deny  message = This message contains a MIME error ($demime_reason)
        demime = *
        condition = ${if >{$demime_errorlevel}{2}{1}{0}}


  deny  message = This message contains an unwanted file extension
($found_extension)
        demime = ade:adp:bas:bat:chm:cmd:com:cpl:crt:eml:exe:\
                hlp:hta:inf:ins:isp:jse?:lnk:mdb:mde:msc:msi:msp:mst:\
                pcd:pif:reg:scr:sct:shs:url:vbs:vbe:wdf:wsh:wsc


  deny  message = This message contains malware ($malware_name)
         demime = *
         malware = *


  warn  message = X-Spam-Score: $spam_score ($spam_bar)
        spam = nobody:true
  warn  message = X-Spam-Report: $spam_report
        spam = nobody:true


  warn message = X-Spam-Flag: YES
       spam = nobody


  deny  message = This message scored $spam_score points. Congratulations!
        spam = nobody:true
        condition = ${if >{$spam_score_int}{50}{1}{0}}



Thanks.



Derrick MacPherson
derrick@???