Re: Remove attachments

2023-06-08 Thread Stuart Henderson
On 2023-06-03, John Stoffel wrote: >> "Oliver" == Oliver Glas writes: > >> I am looking for a way to remove attachments, based on a condition. >> Like attachments starting with "TimeReport" shall be removed, and >> then the mail should be delivered, with all other attachments. > > This is not

Re: Remove attachments

2023-06-07 Thread Oliver Glas
Is it possible to get a documentation for that ? Or a description how to implement that ? Am 03.06.23 um 23:28 schrieb John Stoffel: "Oliver" == Oliver Glas writes:

Re: Remove attachments

2023-06-06 Thread Oscar del Rio
On 2023-06-06 1:36 p.m., John Stoffel wrote: "Oliver" == Oliver Glas writes: https://mimedefang.org/ is where I'd go to look for details on how to implement it. I haven't done it myself. Most likely in the "filter" function of "mimedefang-filter" perl script: #

Re: Remove attachments

2023-06-06 Thread John Stoffel
> "Oliver" == Oliver Glas writes: https://mimedefang.org/ is where I'd go to look for details on how to implement it. I haven't done it myself. > Is it possible to get a documentation for that ? > Or a description how to implement that ? > Am 03.06.23 um 23:28 schrieb John Stoffel: >

Re: Remove attachments

2023-06-04 Thread Tomas Habarta via dovecot
If you want to do that on Dovecot's side, look for sieve and vnd.dovecot.filter. See https://doc.dovecot.org/configuration_manual/sieve/plugins/extprograms/ and corresponding RFC for details. Doing that directly in Dovecot might not be the most effective way but depends on your needs... Anyway,

Re: Remove attachments

2023-06-03 Thread John Stoffel
> "Oliver" == Oliver Glas writes: > I am looking for a way to remove attachments, based on a condition. > Like attachments starting with "TimeReport" shall be removed, and > then the mail should be delivered, with all other attachments. This is not a solution that dovecat can work with. You