You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@spamassassin.apache.org by Mathias Wrede <ne...@gmx.de> on 2005/03/29 10:35:23 UTC

sa-learn with find and blanks

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