[fetchmail]antispam codes, From filtering
perry hutchison
phutchis@beaverton.windriver.com
Wed, 20 Jul 2005 12:54:29 -0700 (PDT)
> ... have the rule move everything *except* voicemail into a
> folder -- maybe named something like "arriving" -- and have
> fetchmail poll there instead of the inbox ...
>
> Hmmm, that approach sounds as if it shows real promise. How would
> I tell fetchmail to poll the alternate folder?
I think you add a "folder" directive to fetchmailrc, something like
user ... there is ... here
pass ...
fetchall ssl
folder "arriving"
expunge 0
...
I have not personally tested this.