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.

> > How can I configure my Red Hat Linux 7.2 system to cope with this
> > situation? My current .fetchmailrc file is attached.
> > 
> > Certainly the adition of a rule for the new server is not enough.
> > May I have to put some new (unique) mark in the header of the messages
> > from the new server and add a rule in my procmail recipe to
> > identify such messages, remove the added mark and save it to
> > the mail folder it belongs to. Is this doable with
> > fetchmail? If yes, how? Maybe this is the ideal solution, as
> > later I may decide to do more sofisticated filtering with
> > the messages with procmail.
> 
> 
> 
> > # Configuration created Sat Apr  6 09:05:07 2002 by fetchmailconf
> > set logfile "/home/romildo/.fetchmail.log"
> > set postmaster "romildo"
> > set bouncemail
> > set no spambounce
> > set properties ""
> > set daemon 10
> > poll pop.uber.com.br
> >        user 'romildo' there with password 'jrm3760' is 'romildo' here
> > 
> 
> 
> You just told everyone your e-mail password. You need to look into
> getting it changed immediately.

Yes. As soon as I have confirmed posting I realized my error
and immediately changed my passwords.

Thanks.

Romildo
-- 
Prof. José Romildo Malaquias               Departamento de Computação
http://iceb.ufop.br/~romildo       Universidade Federal de Ouro Preto
[EMAIL PROTECTED]                                           Brasil
[EMAIL PROTECTED]



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to