diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-09-14 06:35:11 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-09-14 06:35:11 +0000 |
commit | 582eb25eccedcdbff029947f777a111a9b7008af (patch) | |
tree | 8fb2a0a2d68e5df5b21ea166c65bed950f1f8bce /fetchmail.man | |
parent | 8f826df8fbadd811f6bcc31344e3d8472bd6f2bb (diff) | |
download | fetchmail-582eb25eccedcdbff029947f777a111a9b7008af.tar.gz fetchmail-582eb25eccedcdbff029947f777a111a9b7008af.tar.bz2 fetchmail-582eb25eccedcdbff029947f777a111a9b7008af.zip |
Duplicate suppression.
svn path=/trunk/; revision=2553
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man index abf9c2d1..2c2ac746 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -870,8 +870,9 @@ code recognizes and discards the message on any of a list of responses that defaults to [571, 550, 501, 554] but can be set with the `antispam' option. This is one of the .I only -two circumstance under which fetchmail ever discards mail (the others -are the 552 and 553 errors described below). +three circumstance under which fetchmail ever discards mail (the others +are the 552 and 553 errors described below, and the suppression of +multidropped messages with a message-ID already seen). .PP If .I fetchmail @@ -1543,6 +1544,12 @@ 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. + .SS Header vs. Envelope addresses The fundamental problem is that by having your mailserver toss several peoples' mail in a single maildrop box, you may have thrown away |