I'm running postfix + dovecot, and all IMAP messages are in /var/vmail/DOMAIN/USER
. I'd like to make a cron script that will look for messages for all users in a folder called 'False Positives,' sa-learn
them as ham, and then move them into the inbox.
The question here is, is it safe to just mv
one of these message files around? Or must it be done through some "official" means so the IMAP server is aware of the move?