From: Matthias A. <mat...@gm...> - 2005-09-24 01:33:55
|
Timothy Lee <tim...@si...> writes: > I discovered the need for this patch under the follownig circumstances: > > * ISP uses postfix for mail delivery > * ISP mail server delivers all e-mails to "catchall" mailbox. > Postfix prepends two "Delivered-To" headers to the e-mail, like so: > > Delivered-To: catchall > Delivered-To: actual-recipient > > * In order to use multidrop with fetchmail, the following line in > fetchmailrc is used to obtain actual recipient for incoming e-mail: > > envelope 1 "Delivered-To" > > * The original handling of "Delivered-To" in transact.c discards all > "Delivered-To" lines, so the actual recipient is never found. It should only do that if dropdelivered is set. Nevermind, I have merged your patch for 6.2.9-rc5. Thanks again! -- Matthias Andree |