X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/0f4bcee75353935ff9bc605f7e0b31d12e302605..5012327c3710688429161b890226d95b9d99edf8:/procmail/to-gmail

diff --git a/procmail/to-gmail b/procmail/to-gmail
index 59df5cc..a09065a 100644
--- a/procmail/to-gmail
+++ b/procmail/to-gmail
@@ -5,19 +5,19 @@
   *$ ! $MSG_DEJAVU
   * ! MSG_TEST ?? .
   {
-    LOG="gmail:       archiving message $MSGID with gmail$NL"
+    LOG="gmail:       archiving message $MSGID$NL"
     SENDMAILFLAGS="$SENDMAILFLAGS -f $ID"
     TRAP
 
     :0
-    ! martin.krafft@gmail.com
+    ! martin.krafft+archive@gmail.com
   }
 
   :0 E
   * MSG_TEST ?? .
-  { LOG="gmail:       not archiving message test message with gmail$NL" }
+  { LOG="gmail:       not archiving message test message$NL" }
 
   :0 E
   *$ $MSG_DEJAVU
-  { LOG="gmail:       not archiving message resubmitted message with gmail$NL" }
+  { LOG="gmail:       not archiving message resubmitted message$NL" }
 }