Sample Header Ad - 728x90

Retrieve mails of only one specific account with fetchmail

1 vote
1 answer
105 views
## The situation I have the following ~/.fetchmailrc
poll pop.gmail.com       protocol pop3 user "foo@example.com"      password "***"            ssl
mda "/usr/bin/procmail -d default -a foo@example-com"

poll pop.gmail.com       protocol pop3 user "bar@example.com"      password "***"            ssl
mda "/usr/bin/procmail -d default -a bar@example-com"
So, I retrieve all the mails with fetchmail -v -m '/usr/bin/procmail -d %T'. ## The problem But the problem is all the accounts are retrieved. ## The question Is it possible from fetchmail command to ask for retrieving just one specific addresses’ mails?
Asked by fauve (1529 rep)
Mar 30, 2024, 01:06 PM
Last activity: Apr 1, 2024, 08:33 AM