diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-03-09 17:40:20 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-03-09 17:40:20 +0000 |
commit | 531ea803d0cfe84f98a3881d0218197c2a19f707 (patch) | |
tree | 21646a93fd26123a37a70164b551676f5fff796d /driver.c | |
parent | f776056fad159527923e14d59908f3102605cf62 (diff) | |
download | fetchmail-531ea803d0cfe84f98a3881d0218197c2a19f707.tar.gz fetchmail-531ea803d0cfe84f98a3881d0218197c2a19f707.tar.bz2 fetchmail-531ea803d0cfe84f98a3881d0218197c2a19f707.zip |
Comment fix.
svn path=/trunk/; revision=2403
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1807,7 +1807,10 @@ const struct method *proto; /* protocol method table */ continue; } - /* we may want to reject this message if it's old */ + /* + * We may want to reject this message if it's old + * or oversized, and we're not forcing retrieval. + */ if (!fetch_it) { if (outlevel > O_SILENT) |