diff options
-rw-r--r-- | driver.c | 4 | ||||
-rw-r--r-- | fetchmail.man | 3 |
2 files changed, 4 insertions, 3 deletions
@@ -922,8 +922,8 @@ int num; /* index of message */ * messages in multidrop mode. if a local address doesn't * exist, the bounce message won't be returned blindly to the * author or to the list itself but rather to the list manager - * (ex: specified by "Sender:") wich is less anoying. This is - * true for most mailing list packages. + * (ex: specified by "Sender:") which is much less annoying. This + * is true for most mailing list packages. */ if( !return_path[0] ){ char *ap = NULL; diff --git a/fetchmail.man b/fetchmail.man index f41f0d12..aea4ec15 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1203,6 +1203,7 @@ Legal protocol identifiers for use with the `protocol' keyword are: auto (or AUTO) pop2 (or POP2) pop3 (or POP3) + sdps (or SDPS) imap (or IMAP) imap-k4 (or IMAP-K4) imap-gss (or IMAP-GSS) @@ -1229,7 +1230,7 @@ to force foreground operation. Finally, `set syslog' sends log messages to syslogd(8). .SH INTERACTION WITH RFC 822 -When trying to detertmine the originating address of a message, +When trying to determine the originating address of a message, fetchmail looks through headers in the following order: Return-Path: |