aboutsummaryrefslogtreecommitdiffstats
path: root/transact.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2002-10-31 13:21:12 +0000
committerEric S. Raymond <esr@thyrsus.com>2002-10-31 13:21:12 +0000
commit8cf3fdbd139435d0696e7c16f967bbeb1ab4d701 (patch)
treefc7c0fde88c1e4d3fbf5f12399f77bf7dc4935c1 /transact.c
parent1c0b7916d51f2626f7c49a6ba9c4bf63dce9dfda (diff)
downloadfetchmail-8cf3fdbd139435d0696e7c16f967bbeb1ab4d701.tar.gz
fetchmail-8cf3fdbd139435d0696e7c16f967bbeb1ab4d701.tar.bz2
fetchmail-8cf3fdbd139435d0696e7c16f967bbeb1ab4d701.zip
Improve processing of truncated messages.
svn path=/trunk/; revision=3761
Diffstat (limited to 'transact.c')
-rw-r--r--transact.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/transact.c b/transact.c
index dbf55f53..10731986 100644
--- a/transact.c
+++ b/transact.c
@@ -860,6 +860,7 @@ int readheaders(int sock,
if (outlevel > O_SILENT)
report(stdout,
GT_("message delimiter found while scanning headers\n"));
+ return(PS_TRUNCATED);
}
/*