From: martin f. krafft Date: Sun, 23 Sep 2007 15:53:15 +0000 (+0200) Subject: improve format normalisation for final destination X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/67e1e81d0e60d4154ae0d2a34ee0e51a2a5f89c9 improve format normalisation for final destination --- diff --git a/procmail/deliver b/procmail/deliver index 928d52c..e3db030 100644 --- a/procmail/deliver +++ b/procmail/deliver @@ -6,10 +6,17 @@ VERBOSE=yes * DEST ?? .+[^/]$ { DEST="$DEST/" } + :0 + *$ DEST ?? ^$BASE/\. + { } + :0 E *$ DEST ?? ^\. { DEST="$BASE/$DEST" } + :0 E + { DEST="$BASE/.$DEST" } + LOG="deliver: delivering message $MSGID to $DEST$NL" :0 $DEST