patschi / parsedmarc-dockerized

Dockerized self-initializing parsedmarc docker stack for lazy people
GNU General Public License v3.0
69 stars 19 forks source link

Reading local files #17

Open mikkelandreasen opened 10 months ago

mikkelandreasen commented 10 months ago

Is there a way to use localfiles for the parsing? I.e. mounting a volume and placing the report files there for analyzing

patschi commented 4 months ago

It looks like parsedmarc is able to do that using file_path, as per their documentation here. But I'm not sure if we're going to implement this in this project too, as main focus is running constantly and processing straight from the IMAP server.

theEntroX commented 4 months ago

While very convenient, its not always possible to rely on IMAP for processing log files as some mail solutions (like Exchange) don't typically allow IMAP by default so having the option would be certainly handy.