From: martin f. krafft Date: Sun, 23 Sep 2007 15:33:11 +0000 (+0200) Subject: do not archive resubmitted messages with gmail X-Git-Url: https://git.madduck.net/etc/mailfilter.git/commitdiff_plain/7f96c594ec0bc35681ba72e4f8eaae970aecfab8 do not archive resubmitted messages with gmail --- diff --git a/procmail/to-gmail b/procmail/to-gmail index 4909c0c..ab05e40 100644 --- a/procmail/to-gmail +++ b/procmail/to-gmail @@ -2,10 +2,17 @@ * ORIG_DOMAIN ?? ^(mass|r2e)\.madduck\.net$ * !^X-Mailer: swaks { - LOG="gmail: archiving message $MSGID with gmail$NL" - SENDMAILFLAGS="$SENDMAILFLAGS -f $ID" - TRAP="" - :0 - ! martin.krafft@gmail.com + *$ ! $MSG_DEJAVU + { + LOG="gmail: archiving message $MSGID with gmail$NL" + SENDMAILFLAGS="$SENDMAILFLAGS -f $ID" + TRAP="" + + :0 + ! martin.krafft@gmail.com + } + + :0 E + { LOG="gmail: not archiving message resubmitted message with gmail$NL" } }