diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-12-14 03:32:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-12-14 03:32:47 +0000 |
commit | 1cfff67a6ad3213ce0cc46116bb0b018b18f8226 (patch) | |
tree | 3e3322b174d533bc5c3a50f53679ece950dba843 | |
parent | 44056c3c6fda0504afe132b99739c7c0cb6f13e4 (diff) | |
download | fetchmail-1cfff67a6ad3213ce0cc46116bb0b018b18f8226.tar.gz fetchmail-1cfff67a6ad3213ce0cc46116bb0b018b18f8226.tar.bz2 fetchmail-1cfff67a6ad3213ce0cc46116bb0b018b18f8226.zip |
Documentation fix.
svn path=/trunk/; revision=3557
-rw-r--r-- | fetchmail.man | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 1a0943ca..785a12b9 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1122,7 +1122,10 @@ actions on the following SMTP/ESMTP error responses Leave the message in the server mailbox for later retrieval. .TP 5 552 (message exceeds fixed maximum message size) -Delete the message from the server. Send bounce-mail to the originator. +Delete the message from the server. Send bounce-mail to the +originator, unless the nobounce option is on in which case a +transient error is returned to the server (and the messgage is +retained there). .TP 5 553 (invalid sending domain) Delete the message from the server. Send bounce-mail to the originator. |