From f2985628109a81dc05362c23562b59a318dfe298 Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Mon, 24 Sep 2007 00:11:25 +0200 Subject: [PATCH] fix OURDATE --- procmail/defines | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2