Bug#198165: maildrop: not creating maildir and documentation

2009-09-12 Thread Osamu Aoki
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 lo

Bug#198165: maildrop: not creating maildir and documentation

2009-04-24 Thread Osamu Aoki
Package: maildrop Version: 2.0.4-3 Severity: normal I think reminding this major behavior change between procmail and maildrop is important. It can be even better if there is a script example to create maildir since doing tis by hand is prone for error. When updating documentation, please cons