Re: [exim] problem Tainted permission to file autoreply once

2022-09-27 Thread Cyborg via Exim-users
Hi, Am 27.09.22 um 11:54 schrieb Sławomir Dworaczek via Exim-users: heloo Yeah ! maybe not elegant, but it works!, once = /var/spool/db/autoreply_${lookup mysql{select localpart from users,domains where domain='${quote_mysql:$domain}' and localpart='${quote_mysql:$local_part}' and users.d

Re: [exim] problem Tainted permission to file autoreply once

2022-09-27 Thread Sławomir Dworaczek via Exim-users
Jasen Betts" To: "Sławomir Dworaczek" Sent: Tuesday, September 27, 2022 11:22 AM Subject: Re: problem Tainted permission to file autoreply once In gmane.mail.exim.user, you wrote: From: "Jeremy Harris via Exim-users" To: Sent: Tuesday, September 27, 2022 10:16 AM

Re: [exim] problem Tainted permission to file autoreply once

2022-09-27 Thread Andrew C Aitchison via Exim-users
On Mon, 26 Sep 2022, Sławomir Dworaczek via Exim-users wrote: I wanted to limit the reflection of mail with the autoresponder turned on, but after adding the option ONCE_FILE = /var/spool/exim/db/autoreply_${local_part}_${domain}.db What happens if you change that to ONCE_FILE = /var/spool/ex

Re: [exim] problem Tainted permission to file autoreply once

2022-09-27 Thread Sławomir Dworaczek via Exim-users
[exim] problem Tainted permission to file autoreply once On 27/09/2022 09:09, Sławomir Dworaczek via Exim-users wrote: nowhere else is it like creating a file Third paragraph of that reference: "not permitted (including acessing a file using a tainted name)." -- Cheers, Jeremy --

Re: [exim] problem Tainted permission to file autoreply once

2022-09-27 Thread Sławomir Dworaczek via Exim-users
heloo it describes everywhere how to use safe strings in a search, but nowhere else is it like creating a file regadrs slawek - Original Message - From: "Jeremy Harris via Exim-users" To: Sent: Tuesday, September 27, 2022 12:42 AM Subject: Re: [exim] problem Tainted per

Re: [exim] problem Tainted permission to file autoreply once

2022-09-27 Thread Jeremy Harris via Exim-users
On 27/09/2022 09:09, Sławomir Dworaczek via Exim-users wrote: nowhere else is it like creating a file Third paragraph of that reference: "not permitted (including acessing a file using a tainted name)." -- Cheers, Jeremy -- ## List details at https://lists.exim.org/mailman/listinfo/exim-us

Re: [exim] problem Tainted permission to file autoreply once

2022-09-26 Thread Jeremy Harris via Exim-users
On 26/09/2022 19:44, Sławomir Dworaczek via Exim-users wrote: option ONCE_FILE = /var/spool/exim/db/autoreply_${local_part}_${domain}.db In my logs I have the message defer (13) permission denied Tainted /var/spool/exim/db/autoreply_username_mydomian.eu.db http://exim.org/exim-html-current/do