On Sat, 23 Nov 2013 00:33:51 +0600
?????? ???? wrote:

> Hi All!
> I've read a number of articles about a FreeBSD + Postfix + Dovecot +
> Amavisd + Clamav + SpamAssassin + MySQL system. And with these
> materials I set up a mail server.
> ==================================================== OS: FreeBSD
> dom.local 8.4-STABLE FreeBSD 8.4-STABLE #0: 
...
> And every week I teach SpamAssassin with those mailboxes with script:
> ====================================================
> #!/bin/sh
> DIR=/var/spool/mail/prem-ekb.ru
> sa-learn --clear
> sa-learn --spam ${DIR}/s...@prem-ekb.ru/cur/*S{a,}


In FreeBSD /bin/sh is a minimal POSIX bourne shell, brace expansion
isn't supported.

Reply via email to