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
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:
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:
#
> "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:
>
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,
> "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