From 81f42d096aa8970ed14b607915508c99cf110046 Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Tue, 30 Aug 2016 09:58:45 +0200 Subject: [PATCH] Improve script 'debug-fetchmail' (#292) The option '--check' checks for new mails without actually fetching or deleting mail. Without '--check' 'debug-fetchmail' throws errors if the external mail accout has new mails and the smtp daemon is not running. --- target/bin/debug-fetchmail | 1 + 1 file changed, 1 insertion(+) diff --git a/target/bin/debug-fetchmail b/target/bin/debug-fetchmail index 6fe5b870..d2c21ce6 100755 --- a/target/bin/debug-fetchmail +++ b/target/bin/debug-fetchmail @@ -5,6 +5,7 @@ su -s /bin/sh -c "/usr/bin/fetchmail \ --verbose \ --daemon 0 \ + --check \ --nosyslog \ --nodetach \ -f /etc/fetchmailrc" fetchmail <&- 2>&1