> From: =?iso-8859-1?Q?Jos=E9?= Romildo Malaquias <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED] > Mail-Followup-To: [EMAIL PROTECTED], [EMAIL PROTECTED] > Content-Type: text/plain; charset=iso-8859-1 > Content-Disposition: inline > User-Agent: Mutt/1.3.27i > X-MIME-Autoconverted: from 8bit to quoted-printable by darling.home.br id >g36EmOBm018710 > X-MIME-Autoconverted: from quoted-printable to 8bit by lacrosse.corp.redhat.com id >g36EmYq09837 > X-Loop: [EMAIL PROTECTED] > Sender: [EMAIL PROTECTED] > X-BeenThere: [EMAIL PROTECTED] > X-Mailman-Version: 2.0.1 > Precedence: bulk > Reply-To: [EMAIL PROTECTED] > List-Help: <mailto:[EMAIL PROTECTED]?subject=help> > List-Post: <mailto:[EMAIL PROTECTED]> > List-Subscribe: <https://listman.redhat.com/mailman/listinfo/redhat-list>, > <mailto:[EMAIL PROTECTED]?subject=subscribe> > List-Id: General Red Hat Linux discussion list <redhat-list.redhat.com> > List-Unsubscribe: <https://listman.redhat.com/mailman/listinfo/redhat-list>, > <mailto:[EMAIL PROTECTED]?subject=unsubscribe> > List-Archive: <https://listman.redhat.com/mailman/private/redhat-list/> > X-Original-Date: Sat, 6 Apr 2002 11:48:23 -0300 > Date: Sat, 6 Apr 2002 11:48:23 -0300 > X-MIME-Autoconverted: from 8bit to quoted-printable by ohmx01.mgw.rr.com id >g36EnF8p029136 > X-MIME-Autoconverted: from quoted-printable to 8bit by localhost.localdomain id >g36Eo4531208 > > On Sat, Apr 06, 2002 at 08:45:13AM -0500, Dave Reed wrote: > > > From: =?iso-8859-1?Q?Jos=E9?= Romildo Malaquias <[EMAIL PROTECTED]> > > > > > > I am happy using fetchmail to fetch my mail messages from my ISP provider > > > POP3 server. When received in my local mail box, these messages passes > > > through procmail, which put them in defferent mail folders according > > > to some criteria I have established in the procmail recipe file. > > > > > > Now I need to fetch mail messages also from a new server (my university). > > > These mail should not be classified by my procmail recipe as are the > > > ones from the ISP provider. Instead they should go directly to a > > > specific mail folder. > > > > You could use procmail to send any mail to your university account to > > that mail folder. > > > > Something like: > > > > :0 > > * ^TO([EMAIL PROTECTED]) > > mail-folder > > One problem with this solution is with messages addressed to > both my email servers: the ISP and the university. I would like > to keep them apart. With this solution both messages will go > to the university folder always.
My .fetchmailrc looks something like: poll pop-server.columbus.rr.com protocol pop3 user ispuser1 with pass 'password' is dreed here user ispuser2 with pass 'password' is dreed here I haven't checked the documentation, but can you do multiple poll lines in a .fetchmailrc: poll orig.pop.server protocol pop3 user ispuser1 with pass 'password' is dreed here user ispuser2 with pass 'password' is dreed here poll other.pop.server protocol pop3 user ispuser2 with pass 'password' is user2 here Dave _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list