Hi list, in wich way could I make the following line compatible to sa-learn? # sa-learn --ham `find /var/spool/imap/user \( -name '*.' -o -name Spam -prune -o -name System -prune -o -name Trash -prune -o -name Virus -prune \) -type f`
My problem: There could be blanks in the pathnames. Thanks for any hints. Mathias