diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-10-08 16:09:16 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-10-08 16:09:16 +0000 |
commit | cc2f3b53159bbc5d8b450789fd452c363e8bfa2c (patch) | |
tree | 8b2dc8f2bd83362749fa0556226334972757d115 | |
parent | 616076b647e2b4c07e0972da9241158ce71e66dd (diff) | |
download | fetchmail-cc2f3b53159bbc5d8b450789fd452c363e8bfa2c.tar.gz fetchmail-cc2f3b53159bbc5d8b450789fd452c363e8bfa2c.tar.bz2 fetchmail-cc2f3b53159bbc5d8b450789fd452c363e8bfa2c.zip |
Typo fix.
svn path=/trunk/; revision=2081
-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: |