diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-08-06 03:09:58 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-08-06 03:09:58 +0000 |
commit | 8354acc5f0864f8ba12a94dc8a6cc525abbcc211 (patch) | |
tree | 457d51dcdeb4146ce184b7170cbbcabad0c5978b | |
parent | fb0c5da409758e82b808bc5d0788e0d3cedb2633 (diff) | |
download | fetchmail-8354acc5f0864f8ba12a94dc8a6cc525abbcc211.tar.gz fetchmail-8354acc5f0864f8ba12a94dc8a6cc525abbcc211.tar.bz2 fetchmail-8354acc5f0864f8ba12a94dc8a6cc525abbcc211.zip |
Document a feature.
svn path=/trunk/; revision=1239
-rw-r--r-- | fetchmail.man | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index 4d80dc0b..957f54d9 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -910,6 +910,8 @@ executed just before each time establishes a mailserver connection. This may be useful if you are attempting to set up secure POP connections with the aid of .IR ssh (1). +If the command returns a nonzero status, the poll of that mailserver +will be aborted. .PP Similarly, the `postconnect' keyword similarly allows you to specify a shell command to be executed just after each time a mailserver |