Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I get Exim to remove attachments from messages?

0
Posted

How can I get Exim to remove attachments from messages?

0

A0832: (A) The cleanest way is to check for the existence of a “Content-type” header line, and route messages containing it down a pipe to some other program that strips the attachments and re-submits the message to Exim. Alternatively, a transport filter can be used to do the job, as described in C028. (B) A somewhat more hairy way is to use embedded Perl from a system filter to truncate the message’s data file directly, and then use the “headers remote” filter command to get rid of the associated headers.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123