From: jaspal s. <ja...@te...> - 2007-12-21 06:52:05
|
Thanks, for the response But the problem is that I have found 3 Delivered To: address The pattern is like that: _________________________________________________________________________ Return-Path: <fpl...@ho...> Delivered-To: exa...@ex... >From fpl...@ho... Fri Dec 21 05:33:07 2007 Return-Path: <fpl...@ho...> X-Spam-Checker-Version: SpamAssassin 3.1.1 (2006-03-10) on latte-filter06.cybercon.com X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00 autolearn=unavailable version=3.1.1 Delivered-To: exa...@ex... Received: (qmail 12923 invoked by uid 89); 21 Dec 2007 05:33:07 -0000 Delivered-To: ha...@ex... Received: (qmail 12919 invoked by uid 89); 21 Dec 2007 05:33:07 -0000 Received: by simscan 1.1.0 ppid: 12914, pid: 12915, t: 0.3113s scanners: attach: 1.1.0 clamav: 0.88/m:36/d:1351 spam: 3.1.1 Received: from unknown (HELO latte-mx01.cybercon.com) (192.168.167.10) by 0 with (DHE-RSA-AES256-SHA encrypted) SMTP; 21 Dec 2007 05:33:06 -0000 Received: (qmail 4451 invoked by uid 89); 21 Dec 2007 05:33:01 -0000 Received: by simscan 1.1.0 ppid: 4440, pid: 4443, t: 0.5224s scanners: attach: 1.1.0 clamav: 0.88/m:36/d:1351 spam: 3.1.1 Received: from unknown (HELO remote-station.example.com) (69.95.50.181) by 0 with SMTP; 21 Dec 2007 05:33:01 -0000 Message-ID: <001c01c84369$14afed00$0ba7c700@remotestation> From: "Rowena Baca" <fpl...@ho...> To: ha...@ex... Subject: Changing careers but lack the right Degree? Date: Fri, 21 Dec 2007 00:33:17 -0500 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869 ______________________________________________________________________ Where, test is the pop-ID;harleen is the localuser. There is 3 Delivered To: But I want to skip the first two Deliverd To:. I want to take delivered To: from the localuser name(harleen) not from the pop-ID(test). My fetchmailrc are as: ________________________________________________________________________ set postmaster "postmaster" set nobouncemail set properties"Delivered-To:bou...@bo..." poll example.com with proto POP3 no dns, aka example.com envelope "Delivered-To:" user te...@ex... is * here password test forcecr smtphost localhost smtpaddress example.com dropdelivered But. I am still getting multiple mails.Please, suggest some good solution. On Thu, 2007-12-20 at 20:12 +0000, Rob MacGregor wrote: > Note - this would be far more relevant to the fetchmail-users list as > it isn't related to the development of fetchmail. > > On Dec 20, 2007 7:16 PM, Jaspal Singhal <ja...@te...> wrote: > > Dear All, > > > > I am using fetchmail for downloading mails from other server.But the > > problem I have faced is that : > > > > 1)When someone send mails to 2 or 3 people then on local mailserver every > > user get or three mails depending on the mails in To or cc field. > > When you follow up to the fetchmail-users list, be sure to provide: > > 1) Version of fetchmail (if not already 6.3.8 then upgrade to 6.3.8) > 2) Contents of .fetchmailrc > 3) Output of "fetchmail --nosyslog --nodetach -vvv" for a problem email > > I suspect however that you'll find that solving your second problem > will make this vanish. > > > 2) whe someone send mails to 2 or 3 users then in every mail headers I > > have found 2 or 3 Delivered To: address but, only last Delivered To: > > address is useful for me.Is that possible to take Delivered To: address > > from the third one .Please, do needful I have got lots of problem > > regarding this. > > Yes - see the man page for the "envelope" option. In your case you would use: > > envelope Delivered-to 2 > |