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