From 33ee981f7123102a4686b4438abfcee3efe144ab Mon Sep 17 00:00:00 2001
From: Matthias Andree
O11. I keep getting messages that say "Repoll
immediately" in my logs.
O12. Fetchmail no longer expunges mail on a 451 SMTP response.
-O13. I want timestamp information in my fetchmail logs.
+O13. I want timestamp information in my fetchmail logs.
+O14. Fetchmail no longer deletes oversized mails with
+--flush.
Answers:
@@ -3568,6 +3570,24 @@ dns errors.
Write a preconnect
command in your configuration file that
does something like "date >> $HOME/Procmail/fetchmail.log".
Use --limitflush
to delete oversized mails along with
+the --limit
option. If you are already having
+flush
in your rcfile to delete oversized mails,
+replace it with limitflush
to avoid losing mails
+unintentionally.
The --flush
option is primarily designed to delete
+mails which have been read/downloaded but not deleted yet. This option
+cannot be overloaded to delete oversized mails as it cannot be guessed
+whether the user wants to delete only read/downloaded mails or only
+oversized mails or both when a user specifies both
+--limit
and --flush
. Hence, a separate
+--limitflush
has been added to resolve the ambiguity.