This is a discussion on Re: Reporting spam with Spmassassin-run instead of sa-learn - SpamAssassin ; Magnus Anderson schrieb: > So basicly, I want to run the "spamassassin --revoke/--report" commands as a > specific username. How can I do that? man su For example: su vscan -c "spamassassin --report ${train_dir_sa_spam}/*" (Make sure the user has permission ...
Magnus Anderson schrieb:
> So basicly, I want to run the "spamassassin --revoke/--report" commands as a
> specific username. How can I do that?
man su
For example: su vscan -c "spamassassin --report ${train_dir_sa_spam}/*"
(Make sure the user has permission to read the mails.)
--
Martin