Anyone know how to get a message delivered before bogofilter classifies it as 
spam? 

Regards slawek
  ----- Original Message ----- 
  From: Sławomir Dworaczek 
  To: 'Mailing List' 
  Sent: Wednesday, February 16, 2022 10:12 PM
  Subject: bypassing the bogofilter check


  Hello
  How to deliver message before bogofilter check it.


  bogo_router:
   domains = +local_domains
   no_verify
   condition = ${if !eq {$received_protocol}{bogodone} {1}{0}}
   driver = accept
   transport = bogo_transport


  and

  bogo_transport:
   driver = pipe
   command = /usr/local/exim/bin/exim -oMr bogodone -bS
   use_bsmtp = true
   headers_add = X-Bogofilterd: true
   transport_filter = /usr/local/bin/bogofilter -d /var/spool/bogofilter -l -p 
-e$
   return_fail_output = true
   group = groupmail
   user = eximmail 
  home_directory = "/tmp/bogofilter"
   current_directory = "/tmp/bogofilter"
   log_output = true
   return_path_add = false

  thanks
  Slawek
-- 
## List details at https://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to