it seems so to me because in transport I have
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 -u
return_fail_output = true
group = eximgrp
user = exim
home_directory = "/tmp/bogofilter"
current_directory = "/tmp/bogofilter"
log_output = true
return_path_add = false
and I want to move it to ACL
because the message does not return to the router where I have a list that
allows the email despite being tagged as SPAM
I tested in the console
/usr/local/bin/bogofilter -d /var/spool/bogofilter -l -p -e -u < mail.txt
and in the result I have added X-Bogosity
and exim does not want to do the same in ACL
----- Original Message -----
From: "Jeremy Harris via Exim-users" <exim-users@lists.exim.org>
To: <exim-users@lists.exim.org>
Sent: Saturday, March 15, 2025 9:55 PM
Subject: [exim] Re: ACL add header bogofilter
On 3/15/25 8:06 PM, Sławomir Dworaczek via Exim-users wrote:
set acl_m_bogosity = ${run{/usr/local/bin/bogofilter -d
/var/spool/bogofilter -l -p -e -u < $message_body}}
You are assuming it is run via a shell.
--
Cheers,
Jeremy
--
## subscription configuration (requires account):
##
https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-users-unsubscr...@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/
--
## subscription configuration (requires account):
## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/
## unsubscribe (doesn't require an account):
## exim-users-unsubscr...@lists.exim.org
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/