On Sun, 9 Jan 2000, Steve George wrote:

> Basically I need fetchmail to look at the username in front of the @ symbol
> and then deliver the mail tothe correct user, for example:
>       [EMAIL PROTECTED] is john here
>       [EMAIL PROTECTED] is bert here

~/.fetchmailrc:

poll pop3.domain.com using protocol pop3
   user a there is john here password secret;
poll pop3.domain.com using protocol pop3
   user b there is bert here password blah;

?

------------------------------------------------------
hypnos              <mailto:[EMAIL PROTECTED]>

Reply via email to