RE: sa-learn with find and blanks

2005-03-29 Thread Bowie Bailey
From: Mathias Wrede [mailto:[EMAIL PROTECTED] > > 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` >

sa-learn with find and blanks

2005-03-29 Thread Mathias Wrede
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 f