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`
>
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