Well I would be tempted to do something like this instead, making the entire operation a single command.
find /home/domain/imap/domain.com/ -mtime +190 \ \( -ipath '*/Maildir/new/*' -o -ipath '*/Maildir/cur/*' \) \ -delete
Well I would be tempted to do something like this instead, making the entire operation a single command.
find /home/domain/imap/domain.com/ -mtime +190 \ \( -ipath '*/Maildir/new/*' -o -ipath '*/Maildir/cur/*' \) \ -delete