X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/873ad5c3ec93f8789e6e1c4696f3b140fc128689..097c75254f91531513cd2c9a43749e46b8d27e11:/procmail/deliver diff --git a/procmail/deliver b/procmail/deliver index e3db030..c3188ff 100644 --- a/procmail/deliver +++ b/procmail/deliver @@ -1,23 +1,23 @@ -VERBOSE=yes :0 -*$ $DEST +* DEST ?? . { :0 * DEST ?? .+[^/]$ { DEST="$DEST/" } :0 - *$ DEST ?? ^$BASE/\. - { } + *$ DEST ?? ^$BASE/\/.+ + { DEST="$MATCH" } - :0 E + :0 *$ DEST ?? ^\. - { DEST="$BASE/$DEST" } + { } :0 E - { DEST="$BASE/.$DEST" } + { DEST=".$DEST" } LOG="deliver: delivering message $MSGID to $DEST$NL" + DEST="$BASE/$DEST" :0 $DEST }