#!/bin/sh # Maintainer's sanity check OPTIONS="" export OPTIONS TZ=EST5EDT export TZ echo '****************************' >&2 echo '* Sanity check in progress *' >&2 echo '****************************' >&2 #test ! -d confmdtest || find confmdtest -exec chmod u+rwx {} \; #test ! -d confmdtest2 || find confmdtest2 -exec chmod u+rwx {} \; test ! -d confmdtest || chmod -R u+rwx confmdtest rm -rf confmdtest ../maildir/maildirmake confmdtest || exit 1 if test "$POP3INVOKE" = "" then POP3INVOKE="./pop3d.testmock" fi cat >confmdtest/new/msg1 <confmdtest/new/msg2 <confmdtest/new/msg3 <confmdtest/new/msg4 <confmdtest/new/msg5 <confmdtest/new/msg6 <confmdtest/new/msg7 <