| Main Archive Page > Month Archives > spamassassin-dev archives |
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6556
Bernie Innocenti <bernie@codewiz.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bernie@codewiz.org
--- Comment #5 from Bernie Innocenti <bernie@codewiz.org> 2011-04-21 22:55:56 EDT ---
FWIW, it would simplify my setup if the masscheck script supported skipping
unread email in mailboxes. Currently, I have to filter my inbox into a separate
ham folder to avoid processing messages that I haven't yet looked at and could
contain spam.
This is what I'm currently doing as a work-around:
nice ionice -c2 -n6 rsync -al '--include=*:2,*S*' '--exclude=*' --delete-after
\
--link-dest=/mail/bernie/cur/ /mail/bernie/cur/
/mail/bernie/masscheck/confirmed_ham/cur/
nice ionice -c2 -n6 rsync -al '--include=*:2,*S*' '--exclude=*' --delete-after
\
--link-dest=/mail/bernie/.@FSF/cur/ /mail/bernie/.@FSF/cur/
/mail/bernie/masscheck/confirmed_ham_fsf/cur/
-- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.