From 6889f6630d3208f357987f14310e3c7aa07024fe Mon Sep 17 00:00:00 2001 From: Blackmoon Date: Sat, 30 Nov 2024 14:56:03 +0100 Subject: [PATCH] Update parsedmarc.ini.example Added the parameters check_timeout, batch_size and since --- parsedmarc/conf/parsedmarc.ini.example | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/parsedmarc/conf/parsedmarc.ini.example b/parsedmarc/conf/parsedmarc.ini.example index 40f445b..42d8aa8 100644 --- a/parsedmarc/conf/parsedmarc.ini.example +++ b/parsedmarc/conf/parsedmarc.ini.example @@ -10,6 +10,10 @@ delete = False [mailbox] watch = True test = False +#check_timeout = 3600 +#batch_size = 0 +#since = 1d + [imap] host = server.domain.de @@ -31,4 +35,4 @@ password = #user = dmarc@domain.de #password = #from = dmarc@domain.de -#to = postmaster@domain.de \ No newline at end of file +#to = postmaster@domain.de