Hi,
On 6/7/21 10:04 AM, Ángel González Berdasco wrote:
El lun, 07-06-2021 a las 09:49 +0200, Sebastian Wagner escribió:
Hi,
The SMTP output bot uses these headers for the CSV attachment:
Content-Type: text/csv; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit
Maybe Outlook needs something else?
Sebastian
I think the issue is the lack of name, so it would need a header like
Content-Disposition: attachment; filename="somefeed.csv"
Best regards
Thanks for the hint. It looks like this header needs to be "manually" added:
https://docs.python.org/3/library/email.compat32-message.html#email.message.... here: https://github.com/certtools/intelmq/blob/a51276054a7c5f0744ccb90cda54a03eee...
Sebastian