[fetchmail]antispam codes, From filtering
Scott Ingram
scott@ingram.bz
Wed, 20 Jul 2005 16:06:10 -0400 (EDT)
>> ... 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.
I'll give it a try and let you know what happens.