From cc2f3b53159bbc5d8b450789fd452c363e8bfa2c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 8 Oct 1998 16:09:16 +0000 Subject: Typo fix. svn path=/trunk/; revision=2081 --- driver.c | 4 ++-- fetchmail.man | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/driver.c b/driver.c index 732855dc..3fc82dec 100644 --- a/driver.c +++ b/driver.c @@ -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: -- cgit v1.2.3