diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2000-03-06 07:00:24 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2000-03-06 07:00:24 +0000 |
commit | df70db60e222d1116f15ca8c2774beb1d8a25a2c (patch) | |
tree | 83d270a07ba3b675f71cd6fe414bc16dc84eb7ec /fetchmail.man | |
parent | 65b310a77efb75cd01d355df779cf4721156f89e (diff) | |
download | fetchmail-df70db60e222d1116f15ca8c2774beb1d8a25a2c.tar.gz fetchmail-df70db60e222d1116f15ca8c2774beb1d8a25a2c.tar.bz2 fetchmail-df70db60e222d1116f15ca8c2774beb1d8a25a2c.zip |
Deal with fetchmailconf bug.
svn path=/trunk/; revision=2791
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/fetchmail.man b/fetchmail.man index ded662af..3947d1a6 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1687,11 +1687,11 @@ poll mailhost.net via localhost port 1234 with proto pop3: Use the multiple-local-recipients feature with caution -- it can bite. Also note that all multidrop features are ineffective in ETRN mode. -Also, note that in multidrop mode duplicate mails are suppressed. -A piece of mail is considered duplicate if it has the same message-ID -as the message immediately preceding. Such runs of messages may -be generated when copies of a message addressed to multiple -users are delivered to a multidrop box. +Also, note that in multidrop mode duplicate mails are suppressed. A +piece of mail is considered duplicate if it has the same message-ID as +the message immediately preceding and more than one addressee. Such +runs of messages may be generated when copies of a message addressed +to multiple users are delivered to a multidrop box. .SS Header vs. Envelope addresses The fundamental problem is that by having your mailserver toss several |