diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-10-01 17:54:35 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-10-01 17:54:35 +0000 |
commit | 493c20f6ca98bf5f2772d3d0974eb63cedefd9c2 (patch) | |
tree | 6fef7919ab62724087b283822f9ff89e1fa785cc /driver.c | |
parent | 80944af4bb404b462ceb8d5274565c3086fcefc2 (diff) | |
download | fetchmail-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.c | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |