On Sun, May 15, 2016 at 12:09:36AM -0600, Anthony J. Bentley wrote:

> 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
> "anth...@email.example.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"

Ah, I didn't realize there was an "rcvstore" command. Why is it in lib and not
bin?


_______________________________________________
Nmh-workers mailing list
Nmh-workers@nongnu.org
https://lists.nongnu.org/mailman/listinfo/nmh-workers

Reply via email to