Re: Marking a message read when delivering to a Maildir
Doug Barton <[email protected]> Sun, 08 Jun 2014 11:35:51 -0700
| Newsgroups | gmane.mail.maildrop |
|---|---|
| Message-ID | <[email protected]> |
if (/^X-Spam-Status: Yes/:h)
{
cc Maildir/.Junk
`for m in ${HOME}/Maildir/.Junk/new/*; do mv $m
${HOME}/Maildir/.Junk/cur/${m##*/new/}:2,S; done`
exit
}
This has worked great for me for over a year.
hth,
Doug
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech