aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-01 17:54:35 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-01 17:54:35 +0000
commit493c20f6ca98bf5f2772d3d0974eb63cedefd9c2 (patch)
tree6fef7919ab62724087b283822f9ff89e1fa785cc /driver.c
parent80944af4bb404b462ceb8d5274565c3086fcefc2 (diff)
downloadfetchmail-493c20f6ca98bf5f2772d3d0974eb63cedefd9c2.tar.gz
fetchmail-493c20f6ca98bf5f2772d3d0974eb63cedefd9c2.tar.bz2
fetchmail-493c20f6ca98bf5f2772d3d0974eb63cedefd9c2.zip
Better cvomments.
svn path=/trunk/; revision=193
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/driver.c b/driver.c
index cfa4ab1f..c5ee171d 100644
--- a/driver.c
+++ b/driver.c
@@ -606,6 +606,14 @@ struct method *proto;
goto cleanUp;
}
+ /*
+ * At this point in flow of control, either we've bombed
+ * on a protocol error or had delivery refused by the SMTP
+ * server (unlikely -- I've never seen it) or we've seen
+ * `accepted for delivery' and the message is shipped.
+ * It's safe to delete the message on the server now.
+ */
+
/* maybe we delete this message now? */
if (protocol->delete
&& !queryctl->keep