From 74631396d18f4c5b025e9cbbb70d0103c783037e Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 26 Oct 1996 02:37:50 +0000 Subject: Added filtering by length. Ugh. svn path=/trunk/; revision=390 --- fetchmail.man | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'fetchmail.man') diff --git a/fetchmail.man b/fetchmail.man index 7c9f35e2..3bfe5b9a 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -62,6 +62,15 @@ Note that POP2 retrieval, and POP3 retrieval on servers without the LAST command, behaves as though --all is always on (see RETRIEVAL FAILURE MODES below). .TP +.B \-l, --limit +Takes a maximum octet size argument. Messages larger than this size +will not be fetched, not be marked seen, and will be left on the +server (in foreground sessions, the progress messages will note that +they are "oversized"). The --all option overrides this one. This +option is intended for those need to strictly control fetch time +in interactive mode. It may not be used with daemon mode, +as users would never receive a notification that messages were waiting. +.TP .B \-S host, --smtphost host Specify an host to forward mail to (other than localhost). .TP -- cgit v1.2.3