X-Git-Url: https://git.madduck.net/etc/mailfilter.git/blobdiff_plain/016e0df0c545dddb3ef9097b1a52032e38ecd8ef..19f0e9b67d78db3d5cf166c0c8c053d41faa8a47:/procmail/to-gmail

diff --git a/procmail/to-gmail b/procmail/to-gmail
index e73c8f1..05e0627 100644
--- a/procmail/to-gmail
+++ b/procmail/to-gmail
@@ -5,9 +5,9 @@
   *$ ! $MSG_DEJAVU
   * ! MSG_TEST ?? .
   {
-    LOG="gmail:       archiving message $MSGID with gmail$NL"
+    LOG="gmail:       archiving message $MSGID$NL"
     SENDMAILFLAGS="$SENDMAILFLAGS -f $ID"
-    TRAP=""
+    TRAP
 
     :0
     ! martin.krafft@gmail.com
@@ -15,9 +15,9 @@
 
   :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" }
 }