22 Oct 2011 17:50
maildrop: Unable to open mailbox.
j-clark <at> lineone.net <j-clark <at> lineone.net>
2011-10-22 15:50:03 GMT
2011-10-22 15:50:03 GMT
I am using the maildrop-2.5.4 tarball, have done configure, make, install-strip.
Running a test
as
echo "Subject: Cron msg" | maildrop -V 3
maildrop: Changing to /home/jon
Message start at 0
bytes, envelope sender=jon
maildrop: Attempting .mailfilter
Matching /^Subject: (Anac|C)ron /
against Subject: Cron msg
maildrop: Delivering to /home/jon/Maildir/Zautomatic/Cron/
maildrop:
Unable to open mailbox.
cat .mailfilter
# .mailfilter
logfile "$HOME/.maildrop.log"
BASE="$HOME/Maildir/"
DEFAULT=$BASE # default is to normal Inbox if
nothing matches
#check for Cron and Anacron
if ( /^Subject: (Anac|C)ron / )
{
DEST=$BASE"
Zautomatic/Cron/"
to $DEST
}
(Continue reading)
RSS Feed