From: martin f. krafft Date: Sun, 23 Sep 2007 22:11:25 +0000 (+0200) Subject: fix OURDATE X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/f2985628109a81dc05362c23562b59a318dfe298 fix OURDATE --- diff --git a/procmail/defines b/procmail/defines index 464cea3..6f7d408 100644 --- a/procmail/defines +++ b/procmail/defines @@ -90,7 +90,7 @@ OURDATE="`$BIN_DATE +'%s %Y.%m.%d.%H.%M.%N %a, %d %b %Y %T %z'`" *$ OURDATE ?? ^[0-9]+${RE_SPACE}+\/${RE_NOT_SPACE}+ { OURDATE_SHORT="$MATCH" } :0 -*$ OURDATE ?? ^[0-9]+${RE_SPACE}+[0-9.]+${RE_SPACE}+\/${RE_NOT_SPACE}+ +*$ OURDATE ?? ^[0-9]+${RE_SPACE}+[0-9.]+${RE_SPACE}+\/.+ { OURDATE="$MATCH" } ### variables from the message