Hi,
After using mailfilter a while, I realize easier way to handle directory
creation issue is to use following whenever "to" is used in
"$HOME/.mailfilter".
`test -d $MAILROOT/$MAILBOX`
if ( $RETURNCODE == 1 )
`maildirmake $MAILROOT/$MAILBOX`
to "$MAILROOT/$MAILBOX/"
More longer example is at:
http://www.debian.org/doc/manuals/debian-reference/ch06.en.html#_maildrop_configuration
Osamu
--
BTS: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=198165
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]