nmh-workers
[Top] [All Lists]

Re: [Nmh-workers] nmh + fdm

2016-05-15 01:09:55
Hi David,

David Kennedy writes:
Does anyone here use fdm to fetch mail for nmh? I'm able to use fdm to fetch
from an IMAP server to a local maildir, but nmh claims there are no messages 
in
the folder.

I use fdm to fetch mail over pop. Something like the following; the
filtering is kind of ugly, but it works...

set maximum-size 1G
set verify-certificates
account "mail" pop3s server "email.example.com" user 
"anthony(_at_)email(_dot_)example(_dot_)com" pass "hunter2"

action "blah" pipe "/usr/local/libexec/rcvstore +blah"
action "inbox" pipe "/usr/local/libexec/rcvstore +inbox"

match "^From.*blah@example\\.com" in headers action "blah"
match all action "inbox"

-- 
Anthony J. Bentley

_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>