“Reading maketh a full man, conference a ready man, and writing an exact man.”
--- Sir Francis Bacon
- Have you installed TRE with --enable-static?
- The linking entries in Makefile should have $(LDFLAGS)
- The first line of mailfilter.crm has comments, which must be removed for run
MAILDIR=$HOME/Maildir/
DEFAULT=$HOME/Maildir/
:0<action>[:[lockfile]]
*<condition>
<where to send mail>
If it falls through, the message is delivered to the default mail box.
<where to send mail> is one of the following destination.
- path
If path exists and is a plain file, it's treated as a mbox.
If it's a directory, it's treated as a subdirectory of a maildir.
The message is placed there with a strange name.
- path/
path is treated as a maildir.
The message is placed in the new directory.
- path/.
path is treated as an MH folder.
The message is placed in the directory as a file with its name being a number.
Kazuto Tominaga
$Date: 2004/04/24 06:54:31 $